doc-hex
doc-hex
Just to make multiuser easier to use in my house, I've added a simple "LAN mode". Also: - command line arguments, parsing and help messages. - set the hour and...
```python class Card(rom.Model): # ... # in a chain of related objects next_card = rom.OneToOne('Card', on_delete='restrict') prev_card = rom.OneToOne('Card', on_delete='restrict') ``` - once an instance is created with non-zero next/prev...
I would like to keep my private key in an external HSM. However, there is no way to use CSRBuilder or CertificateBuilder.build without providing a private key which is then...
I want to expand support in `blocks.py` for non-bitcoin blocks and transactions, specifically: - Litecoin (et al) blocks have a hash calculated with `scrypt` not SHA256 - Blackcoin blocks (and...
The response from API call `blockchain.address.get_mempool` lists the transaction hashes but did not include the TXO amount, even though _it's right there already_ (as 'delta'). This is a simple one-line...
Sure would be nice to use ZMQ to receive blocks and new transactions as they happen. https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md I'm not volunteering to do it, but it looks pretty easy and should...
- do some shaking and a progress bar
- [ ] poll slower for new device plugin - [ ] sleep or do something the rest of the time
This PR is an extension to NIP-11 and allows the relay to specify its technical, and other, limitations so that clients can adjust their behaviours to better suit the relay....
This PR will hold the Q related firmware changes until they are merged. Coldcard Q is not yet shipping, but you can reserve [your unit at our store.coinkite.com](https://store.coinkite.com/store/category/reservations). Built and...