Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1
by
vlax352
on 02/10/2014, 09:37:42 UTC
If you want to mine q2c at pool, there is a pool at www.benchpools.info you dont need a registration, and username is your q2c adress, poll fee is 2% and payments are once you reach 1 q2c
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][OEC] OneEvilCoin - [ANONYMOUS | CRYPTONIGHT | NO IPO/PREMINE]
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
vlax352
on 07/07/2014, 08:22:27 UTC
for all of you who are mining monero, youre welcome to try my pool, on www.benchpools.info/monero we all know that this cryptonight styff is still pretty "bug-ish" so im keeping it in line, by "human touch" and since is small pool, you should get a less "dust" when you receive payments. fee is 2%
Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1
by
vlax352
on 14/06/2014, 20:53:06 UTC
mintpal also destroyed Q2C price, so maybe we will go better when we get delisted from them ... and if i learned anything in crypto world, that is to never say never
Post
Topic
BoardAnnouncements (Altcoins)
Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1
Atrides & me found a fix (well, he came up with it, I just found another spot which has to be fixed ^^) for ccminer 0.3 to work with dwarfpool for GroestlCoin:
edit cpu-miner.c line 672
Code:
if (opt_algo == ALGO_FUGUE256)
to
Code:
if (opt_algo == ALGO_FUGUE256 || opt_algo == ALGO_GROESTL)
edit cpu-miner.c line 722
Code:
if (opt_algo == ALGO_FUGUE256)
to
Code:
if (opt_algo == ALGO_FUGUE256 || opt_algo == ALGO_GROESTL)