Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SweepstakeCoin (SWEEP) - PoW/PoS, TOR, Sweepstake, Upgrade V1.3
by
Dead Coin Revival Team
on 19/05/2017, 23:13:18 UTC
What do you recommend for a Nvidia GPU Miner? CCbuchner won't pass the anti-virus test. It has a Trojan.
Try this: https://github.com/KlausT/ccminer/releases
or this: https://github.com/tpruvot/ccminer/releases

Example for solo mining:
Code:
ccminer -i 23 -O name:password -o http://localhost:17571 -a jackpot

Example for pool mining:
Code:
ccminer -i 23 -O name.worker:password -o stratum+tcp://sweep.suprnova.cc:2239 -a jackpot
(-a jackpot for the KlausT version, -a jha for the tpruvot version)
Maybe you have to use a lower -i value when you get a memory error

Trying to solo mine

Get error:

Quote
ccminer 8.07-KlausT (64bit) for nVidia GPUs
Compiled with Visual Studio 2015 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

[2017-05-19 20:11:27] Intensity set to 23, 8388608 cuda threads
[2017-05-19 20:11:28] NVML GPU monitoring enabled.
[2017-05-19 20:11:28] 2 miner threads started, using 'jackpot' algorithm.
[2017-05-19 20:11:29] HTTP request failed: Failed to connect to localhost port 1
7571: Connection refused
[2017-05-19 20:11:29] json_rpc_call failed, retry after 30 seconds

Why is connection refused?