google/trillian-examples

Once I've eaten all my disk with etherslurp, how do I clean up? [EOM]

benlaurie opened this issue · 3 comments

Once I've eaten all my disk with etherslurp, how do I clean up? [EOM]

From Makefile

initgeth:: $G $E/rinkeby.json
$G --datadir=$HOME/rinkeby init $E/rinkeby.json
rungeth::
$G --networkid=4 --datadir=$HOME/rinkeby --cache=1024 --syncmode=full --verbosity 3 --ethstats='yournode:Respect my authoritah!@stats.rinkeby.io' --bootnodes=enode://a24ac7c5484ef4ed0c5eb2d36620ba4e4aa13b8c84684e1b4aab0cebea2ae45cb4d375b77eab56516d34bfbd3c1a833fc51296ff084b770b94fb9028c4d25ccf@52.169.42.101:30303 --rpc console

Please clean your datadir which is $HOME/rinkeby

If you delete datadir you will have to run make initgeth again.

How about a Docs or Makefile PR to make this easier for people?

Raised a PR #21. Please review and let me know if any changes are required.