Bitcoin Forum
May 11, 2024, 06:05:11 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 2882 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?
1715450711
Hero Member
*
Offline Offline

Posts: 1715450711

View Profile Personal Message (Offline)

Ignore
1715450711
Reply with quote  #2

1715450711
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
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!