rishflab

Results 18 comments of rishflab

> So I'm having a similar problem aswell with the first [example in the guide](https://github.com/vulkano-rs/vulkano-www/blob/master/examples/guide-example-operation.rs). > It doesn't swap the buffers. > So I adapted a minimal c++ example to...

> maybe bonus points if it can be emulated with compute shaders running before the render pass? Not sure). I am looking into this currently. Some potentially useful articles I...

Have you tried this API https://developer.bitcoin.org/reference/rpc/importdescriptors.html eg. ``` bitcoin-cli -rpcwallet=mywallet importdescriptors '[{"desc": "wpkh([00000000/84h/0h/0h]xpub6DP....xyz/0/*)#checksum", "range": [0, 1000], "timestamp": "now", "internal": false, "watchonly": true, "active": true}] ``` What error message do you...

Thanks for writing up the issue. I have not looked into this deeply but It seems like there has been changes to electrum, this is the first time I have...

@cimble-code are you still have this issue with the new release? Would like to close this issue if it has been resolved.

We added more retried to the electrum client in 0.8.2. Has the issue been resolved after upgrading. Would like to close this issue if so.

The CLI and ASB are built on ubuntu 20.04. 18.04.5 LTS does not support GLIBC_2.29 installed. It supports up to 2.27. This should be resolved by updating to 20.04 LTS....

Have you been able to do swap a different ASB. You can try with the `--testnet` flag to avoid using funds. I think this error is due to a poor...

You can try to cancel and refund the swap using the `cancel` and `refund` subcommands. These commands don't require you to have a connection to the ASB provider.

We just merged a PR #780 that stores the swaps state and other info in a sqlite database. This should make it easy for developers to build apps on top...