-
When starting with Python 3.10, there is error (which seems to be issue with gunicorn / flask_restplus, not SatSale itself):
```
$ python3.10 ~/.local/bin/gunicorn -w 1 -b 0.0.0.0:8000 satsale:app
…
-
Hello, I'm currently building a web application and would like to achieve the following
1. Generate a private key, and store it in WIF form somewhere.
2. Using that private key, generate mulitple …
-
How can I get bip84 and bip141 adresses from seed phrase, can you give the code
-
Hi There,
I am currently trying to run the below code:
```
import bdkpython as bdk
descriptor = "wpkh(tprv8ZgxMBicQKsPcx5nBGsR63Pe8KnRUqmbJNENAfGftF3yuXoMMoVJJcYeUw5eVkm9WBPjWYt6HMWYJNesB5Ha…
-
This code is actually working great without managing error, yet I've asked myself if it was possible to do the same for the crypto in the issues' title...
```
function _get_btc_account_by_seed(see…
-
You already define bip84_as_string method, but never added it to the network class, raise exception on calling network.keys.bip84_deserialize
Version: 0.91.20210515
Reproduce:
```
from pycoin.ne…
-
Need help setting up a basic script to generate key and address help appreciated. anyone know of a good working recent tutorial or video? would anyone be willing to help a learning dev?
-
**Describe the bug**
In our application (https://github.com/itchysats/itchysats) we keep occasionally running into `TransactionNotFound` error's when `sync`ing the wallet. Once we run into this p…
-
See https://github.com/LedgerHQ/ledgerjs/tree/master/packages/hw-app-btc for a starting point
-
Hello,
I am having problems finding / creating a QR Code that works with the xPub Key I got from Ledger Live. My tries ended in a "error_nothing_useful" error.
What format needs a QR to have for…