Author

Topic: Bitcoind remind me my address (Read 7854 times)

newbie
Activity: 26
Merit: 0
January 15, 2011, 09:05:39 PM
#7
It sounds like what you want is:

Code:
bitcoin getmostrecentlygeneratedaddress

No?
administrator
Activity: 5222
Merit: 13032
January 15, 2011, 04:38:02 PM
#6
why not list the current address in use in
Code:
bitcoin getinfo
too, well, that's where I expected it to be but my intuition on that might be unusual

There is no concept of "current address" in bitcoind.
hero member
Activity: 900
Merit: 1000
Crypto Geek
January 15, 2011, 04:13:19 PM
#5
Thanks for the info. I think this should be more prominent in the linux client,

why not list the current address in use in
Code:
bitcoin getinfo
too, well, that's where I expected it to be but my intuition on that might be unusual
hero member
Activity: 726
Merit: 500
January 12, 2011, 11:17:40 AM
#4
This will show you all of your addresses, even the unused ones:

Code:
bitcoind listreceivedbyaddress 0 true
sr. member
Activity: 337
Merit: 285
January 12, 2011, 11:14:13 AM
#3
You should use getaccountaddress, not getnewaddress. getaccountaddress only creates a new address once you received coins to the previous address.
legendary
Activity: 1372
Merit: 1008
1davout
January 12, 2011, 06:51:20 AM
#2
bitcoin getnewaddress
hero member
Activity: 900
Merit: 1000
Crypto Geek
January 12, 2011, 06:49:04 AM
#1
 I can never remember my bitcoin address and how to find out with bitcoind

Would be nice if there was a command to show the address, or something clearer

 thanks!
Jump to: