Difference between revisions of "Set up a Cardano staking pool"

From Organic Design wiki
(Nad moved page Set up a Cardano staking pool to Set up a Cardano ITN staking pool: new proc for mainnet)
(Tag: New redirect)
 
(stub)
(Tag: Removed redirect)
Line 1: Line 1:
#REDIRECT [[Set up a Cardano ITN staking pool]]
+
{{stub}}
 +
 
 +
The [https://docs.cardano.org/projects/cardano-node/en/latest/getting-started/install.html official documentation] for setting up a node and configuring it as a stake pool on the mainnet is mostly very clear and complete. I was able to get my node compiled, installed and running pretty easily. But configuring the node to run as a stake pool is more complicated and the documentation seems to have some missing bits, so I'm documenting here just the specific parts that I had trouble with.
 +
 
 +
== Register stake address on the blockchain ==
 +
Everything went smoothly until I got to [Register stake address on the blockchain https://docs.cardano.org/projects/cardano-node/en/latest/stake-pool-operations/register_key.html#draft-transaction]. The instructions for "Draft transaction" include some parameter values which refer to things that the prior instructions have not created.
 +
 
 +
The next section for calculating the fees refers to a file called ''protocol.json'' in the ''--protocol-params-file'' parameter. This file is actually '''mainnet-shelley-genesis.json'''.
 +
 
 +
== See also ==
 +
*[[Set up a Cardano ITN staking pool]]

Revision as of 23:45, 30 July 2020

Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.


The official documentation for setting up a node and configuring it as a stake pool on the mainnet is mostly very clear and complete. I was able to get my node compiled, installed and running pretty easily. But configuring the node to run as a stake pool is more complicated and the documentation seems to have some missing bits, so I'm documenting here just the specific parts that I had trouble with.

Register stake address on the blockchain

Everything went smoothly until I got to [Register stake address on the blockchain https://docs.cardano.org/projects/cardano-node/en/latest/stake-pool-operations/register_key.html#draft-transaction]. The instructions for "Draft transaction" include some parameter values which refer to things that the prior instructions have not created.

The next section for calculating the fees refers to a file called protocol.json in the --protocol-params-file parameter. This file is actually mainnet-shelley-genesis.json.

See also