Post
Topic
Board Announcements (Altcoins)
Re: [$XVG] VERGE [POW][MultiAlgo][BLACKHOLE][Entire Line of TOR/i2P Resources]
by
Xeonus
on 06/10/2017, 10:00:11 UTC
can anyone help out a fellow miner.
Im trying to mine verge. i have a 1080ti and running ubuntu. i chose sgminer5.6 and zpool. i run the miner and just get lots of HW and LW i see no shares. i was mining Zec before with no problems.

https://imgur.com/a/Q89fz

What is the easyiest miner to get working im not fussed which pool algo or port.
I cant get ccminer working in ubuntu with the exe file SGminer is the only one i can get to "run" as such.

My terminal command is this
sudo ./sgminer-o stratum+tcp://x17.mine.zpool.ca:3737 -u D5DFgiZck2qhGRMemSsoFVmhU3UcA59SrT -p c=xvg

Download and compile ccminer. Or get a release version from palgin (google for ccminer palginmod). In Linux you cannot execute .exe files, that is for Windows only.

A proper command for mining vertcoin is something like this (depends on the pool aswell):

Code:
./ccminer -x64 -a ALGO -o stratum+tcp://POOLADDRESS:PORT -u WALLETADDRESS -p x

  • where ALGO is the algo you want to mine, e.g. myr-gr
  • POOLADDRESS is the web address of the pool
  • where WALLETADDRESS is your vergecoin wallet ID. Depending on the pool it can also be a username.workerID

I suggest you also execute
Code:
./ccminer -help
to get infos on which parameters are used. Note that palginmod requires Cuda 8.0. Again, google is your friend here on how to configure the CUDA development kit and how to compile CUDA 8 for your card(s).

Hope that helps Wink