Author

Topic: How to check status of bitcoind (Read 13310 times)

legendary
Activity: 1596
Merit: 1100
August 31, 2010, 02:31:24 PM
#11
Thanks. I've heard about the insecurity of IP payments on the forum now and will use bitcoin addresses.

"listtransactions" is not implemented in the bitcoind binary (0.3.11).

Correct, it's a patch.

See https://bitcointalksearch.org/topic/patch-implement-xlisttransactions-611

newbie
Activity: 52
Merit: 0
August 31, 2010, 01:41:45 PM
#10
Thanks. I've heard about the insecurity of IP payments on the forum now and will use bitcoin addresses.

"listtransactions" is not implemented in the bitcoind binary (0.3.11).
hero member
Activity: 532
Merit: 505
August 31, 2010, 12:31:58 PM
#9
never tried, so i'm not sure about
- listtransactions [count=10] [minconf=1] [includegenerated=true],
'bitcoind help' shows it, so i guess it'll work.

you know that accepting payments sent to your IP isn't very secure, don't you?
there's no authentication at all, anyone in between you and the sender might pretend to be you and grab your coins.


why not use a (few) bitcoin-address(es) and call
- getreceivedbyaddress [minconf=1] and/or
- getreceivedbylabel
newbie
Activity: 52
Merit: 0
August 31, 2010, 11:27:49 AM
#8
Any updates on this? I accept payments through Bitcoin sent to my server's IP, but how do I list the transactions and associated comments without a GUI?
sr. member
Activity: 252
Merit: 250
August 10, 2010, 12:40:39 PM
#7
There were a few patches (listtransactions etc) but I'm not sure whether they are in trunk.
sr. member
Activity: 350
Merit: 250
July 25, 2010, 02:04:37 AM
#6
I am running bitcoind under linux. I see it chewing up a lit of CPU time but the system is still responsive so I am assuming it is just keeping the box busy. However, I would like to check in on it occasionally to see how it is doing. When I run the bitcoin app it tells me that port 8333 is in use. Is there any way to check on what the daemon is up to?

Is there a way to see what payments have been sent out?
full member
Activity: 199
Merit: 2385
July 15, 2010, 12:30:09 PM
#5
grep the debug.log file for 'hashmeter'
full member
Activity: 157
Merit: 101
July 15, 2010, 11:32:01 AM
#4
Is there a way to check the khash/s on a gui-less system?  I've looked in the docs, but didn't see anything.
newbie
Activity: 5
Merit: 0
July 13, 2010, 12:27:21 AM
#3
I was just on my way back to report that I found the answer to this at

http://www.bitcoin.org/wiki/doku.php?id=headless_client

Thanks for the quick response though!
jib
member
Activity: 92
Merit: 10
July 13, 2010, 12:22:41 AM
#2
run 'bitcoind help' and it tells you various commands you can use to query its status.
newbie
Activity: 5
Merit: 0
July 13, 2010, 12:08:01 AM
#1
I am running bitcoind under linux. I see it chewing up a lit of CPU time but the system is still responsive so I am assuming it is just keeping the box busy. However, I would like to check in on it occasionally to see how it is doing. When I run the bitcoin app it tells me that port 8333 is in use. Is there any way to check on what the daemon is up to?
Jump to: