May 12•2 min read
Today's release includes updates to the Stacks Blockchain software.
Updates include:
Issues:
Downloads
sha256sum: 4c3457f85544037ce2b8ce262fbce7f0a398cd43cdfde13129d1d10752c68368
sha256sum: 85bc1b045024aa9103d484dcf5903fea3de2bd3c6a9613a3961cf09676936afb
Notes
Getting Started
1. Configure your wifi, if you're not connected via wire.
2. Open the terminal
3. Type sudo apt install -y nodejs npm
From here you'll basically be following the official Testnet docs here
4. Type npx [email protected] make_keychain -t
5. Open the Mousepad editor and copy the output from the previous command from your terminal into Mousepad. It looks like this below. SAVE THE FILE! Call it whatever you want. Just save it.
6. In your terminal again, type sudo mousepad /etc/stacks-blockchain/neon-miner-conf.toml
7. Copy the privateKey from step 5 into the neon-miner-conf.toml file in step 6.
8. Paste the private key into the seed =
line. Replace "replace-with-your-private-key" with your private key.
9. Save the neon-miner-conf.toml file "File ... Save"
10. Back to your terminal. Type sudo systemctl restart stacks-node
11. You're now running a node on the Stacks testnet Blockchain! Go get some testnet BTC and STX from the testnet faucet.
12. To view logs at any time, open a terminal and type `sudo journalctl -u stacks-node`