Kristaps Kaupe

Results 371 comments of Kristaps Kaupe

I guess currently biggest problem with my scripts is that they are written for Core wallet, but here this functionality is needed for JM wallet, where Core wallet is watchonly...

Which one of them? Brief descripttion of each of them is in README.

> Maybe provide parameters in the script for users to add value for sleep time? There are already parameters for that. https://github.com/kristapsk/bitcoin-scripts/blob/c4a40e01f439e7dbafa0a5a3aa7383794012e3e2/ricochet-send.sh#L5-L17 https://github.com/kristapsk/bitcoin-scripts/blob/c4a40e01f439e7dbafa0a5a3aa7383794012e3e2/ricochet-send-from.sh#L5-L17 > if there is enough documentation about...

> This is just adding hops in Bitcoin transaction. Does not change what already existing scripts do. This just adds one extra output in already existing transaction in process. Block...

For fake coinjoins, should be added only after merging https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1084 and having next JoinMarket release.

Maybe could be done in the future, but not right now. Current problems I see: * fake coinjoin tries to emulate JoinMarket, so it requires that all inputs are being...

Just an update on previously mentioned problems which are not problems anymore. JoinMarket has switched to native segwit by default and Wasabi RPC seems to have possibility to build transactions...

Also, as I understand, there could be breaking API changes in Wasabi 2.0. https://twitter.com/HillebrandMax/status/1463982008842006528

What's the point? Why can't you just redirect `bitcoin-cli` output to the file?