This package will setup a set of bitcoind, lnd, and tor docker containers so someone can spin up many nodes in order to help simulate natural traffic thru the playground network.
On linux (for 3 nodes:
pip3 install -r requirements.txt
./up-x64.sh 3
The up-generic.sh
allows these to be set indpendently:
pip3 install -r requirements.txt
TRIPLET=aarch64-linux-gnu bitcoind=1 lnd=1 tor=1 ./up-generic.sh
These services are linked in a round-robin fashion:
bitcoind-i
is linked totor-{i%tor_nodes}
for i in ``bitcoind_nodes`lnd-j
is linked tobitcoind-{j%bitcoind_nodes}
andtor-{j%tor_nodes}
forj
inlnd_nodes
If you're looking to just run a client node with GUI please visit Plebnet Playground Docker
- Still pretty rough, but will automatically make wallet and unlock, seeds are in
seeds.txt
the password is12345678
for all wallets. - Next step is building some scripts to fill up the nodes with some Playground tBTC, establish channels, and define automatic behavior