-
Notifications
You must be signed in to change notification settings - Fork 10
SCRIV Linux OS Mining Guide AMD GPU
Install drivers for your graphical card and amd-app-sdk toolkit.
Open terminal and run:
sudo apt-get install git autoconf automake libtool build-essential libncurses5-dev libcurl4-gnutls-dev -y
git clone https://github.com/genesismining/sgminer-gm.git
cd sgminer-gm
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure
make
make install
Create a configuration file for pool mining (pw.scriv.network in this example):
sudo nano scriv-pool.sh
Paste this command:
./sgminer -T --algorithm tribus -o stratum+tcp://45.77.95.68:8533 -u INSERT_YOUR_ADDRESS -p c=SCV
Change INSERT_YOUR_ADDRESS to your SCRIV address.
To save hit "Ctrl+O" -> Hit "Ctrl+X".
sudo chmod +x scriv-pool.sh
./scriv-pool.sh
If everything have been configured right - mining process will be started.
You can track mining process at pw.scriv.network.
Solo-mining is disabled, you can mine SCRIV at pools only.
- Generate an address
- Get connections to wallet
- Encrypt the wallet
- Backup the wallet
- Backup the Private Keys
- Restore from the Private Key
- Synchronize with a snapshot file
Wallet compilation
Masternodes
Mining
- Windows OS
- Linux OS