Stop your Node (hint: screen -r
) and pull the latest
files from this repository
# change to your node directory
cd dmdv4-testnet
# updates this repository
git pull
# download latest binaries.
./download-binaries.sh
Stop your Node (hint: screen -r
) and pull the latest
files from this repository
# change to your node directory
cd dmdv4-testnet
# updates this repository
git pull
In order to support more validators in the networks we need to increase the blockgas limit,
so we can handle larger transactions.
This requires an additional entry in your validator_node.toml
# use nano or the text editor of your choice to edit the validator_node.toml file.
nano validator_node.toml
add this line in the mining
section:
gas_floor_target = "1000000000"
The new logic for gas limits and the stability improvements.
./download-binaries.sh
./start.sh