Bitcoin Forum
May 09, 2024, 02:58:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Console non-wallet address balance  (Read 968 times)
DavidCWG (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 14, 2014, 04:04:29 AM
 #1

Is it possible to determinate the unspent balance of an arbitrary bitcoin address (not one from my wallet) from the Electrum console?
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715266723
Hero Member
*
Offline Offline

Posts: 1715266723

View Profile Personal Message (Offline)

Ignore
1715266723
Reply with quote  #2

1715266723
Report to moderator
1715266723
Hero Member
*
Offline Offline

Posts: 1715266723

View Profile Personal Message (Offline)

Ignore
1715266723
Reply with quote  #2

1715266723
Report to moderator
1715266723
Hero Member
*
Offline Offline

Posts: 1715266723

View Profile Personal Message (Offline)

Ignore
1715266723
Reply with quote  #2

1715266723
Report to moderator
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
July 14, 2014, 05:49:58 PM
 #2

Is it possible to determinate the unspent balance of an arbitrary bitcoin address (not one from my wallet) from the Electrum console?

yes use getaddressbalance("address") - Note I only use electrum for litecoin but should work the same for bitcoin. Also the address used below is not mine but a random one from a litecoin blockchain explorer.

Code:
>> getaddressbalance("LiEMRo8aYs7iHQzRPpUF3GGG3xmgEGJLrr")
{
    "confirmed": "16103.49132166",
    "unconfirmed": "0"
}

Im not really here, its just your imagination.
DavidCWG (OP)
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 14, 2014, 09:32:56 PM
 #3

Awesome, thanks.
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!