Getting started as on the Spark testnet
Last updated
Last updated
In order to be a Spark validator, you first must see that you meet the pre-requirements:
You know what it means to be a Spark validator - .
You have at least 100K SPARK tokens or you will have an aggregated delegation of at least 100K SPARK tokens - To apply for SPARK test tokens fill out this
You have an always-on hardware that meets the pre-requisites -
To quickly become a validator, follow this steps:
To stake SPARK tokens, all you should do is send your SPARK tokens to the Spark Consensus contract address over the Sparknetwork from the validator address.
The Spark Consensus contract address: 0xC8c3a332f9e4CE6bfFFcf967026cB006Db2311c7
The easiest way to do so, is to import your private key or key-store file to your favourite wallet (for example Metamask), switch network to Spark and send the SPARK tokens (native testnet tokens) to the Consensus contract address.
To delegate, just send the SPARK tokens from any address to the Consensus contract address with the data: 0x5c19a95c000000000000000000000000<address without 0x>
.
Example:
For the address: 0xb8ce4a040e8aa33bbe2de62e92851b7d7afd52de
Use: 0x5c19a95c000000000000000000000000b8ce4a040e8aa33bbe2de62e92851b7d7afd52de
as the data.
5c19a95c
is for the delegate(address)
function signature.
b8ce4a040e8aa33bbe2de62e92851b7d7afd52de
in this example is an address you're delegating to (without the 0x
prefix)
Wait until the next cycle is started.
After running the script successfully, you will see your address in the site.
You can see that you are validating both in the site
For live support, contact us on or . Good luck and happy validating!