Skip to content

Release 2.6.4

Compare
Choose a tag to compare
@ldmberman ldmberman released this 14 Mar 09:48
· 350 commits to master since this release

The release introduces various improvements and bug fixes.

Some hightlights:

  • Added GET /wallet/[addr]/reserved_rewards_total serving the sum (in Winston) of the reserved mining rewards;
  • introduced support for repairing specific RocksDB databases; specify each database to repair with:
repair_rocksdb [file]
  • VDF peers addressed using domain names now stay connected even if the IP addresses change (applies to both clients and servers configured via vdf_client_peer and vdf_server_trusted_peer accordingly);
  • sped up loading of blocks and transactions when joining the network;
  • a bug is fixed where mining with custom size storage modules would sometimes fail with "mined_block_but_failed_to_read_chunk_proofs";
  • fixed a bug where a failure to allocate a large page would result in the obscure "rwlock destroy" error.

The release comes with the prebuilt binaries for the Linux x86_64 platforms.

If you want to run the miner from the existing Git folder, execute the following command:

git fetch --all --tags && git checkout -f N.2.6.4

See the mining guide for further instructions.

If you have any issues upgrading or would like to know more about the release, feel free to reach out to us in the Arweave Miners Discord (https://discord.gg/GHB4fxVv8B) or email us at team@arweave.org.