Author

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

legendary
Activity: 1100
Merit: 1032
MintPal wallet still holds at least 166k RIC

https://chainz.cryptoid.info/ric/wallet.dws?14521.htm

Withdraw while you still can if you have not already!
sr. member
Activity: 259
Merit: 250
.... which means really slow Sad sorry, my fault, did not have much time to look at the ARM and RIC recently ...
member
Activity: 114
Merit: 10

Binary in the original link.  Don't expect it to be fast however, just faster than it was.

--
bsunau7
hero member
Activity: 596
Merit: 500
Caun you upload compiled version?

Another version of my little arm miner...

https://mega.co.nz/#F!6Y8ywRoZ!5ogMJEc2Teq5ckt9WClNpg

I'll upload code sometime soon, it needs a little clean up (removed some files and renamed others).

Biggest changes:

  • Moved from a pn23 to a pn31 primorial base.
  • Up'ed streams per thread from 16 to 32.
  • Replaced some lookups with in-line calculations.
  • Removed data hazards out of the ASM where I could.
  • Re-ordered code to hide pipeline latency and keep both the ARM and NEON pipelines as full as possible.

Gets me about a 18% increase in performance; it can generate a testnet block every 100 seconds or so.

Regards,

--
bsunau7
member
Activity: 124
Merit: 10
any good news for ric now?
member
Activity: 114
Merit: 10
Another version of my little arm miner...

https://mega.co.nz/#F!6Y8ywRoZ!5ogMJEc2Teq5ckt9WClNpg

I'll upload code sometime soon, it needs a little clean up (removed some files and renamed others).

Biggest changes:

  • Moved from a pn23 to a pn31 primorial base.
  • Up'ed streams per thread from 16 to 32.
  • Replaced some lookups with in-line calculations.
  • Removed data hazards out of the ASM where I could.
  • Re-ordered code to hide pipeline latency and keep both the ARM and NEON pipelines as full as possible.

Gets me about a 18% increase in performance; it can generate a testnet block every 100 seconds or so.

Regards,

--
bsunau7
member
Activity: 85
Merit: 10

I'm running gatra's v14 XPT miner, with my own server side for solo mining.


If you're intersted, see my signature.
I've been promoting my solo mining server, but it seems that no one is interested lol.
member
Activity: 85
Merit: 10
Please let me know what kind of miner you are using, this seems quite unrealistic for solo or pool mining in 24 hours / in fact I don't believe it.

As for 9.2 client sticking, I have to admit I have a version of it installed but am still working mostly off the older 8.7 build and only used 9.2 a few times.

I know this is against Gatra's advice but honestly I am more comfortable with the older codebase and since I am not solomining it has no impact on my performance.  I find the 8.7 client after firiing up takes a little while to connect to some nodes but if you are patient it has never failed me yet and always gets many connections and synchs up to the network after a short while.   

I'm running gatra's v14 XPT miner, with my own server side for solo mining.
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
Please let me know what kind of miner you are using, this seems quite unrealistic for solo or pool mining in 24 hours / in fact I don't believe it.

As for 9.2 client sticking, I have to admit I have a version of it installed but am still working mostly off the older 8.7 build and only used 9.2 a few times.

I know this is against Gatra's advice but honestly I am more comfortable with the older codebase and since I am not solomining it has no impact on my performance.  I find the 8.7 client after firiing up takes a little while to connect to some nodes but if you are patient it has never failed me yet and always gets many connections and synchs up to the network after a short while.   

with an i7 3770K "solo mining", how much i can get in 24 hours?

thanks Wink

about 25coins

thanks! Wink
legendary
Activity: 1059
Merit: 1000
member
Activity: 85
Merit: 10
with an i7 3770K "solo mining", how much i can get in 24 hours?

thanks Wink

about 25coins
member
Activity: 114
Merit: 10

Hi! I found that the qt client sometimes get stuck (in RICs defense, bitcoin's wallet does the same once in a while), but after closing and restarting it then it continues. If it's totally stuck you can run with -debug and send me the log file (you may want to look at it and remove any sensitive info).

btw, let's test the superblocks: how many blocks do you see on testnet?

I did restart no joy; I'll fire up another windows VM and sync a new wallet from there and see if it sorts itself out.

On testnet I see:

Code:
riecoin-dev@ubu-rie01:~$ riecoind getinfo
{
    "version" : 90200,
    "protocolversion" : 10070001,
    "walletversion" : 60000,
    "balance" : 43200.00000000,
    "blocks" : 5487,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 304.00000000,
    "testnet" : true,
    "keypoololdest" : 1413311859,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00001000,
    "errors" : ""
}

I'll avoid testing for memory leaks for a while so 5550 should be a safe target.

Just let me know when the code is downloadable and I'll rebuild.

Regards,

--
bsunau7
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev

found the paper I was thinking of ...... Patrick Billingsley, "Prime Numbers and Brownian Motion" (link to pdf) http://maths-people.anu.edu.au/~brent/pd/rpb024.pdf

more modern piece also pdf .... There is entanglement in the primes  http://arxiv.org/pdf/1403.4765.pdf

thanks! I did study a bit of quantum computing but the paper on entanglement in the primes is too much for me... I'll ask for help from a Physicist, and then a Physician (for the headache Smiley)
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Hi,

Anyone having issues with the block chain?  My desktop client (0.9.2) has been stuck on block 139845 (~3 days old) for a few days (this isn't being slow, just being stuck).

My mining wallet (0.9.2 on linux) is nice and current (but its been up to date for months).

I ask as I don't really don't want to download it all over again to potentially hit the same "bad block".

Regards,

--
bsunau7

Hi! I found that the qt client sometimes get stuck (in RICs defense, bitcoin's wallet does the same once in a while), but after closing and restarting it then it continues. If it's totally stuck you can run with -debug and send me the log file (you may want to look at it and remove any sensitive info).

btw, let's test the superblocks: how many blocks do you see on testnet?
legendary
Activity: 1059
Merit: 1000
with an i7 3770K "solo mining", how much i can get in 24 hours?

thanks Wink
newbie
Activity: 12
Merit: 0
bump
Have been looking forward to this for quite a few months..


Bittrex Poloniex cryptsy (external exchange group): 90479446
B P C 外网炒币群: 90479446
member
Activity: 114
Merit: 10
Hi,

Anyone having issues with the block chain?  My desktop client (0.9.2) has been stuck on block 139845 (~3 days old) for a few days (this isn't being slow, just being stuck).

My mining wallet (0.9.2 on linux) is nice and current (but its been up to date for months).

I ask as I don't really don't want to download it all over again to potentially hit the same "bad block".

Regards,

--
bsunau7
full member
Activity: 258
Merit: 112
hey guys

we added riecoino our altcoin info site @ http://www.satoshis.guru/?page_id=384

we have free blockchain downloads, mining stats, price calc, ...

have a look!

when u have any suggestions, please pm!

greetz
member
Activity: 85
Merit: 10
Diff raise a lot recently while price is dropping a little, anyone knows what's up?
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
As someone who personally likes , supports and mines (not as much as I would like) Riecoin several days a week I fully support the proposed hardfork by Gatra for the superblocks and adjustments to rewards.  Riecoin should earn it's rightful place in some record books then !! I cannot see why anyone would object to the changes.  

Take your time and let's get it right.  It may allow time for dga to get the changes compiled into the miner. No disrespect to dga his work so far has been in my eyes a large contribution to the project.

I would say I would have another go at compiling it myself for windows but honestly it is outside my ability to really do any tweaks.  I can usually compile miners once they are perfected but am not at the skill level to make the necessary changes in the code to get it working.  Still by looking over the code I learned some things and am learning more all the time.  Hopefully someday I can make some valuable contributions other than a voice of support for riecoin.  



found the paper I was thinking of ...... Patrick Billingsley, "Prime Numbers and Brownian Motion" (link to pdf) http://maths-people.anu.edu.au/~brent/pd/rpb024.pdf

more modern piece also pdf .... There is entanglement in the primes  http://arxiv.org/pdf/1403.4765.pdf
Jump to: