Skip to content

Release 1.9.4.0

Compare
Choose a tag to compare
@ldmberman ldmberman released this 05 Feb 17:01
· 809 commits to master since this release
**Improvements & bug fixes**

- A bottleneck was resolved in the core processing module which slowed down block application in the presence of a large number of transactions.
- Transaction propagation parallelisation is made configurable, to allow the network to easily switch to a more conservative distribution rate.

**Upgrade instructions**

N.1.9.4.0 comes with the prebuilt binaries for the Linux and Darwin x86_64 platforms.

Download the corresponding archive and unpack it:

```
tar -xzf arweave-1.9.4.0.linux-x86_64.tar.gz
```

It makes sense to unpack it inside a dedicated directory. You can always move this directory around, but the miner may not work if you move only some of the files. The weave data would, by default, be stored in this directory, too, but it can be overridden using the data_dir command-line argument.
The archive contents look like this:

```
bin/  data/  erts-10.3/  lib/  releases/
```

To run the miner, execute ./bin/start <arguments>. See the mining guide for more details.
If your OS/platform architecture is not in the list, check README for how to build the miner from sources.

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

```
git fetch --all --tags && git checkout -f N.1.9.4.0
```

You can now run the miner using the arweave-server script.

**Support**

For more details on how to run a mining  node, please see our mining guide - https://docs.arweave.org/info/mining/mining-guide. If you have any issues upgrading or would like to know more about the release, feel free to reach out to us in the #mining channel on Discord Arweave Dev Talk server (https://discord.gg/DjAFMJc) or email us at team@arweave.org.