Sjors Provoost

Results 247 issues of Sjors Provoost

### Describe the bug Since a few weeks I'm only seeing spends in the transaction list, not received. I'm at a little over 11K received payments, so maybe that's part...

Bug
Core Lightning

I'm not sure how much privacy that _really_ adds, but it's a good convention. You could use a ranged descriptor: `wsh(and_v(v:pk([0000000/52h/0h/0h]xpub…/*),or_d(pk(02...),older(...))))#00000000` (in that case the constant public key in `or_d`...

I was able to import the swap-in wallet descriptor into a Bitcoin Core watch-only wallet. But I had to manually add the checksum. https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki#user-content-Checksum

Without this permission, when installing a fresh instance on Ubuntu 22.10, I'm unable to load any assets and the nginx error log goes like this: ``` 2022/11/11 20:40:20 [crit] 1552814#1552814:...

I already forgot how I worked around this the last time, so might be good to figure out the latest trend Python land and use that... ``` % python3 setup.py...

Currently trying to stamp with `--btc-wallet` will fail for two reasons: 1. the `signrawtransaction` RPC has been deprecated for years 2. it insists on at least two calendars also accepting...

It shouldn't crash, but it did, see #139. In order to re-use an earlier OP_RETURN transaction after a failure, at minimum the random nonce must be logged. Ideally three input...

``` ots --bitcoin-node http://xxx:[email protected]:8332 stamp --btc-wallet some_file Sent timestamp tx Waiting for timestamp tx ... to confirm... Waiting for timestamp tx ... to confirm... Waiting for timestamp tx ... to...

``` services.bitcoind { enable = true; regtest = true; } ``` This should listen on port 18444, not 8332. The RPC should be on port 18443 not 8332. It might...

I'd like to be able to deploy non-release branches. Something like `services.bitcoind.gitURL`, `services.bitcoind.gitBranch` and (for safety) `services.bitcoind.commit` or a sha256 hash of the source, would be handy.