Last active
January 28, 2018 17:22
-
-
Save ralfr/f2dcfe4cb70ef7b85efab87c2640091e to your computer and use it in GitHub Desktop.
IOTA January 2018 Snapshot Verification
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /home/iota/node/ixi | |
git clone https://github.com/iotaledger/Snapshot.ixi Snapshot | |
cd Snapshot | |
wget https://gist.githubusercontent.com/th0br0/8b92cfe79b89979c67efdc418ff55860/raw/08fd7246809c9d825a3ef6f9f6ba1292f652527e/20180128-validation.js | |
# Optionally correct port in line 3 of 20180128-validation.js | |
npm i request | |
systemctl restart iota | |
node 20180128-validation.js | |
# Add the output here: https://github.com/iotaledger/iri/pull/512 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment