Releases: VeriConomy/veriumMiner
VeriumMiner v1.6
VeriumMiner v1.5
- Remove GetWork deprecated RPC for Verium >= 1.3
Binaries will be released soon
Installation instructions:
Note: for some reason O2 is faster for x64 and armv8, but O3 is faster for armv7.
Windows instructions:
Download and unzip veriumMiner_1.5_windows_x64_O2_GCC7.zip.
Modify start.bat to your liking and run it.
Ubuntu instructions x64:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install libcurl4-openssl-dev libjansson-dev unzip
wget https://github.com/VeriConomy/veriumMiner/releases/download/v1.5/veriumMiner_1.5_linux_x64_O2_GCC7.zip
unzip veriumMiner_1.5_linux_x64_O2_GCC7.zip
sudo chmod +x cpuminer
Ubuntu instructions ARMV8:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install libcurl4-openssl-dev libjansson-dev unzip
wget https://github.com/VeriConomy/veriumMiner/releases/download/v1.5/veriumMiner_1.5_linux_armv8_O2_GCC7.zip
unzip veriumMiner_1.5_linux_armv8_O2_GCC7.zip
sudo chmod +x cpuminer
Ubuntu instructions ARMV7:
sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y install libcurl4-openssl-dev libjansson-dev unzip
wget https://github.com/VeriConomy/veriumMiner/releases/download/v1.5/veriumMiner_1.5_linux_armv7_NEON_O3_GCC7.zip
unzip veriumMiner_1.5_linux_armv7_NEON_O3_GCC7.zip
sudo chmod +x cpuminer
Mac instructions
Download veriumMiner_1.5_osx_mac_x64_GCC7.gz
unzip veriumMiner_1.5_osx_mac_x64_GCC7.gz
Set number of threads to run by appending -t n where n is the number of desired threads to the mining command.
Example usage for Pool Mining:
./cpuminer -o stratum+tcp://stratum.pool.example:1234 -u username.workername -p x
Example usage for Solo Mining:
./cpuminer -o 127.0.0.1:33987 -O rpcusername:rpcpassword --coinbase-addr=addressOwnByTheWallet
More info: ./cpuminer --help