STN
Getting Started with Bitcoin STN
This guide will help you in setting up a BitcoinSV node which connects to the Scaling Test Network.
What is STN?
The STN is a public test network targeted at testing scaling. Block sizes are typically bigger than those on mainnet, but transaction volumes are generally much lower. It is not uncommon for performance/capacity tests to be run in STN, in which case transactions per second can rise dramatically. New blocks/coins are generated using CPU mining. The STN blockchain may also be “reset” for a new node releases. I.e. the blockchain is wound back to a previous height to minimise start-up times for new nodes.
System requirements for running a STN node: System Requirements
More information about STN can be found on https://bitcoinscaling.io/
QuickStart Instructions
Step 1:
Install SV Node according to the installation guide: SV Node
Step 2:
Configure bitcoind to connect to the STN and not Mainnet, as well as setting mandatory parameters. Make the following changes to your bitcoin.conf
Step 3:
If you wish to add any other custom configurations to your Bitcoin SV node you can appended them to the bitcoin.conf file with the editor of your choice. If you are running a node for development and not archival purposes it is recommended you operate in prune mode to prevent excessive disk space usage. Make the following change to your bitcoin.conf
.
Step 4:
Start the bitcoind process. If you have been following the installation guide you can use systemd
If this is the first time you have started the node, it may take several hours or even days as the node downloads blocks and checks that they have not been tampered with. In this case, it may make sense to run the node in foreground to see status messages.
If this is not the first time you have run the node, it should start up quickly and it may make sense to run the node in the background.
Step 5:
Check the status of the node and the bitcoind process. Type the following at the command line:
This should generate an output similar to
Funding
If you wish to perform worthwhile testing in the STN you need to obtain unspent coins. Unspent coins may be obtained from the STN team by contacting Bitcoin SV General Support on Telegram. Alternatively it is possible to mine coins as the difficulty in STN is low and mining should only take a few minutes using a laptop.
Last updated