ExchangeUnion / xud-simnet

The XUD Simulation Network, a nicey nice playground with monopoly money
GNU Affero General Public License v3.0
1 stars 1 forks source link

Upgrade our hosted btcd,ltcd,geth,lndbtc,lndltc,raiden to latest version #65

Closed kilrau closed 4 years ago

kilrau commented 4 years ago

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.

michael1011 commented 4 years ago

I updated LTCD to the latest master for #63

LePremierHomme commented 4 years ago

Updates:

Current 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.

kilrau commented 4 years ago

All done, closing.