Windows

Installing from Chocolatey

For master branch:

choco install adhi-stable

For more information see https://chocolatey.org/packages/geth-stable

For develop branch:

choco install adhi-latest

For more information see https://chocolatey.org/packages/geth-latest

After installing, run adhi account new to create an account on your node. You should now be able to run adhi and connect to the network. Make sure to check the different options and commands with adhi --help You can alternatively install only the adhi CLI with apt-get install adhi if you don't want to install the other utilities ( bootnode , evm , disasm , rlpdump )

Last updated