Bitcoin Forum
September 05, 2024, 05:28:58 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: February 24, 2014, 10:17:41 AM
thanks for the explanation... so now we have that qubit algo is gpu resistant?  Cheesy
If true, i think this thing will be profitable for q2c.

Of course not, finding shares is proof that you did the work needed to find solutions too, there's just a bug in the miner.

My workers (280X) work at 4.5MHash/s, 4 of them, but pool shows total 4MHash/s, so I gave up and returned to mining LTC.
Besides when I've looked at last 5 blocks found on pool 2 of them were found by me (LOL).
I tried to mine it with sgminer, it gives me 10kHash/s more than cgminer :-)

So maybe the GPU miner does work properly on some hardware. Or maybe it's just bad at finding solutions, not completely unable. Still, something is wrong.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: February 24, 2014, 09:41:51 AM
that the difficulty is not growing what's going on?
excuse me, what's the problem with the difficulty of the network?

As I've already said once, apparently without anyone listening, the GPU-miner is finding only shares, not solutions. I'll use more words:

Finding a share is useless. Competely useless. It always was. It's just that you can't do it without also having some probability of finding a solution (which creates a block). But that's "can't" in the math sense, obviously it's trivial to make code that doesn't actually report the solutions.

So the GPU miner will find shares, making the pool think it is contributing to finding solutions, when it really isn't. Look at the block overview on mine-pool. The percentage is going way up.

This makes you get basically no coins for your useful CPU-mining on the pool, and very little for your useless GPU-mining. Solo-mining still works fine (with CPU), since the difficulty doesn't rise from this. (Unlike the pool payouts you can't fool the difficulty since it's only based on solutions found.)
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C] QubitCoin new secure hashing (CPU/GPU) (NEW) Update 0.8.4.1 on: February 23, 2014, 10:23:26 PM
I'm pretty sure there's still something wrong with the GPU miner. It's finding only shares, not solutions. Or at least far more shares than solutions. Look at the statistics for recent blocks on a pool - there's way too many shares. And network difficulty isn't going up, which means more solutions aren't being found.

(So in practice running the GPU miner is stealing the coins people with working miners make on a pool.)
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 26, 2014, 12:38:14 PM
How many people are still solo mining?

I would hope quite a lot. I'm getting several blocks per day on my desktop (AMD FX8350) using qubit-cpuminer (as found in the first post). (The built in miner is slower.)

In case anyone is unclear on how to do that:
./minerd -a qubit -o http://127.0.0.1:7799 -u QubitCoinrpc -p <from your conf>

Obviously if you changed the port or user in your conf you need to use what you set them to, but those are the defaults. (Well, they were the defaults for me, but I probably managed to do something unusual. minerd will give an error if you get it wrong at least.)
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 25, 2014, 11:37:09 PM
I suppose that Merkle–Damgård construction used in SIMD is quantum-hack resistant but I am not sure.

Is there some reason to think it is? I don't know much about quantum computers, but Merkle-Damgård is used all over the place, including sha-2 (bitcoin).
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (cpu only)please read pool update!! on: January 25, 2014, 12:34:29 PM
Any optimized miner exists?

Not that I know of. If you compiled the miner yourself playing with compilation flags can help a little. If you have an AMD CPU you're probably limited by L1 cache, so I would suggest something like CFLAGS="-march=native -Ofast -msse4 -DSPH_CUBEHASH_NOCOPY -DSPH_SIMD_NOCOPY -DSPH_CUBEHASH_UNROLL=2". (Cubehash defaults to unroll 16, doesn't support none since even and odd laps are not the same.)
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!