Skip to content

Commit

Permalink
docs: Update explorer links to point to node-runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Mar 27, 2024
1 parent be25bf2 commit 279b7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Once that is done, you now need to hire your new node, so as to make it work on
For that matter, you can use the [Cartesi Explorer](https://explorer.cartesi.io) and perform the following tasks:

- Go to https://explorer.cartesi.io and connect to your personal wallet using [MetaMask](https://metamask.io).
- [Click on "Staking"](https://explorer.cartesi.io/staking), and then on `"Click to hire node"`. Fill in the form with your node address (which in this example is `0x8B40e13Fb33dE564C3e17E8428F8464AF49DB6d9`), set the amount of ETH you want to send to your node wallet, and click `"Hire Node"`. This will send a transaction and make your node "wake up" and start working on your behalf. The amount of ETH you decide to send depends on how long you expect to keep your node running. Each block you produce can be estimated to spend around `156454` gas units, so it is possible to [calculate](https://ethgasstation.info/calculatorTxV.php) how much ETH you will spend based on the network gas price. You should keep an eye on your node funds, and restock it whenever you deem necessary.
- [Click on "Node Runners"](https://explorer.cartesi.io/node-runners), and choose between create a private-node or a public pool, follow the steps. Eventually, Fill in the form with your node address (which in this example is `0x8B40e13Fb33dE564C3e17E8428F8464AF49DB6d9`), set the amount of ETH you want to send to your node wallet, and `"hire the node"`. This will send a transaction and make your node "wake up" and start working on your behalf. The amount of ETH you decide to send depends on how long you expect to keep your node running. Each block you produce can be estimated to spend around `156454` gas units, so it is possible to [calculate](https://ethgasstation.info/calculatorTxV.php) how much ETH you will spend based on the network gas price. You should keep an eye on your node funds, and restock it whenever you deem necessary.

### Additional options

Expand Down

0 comments on commit 279b7a7

Please sign in to comment.