-
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
To get the latest
ropsten-revert.json
, I suggest runningwget https://gist.githubusercontent.com/gavofyork/c89e1635d1b737234f9feae177e50705/raw/ropsten-revert.json