mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 16:53:21 +08:00
Stacks Network Testing
A rudimentary set of tools for testing multiple Stacks nodes at once, locally. Relevant files:
bin/start.sh-- start up a master node, a miner node, or a follower node, as well as ancilliary processes.bin/faucet.sh-- a rudimentary Bitcoin faucet.bin/txload.sh-- a rudimentary Stacks transaction generator and load-tester.etc/*.in-- templates thatbin/start.shuses to create configuration files.
To use, you will need to install stacks-node, blockstack-cli,
puppet-chain, and bin/faucet.sh to somewhere in your $PATH.
You will also need a recent bitcoind and bitcoin-cli.