Skip to content

Qubetics/chain-abstraction-binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Qubetics P2P Node — README

Run the node by downloading the release binary with wget, making it executable.


Requirements

  • Linux or macOS
  • wget installed

Install & Run

Releases: https://github.com/Qubetics/chain-abstraction-binary/releases

Intstructions for Ubuntu

# 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

Intstructions for Mac

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors