Deploy RSK mainnet node, and new testnet node #346

Merged
raucao merged 5 commits from feature/343-rsk_mainnet into master 2021-11-28 16:01:04 +00:00
Owner

I have created two new VMs with sufficient storage on fornax, and configured them for RSK testnet and mainnet respectively.

Both are currently syncing. You can easily check progress by connecting via ZeroTier and using e.g. jq to parse the RPC call output, like so:

res=$(curl -s http://10.1.1.137:4444 -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' | jq -r '.result'); echo $((res))

closes #343

I have created two new VMs with sufficient storage on fornax, and configured them for RSK testnet and mainnet respectively. Both are currently syncing. You can easily check progress by connecting via ZeroTier and using e.g. [jq](https://stedolan.github.io/jq/) to parse the RPC call output, like so: res=$(curl -s http://10.1.1.137:4444 -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}' | jq -r '.result'); echo $((res)) closes #343
raucao added the
kredits-1
ops
labels 2021-10-22 12:06:55 +00:00
raucao added 5 commits 2021-10-22 12:06:55 +00:00
raucao added
kredits-2
and removed
kredits-1
labels 2021-10-22 12:07:33 +00:00
raucao requested review from greg 2021-11-06 06:51:46 +00:00
Author
Owner

Merging this now, so I don't have to create a branching mess for things based on these changes.

Merging this now, so I don't have to create a branching mess for things based on these changes.
raucao merged commit 7e49dfd520 into master 2021-11-28 16:01:04 +00:00
raucao deleted branch feature/343-rsk_mainnet 2021-11-28 16:01:16 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kosmos/chef#346
No description provided.