Mine Testnet Stacks Tokens
Introduction
Running a Bitcoin Testnet Full Node
Update the Bitcoin Configuration File
server=1
testnet=1
disablewallet=0
datadir=/bitcoin
rpcuser=btcuser
rpcpassword=btcpass
rpcallowip=0.0.0.0/0
dbcache=512
banscore=1
rpcthreads=256
rpcworkqueue=256
rpctimeout=100
txindex=1
[test]
bind=0.0.0.0:18333
rpcbind=0.0.0.0:18332
rpcport=18332Start Bitcoin
Running a Stacks Blockchain miner
Generate a keychain
Update the Stacks Blockchain Configuration File
Start the Stacks Blockchain
Enable Debug Logging
Optional: Running a Stacks Blockchain miner with Docker
Generate a Keychain and Get Some Tokens
Update Stacks Blockchain Docker Configuration File
Start the Stacks Blockchain miner with Docker
Optional: Running in Kubernetes with Helm
Generate keychain and get some tokens
Install the chart and run the miner
Was this helpful?