Participate as Validator
Prerequisite
Qualified hardware and network environment
Have enough DX
Hardware
Minimal configuration
8core
16g
ssd iops>5k
network performance > 10 GigabitRecommendation
16core
32g
ssd iops>5k
network-performance > 25 GigabitNetwork and Port
Public IP
Open Port TCP/UDP: 32668
Get DX node Executable
Start running the Executable
Start node, and make sure the data is updated to the latest block height.
For asset security concerns, it's not recommended to enable--http service.
Create Account
Access the working directory /directory/of/geth
$ ./geth account new --datadir ./dataOr,
Open the console
./geth attach --datadir ./dataCreate account
personal.newAccount('password')
The keystore file of the new account is located in the data/keystore folder under the /directory/of/geth directory.
Start Mining
Open the console
./geth attach --datadir ./dataUnlock miner account
personal.unlockAccount("miner address","password",0)Start mining
miner.start()
Node Application
Make sure there is a sufficient amount of DX to apply for a node
Fill the application here: https://staking-testnet.dxchain.com/apply
Once the application is approved by other nodes, your node is eligible to participate in the election from the next epoch. If the node is selected as a validator, nodes will generate blocks in order. Please keep the nodes mining during this period.
Last updated
Was this helpful?