One line command to start a blockchain node
start eth node
cd geth
sh prepare.sh
sh start.sh
sh status.sh
- mod genesis.json (more config: https://github.com/ethereum/go-ethereum/blob/master/params/config.go#L339-L372)
provide docker file
One line command to start a blockchain node
start eth node
cd geth
sh prepare.sh
sh start.sh
sh status.sh
provide docker file