# Exorde Incentivized Testnet **Published by:** [0xfuri.eth](https://paragraph.com/@0xfuri/) **Published on:** 2022-11-10 **URL:** https://paragraph.com/@0xfuri/exorde-incentivized-testnet ## Content Recommended Hardware Requirements Memory : 4 GB RAM CPU : 2 or more physical CPU cores Disk : -+ 40 GB SSD Storage OS : Ubuntu 18.04 LTS Set Vars WALLET_ADDRESS=<METAMASK WALLET ADDRESS> Change your Metamask Wallet Address echo export WALLET_ADDRESS=${WALLET_ADDRESS} >> $HOME/.bash_profile source ~/.bash_profile Update Package cd $HOME sudo apt update && sudo apt upgrade -y sudo apt install curl build-essential git wget npm jq make gcc tmux -y && apt purge docker docker-engine docker.io containerd docker-compose -y Install Docker rm /usr/bin/docker-compose /usr/local/bin/docker-compose curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh systemctl restart docker curl -SL https://github.com/docker/compose/releases/download/v2.5.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose docker --version Download Repo git clone https://github.com/exorde-labs/ExordeModuleCLI.git Install cd ExordeModuleCLI docker build -t exorde-cli . Use Screen and Run screen -S exorde docker run -it exorde-cli -m MetamaskAddress -l 2 Replace MetamaskAddress with your metamask address (New Wallet) Use CTRL+A+D to close, to check again use screen -Rd exorde Delete Node sudo docker stop Exorde && sudo docker rm Exorde sudo rm -rf ExordeModuleCLI ## Publication Information - [0xfuri.eth](https://paragraph.com/@0xfuri/): Publication homepage - [All Posts](https://paragraph.com/@0xfuri/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@0xfuri): Subscribe to updates