Bitcoin Forum
May 04, 2024, 09:22:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to get balance of whole wallet confirmed at least 1 (or 2) confirmations?  (Read 2881 times)
bitcoinex (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
January 24, 2011, 09:01:31 PM
Last edit: January 24, 2011, 09:23:54 PM by bitcoinex
 #1

Code:
bitcoin@s7:~$ bitcoin/bitcoin getbalance 1
0.00000000
bitcoin@s7:~$ bitcoin/bitcoin getbalance '' 1
-60051.16000000 <- not a real balance
bitcoin@s7:~$ bitcoin/bitcoin getbalance "" 1
-60051.16000000 <- not a real balance
bitcoin@s7:~$ bitcoin/bitcoin getbalance minconf=1
0.00000000 <- not a real balance
bitcoin@s7:~$ bitcoin/bitcoin getbalance dsf
0.00000000 <- hmmm?
bitcoin@s7:~$ bitcoin/bitcoin getbalance * 1
error: type mismatch
bitcoin@s7:~$ bitcoin/bitcoin getbalance * 2
error: type mismatch
bitcoin@s7:~$ bitcoin/bitcoin getbalance '*' 2
error: {"code":-11,"message":"Invalid account name"}
bitcoin@s7:~$ bitcoin/bitcoin getbalance 2
0.00000000 <- not real balance real balance
bitcoin@s7:~$ bitcoin/bitcoin getbalance '*' minconf=1
error: type mismatch

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
1714857769
Hero Member
*
Offline Offline

Posts: 1714857769

View Profile Personal Message (Offline)

Ignore
1714857769
Reply with quote  #2

1714857769
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714857769
Hero Member
*
Offline Offline

Posts: 1714857769

View Profile Personal Message (Offline)

Ignore
1714857769
Reply with quote  #2

1714857769
Report to moderator
bfever
Jr. Member
*
Offline Offline

Activity: 39
Merit: 1


View Profile WWW
January 24, 2011, 09:24:42 PM
 #2

If I just use the command
Code:
bitcoin getbalance
(so without any additional parameters on the line), I get my total balance.
This is with normal bitcoin client 0.3.19 running in server mode.
bitcoinex (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
January 24, 2011, 09:32:36 PM
 #3

If I just use the command
Code:
bitcoin getbalance
(so without any additional parameters on the line), I get my total balance.
This is with normal bitcoin client 0.3.19 running in server mode.

I am need only balance of confirmed transactions.

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
Gavin Andresen
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
January 24, 2011, 09:35:09 PM
 #4

getbalance '*' 1

... will do what you want in the next version of bitcoin.  I need people to help download and build and test it.

How often do you get the chance to work on a potentially world-changing project?
bitcoinex (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
January 25, 2011, 12:01:00 PM
 #5

getinfo shows amounts confirmed by 1 confirmation?

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
Gavin Andresen
Legendary
*
Offline Offline

Activity: 1652
Merit: 2216


Chief Scientist


View Profile WWW
January 25, 2011, 02:19:43 PM
 #6

getinfo and getbalance (with no arguments)... are a little complicated.

They include all 1 confirmation receive transactions, but (this is the complicated part) they also include 0-confirmation receives if they are self-sends (either the "change" from coins you just sent or all the coins if you sent to one of your own addresses).

In any case, I think they will do exactly what you want-- show you coins that have at least one confirmation or that you are certain you are able to spend (because they are your own 0-confirmation coins).


How often do you get the chance to work on a potentially world-changing project?
bitcoinex (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
January 25, 2011, 02:56:03 PM
 #7

Thank you, yes, it's what I am need.

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
bitcoinex (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 252


probiwon.com


View Profile WWW
January 29, 2011, 04:39:39 AM
 #8

getbalance '*' 1

... will do what you want in the next version of bitcoin.  I need people to help download and build and test it.


Code:
$ ./bitcoind getbalance '*' 1
error: {"code":-11,"message":"Invalid account name"}

0.3.20 from git

New bitcoin lottery: probiwon.com
- Moжeт, ты eщё и в Heвидимyю Pyкy Pынкa вepyeшь? - Зaчeм жe вepoвaть в тo, чтo мoжнo нaблюдaть нeпocpeдcтвeннo?
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!