You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently digging into the SPV wallet and having some questions about it:
I have created an address via spv_getnewaddress and deposited BTC on this address. If I run spv_getbalance the BTC is not showing up. Is this normal? According to spv_syncstatus the node is synchronized up to the latest BTC block. How can I find out the BTC balance of the SPV wallet?
I am running a second node with the same wallet and I wanted to import the SPV BTC address which I have generated on the first node. Unfortunately there seems to be no possibility to import an existing BTC address. It would be very helpful if there would be a command to import an existing address via the private key. The command spv_dumpprivkey , to export the private key, is already there. So an import command would make a lot of sense from my point of view.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys,
I am currently digging into the SPV wallet and having some questions about it:
I have created an address via spv_getnewaddress and deposited BTC on this address. If I run spv_getbalance the BTC is not showing up. Is this normal? According to spv_syncstatus the node is synchronized up to the latest BTC block. How can I find out the BTC balance of the SPV wallet?
I am running a second node with the same wallet and I wanted to import the SPV BTC address which I have generated on the first node. Unfortunately there seems to be no possibility to import an existing BTC address. It would be very helpful if there would be a command to import an existing address via the private key. The command spv_dumpprivkey , to export the private key, is already there. So an import command would make a lot of sense from my point of view.
Looking forward to your opinion.
Thank you!
Seb
Beta Was this translation helpful? Give feedback.
All reactions