Author

Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record - page 180. (Read 685381 times)

member
Activity: 114
Merit: 10
The folks on ypool just pointed out to me that gmp 6.0.0a has been released.  (Thanks!)

fastrie is only 5% faster with 6.0.0a than with 5.1.3 (I have SandyBridge)

11% faster with a custom ARM based miner.

--
bsunau7
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
That near 40k buy wall though Cheesy
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
If Chinese looks like Greek to you,
BTC38 launched an English version of their exchange
RIC/CNY market linked.  Smiley

Looks like btc38 had about twenty times the volume of Mintpal the last 24 hours...

Edit: looks like they only support Facebook for English log in. Huh
full member
Activity: 141
Merit: 100
Finally, something to convince me that I need to upgrade to xeons with AVX2 !
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Need more buy orders on poloniex
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Coming Now Soon for RiecoinFoundation.org is now uploaded!
dga
hero member
Activity: 737
Merit: 511
The folks on ypool just pointed out to me that gmp 6.0.0a has been released.  (Thanks!)

fastrie is only 5% faster with 6.0.0a than with 5.1.3 (I have SandyBridge)

Correct.  But the gmp speedup mixes nicely with another improvement I'm working on (it's currently buggy still).  I'm seeing 10-15% faster on AVX2 overall.
sr. member
Activity: 336
Merit: 250
The folks on ypool just pointed out to me that gmp 6.0.0a has been released.  (Thanks!)

fastrie is only 5% faster with 6.0.0a than with 5.1.3 (I have SandyBridge)
member
Activity: 63
Merit: 10
I know, didn't someone say Cryptsy was going to add Riecoin to the voting list, but they never did...

You should try in the community for people to ask the following
Try to know more
Good luck to you
hero member
Activity: 630
Merit: 501

- A Mac OSX xpt miner was released https://bitcointalksearch.org/topic/m.5931299


Thanks Gatra! . . . but now how am I going to get any video editing work done?!
dga
hero member
Activity: 737
Merit: 511
The folks on ypool just pointed out to me that gmp 6.0.0a has been released.  (Thanks!)

I'll get a binary build out this weekend with two sets of improvements:
 - gmp 6.0 integration  (just affects the binary)
 - better support for sieving past 500m  (binary and source)

The latter steals a trick from a00k's release that I liked - for the biggest numbers, scan once and discard them if the offset is too large.

In the meantime, if you build your own version linked against gmp 6 and run the tuneup function, you should see decent speed gains on avx and avx2-compatible processors.
sr. member
Activity: 251
Merit: 250
Difficulty has backed off for a little bit so get in while you can get some shares and keep pumping that extra CPU power to the network. Otherwise what are you doing with that CPU power?
dga
hero member
Activity: 737
Merit: 511
New status update: https://bitcointalksearch.org/topic/m.5943221

New ideas to explore:
- Chebyshev's bias: is it large enough to use it for miner optimization? at first sight, it doesn't look that way, but it's effect may be amplified by the fact that we use prime 6tuples, not just primes... needs more research. Optimized miners use a hardcoded value for the remainder (or "offset") of their primorial, but is it the best value?
- If we'll be hardforking to include constant difficulty adjustments, maybe we could use the opportunity to include searching for 7 or 8tuples along with 6 tuples.

Best regards to all!
gatra

Does the stratum miner have a way for the worker thread to determine if a new block has arrived without exiting its mining loop?  If so, I can throw mine into the stratum miner pretty easily at this point.


"work_restart[thr_id].restart" is global and will change from false to true (for all elements of the work_restart array - ie for all threads) when a new block has arrived. Then each thread will set it to false again when it has updated it's block data struct.

Without stratum, that restart was only getting set if a miner exited its processing loop and called getwork again.  Smiley  I see that the stratum thread can set it also.  Cool.  That was a huge pain with getwork.
member
Activity: 73
Merit: 10
This coin design is very good-looking, will be very popular
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
New status update: https://bitcointalksearch.org/topic/m.5943221

New ideas to explore:
- Chebyshev's bias: is it large enough to use it for miner optimization? at first sight, it doesn't look that way, but it's effect may be amplified by the fact that we use prime 6tuples, not just primes... needs more research. Optimized miners use a hardcoded value for the remainder (or "offset") of their primorial, but is it the best value?
- If we'll be hardforking to include constant difficulty adjustments, maybe we could use the opportunity to include searching for 7 or 8tuples along with 6 tuples.

Best regards to all!
gatra

Does the stratum miner have a way for the worker thread to determine if a new block has arrived without exiting its mining loop?  If so, I can throw mine into the stratum miner pretty easily at this point.


"work_restart[thr_id].restart" is global and will change from false to true (for all elements of the work_restart array - ie for all threads) when a new block has arrived. Then each thread will set it to false again when it has updated it's block data struct.
dga
hero member
Activity: 737
Merit: 511
New status update: https://bitcointalksearch.org/topic/m.5943221

New ideas to explore:
- Chebyshev's bias: is it large enough to use it for miner optimization? at first sight, it doesn't look that way, but it's effect may be amplified by the fact that we use prime 6tuples, not just primes... needs more research. Optimized miners use a hardcoded value for the remainder (or "offset") of their primorial, but is it the best value?
- If we'll be hardforking to include constant difficulty adjustments, maybe we could use the opportunity to include searching for 7 or 8tuples along with 6 tuples.

Best regards to all!
gatra

Does the stratum miner have a way for the worker thread to determine if a new block has arrived without exiting its mining loop?  If so, I can throw mine into the stratum miner pretty easily at this point.
sr. member
Activity: 292
Merit: 250
Hey my first ever mined block on ypool, shame it wasn't solo  Grin
sr. member
Activity: 292
Merit: 250
Was just wondering, how powerful a computer/cpu is needed to at least be able to mine a block? I'm currently on ypool with Dave's optimized miner and my workers never find any at all.
How many shares do you have? I've found 2 blocks and 26.000 shares since the optimized xpt miners came out. Before that I found 1 block and 2000 shares.

Is the number of shares a metric to mining riecoin?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Was just wondering, how powerful a computer/cpu is needed to at least be able to mine a block? I'm currently on ypool with Dave's optimized miner and my workers never find any at all.
How many shares do you have? I've found 2 blocks and 26.000 shares since the optimized xpt miners came out. Before that I found 1 block and 2000 shares.
sr. member
Activity: 292
Merit: 250
Was just wondering, how powerful a computer/cpu is needed to at least be able to mine a block? I'm currently on ypool with Dave's optimized miner and my workers never find any at all.
Jump to: