# The ALICE Testnet NODE 

By [ BARDIA](https://paragraph.com/@barad) · 2023-01-22

---

| The Muon Testnet (aka ‘ALICE’) represents the testable state of the Muon project, and is designed for testing the functionality of Muon’s technical infrastructure on a large, public network without any risk to real funds. This means **the ALICE token is only for experimental purposes and has no real market value**. ALICE will allow both developers and users to **experiment with features and capabilities** of the network **without the risk of financial loss**. In addition, malfunctions and bugs can be found and fixed without the risk of a hack.

_Anyone can now run a Testnet node on the ALICE network, and taking part is being additionally incentivized by a ‘node-drop’_

**Read** full details, including participation incentives + a new addition to Muon network pathway! [Link](https://medium.com/muon/alice-testnet-launch-introducing-the-pioneer-canary-network-d6182773b05c)

**Recommended Requirements:**

A Linux server with 4 GB of RAM, dual-core CPU, 20GB of storage space

### 1) Update:

    sudo apt update && sudo apt upgrade -y
    

![update](https://storage.googleapis.com/papyrus_images/5ee358c313c7a591ad2e5b74aee5127375bbd25d1291db4901f42c1bb1589caa.png)

update

**install git:**

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

![output](https://storage.googleapis.com/papyrus_images/4e87ef741014df2164fa631850b37121ad1581a93ee3b34b9dc3870b88382a77.png)

output

and:

    cd muon-node-js
    

![output](https://storage.googleapis.com/papyrus_images/fde5048b2bbb892c8085918e16479436060ce9bcb7245be6181bf3cc44cca810.png)

output

**install Docker:**

    apt install docker-compose
    

![output](https://storage.googleapis.com/papyrus_images/447d5ac3719d4d05f74e689198950d06a0dbc1831fa94ec14c974331e2e80f05.png)

output

_Press_ **_Y_** _and_ **_Enter_**

![output](https://storage.googleapis.com/papyrus_images/ec051259f4e729f857034ef3dd14f9fdddbed0f83c1a18ed38494b51fa6be95a.png)

output

and:

    docker-compose build
    

![wait about 5 minutes until you see this picture](https://storage.googleapis.com/papyrus_images/68266c5f04231efe7ee9567c36549d8e89091808c6c6f4e38972adf8680f3a4b.png)

wait about 5 minutes until you see this picture

### Now the node can be run using the following command:

    docker-compose up -d
    

![output](https://storage.googleapis.com/papyrus_images/ccf1fc6658ab3fde12deaa4736904b84940f2386f75ce81074ea9ffd01fc5019.png)

output

### 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**](http://server-ip:8000/status)

The result should look like this:

![Save all information ](https://storage.googleapis.com/papyrus_images/71540178a9cf54d32b93a571b480a3f27abab4494a4039232b70e8410cc99e9f.png)

Save all information

### 2) Adding the Node to the Network

To join ALICE, one needs to stake ALICE token. This [dashboard](https://alice.muon.net/join/) is used for staking ALICE test token, and adding the node to the Testnet.

Here is a step-by-step description:

As ALICE's node manager is deployed on BSC Testnet, this network should be added to your wallet before you can start adding the node. The "SWITCH NETWORK" button can be used to add and switch to this network.

![](https://storage.googleapis.com/papyrus_images/2fb4f28db7af13a75ec81ca6547f2392df9566fd59a80ed0186ce63d3c1e81d7.webp)

Just as the network is switched to BSC testnet, the following message appears if one does not have the gas tokens. Use the linked faucet to claim the required amount.

[https://testnet.bnbchain.org/faucet-smart](https://testnet.bnbchain.org/faucet-smart)

![](https://storage.googleapis.com/papyrus_images/85d97dda1ee166d35c92c06e5c02569f29501e44240d0ef0f9caf08160591e8d.webp)

The node owner should then approve the staking contract to use the tokens.

![](https://storage.googleapis.com/papyrus_images/5d293cda7697148b88d32142e58b2ded8a6cf2cd49cfdb0b5c31b15b905cbd28.webp)

Finally, the tokens are staked and the node is added to the network.

![](https://storage.googleapis.com/papyrus_images/0d06b258cea478b2333ecd7ca29ffb82ae24ef33a4085d6870092395864df59f.webp)

The fields Node Address and Peer Id are obtained from the node's status as explained in "Running the Node". In the following graphic, the node's address is shown in green and the Peer Id in red.

![](https://storage.googleapis.com/papyrus_images/d47b1e03b31548a8da07b417bcd7884d56b17f67fac4736b9967ccfa6b257fa7.png)

To test whether or not your node has successfully been added to the network, open the following link in your browser.

[HTTP://server-ip:8000/status](HTTP://server-ip:8000/status)

| If it is added correctly, you should receive a json response whose **isOnline** is **true**

![](https://storage.googleapis.com/papyrus_images/682421951119533856c323b6c10965823250922343077e8d518e6d46e13eb7e5.png)

[https://discord.gg/muon](https://discord.gg/muon)

Thank you for your time, if you like this kind of content,please subscribe & Collect for more Tutorial

My Twitter: [BARDIA](https://twitter.com/Bardiasani)

---

*Originally published on [ BARDIA](https://paragraph.com/@barad/the-alice-testnet-node)*
