Uladzislau Muraveika
Uladzislau Muraveika
Hey @darinvhs, please use: ``` YOUR_DATA_DIR='./' # This is the default installation, change it you use something else rclone -P -L --webdav-url 'http://fulldb.s0.b.hmny.io/webdav' \ --checksum sync snap: "${YOUR_DATA_DIR}harmony_db_0" --multi-thread-streams 4...
Hey @darinvhs, and now we have placed it into the docu: https://docs.harmony.one/home/network/validators/node-setup/syncing-db#id-5.1-testnet-shard-0
RPC tests were updated, I'm trying to rerun them Link to the harmony-test PR - https://github.com/harmony-one/harmony-test/pull/34/
This version was successfully running for one week on the devnet validator
@haardikk21 > This seems good. Could you rebase? Done, thanks
Fixed via https://github.com/harmony-one/harmony/pull/4885 - it was a deadlock in the dht
Issue is still reproducible - mitigation, start bootnode with clear DB
https://github.com/harmony-one/harmony/pull/4925 split dht and peer store in different locations
> We don't need to update the PR and this is just a remark : > > ```go > httpPort := flag.Int("rpc_http_port", 9500, "port of the rpc http") > wsPort...
Seems the most cases were fixed in the https://github.com/harmony-one/harmony/pull/4798