Acquire Coretime
The following guide shows how to acquire coretime.
In order to get a chain's block validated and finalised by the Relay chain it needs to acquire coretime.
Acquire coretime using the following command:
Note: the
max_amount
(spot price willing to pay for a core) will vary depending on the Relay Network.
If the event OnDemandOrderPlaced
is returned it means that your block will be validated and finalised!
Note: In the example above, you are prompted to provide a
<private-key>
to interact with the chain. However, this implies a potentially insecure way of handling private keys and should only be used for development accounts. For production accounts and enhanced security, Pop CLI offers the--use-wallet
option to securely sign transactions. Refer to the Securely sign transactions from CLI guide for detailed instructions.
Resources
Learning Resources
🧑🏫 To learn about Polkadot in general, Polkadot.network website is a good starting point.
⭕ Learn more about parachains here.
🧑🔧 For technical introduction, here are the Polkadot SDK documentation resources.
Technical Support
Create a question and tag it with "
pop
"Share the StackExchange question in our Pop Support Telegram channel
Last updated