Author

Topic: A way to identify wallet running in bitcoind (Read 663 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
You could create a new address and label it "identity" for each wallet. That would be your wallet identified. Then use the rpc command
Code:
getaddressesbyaccount "identity"
to get the address and determine which wallet is which.
member
Activity: 114
Merit: 10
Hi,

I have a bunch of full nodes running, each with a wallet.dat file (obviously), i'm managing these nodes through json rpc calls from a central application.

I'm identifying each node with it's (IP,Port) couple, this way i have unique nodes in my db.

Am looking for a way to identify the wallet running with the node, so if i take wallet.dat from node Y to node Z, i will be able to know about this change and sync down to my application.

Anyway to do it ?
Jump to: