Pages:
Author

Topic: Iron Fish (Read 1574 times)

legendary
Activity: 1610
Merit: 1026
April 03, 2024, 07:51:17 AM
#61
Mainnet Activation for Hardfork-1 #
Iron Fish is preparing for its first hardfork. The first hardfork will include:

FIP-2 : Enforce sequential block time (a block’s timestamp has to be greater than the timestamp of its parent)
FIP-3 : Switch hashing algorithm from blake3 to FishHash
FIP-8 : Difficulty adjustment (to accommodate the algorithm change)
FIP-9 : Swap randomness and graffiti field positions in the Block Header
The most notable change is the hashing algorithm switch from blake3 to FishHash. To read more about FishHash, the motivation behind finding a new hashing algorithm for Iron Fish, as well as exploration of other algorithm choices, please see FIP-3 (or community created video walkthroughs like this one).


https://ironfish.network/learn/blog/2024-02-26-mainnet-hardfork
legendary
Activity: 1610
Merit: 1026
February 22, 2024, 10:22:50 AM
#60
FIP-10 Hardfork 1 (FishHash) 2 april

Abstract #
This FIP specifies the dates and changes for the first Iron Fish Hardfork. The hardfork will include

Switching the mining algorithm to FishHash from Blake3 (FIP-3)
Swap positions of randomenss and graffiti fields in header serialization (FIP-9)
Enforce that a blocks timestamp is strictly greater than the previous block (FIP-2)
Add mechanism for faster difficulty adjustment per block as well as a one time difficulty adjustment to account for the change in mining algorithm (FIP-8)



https://fips.ironfish.network/fips/fip-10-hardfork-1
legendary
Activity: 1610
Merit: 1026
December 27, 2023, 01:01:32 PM
#59
ron Fish v1.14.0 has been released!

Here are some of the major changes:
* Sending a transaction in the CLI now shows a summary of the transaction, including spends and outputs, before sending it.
* We now display a clearer error when passing --path and an invalid argument to the wallet:import command.
* The wallet/getAccountsStatus RPC now returns whether an account is view-only, and we added wallet/getAccountStatus for fetching a single account's status. There are some breaking changes to these RPCs, so please see the release notes below.
* The peer/addPeer RPC now waits for the node to connect to the peer before returning.
* Fixed a time-related case where snapshot downloads could unexpectedly time out.

Here are the full release notes: https://github.com/iron-fish/ironfish/releases/tag/v1.14.0

https://t.me/ironfishcryptochat/32657
legendary
Activity: 1708
Merit: 1615
#SWGT CERTIK Audited
December 23, 2023, 03:28:03 PM
#58
MEXC added Ironfish

Voting Result and Listing Arrangement for Kickstarter - Iron Fish (IRON)

The session of Kickstarter for Iron Fish (IRON) has concluded. Users have committed a total of 48,841,573 MX to support the IRON listing on MEXC!

Airdrop rewards have been distributed to users' accounts.


https://www.mexc.com/exchange/IRON_USDT
legendary
Activity: 1610
Merit: 1026
December 21, 2023, 12:03:15 PM
#57
MEXC Kickstarter - Vote Iron Fish (IRON) to Win Free 20,000 IRON & 20,000 USDC Airdrops!
MEXC is thrilled to launch another session of Kickstarter, a listing campaign initiated by the project team on MEXC before launch where users can commit MX Token to support their favourite project. This event is designed to identify high-quality projects and at the same time, bring airdrop benefits to MEXC users.

Presenting the project for this session of Kickstarter, Iron Fish (IRON).

https://www.mexc.com/support/articles/17827791512292
legendary
Activity: 1610
Merit: 1026
October 18, 2023, 07:39:45 AM
#56
so what happened to the new algorithm? is the poll over
For now, the coin works on the old blake3Ironfish algorithm. Twitter and the blog do not contain information about the date of the algorithm change, so perhaps after testing a replacement date will be set. This coin is not profitable for mining yet, so I don’t follow it much.
full member
Activity: 242
Merit: 115
October 17, 2023, 06:07:43 PM
#55
so what happened to the new algorithm? is the poll over
legendary
Activity: 1610
Merit: 1026
October 12, 2023, 11:52:53 AM
#54
NFTs have been under the spotlight for introducing a paradigm shift in how we think about ownership; enabling exciting opportunities for web3. However, with those opportunities come equally compelling privacy concerns. We're here to talk about those concerns and how Iron Fish stands as a solution, offering absolute privacy and compliance to the mitigated risks of the NFT privacy paradox.

https://ironfish.network/learn/blog/2023-10-04-nfts-and-the-privacy-paradox
jr. member
Activity: 127
Merit: 2
October 11, 2023, 02:37:01 PM
#53
Fish Algo

legendary
Activity: 1610
Merit: 1026
September 27, 2023, 01:05:52 PM
#52
So take part in the voting. If this process has begun, I think that this coin will make mining on ASICs impossible and will make mining on FPGAs not very profitable. Although it is difficult to fight against FPGAs, it is possible to make FPGAs mine more profitable coins.

