Bitcoin Forum
June 20, 2024, 12:55:00 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Run two bitcoind at once?  (Read 573 times)
animalroam (OP)
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
April 26, 2014, 01:08:34 AM
 #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?
BookLover
Hero Member
*****
Offline Offline

Activity: 533
Merit: 500


^Bitcoin Library of Congress.


View Profile
April 26, 2014, 02:09:35 AM
 #2

I believe you can run two instances of bitcoind by using the -port= and -datadir= commands.

animalroam (OP)
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
April 26, 2014, 02:49:44 AM
 #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.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
April 26, 2014, 03:05:45 AM
 #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 &

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
April 26, 2014, 06: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

Im not really here, its just your imagination.
animalroam (OP)
Legendary
*
Offline Offline

Activity: 1073
Merit: 1000


View Profile
April 26, 2014, 02:08:38 PM
 #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
BookLover
Hero Member
*****
Offline Offline

Activity: 533
Merit: 500


^Bitcoin Library of Congress.


View Profile
April 26, 2014, 09:56:06 PM
 #7

You may also find the -rpcport= and the -conf= commands helpful.

https://bitcointalk.org/?topic=589.0

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!