Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: bitcometrader on April 13, 2016, 01:03:02 PM



Title: Need help with miningpool
Post by: bitcometrader on April 13, 2016, 01:03:02 PM
Hi I am running a Geforce GTX 780 ti , installed the latest driver and cuda. I am using ccminer which seems to work well if I mine with the ccminer conf. data. I tried to mine DEM deutsche emark and signed up with Suprnova. Somehow I am not able to configure the config file properly. Is there anyone who can help.
Thanks


Title: Re: Need help with miningpool
Post by: BigBoom3599 on April 13, 2016, 02:50:18 PM
Are you mining Bitcoin? what's your config currently?


Title: Re: Need help with miningpool
Post by: bitcometrader on April 13, 2016, 04:18:32 PM
I am mining vanilla this works but I do want to mine DEM deutsche e markt which is a SHA256D. This is the setting which works.


{
   "_comment1" : "Possible keys are the long options (ccminer --help)",
   "_comment2" : "todo: support /* comments */",

   "algo" : "vanilla",

   "api-bind": "127.0.0.1:4068",
   "statsavg": 20,

   "quiet" : true,
   "debug" : false,
   "protocol" : false,
   "cpu-priority" : 3,

   "show-diff" : true,
   "no-gbt" : true,
   "url" : "stratum+tcp://vnl.suprnova.cc:1118",
   "user" : "tpruvot.donate",
   "pass" : "x"
}


Title: Re: Need help with miningpool
Post by: NeuroticFish on April 13, 2016, 04:23:15 PM
From what I remeber, ccminer may not know sha256d.
The list of algos for ccminer is here https://github.com/tpruvot/ccminer/blob/windows/README.txt

Maybe you need another miner software?


Title: Re: Need help with miningpool
Post by: BigBoom3599 on April 13, 2016, 04:47:49 PM
And with what config are you trying to mine DEM? Also I recommend mining a different algo and selling it to buy DEM since mining sha with GPU is basically useless.


Title: Re: Need help with miningpool
Post by: bitcometrader on April 13, 2016, 05:29:54 PM
From what I remeber, ccminer may not know sha256d.
The list of algos for ccminer is here https://github.com/tpruvot/ccminer/blob/windows/README.txt

Maybe you need another miner software?
Vanilla (Blake256 8-rounds - double sha256)
Is this Vanilla a combination between (Blake256 8-rounds - double sha256) if yes than I need another software any idea what is working ?


Title: Re: Need help with miningpool
Post by: bitcometrader on April 13, 2016, 05:30:42 PM
And with what config are you trying to mine DEM? Also I recommend mining a different algo and selling it to buy DEM since mining sha with GPU is basically useless.
It is not about making money, it is to get it running for someone.


Title: Re: Need help with miningpool
Post by: BigBoom3599 on April 13, 2016, 05:40:10 PM
AFAIK ccminer should be able to do sha256d. So put sha as algorithm, change pool url, username and password and it should work


Title: Re: Need help with miningpool
Post by: bitcometrader on April 13, 2016, 05:44:49 PM
AFAIK ccminer should be able to do sha256d. So put sha as algorithm, change pool url, username and password and it should work
unknown parameter sha
is what it says when I start


Title: Re: Need help with miningpool
Post by: NeuroticFish on April 13, 2016, 07:39:02 PM
My advice is to go to their threads and ask. https://bitcointalk.org/index.php?topic=167229.0
From what I've read it may be CUDAminer the one with sha256 support, but that's the nvidia community, they can give you better advices.

Aa others said, sha256 mining is not worth to be done on GPU. Power consumption is too big and you compete with ASICs.


Title: Re: Need help with miningpool
Post by: VirosaGITS on April 14, 2016, 12:43:16 AM
My advice is to go to their threads and ask. https://bitcointalk.org/index.php?topic=167229.0
From what I've read it may be CUDAminer the one with sha256 support, but that's the nvidia community, they can give you better advices.

Aa others said, sha256 mining is not worth to be done on GPU. Power consumption is too big and you compete with ASICs.

More precisely. You can't compete with ASICs, so you're wasting your GPU for no gain.


Title: Re: Need help with miningpool
Post by: bitcometrader on April 14, 2016, 12:08:59 PM
Thanks for the answers. Is SHA256D mined exactly like SHA256 or is there some difference in the mining process ?


Title: Re: Need help with miningpool
Post by: Arcteryx on April 14, 2016, 01:54:11 PM
Thanks for the answers. Is SHA256D mined exactly like SHA256 or is there some difference in the mining process ?

Sha256d is typically known as double sha256 hash algorithm.

SHA-256d hash is achieved by applying the regular SHA-256 hash twice, by first applying SHA-256 hash to the data and then once again to the resulting hash. But does not use the hard memory schemes, such as ethereum does for example.

The cryptocurrencies that use the SHA-256d algorithm are Freicoin, Namecoin and Peercoin.

Hope this answers your question.