The EMC testnet currently prioritizes GPU providers from EPN (EdgeMatrix Partner Network) partners.
If you represent a global IDC or computing power center, consider joining the EPN program,
If you are an individual node operator capable of providing stable computing power for global AI applications and clients, feel free to contact us to join the whitelist for the testnet. Please reach out to the administrators on Discord for further details before following below instructions or stake $EMC to your node.
# 'xxxxxx' change to your owner Arb chain wallet addresscd../emc./edge-matrixnoderegister--commitset--nodecomputing--ownerxxxxxx
4.Bind Wallet Address And Stake
First, ensure that the node is running normally, otherwise, you cannot register the ARB wallet address (which is the wallet address for staking and receiving rewards on the node)
Please reach out to the administrators on Discord for further details on whitelist before staking $EMC to your node.
ps. change 'xxxxxx' to your Node ID(The Node ID will be displayed in start emc cloud).
5.Validate And Query Commands
# show version./edge-matrixversion# show node ID./edge-matrixsecretsoutput--data-diredge_data# show node status./edge-matrixnodestatus
To validate nodes and routing nodes, EMC tokens must be staked, hence most ordinary users mainly register as computing power nodes. If you need to register as a validator node or a routing node, please contact us.
Reinstallation
You need backup the emc/edge_data folder when you have to reinstall. It can make sure use the same nodeid and wallet address.
# 1.kill the emc process
sudo pkill edge-matrix
sudo pkill nomad
# 2.backup the emc/edge_data folder
cd emc
sudo cp -r edge_data ../
# 3.remove the emc and cloud folder, remove emc_cloud_linux_64.tgz and emc_linux_64.tgz file
cd ..
sudo rm -rf emc cloud emc_cloud_linux_64.tgz emc_linux_64.tgz
# 4.go to the first page of e and reinstall
# 5.copy the edge_data back when reinstall finish
sudo cp -rf edge_data emc/
If you have any questions, you can leave a message on Telegram or Discord .