Bitcoin Forum
June 20, 2024, 05:09:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help code startup-script when mining VERIUM - Veriumminer  (Read 84 times)
bxd (OP)
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
March 31, 2018, 12:55:45 AM
 #1

Hello guys, I'm just starting to mine Verium in the N3RD3D Pool. I have a problem with the startup script code, I use Unbutu 16.04. I hope someone tells me where my code is wrong and help me fix it. Thank you for your interest
This is my code:
#!/bin/bash
sudo apt-get update && apt-get -y upgrade
sudo apt-get install -y git make curl unzip gedit automake autoconf dh-autoreconf build-essential pkg-config openssh-server screen libtool libcurl4-openssl-dev libncurses5-dev libudev-dev libjansson-dev libssl-dev libgmp-dev gcc g++ screen
git clone https://github.com/fireworm71/veriumMiner
cd veriumMiner
./build.sh
./cpuminer ../
cd ..
screen -d -m ./cpuminer -o stratum+tcp://us.vrm.n3rd3d.com:3333 -u Wolong666.user1 -p x -x livecoin.ddns.net:808

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!