Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
201 stars 31 forks source link

Address Explorer #122

Closed flyingfaders closed 3 years ago

flyingfaders commented 3 years ago

Would be great to have a nice Table View layout with all of the invoices / address you've created and if they have associated txs on them.

Rough idea would be something like:

I haven't been able to find an obvious way to find the address explorer other than through the Wallet Details page. Would make it really great to have FullyNoded as an additional device to quickly verify addresses are correct when working with hardware wallets.

Fonta1n3 commented 3 years ago

You can go to wallet details > copy the receive descriptor keypool and change descriptor keypool then with either of those values go to tools from the home screen wallet > derive addresses and paste in that descriptor. The receive descriptor will derive 0-2500 invoice addresses and the change descriptor will derive 0-2500 change addresses.

FN does not keep track of each invoice you produce, but your node does keep track of any used address. You can go via tools > wallet > list address groups which:

"The listaddressgroupings RPC lists groups of addresses that may have had their common ownership made public by common use as inputs in the same transaction or from being used as change from a previous transaction."

In English it lets you know which addresses in your wallet have been used, their label and if they have a current balance.

Fonta1n3 commented 3 years ago

If you are unsure what each tool does, just tap it and there will be a help button in the top right which fetches the help description for that rpc command direct from Bitcoin Core.

Fonta1n3 commented 3 years ago

Fyi 0.2.2 has ability to toggle between change/receive addresses in the address explorer. Tappable table view will come later 👍

flyingfaders commented 3 years ago

Awesome! Just tested out the update. Works great 👍