Bitcoin Forum
May 05, 2024, 10:32:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: bitcoind - how to start graphical frontend  (Read 4690 times)
Frizz23 (OP)
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 500


View Profile
January 26, 2012, 06:13:15 AM
 #1

Hi,

I have bitcoind running (because bitcoin-qt crashed several times when running with p2pool)

Question: How to start a graphical frontend for bitcoind? bitcoind-qt won't run (because it can't get a lock blu bla ...).

What to do?

cheers,
F.

Ξtherization⚡️First P2E 2016⚡️🏰💎🌈 etherization.org
1714948325
Hero Member
*
Offline Offline

Posts: 1714948325

View Profile Personal Message (Offline)

Ignore
1714948325
Reply with quote  #2

1714948325
Report to moderator
1714948325
Hero Member
*
Offline Offline

Posts: 1714948325

View Profile Personal Message (Offline)

Ignore
1714948325
Reply with quote  #2

1714948325
Report to moderator
1714948325
Hero Member
*
Offline Offline

Posts: 1714948325

View Profile Personal Message (Offline)

Ignore
1714948325
Reply with quote  #2

1714948325
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714948325
Hero Member
*
Offline Offline

Posts: 1714948325

View Profile Personal Message (Offline)

Ignore
1714948325
Reply with quote  #2

1714948325
Report to moderator
1714948325
Hero Member
*
Offline Offline

Posts: 1714948325

View Profile Personal Message (Offline)

Ignore
1714948325
Reply with quote  #2

1714948325
Report to moderator
1714948325
Hero Member
*
Offline Offline

Posts: 1714948325

View Profile Personal Message (Offline)

Ignore
1714948325
Reply with quote  #2

1714948325
Report to moderator
Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
January 26, 2012, 06:47:10 AM
 #2

Run with admin privileges? I'm not familiar with the problem.

Edit: Oh, wait -- you may need to close the other client you have running, then start up the GUI.
Kluge
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1015



View Profile
January 26, 2012, 06:54:16 AM
 #3

Run with admin privileges? I'm not familiar with the problem.

I believe he wants to run the GUI while bitcoind is already up and running, without shutting down bitcoind first.

I would love to be able to do this as well, but I've never read anything suggesting this was possible. Of course, I'm a complete noob when it comes to much of this technical stuff.
Maybe Armory could work? https://bitcointalk.org/index.php?topic=56424.0

/quits talking on the technical support forum before getting chewed out for ignorance
Revalin
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


View Profile
January 26, 2012, 07:23:42 AM
 #4

The regular bitcoin-qt can't do it as far as I know.  Just stop bitcoind, then run "bitcoin-qt -server".  It will start the QT gui and -server makes it also act as a bitcoind at the same time.

      War is God's way of teaching Americans geography.  --Ambrose Bierce
Bitcoin is the Devil's way of teaching geeks economics.  --Revalin 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
Revalin
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


View Profile
January 26, 2012, 08:08:31 AM
 #5

QT has proven unstable in a mining situation, which is the probable reason for this thread.

My solution has been to learn to manipulate my wallet while running bitcoind.

White bitcoin-qt isn't an option, there are other frontends that can connect to a bitcoind server:

https://en.bitcoin.it/wiki/Category:Frontends

      War is God's way of teaching Americans geography.  --Ambrose Bierce
Bitcoin is the Devil's way of teaching geeks economics.  --Revalin 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
Revalin
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g


View Profile
January 26, 2012, 08:27:10 AM
 #6

Unfortunately no.  Spinner uses BCCAPI to talk to a server.  If you made a BCCAPI server that then talked to your bitcoind it could work, but I have no idea if there's any support for that in spinner.

You could easily have multiple wallets though.  Have a spinner wallet (or bitcoin-qt) for daily use and a separate one for mining.  Create a short script to keep sending all your mining revenues to the spinner wallet, and you're set.

      War is God's way of teaching Americans geography.  --Ambrose Bierce
Bitcoin is the Devil's way of teaching geeks economics.  --Revalin 165YUuQUWhBz3d27iXKxRiazQnjEtJNG9g
Frizz23 (OP)
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 500


View Profile
January 26, 2012, 08:32:34 PM
 #7

Unfortunately, stopping bitcoind... well sucks. QT has proven unstable in a mining situation, which is the probable reason for this thread.

Yes, this was exactly the reason Smiley

QT sucks while mining. So I use bitcoind. I just like to have a frontend for it now (to connect to a running bitcoind).

Ξtherization⚡️First P2E 2016⚡️🏰💎🌈 etherization.org
stevegee58
Legendary
*
Offline Offline

Activity: 916
Merit: 1003



View Profile
February 22, 2012, 02:55:16 AM
 #8

How does this look?  It's a front-end GUI I wrote that talks to bitcoind while I'm mining p2pool.
Right now it just shows balance, block count and transaction history.
I just start it and hit refresh when I want an update.  I'm planning on adding 5 second polling and a couple other features.  I don't plan on implementing the full bitcoin-qt functionality.


You are in a maze of twisty little passages, all alike.
bd9142
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
March 23, 2014, 06:43:30 PM
 #9

How does this look?  It's a front-end GUI I wrote that talks to bitcoind while I'm mining p2pool.
Right now it just shows balance, block count and transaction history.
I just start it and hit refresh when I want an update.  I'm planning on adding 5 second polling and a couple other features.  I don't plan on implementing the full bitcoin-qt functionality.

http://i44.tinypic.com/11bqng1.png

This is really very very good ! can you send this program to me ? i need a program like this.
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 23, 2014, 09:35:48 PM
 #10

How does this look?  It's a front-end GUI I wrote that talks to bitcoind while I'm mining p2pool.
Right now it just shows balance, block count and transaction history.
I just start it and hit refresh when I want an update.  I'm planning on adding 5 second polling and a couple other features.  I don't plan on implementing the full bitcoin-qt functionality.



This is really very very good ! can you send this program to me ? i need a program like this.

In case you get no reply, I could cook up such a little GUI if you are willing to make a donation.
bd9142
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
March 31, 2014, 03:19:30 PM
 #11

How does this look?  It's a front-end GUI I wrote that talks to bitcoind while I'm mining p2pool.
Right now it just shows balance, block count and transaction history.
I just start it and hit refresh when I want an update.  I'm planning on adding 5 second polling and a couple other features.  I don't plan on implementing the full bitcoin-qt functionality.

http://i44.tinypic.com/11bqng1.png

This is really very very good ! can you send this program to me ? i need a program like this.

In case you get no reply, I could cook up such a little GUI if you are willing to make a donation.

I have no bitcoin. Therefore, i couldn't make any donation.
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!