Author

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

sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
The price makes Riecoin looks so addicting to buy. I want to buy more but don't want to go in too hard.
newbie
Activity: 32
Merit: 0
I also made some more optimized changes to my modded xptminer build to get even more 4ch/s for comparsion with dga's new release.

static linux bins for different arch you can grab here: http://go.ispire.me/1vo
Fee: 2%

Did you follow the "sieve all six to 50k" guideline?  I'd encourage you and other miner creators to be very clear about the size of the all-six sieve used -- we all benefit from having blocks be found at a fair rate.

I ask because a miner that violates that will be easy to detect and penalize server-side - so I'd caution people to always make sure their miners are playing by the game.

There is a guideline about 50k? ;-)

And no i didn't made any change to the source that will violate nor cheat.
newbie
Activity: 48
Merit: 0
User ysangkok on Reddit just posted this amazing block crawler with primes result listing for each block. Loving the WolframAlpha and SymPy Live primality tests.

https://darmstadt.goxadidi.dk/cgi-bin/block/block_crawler.py/

Note: Still needs transaction information from the blocks
full member
Activity: 314
Merit: 100
Is it just me or do riecoin-qt and riecoind take 5-10 minutes to start up every time?

They do for me, but I think if you solomine a coin early on you end up with a lot of addresses in your keypool, and that slows down start-up.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Is it just me or do riecoin-qt and riecoind take 5-10 minutes to start up every time?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
10K total buy support for 0.00055  on Mintpal  Cool
hero member
Activity: 1778
Merit: 520
legendary
Activity: 1151
Merit: 1003
Are there any math attainments in Riecoin blockchain yet, like Primecoin records?
member
Activity: 106
Merit: 10

Cheesy Very excited, 2 Full member answer one Newbie question... I see the light at the end of the tunnel. Time to going UP, RieCoin!!!
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
member
Activity: 106
Merit: 10
full member
Activity: 178
Merit: 100
I think  RIC price = XPM price
sr. member
Activity: 350
Merit: 250
https://cryptassist.io
P2Pool code update:

I dug in to the P2Pool code base today, and from the looks of it, we are going to need a full blown PoW module (like the scrypt module).  I unfortunately cant write it with my basic Python knowledge  and no C knowledge. (Please see code snippets below for explanation)  If somene can write it, PM me and I'll setup a test node to hammer out any bugs.


From p2pool/p2pool/bitcoin/networks.py:
Bitcoin section:
Code:
POW_FUNC=data.hash256

Litecoin section:
Code:
POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data))

Full code can be found at https://github.com/blixnood/p2pool

Code for the "Scrypt module" https://github.com/blixnood/p2pool/tree/master/litecoin_scrypt
newbie
Activity: 14
Merit: 0
We will be looking forward to using your pool server. Hopefully it is open source so that we can easily add jh00's implementation of XPT (x.pushthrough) protocol and a tamper resistant developer's fee feature to it.

Of course it'll be open source, the idea is to have as many pools open as possible in order to bring decentralization and more people interested in RIC.
This should also set us appart from XPM which, as far as I know, doesn't have an open source pool implementation.

The protocol I'm trying is stratum, only some field lengths are modified (time, nonce). I already updated the cpuminer for this (not officially released because I couldn't test it yet-  ie it probably doesn't work). I you -or anyone- could later add support for XPT it would be cool.


Excellent! We'll be operating a geographically redundant pool that should be very resistant to DDOS attacks, etc.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
We will be looking forward to using your pool server. Hopefully it is open source so that we can easily add jh00's implementation of XPT (x.pushthrough) protocol and a tamper resistant developer's fee feature to it.

Of course it'll be open source, the idea is to have as many pools open as possible in order to bring decentralization and more people interested in RIC.
This should also set us appart from XPM which, as far as I know, doesn't have an open source pool implementation.

The protocol I'm trying is stratum, only some field lengths are modified (time, nonce). I already updated the cpuminer for this (not officially released because I couldn't test it yet-  ie it probably doesn't work). I you -or anyone- could later add support for XPT it would be cool.
sr. member
Activity: 278
Merit: 250
Wow, RIC mining would have paid off two of my research servers trading @ 0.002 BTC/RIC. I do not pay attention to the market but perhaps it is time to.

@gatra: Any estimate on when your pool server code will be ready for testing? Also, for your GPU implementation, will you be targeting AMD or Nvidia GPUs?


sorry, my latest pool server code doesn't compile, yet..

Regarding gpu, I'm using opencl so it should work on both... I have AMD so that's what I'll work with. I worked with C in embedded systems for some years, but I'm new to gpus, so don't expect a very optimized thing. Right now I'm giving priority to pool code, and the only thing I have is -based on cgminer- the modpow function using "naive" multiplication (no karatsuba, montgomery or fft)

We will be looking forward to using your pool server. Hopefully it is open source so that we can easily add jh00's implementation of XPT (x.pushthrough) protocol and a tamper resistant developer's fee feature to it.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Wow, RIC mining would have paid off two of my research servers trading @ 0.002 BTC/RIC. I do not pay attention to the market but perhaps it is time to.

@gatra: Any estimate on when your pool server code will be ready for testing? Also, for your GPU implementation, will you be targeting AMD or Nvidia GPUs?


sorry, my latest pool server code doesn't compile, yet..

Regarding gpu, I'm using opencl so it should work on both... I have AMD so that's what I'll work with. I worked with C in embedded systems for some years, but I'm new to gpus, so don't expect a very optimized thing. Right now I'm giving priority to pool code, and the only thing I have is -based on cgminer- the modpow function using "naive" multiplication (no karatsuba, montgomery or fft)
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Apparently setting up a pool for Rie is extremely difficult.

It's not that hard, after all jh00 from ypool did it in a couple of days. Of course he's very talented, but if you have an XPM pool then making one for RIC should be relatively easy...

Also I wish the developer was more active here

it's not the first time I get this...
so let's try this: I'll post a weekly update every Thursday.. here AND on riecointalk.org

so that is why I decided to just sell and move on.

I'm sorry to read that... I'm mining, buying and HODLING
hero member
Activity: 630
Merit: 501
any new's for craptsy

meh, I'm no longer convinced it can help coins. Maybe RIC because it doesn't have enough exposure. But you look at TAK and MZC added yesterday and they both tanked like crazy.

Comes in like a windstorm, goes out like a fart.
hero member
Activity: 1778
Merit: 520
Jump to: