Author

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

sr. member
Activity: 420
Merit: 250
shall I stop mining the new version of miner? and go to B9 version?

what shall I do?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
The difficulty is going to crash if ypool doesn't start running again.  Cool

Is that why I am getting a connection server error with dga's new miner?
If you are attempting to connect to ypool, yes.

Is there a new Minerd for solo mining?
Or is it possible to set up B10 for solo mining? If so then what settings


a00k's miner is good for solo mining. I believe it is as good as dga's B10 pool miner. B10 didn't improve on finding blocks, it only improved on finding shares.

Also: it's been 40 minutes since a block was found. No significant computing power is going towards solo mining. The only entity finding blocks currently is ric.upcpu.com. This needs to be fixed asap or no transactions will be confirmed  Undecided

gatra: I think this shows we should reduce difficulty adjustment to 1 block.
legendary
Activity: 1400
Merit: 1000
The difficulty is going to crash if ypool doesn't start running again.  Cool

Is that why I am getting a connection server error with dga's new miner?
jr. member
Activity: 59
Merit: 10
newbie
Activity: 37
Merit: 0
Is there a new Minerd for solo mining?
Or is it possible to set up B10 for solo mining? If so then what settings

sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
The difficulty is going to crash if ypool doesn't start running again.  Cool
newbie
Activity: 6
Merit: 0
I don't see a memory leak on my Linux machines (equivalent of CentOS 6.4).  On my 4GB machines it is using about 68% of the memory, on my machines with > 32GB it is using about 15%.  I running the raw binary, not rebuilding.

Unfortunately ypool seems stuck on block 23373
hero member
Activity: 516
Merit: 500
Binary releases:
  http://www.cs.cmu.edu/~dga/crypto/ric/

First of all, thank you for the great work on the miner. I was using b8 for a few days and it worked nicely.

b10 however has a huge memory leak it get killed by the os pretty instantly. Can you fix your build?

Also tried building b10 out of the source you provided. But the build fails as well with
Code:
xptMiner/main.cpp:7:18: error: atomic: No such file or directory
It is currently 4am and I haven't investigated anything yet ... my guess is that my standard CentOS gmp version is too old.

UPDATE1: Bizarrely enough b10 works on some machines but not on others. The machine will the most memory 32 GB crashes within 3 seconds, so does a VM with 1 GB. But one with 8GB works fine! any advice?
UPDATE2: The build still fails with a missing atomic include, despite the GMP upgrade. Sad
 
All the best!

   one4many
newbie
Activity: 6
Merit: 0
Thanks for the tip about b10's behavior being normal, switching back to it. 
sr. member
Activity: 1106
Merit: 255
Betking.io - Best Bitcoin Casino
Agreed. In my experience, B10 is shaky at first, but then settles down after the first 10 shares or so and is significantly faster than B9 thereafter.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
You should mine with b10 for sure. It is at least 10 times faster at finding shares. Even if the beginning ones are rejected (that issue happens to everyone).
newbie
Activity: 6
Merit: 0
Had to go back to sse4 b9 from b10

On all my Linux machines I started getting lots and lots of invalid shares, mostly of this type:


[00:05:37] Share found! (Blockheight: 23302)
Invalid share
Reason: Share double submission or work unknown
[00:05:42] Share found! (Blockheight: 23302)
Invalid share
Reason: Share double submission or work unknown


Also a few like this:
[00:01:41] Share found! (Blockheight: 23302)
Invalid share
Reason: Merkleroot is invalid or corrupted. Update your miner.

All is well once I went back to sse4 b9

These are a variety of Linux boxes with Xeon processors, no issues with previous software releases
member
Activity: 70
Merit: 10
Hi, all -

As promised, with ypool's update to address the share-vs-block
fairness issue, I'm releasing as open source my miner code.
I've also placed online binaries with the usual dev fee structure:
2% default, which can be disabled from the command line.

Thanks to everyone who supported this with dev fees over the last
few days.  I've taken the time to clean up the code modestly -
it still needs work, but it's not the total mess it was yesterday.
I've integrated the windows/mingw build into the main line and
added -s parameter on the command line to replace
the former set of multiple builds.

Binary releases:
  http://www.cs.cmu.edu/~dga/crypto/ric/

Source release:
  https://github.com/dave-andersen/fastrie
  (in the xptMiner subdirectory)

Note:  If you're running any other miner, it's important to
upgrade to this one ASAP in order to ensure that you're getting
a fair share of the blocks you find!  The change from "first four"
to "any four" means that the miners will all be finding MANY more
shares per block -- so if you're running old code, you will be at
a serious disadvantage.  Something like 30 to 1.  Upgrade ASAP.
The miner will report a different number of chains/sec than it
did before because of the change to shares, but it's roughly the
same code as before - maybe 1% or less slower because of testing
for multiple primes.

Happy mining, and thanks as always to Gatra for creating a great
proof of work, to jh and clintar for the starting codebase,
and to everyone for participating in it.

Note also that jh is releasing a new miner - compare and find the best
one, I don't know which one is faster. Smiley

Any chance of 32 bit miners, windows and linux?

I'm currently GPU mining scrypt under a windows 32 system and would love to mine RIC alongside. Don't have too much faith on being able to compile for linux either when I finally reboot.
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Wow..great progress we are making.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
now time to work on stratum miner?  Grin
dga
hero member
Activity: 737
Merit: 511
Hi, all -

As promised, with ypool's update to address the share-vs-block
fairness issue, I'm releasing as open source my miner code.
I've also placed online binaries with the usual dev fee structure:
2% default, which can be disabled from the command line.

Thanks to everyone who supported this with dev fees over the last
few days.  I've taken the time to clean up the code modestly -
it still needs work, but it's not the total mess it was yesterday.
I've integrated the windows/mingw build into the main line and
added -s parameter on the command line to replace
the former set of multiple builds.

Binary releases:
  http://www.cs.cmu.edu/~dga/crypto/ric/

Source release:
  https://github.com/dave-andersen/fastrie
  (in the xptMiner subdirectory)

Note:  If you're running any other miner, it's important to
upgrade to this one ASAP in order to ensure that you're getting
a fair share of the blocks you find!  The change from "first four"
to "any four" means that the miners will all be finding MANY more
shares per block -- so if you're running old code, you will be at
a serious disadvantage.  Something like 30 to 1.  Upgrade ASAP.
The miner will report a different number of chains/sec than it
did before because of the change to shares, but it's roughly the
same code as before - maybe 1% or less slower because of testing
for multiple primes.

Happy mining, and thanks as always to Gatra for creating a great
proof of work, to jh and clintar for the starting codebase,
and to everyone for participating in it.

Note also that jh is releasing a new miner - compare and find the best
one, I don't know which one is faster. Smiley
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
As expected..price dropped. No worries Cheesy
Jump to: