imestin

Results 20 comments of imestin

https://testnet.decred.org/ `502 Bad Gateway nginx` I guess this is temporary. After the server comes back the links in the README.md should be correct.

Now the testnet.decred.org links work, but the raw transaction links does not. I will fix this soon.

https://test-insight.bitpay.com/ says: ` Error! Can't connect to bitcoind to get live updates from the p2p network. (Tried connecting to bitcoind at : and failed.) ` Is it possible that this...

I think it is related to this: https://github.com/bitpay/insight/issues/989

I tried to recreate the transactions. After I run `./bitcoin-cli -testnet getnewaddress` `./btcatomicswap --testnet --rpcuser=user --rpcpass=AtomicSwap1234 initiate 2N8S4gAgJSY8G9fMmRoR2hoNprgRFWRFcT2 0.001` will result: `participant address is not P2PKH`

I tried to create a SegWit compatible address in Bitcoin-qt, that also didn't work. `tb1q3nw54nyj44eewnkswv2jtqhqrl7rpr2t7tqmm5` I'm still trying to figure this out, if I will have a solution I will...

OK, it works. `bitcoin-cli -testnet getnewaddress random_comment legacy` will work

`signrawtransaction: -32: signrawtransaction was removed in v0.18. Clients should transition to using signrawtransactionwithkey and signrawtransactionwithwallet`

I will create an issue with the above mentioned problem. UPDATE: there is already a pull request for that. https://github.com/decred/atomicswap/pull/109

Sometimes `this.version` will be `null` in [/cids/src/index.js](https://github.com/multiformats/js-cid/blob/master/src/index.js) line 255. Also in [/cids/src/cid-util.js](/home/user/libp2p/debug-dial/node_modules/cids/src/cid-util.js) `other.version` is `null`. Can be reproduced with this code: ``` 'use strict' const Libp2p = require('libp2p') const TCP...