The distribution model and IronFish mining algorithm are secondary, in my opinion. That being said, I mostly support GPU mining. What’s more interesting about the IronFish project is that the developers are initially trying to legalize their cryptocurrency before regulatory authorities. But on the other hand, it is not entirely clear how one can remain completely anonymous (ZKP transactions) and be legitimate for the regulator (government, etc.).
Coins that do not have pre-sales may not have problems with regulators. I know that there is no profit in mining this coin now on video cards, and the developers have made mistakes. If a profit appears on the new algorithm, then this will be a small victory for GPU miners. Because there’s really nothing to mine now.
sr. member
Activity: 1358
Merit: 267
Degens.bet - On-chain 1000x Futures
September 26, 2023, 08:57:11 AM
#51
So take part in the voting. If this process has begun, I think that this coin will make mining on ASICs impossible and will make mining on FPGAs not very profitable. Although it is difficult to fight against FPGAs, it is possible to make FPGAs mine more profitable coins.

The distribution model and IronFish mining algorithm are secondary, in my opinion. That being said, I mostly support GPU mining. What’s more interesting about the IronFish project is that the developers are initially trying to legalize their cryptocurrency before regulatory authorities. But on the other hand, it is not entirely clear how one can remain completely anonymous (ZKP transactions) and be legitimate for the regulator (government, etc.).
legendary
Activity: 1708
Merit: 1615
#SWGT CERTIK Audited
September 25, 2023, 11:41:11 AM
#50
Introducing the Iron Fish Wallet Server
Today we're excited to announce the initial release of the Iron Fish Wallet Server. This project aims to enable the building and running of a fully private client without the need to run a local Iron Fish node. In this blog post, we'll provide an overview of the Wallet Server, its key features, and talk about how you can help us improve this project.

The Iron Fish Wallet Server is a gRPC server that allows light clients to interact with the Iron Fish network without having to run a full node.
The Wallet Server is open source and available on GitHub.
We're currently hosting a rate limited version of this server at walletserver.ironfish.network for testing.
If you're interested in building a light client, talk to us over on Discord on the #wallet-server channel!
legendary
Activity: 1610
Merit: 1026
September 23, 2023, 01:54:01 PM
#49
What is the “Fish Hash” Algo? Smiley

The reason for voting to change the algorithm is to support GPU miners to remove FPGA from mining this coin and study the opinion of the community.
Lolliedieb’s “Fish Hash” Algo is probably a proprietary algorithm that was developed for this coin by the developer Lolminer. If they vote for this algorithm, we’ll see how it works on video cards.
i hope that it will be memory hard algo.
So take part in the voting. If this process has begun, I think that this coin will make mining on ASICs impossible and will make mining on FPGAs not very profitable. Although it is difficult to fight against FPGAs, it is possible to make FPGAs mine more profitable coins.
jr. member
Activity: 127
Merit: 2
September 23, 2023, 09:51:25 AM
#48
What is the “Fish Hash” Algo? Smiley

The reason for voting to change the algorithm is to support GPU miners to remove FPGA from mining this coin and study the opinion of the community.
Lolliedieb’s “Fish Hash” Algo is probably a proprietary algorithm that was developed for this coin by the developer Lolminer. If they vote for this algorithm, we’ll see how it works on video cards.
i hope that it will be memory hard algo.
legendary
Activity: 3122
Merit: 1003
September 22, 2023, 05:57:47 PM
#47
Ok thx and it would be interesting to see how Fish Hash would perform.  Smiley
legendary
Activity: 1610
Merit: 1026
September 22, 2023, 01:46:38 PM
#46
What is the “Fish Hash” Algo? Smiley

The reason for voting to change the algorithm is to support GPU miners to remove FPGA from mining this coin and study the opinion of the community.
Lolliedieb’s “Fish Hash” Algo is probably a proprietary algorithm that was developed for this coin by the developer Lolminer. If they vote for this algorithm, we’ll see how it works on video cards.
legendary
Activity: 3122
Merit: 1003
September 22, 2023, 08:09:21 AM
#45
What is the “Fish Hash” Algo? Smiley
legendary
Activity: 1610
Merit: 1026
September 21, 2023, 10:33:53 AM
#44
IronFish voting for new algorithm
https://discord.com/channels/771503434028941353/816795744680935445/1154304011172839484

Which algorithm can IronFish switch to?
1. Lolliedieb’s “Fish Hash” Algo (developed by the developer Lolmiiner)
2. EthashB3 (Rethereum algorithm)
3. Ethash w/ EIP 3372 (ether-like algorithm with ASICs)
4. Autolykos V2 (Ergo algorithm)
5. ProgPoW (SERO algorithm)
6. Blake3 (keep the same algorithm for mining as now)

The voting period will last until October 3, 2023!
https://t.me/koliamainer/9598
legendary
Activity: 1610
Merit: 1026
July 20, 2023, 03:19:21 PM
#43
IronFish is now available at NiceHash!

We are happy to announce a new algorithm at NiceHash! Ironfish algorithm has been added to our marketplace. You can now start buying or selling the Ironfish algorithm.

Ironfish has been implemented on our stratum servers and is now available on our hashpower marketplace. You can now purchase hashpower for mining Ironfish (IRON).

https://www.nicehash.com/blog/post/ironfish-is-now-available-at-nicehash?lang=en
legendary
Activity: 1610
Merit: 1026
May 18, 2023, 01:45:41 PM
#42
The official wallet is available again, while the pre-release. After the update, the size of the wallet is about 3 GB.
The wallet is working.

https://github.com/iron-fish/node-app/releases/tag/v1.0.2
Third pre-release to test update functionality.

Check the links on the official website in the developers section.
https://ironfish.network/
Pages:
Jump to: