3
2
My question might seem really basic , but I am looking for help as to how can I setup bitcoin network using regtest?
3
2
My question might seem really basic , but I am looking for help as to how can I setup bitcoin network using regtest?
2
2 ways.
bitcoind --regtest --printtoconsole
Configure bitcoin.conf and include a line regtest=1.
Second way is better so usage of bitcoin-cli is less verbose.
nice- looks good! – smatthewenglish – 2017-04-19T13:03:04.477
you can try the instructions at https://blog.starapps.io/setup-private-bitcoin-regtest-using-docker-a406127192df
– zaphod100.10 – 2016-12-23T14:45:06.793I created a simple docker setup which allows you to run a private 3 node network here https://github.com/FreekPaans/bitcoin-multi-node-regtest
– Freek – 2018-04-13T06:34:16.480