✔️Humans AI
cd && rm -rf humans git clone https://github.com/humansdotai/humans cd humans git checkout v0.2.2make installhumansd config chain-id humans_3000-31
humansd config keyring-backend test
humansd config node tcp://localhost:18457humansd init "Your Node Name" --chain-id humans_3000-31curl -L https://snapshots-testnet.nodejumper.io/humans-testnet/genesis.json > $HOME/.humansd/config/genesis.json
curl -L https://snapshots-testnet.nodejumper.io/humans-testnet/addrbook.json > $HOME/.humansd/config/addrbook.jsonSet minimum gas price
Set pruning
Change ports
Download latest chain data snapshot
Create a service
Start the service and check the logs
Last updated