Author

Topic: Run two bitcoind at once? (Read 585 times)

hero member
Activity: 533
Merit: 500
^Bitcoin Library of Congress.
April 26, 2014, 05:56:06 PM
#7
You may also find the -rpcport= and the -conf= commands helpful.

https://bitcointalk.org/?topic=589.0
legendary
Activity: 1073
Merit: 1000
April 26, 2014, 10:08:38 AM
#6
I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
Mind explaining or giving a link?  Can't find it on Google.
either you didn't search at all or your keywords are terrible.
Code:
bitcoind -port=1234 -datadir=coin1 &
bitcoind -port=12345 -datadir=coin2 &

Thanks, but would they use the same RPC file?

I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
Mind explaining or giving a link?  Can't find it on Google.
either you didn't search at all or your keywords are terrible.
Code:
bitcoind -port=1234 -datadir=coin1 &
bitcoind -port=12345 -datadir=coin2 &

Google still uses "-" as indicator that what comes next should not be in the results Wink

https://en.bitcoin.it/wiki/Running_Bitcoin

Probably Tongue
copper member
Activity: 1498
Merit: 1528
No I dont escrow anymore.
April 26, 2014, 02:40:22 AM
#5
I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
Mind explaining or giving a link?  Can't find it on Google.
either you didn't search at all or your keywords are terrible.
Code:
bitcoind -port=1234 -datadir=coin1 &
bitcoind -port=12345 -datadir=coin2 &

Google still uses "-" as indicator that what comes next should not be in the results Wink

https://en.bitcoin.it/wiki/Running_Bitcoin
legendary
Activity: 2058
Merit: 1431
April 25, 2014, 11:05:45 PM
#4
I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
Mind explaining or giving a link?  Can't find it on Google.
either you didn't search at all or your keywords are terrible.
Code:
bitcoind -port=1234 -datadir=coin1 &
bitcoind -port=12345 -datadir=coin2 &
legendary
Activity: 1073
Merit: 1000
April 25, 2014, 10:49:44 PM
#3
I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
Mind explaining or giving a link?  Can't find it on Google.
hero member
Activity: 533
Merit: 500
^Bitcoin Library of Congress.
April 25, 2014, 10:09:35 PM
#2
I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.
legendary
Activity: 1073
Merit: 1000
April 25, 2014, 09:08:34 PM
#1
How would you run two bitcoind at once?  I want to run two different websites, but I only have one wallet running.  Is it possible to get another one to run on the same VPS?  If so, how?
Jump to: