Documentation

How to upgrade your smartnode Linux Ubuntu 18.04 from Bitoreum 2.3 to Bitoreum 3.0.1 – Transfagarasan

1. Close old wallet/smartnode daemon ~/btm_latest/bitoreum-v2.3-linux/./bitoreum-cli stop 2. Remove old wallet and add new one cd ~/btm_latest/rm -rf bitoreum-v2.3-linuxwget -c https://github.com/bitoreum/bitoreum/releases/download/v3.0.1/bitoreum-ubuntu18-3.0.1.01.tar.gztar xvfz bitoreum-ubuntu18-3.0.1.01.tar.gz 3. Start new wallet and check smartnode status ~/btm_latest/bitoreum-build/bitoreumd~/btm_latest/bitoreum-build/bitoreum-cli smartnode status 4. Download the new wallet # depending on your os version you chose from this list the wallet to download# https://github.com/bitoreum/bitoreum/releases/tag/v3.0.1

How to compile Bitoreum under Ubuntu

1. Instal Ubuntu build essentials sudo apt-get install curl build-essential libtool autotools-dev automake pkg-config python3 bsdmainutils 2. Download official source wget -c bitoreum.org/get/bitoreum-source.tar.gztar xvfz bitoreum-source.tar.gz 3. Building dependencies First check to make sure there is not already swap active: cd dependsmake -j4cd .. 4. Building Bitoreum for Ubuntu, replace Ubuntu with your username if different […]

How to activate smartnodes on Linux VPS

1. Update the server sudo apt update && sudo apt upgrade -y 2. Add 2GB of SWAP First check to make sure there is not already swap active: free -h If the return is 0, you should create and activate the SWAP.Swap: 0B 0B 0B Create SWAP and Activate (only if required): sudo dd if=/dev/zero […]

How to activate a Smartnode on Windows

If you want to activate a smartnode on Windows, you need to follow these steps: 1. Local Wallet Setup Windows Grab the latest Bitoreum Wallet Start wallet and let it finish syncing. Encrypt wallet (Settings > Encrypt Wallet) Create a new receiving address, give it a name like Smartnode1 Backup wallet.dat (File > Backup Wallet). […]

How to mine Bitoreum

First of all, you will need to download the wallet then the mining software: puminer-gr-avx2 Here is currently the latest/fastest official miner release for all intel/amd CPU’s. Visit » cpuminer-gr A CPU miner for ARM based CPU’s. Visit » XMRig XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and AstroBWT unified […]