Author

Topic: connect bitcoin-qt to a running bitcoind? (Read 3681 times)

newbie
Activity: 28
Merit: 0
January 24, 2012, 11:09:03 AM
#7
Quote
Principal authors: genjix and Luke-Jr
scary Sad

i hoped i can do that with the official client...
hero member
Activity: 560
Merit: 501
January 24, 2012, 11:02:36 AM
#6
the point is not to run the gui - it sometimes crashes . bitcoind is stable.
so i run bitcoind in script along with my miner and p2pool
but sometimes i want to view my wallet in the GUI
currently to do that i have to stop the bitcoind (which causes errors in the p2pool client and the miner) and run the gui
i am looking for a way to make the gui connect to an already running instance of bitcoind
Try something like Spesmilo. It connects to a running server instance over RPC.
newbie
Activity: 28
Merit: 0
January 24, 2012, 10:54:36 AM
#5
the point is not to run the gui - it sometimes crashes . bitcoind is stable.
so i run bitcoind in script along with my miner and p2pool
but sometimes i want to view my wallet in the GUI
currently to do that i have to stop the bitcoind (which causes errors in the p2pool client and the miner) and run the gui
i am looking for a way to make the gui connect to an already running instance of bitcoind
full member
Activity: 209
Merit: 100
January 24, 2012, 07:29:14 AM
#4
the gui bitcoin has bitcoind built into it

make a new .bat file and in it write
Code:
C:\path\to\your\bitcoin\folder\bitcoin-qt.exe -server

and the GUI bitcoin will do the same thing as bitcoind
newbie
Activity: 28
Merit: 0
January 23, 2012, 10:00:53 PM
#3
*bump*
still looking for a standalone bitcoind GUI for windows
sr. member
Activity: 462
Merit: 250
Clown prophet
January 21, 2012, 08:38:52 PM
#2
I tried to do this with 0.5.2 without luck Sad

I put bitcoind on a remote home server and tried to connect to it with bitcoin-qt with -server command line option (and config option). But when bitcoin-qt starts, it starts to download initial block chain and using local wallet.dat

newbie
Activity: 28
Merit: 0
January 21, 2012, 08:05:40 PM
#1
I want to run bitcoind in the background and start the gui only when needed
I have seen someone suggest to use the -server option but i didn't find any documentation on that
So, how can i make the bitcoin-qt GUI connect to a running instance of bitcoind (on windows)?
Jump to: