For Mac
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.
3.) Get the binary: Get the binary from the official Qubetics repository:
wget -O mpc-node-mac \
https://github.com/Qubetics/chain-abstraction-binary/releases/download/v0.0.1/mpc-node-mac
4.) Run the node: Execute the following command to run the node
chmod +x ./mpc-node-mac
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.
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