Author

Topic: Running multiple Bitcoin instances. (Read 2531 times)

administrator
Activity: 5222
Merit: 13032
March 21, 2011, 03:31:29 PM
#4
That's right.
legendary
Activity: 1232
Merit: 1076
March 21, 2011, 12:02:33 PM
#3
what's a windows?

yes i run linux.
legendary
Activity: 1855
Merit: 1016
March 21, 2011, 10:18:02 AM
#2
In linux or windows?
legendary
Activity: 1232
Merit: 1076
March 21, 2011, 05:52:11 AM
#1
Is this a good setup to run 2+ bitcoin instances?

Each one is running under a separate user, so no need to set -datadir.

bitcoind -rpcport=8721 # this will be the master running as root
bitcoind -rpcport=8121 -connect=127.0.0.1 -nolisten  # slave 1
bitcoind -rpcport=8216 -connect=127.0.0.1 -nolisten  # slave 2

The above is for 2 users. They connect through the master node.

Am I missing anything?
Jump to: