Author

Topic: More than one instance on Windows (Read 916 times)

member
Activity: 92
Merit: 10
June 26, 2011, 10:20:43 AM
#3
I have succeeded in running two bitcoin instances... sort of.  I've got the normal GUI running my old wallet, but I could only manage to get the headless daemon to run my new wallet, with this command:

Code:
c:\program files\bitcoin\daemon\bitcoind.exe -datadir="m:\bitcoin\new wallet" -connect=127.0.0.1 -nolisten

That way it connects to the already running instance, with the port open as normal, but won't try to listen on it's own port, since the port is already open that wouldn't work at all.  There, two instances of bitcoin... sort of, on the same windows machine.

Hmmm, I wonder, what if I tried those commands on the gui, could two gui windows come up?  Let's see.  Nope, it won't run, it tries to, but eventually kills itself for some reason.  I'm sure I can look at the debug.log to see why.
full member
Activity: 154
Merit: 100
June 26, 2011, 10:12:47 AM
#2
This would be so handy, but I'm not sure how it would work with them both using the same port to communicate with the outside world.
member
Activity: 92
Merit: 10
June 26, 2011, 10:08:03 AM
#1
I am apparently unable to run more than one instance of bitcoin on windows, at least being run by the same user.  Is there any way to run two instances,
with two wallets, on windows?  Maybe create a new user and run it from there?
Jump to: