Skip to content

Instantly share code, notes, and snippets.

@chevdor
Last active March 1, 2017 17:27
Show Gist options
  • Save chevdor/6652af729b9547c519949f33bab21db2 to your computer and use it in GitHub Desktop.
Save chevdor/6652af729b9547c519949f33bab21db2 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/f2e601c0ba1e47bf9197fcca6b4cf3672e854b20/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

@Schaeff
Copy link

Schaeff commented Feb 28, 2017

To get the latest ropsten-revert.json, I suggest running wget https://gist.githubusercontent.com/gavofyork/c89e1635d1b737234f9feae177e50705/raw/ropsten-revert.json

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