mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
4 lines
161 B
Bash
Executable file
4 lines
161 B
Bash
Executable file
make geth && rm -rf /tmp/foo2 &&
|
|
build/bin/geth --datadir /tmp/foo2 init aura.genesis &&
|
|
build/bin/geth --datadir /tmp/foo2 --nodiscover --maxpeers 0 console
|
|
|