The Wayback Machine - https://web.archive.org/web/20211128101052/https://github.com/topics/bitcoin-node
Skip to content
#

bitcoin-node

Here are 30 public repositories matching this topic...

SatSale
nickfarrow
nickfarrow commented Aug 9, 2021

It would be extremely powerful to have:

  • An option in config.py like pay_method = "xpub" and xpub=.....
  • a payment method pay/xpub.py that generates bitcoin addresses, and stores the current index to a file to prevent address reuse.
  • It is very important that this is done in a safe way, ideally using some established python library to generate addresses from the xpub/zpub in a random

Improve this page

Add a description, image, and links to the bitcoin-node topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bitcoin-node topic, visit your repo's landing page and select "manage topics."

Learn more