Skip to content

arsyanendragalih/Muon-Testnet-ALICE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation



Muon Testnet(ALICE)

Requirements

Hardware

Component Recommended
CPU Dual-Core
RAM DDR4 4 GB
Disk 20 GB
Connection 1000MBps Bandwith

Software

Component Min. Requirements
OS Ubuntu 18.04 or higher

Dependencies

Install Docker

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin

1. Run the Node

Clone the Repository

git clone https://github.com/muon-protocol/muon-node-js.git --recurse-submodules --branch testnet

Build the Node

cd muon-node-js
docker-compose build

Now run the node using docker

docker-compose up -d

2. Check your Node

If this is run successfully, the node's status can be viewed by opening the following address in your browser:

http://<server-ip>:8000/status


The result should look like this:

3. Adding Node to the Network

image go to https://alice.muon.net/join.

  1. Connect your wallet
  2. Switch Network to BSC Testnet
  3. Mint Faucet (Need BSC Testnet as fees. request here:https://testnet.bnbchain.org/faucet-smart)
  4. Approve to spend the token
  5. Stake the token to your Node (Fill Node address and peerID with yours that displayed on step 2 before)



Now Check again your Node, it should being Online:
http://<server-ip>:8000/status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published