✔️Humans AI

Hardware Requirements

4CPU

8RAM

100GB SSD

Clone project repository

cd && rm -rf humans git clone https://github.com/humansdotai/humans cd humans git checkout v0.2.2

Build binary

make install

Set node CLI

humansd config chain-id humans_3000-31
humansd config keyring-backend test
humansd config node tcp://localhost:18457

Initialize the node

humansd init "Your Node Name" --chain-id humans_3000-31

Download genesis, addrbook

curl -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.json

Setseed

Set minimum gas price

Set pruning

Change ports

Download latest chain data snapshot

Create a service

Start the service and check the logs

Last updated