ETH_PROJET/Makefile
Florian RICHER 1fbb827e78 Update
2018-01-31 21:43:02 +01:00

11 lines
No EOL
294 B
Makefile

start:
geth --rpc --rpcaddr "localhost" --rpcport "8545" --datadir="./data" --rpccorsdomain "*" --rpcapi "eth,net,web3" --nodiscover
new:
geth account new --datadir ./data
init:
geth -datadir ./data init ./genesis.json
console:
geth --datadir ./data attach ipc:./data /geth.ipc