Run the node by downloading the release binary with wget, making it executable.
- Linux or macOS
wgetinstalled
Releases: https://github.com/Qubetics/chain-abstraction-binary/releases
# 1) Download the binary for ubuntu from the latest release
wget -O mpc-node-ubuntu \
"https://github.com/Qubetics/chain-abstraction-binary/releases/download/v0.0.1/mpc-node-ubuntu"
# If you downloaded an archive, extract it and move the binary into place:
# tar -xf <ASSET_FILE>.tar.gz && mv ./<extracted-path>/mpc-node ./mpc-node
# or: unzip <ASSET_FILE>.zip && mv ./<extracted-path>/mpc-node ./mpc-node
# 2) Make it executable
chmod +x ./mpc-node-ubuntu
# 3) Run the node (replace with your multiaddress)
./mpc-node-ubuntu /ip4/124.243.183.85/tcp/4001/p2p/12D3KooWES6Z9XoJ5Tv1x8wnC9gPhVp91mRCd6sMCm6iM9kfWiRn# 1) Download the binary for mac from the latest release
wget -O mpc-node-mac \
"https://github.com/Qubetics/chain-abstraction-binary/releases/download/v0.0.1/mpc-node-mac"
# If you downloaded an archive, extract it and move the binary into place:
# tar -xf <ASSET_FILE>.tar.gz && mv ./<extracted-path>/mpc-node ./mpc-node
# or: unzip <ASSET_FILE>.zip && mv ./<extracted-path>/mpc-node ./mpc-node
# 2) Make it executable
chmod +x ./mpc-node-mac
# 3) Run the node
./mpc-node-mac /ip4/124.243.183.85/tcp/4001/p2p/12D3KooWES6Z9XoJ5Tv1x8wnC9gPhVp91mRCd6sMCm6iM9kfWiRn