Closed kilrau closed 4 years ago
I updated LTCD to the latest master for #63
Updates:
go
was upgraded to 1.13ltcd
was rebuilt with latest go
btcd
was upgraded to v0.20.1-betageth
was upgraded to v1.9.11Current issue:
Connecting with raiden
via simnet setup to geth
rpc endpoint doesn’t work well. It’s crashing with this error after launch, or about 1 min later:
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='35.231.222.142', port=8546): Read timed out. (read timeout=10)
It doesn’t looks like a problem with the initial connection, which will cause it to close immediately with a different error. The connection works fine when using a web3 test app.
All done, closing.
btcd-simnet
is the instance that hosts btcd,ltcd and geth as well as lnd's & raiden at the moment, which are mining our own simnet chain.Step 1 would be to update these all to the latest versions (especially https://github.com/ltcsuite/ltcd/releases). We might be running our own fork to make mining the simnet chain possible:
Everything currently running should be located in
/home/xud
on the instance.Securely, making sure nothing breaks. E.g. we could clone the instance, and/or re-create the chains in a new instance, starting mining from scratch, essentially creating a new simnet, all fine.