Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date

Participants

Goals

  • Help folks configure their nodes with Node 0.7.1

  • Peer to DevNet

  • Sync state

  • Send a bonding request

Bootstrap Address

Code Block
languagebash
casperlabs://a605c8ddc4ed3dc9b881bfe006cc8175fb31e125@100.24.117.48?protocol=40400&discovery=40404

Software Version (GitHash)

Node 0.7.1 (2972dbcd870da3b15919667cea05db18da8a39e8)

What you need to know:

  • Make sure your accounts are funded via the faucet at explorer.casperlabs.io before attempting to bond.

  • Run the Execution Engine first, before launching the node.

  • Delete the data directory if you have to upgrade the node software.

  • When generating Keys using Docker, you will need to change the owner from sudo to the user running the node. The command to do this is: (replace user with the username)

  • Code Block
    sudo chown user:user *

Discussion topics

Time

Item

Presenter

Notes

Observe your peers

  • Code Block
    curl -s localhost:40403/metrics | grep peers_alive


Install Rust



Code Block
curl https://sh.rustup.rs -sSf | sh

Run metrics at startup

Add the --metrics-prometheus to your node start command

Outcome:

  • Both JLeonY and Medha were able to peer up their node, send a bonding request, send a deployment and propose from their nodes. Their blocks appeared in the Explorer.

Action items

  •  

Decisions