Author

Topic: Console non-wallet address balance (Read 969 times)

newbie
Activity: 25
Merit: 0
July 14, 2014, 05:32:56 PM
#3
Awesome, thanks.
copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
July 14, 2014, 01: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"
}
newbie
Activity: 25
Merit: 0
July 14, 2014, 12: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?
Jump to: