Skip to content

Install Node Multiple Network

System Specs

HardwareRequirement
CPU1 Cores
RAM2 GB

Last update: 19-02-2025

Prepare Before Install Node

  1. Buat Wallet baru di OKX atau metamask (EVM)

  2. Register ke web (email klik optional, karena susah untuk verif, catat identifier anda, step ke 4 klik main page saja)
    app.multiple.cc/#/signup?inviteCode=JgdYCvq3

Install Node Multiple Network on Ubuntu-Linux

  1. Update paket
sudo su
apt update

  1. Download file node
wget wget https://mdeck-download.s3.us-east-1.amazonaws.com/client/linux/x64/multipleforlinux.tar

  1. Ekstraks file node
tar -xvf multipleforlinux.tar

  1. Masuk ke folder dan beri permission (copy paste saja)
chmod -R 777 multipleforlinux && cd multipleforlinux && chmod +x ./multiple-cli && chmod +x ./multiple-node

  1. Config path untuk node
echo "PATH=\$PATH:$(pwd)" >> ~/.bashrc
source ~/.bashrc

  1. Run Node
nohup ./multiple-node > output.log 2>&1 &

  1. Bind the unique account identifier (supaya node di bind ke wallet Anda)
    Ubah XXXXXXXX ke identifier anda dan pin bebas dibuat berapa saja, catat pin ya.
multiple-cli bind --bandwidth-download 100 --identifier XXXXXXXX --pin XXXXXX --storage 200 --bandwidth-upload 100

  1. Cek status (pastikan status NodeRun: True)
cd ~/multipleforlinux && ./multiple-cli status

Check Status Node

DONE (Cek status di dashboard)
app.multiple.cc/#/dataPanel


Jangan lupa isi profile Anda
app.multiple.cc/#/setup