Skip to content

Instantly share code, notes, and snippets.

@Schaeff
Forked from chevdor/Ropsten Revert.adoc
Last active March 1, 2017 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Schaeff/777804a7a24687ed7a576154b858110d to your computer and use it in GitHub Desktop.
Save Schaeff/777804a7a24687ed7a576154b858110d to your computer and use it in GitHub Desktop.
Ropsten Revert

Ropsten Revert Chain

  • Stop parity if running

  • download the ropsten-543210.snapshot

    wget https://transfer.sh/jDMLZ/ropsten-543210.snapshot
  • restore parity:

    parity --chain=ropsten restore ropsten-543210.snapshot
  • grab the ropsten-revert.json

    wget https://gist.githubusercontent.com/gavofyork/c89e1635d1b737234f9feae177e50705/raw/ropsten-revert.json
  • run parity:

    parity --chain=ropsten-revert.json --author <youraddress>
  • mine on it as much as possible:

    ethminer -C -F http://localhost:8545

See options if you use a GPU or wish to tweak the settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment