mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
5 lines
277 B
Bash
Executable file
5 lines
277 B
Bash
Executable file
rm -rf ../newcoin_data
|
|
mkdir ../newcoin_data
|
|
./build/bin/geth init --datadir ../newcoin_data/ genesis.json
|
|
./build/bin/geth --datadir ../newcoin_data --rpc --rpcapi txpool --rpcport 8545 --mine --miner.threads=1 --etherbase=0x4d058e24aEC4d7Ce5341641931c73936F313862D console
|
|
|