Kristaps Kaupe

Results 138 issues of Kristaps Kaupe

1. Change link to SatSale github organization; 2. Change config file link to a specific commit, line numbers in master branch changes from time to time; 3. Bitcoin node is...

Currently it treats all bech32 addresses as the same address type, which is not correct in a context of fake coinjoin.

enhancement

Ricochet transaction chains created with `ricochet-send.sh` and `ricochet-send-from.sh` already are helpful defense against automated blockchain analysis that limits number of hops they are analyzing (and they do - from what...

https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki https://bitcoinops.org/en/tools/calc-size/

enhancement

Currently Omni protocol is detected, but nothing more. Need to investigate others too, as without detecting them, there are some false positives in CoinJoin detection because of that. Blockcypher supports...

enhancement

When using CLN as a backend, invoice description is set to `SatSale-uuid`. https://github.com/SatSale/SatSale/blob/464784079189b701b902ee9597c37408c110465a/node/clightning.py#L80-L82 For bitcoind / LND, it just uses plain `uuid`. https://github.com/SatSale/SatSale/blob/464784079189b701b902ee9597c37408c110465a/node/bitcoind.py#L127-L130 https://github.com/SatSale/SatSale/blob/464784079189b701b902ee9597c37408c110465a/node/lnd.py#L130-L132 I think we should make it...

[python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc) is unmaintained (look at the open pull requests), contains known bugs (for example, [doesn't support `/` character in passwords](https://github.com/jgarzik/python-bitcoinrpc/pull/105)). But it's pretty simple package, maybe it's better to just...

Noticed today for my SatSale instance running for some time. For some reason all old entries from `payments` table are gone, and only some three new ones are there. Not...

Had situation today - LN invoice (CLN) was generated for 58999msat, but SatSale does not know anything about millisatoshis, so it rounded up everything to 0.00000059 BTC (59000msat). Invoice got...