π
π
π
π
Stake pool course
Searchβ¦
Stake Pool School
QUESTIONS, FEEDBACK & HELP
Questions, feedback & help
LESSONS
INTRODUCTION
LESSON 1
LESSON 2
LESSON 3
LESSON 4
LESSON 5
STAKE POOL HANDBOOK
System setup
Setting up your node
Start your node
Transactions
Stake keys and delegation
Stake pool
Core node and relay nodes
Configure topology files for block-producing and relay nodes.
Assignement-2
KES Periods
Pledge
Generate your stake pool keys
Start your core node
Register a Stake Pool with Metadata
Update operational certificate
Withdraw rewards
Retiring a Stake Pool
Monitoring the node
Reference
Additional material
bash cheat sheet
tmux guide
scp command usage
Firewall
Powered By
GitBook
Start your core node
To start your node as the leader candidate you need to add the keys and node certificate to the command that we have used to run the node:
1
cardano-node run \
2
--topology shelley_testnet-topology.json \
3
--database-path /db \
4
--socket-path /db/node.socket \
5
--host-addr <PUBLIC IP> \
6
--port <PORT> \
7
--config shelley_testnet-config.json \
8
--shelley-kes-key kes.skey \
9
--shelley-vrf-key vrf.skey \
10
--shelley-operational-certificate node.cert
Copied!
QUESTIONS AND FEEDBACK
If you have any questions and suggestions while taking the lessons please feel free to ask in the
forum
and we will respond as soon as possible.
Previous
Generate your stake pool keys
Next
Register a Stake Pool with Metadata
Last modified
1yr ago
Copy link