For Ubuntu
1.) Open Terminal
2.) Run as Root or with Sudo Privileges: Ensure the script is executed with root privileges. If not, you may encounter permission issues.
sudo su
3.) Get the binary: Get the binary from the official Qubetics repository:
wget -O mpc-node-ubuntu \
https://github.com/Qubetics/chain-abstraction-binary/releases/download/v0.0.1/mpc-node-ubuntu
4.) Run the node: Execute the following command to run the node
chmod +x ./mpc-node-ubuntu

5.) Connect to solver network:
Enter the following command after running the node to connect with the solver network and other nodes interconnected in the network.
./mpc-node-ubuntu /ip4/124.243.183.85/tcp/4001/p2p/12D3KooWES6Z9XoJ5Tv1x8wnC9gPhVp91mRCd6sMCm6iM9kfWiRn

6.) Verify connection and node address
The node is connected to solver network, and the terminal will provide a unique node address in the Peer ID field. Keep the node address confidential.

Note: Node address will be utilised to onboard as a solver in the Qubetics solvers onboarding platform.
Last updated