Author

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

legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
The coin is quite alive, just because the thread is not cluttered does not mean a coin is not alive,

Try hitting a block.....

If you want to know if any coin is alive fire up the client and if you get lots of connections and cannot hit a block (assuming you run normal not some mega hardware which is a moot point on riecoin anyway) ITS ALIVE



Is this coin still alive?  Wink
sr. member
Activity: 259
Merit: 250
diff now 1646 - alive ? yes ! thriving ? not sure ... I believe android / iOS apps and simple fiat / btc / ric exchange can help a lot.
any ideas ?
full member
Activity: 182
Merit: 100
member
Activity: 114
Merit: 10
Slow thread right now. Need posters! Cheesy 

Ok I'll post some memories this coin has dredged up from the past.

A little trick for those 32bit CPU's without hardware division (like most ARM) for calculating mod 17 (correctness tested for all values 0 to 0xffffffff):

Code:
// 32 = 2^5 ; (2^32 / 17) = 252645135.05882352941176470588 ~= 0x0f0f0f0f
uint32_t mod17(uint32_t n) {
        static uint8_t table[32] = { 0 ,1 ,2 ,2 ,3 ,3 ,4 ,4 ,
                                     5 ,5 ,6 ,6 ,7 ,7 ,8 ,8 ,
                                     9 ,9 ,10,10,11,11,12,12,
                                     13,13,14,14,15,15,16,16 };
        n = (0x0f0f0f0f*n + (n >> 4)) >> 27;
        return table[n];
}

While it is only marginally (a few %) quicker than the abi version gcc uses it was fun to rediscover.  Strangely removing the table lookup makes it slower (which I didn't expect).

Bump.

--
bsunau7
 
newbie
Activity: 43
Merit: 0
Posters are all busy with the DRK hype.... Sad

As fas as I can tell after mining this coin: this is one of the most profitable coin around! And the fact that nobody is realizing is quite appalling.

Well, keep mining while the diff is still low!

 Grin
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Slow thread right now. Need posters! Cheesy 
hero member
Activity: 516
Merit: 500
Hi!

I added a zip with the OS X binaries here: https://sourceforge.net/projects/riecoin/upload/riecoin%200.9.1/
could someone please confirm that those work before we formally announce them?
You may need at least 10.8 but I'm not sure about that...

thanks!

I get
Code:
user@computer:~$ /Applications/riecoin-qt
dyld: Library not loaded: /opt/local/lib/libprotobuf.8.dylib
  Referenced from: /Applications/riecoin-qt
  Reason: image not found
Trace/BPT trap: 5

I would recommend to build a DMG based install package out of it.

    one4many
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
sr. member
Activity: 259
Merit: 250
it compiles fine - but it is really slow with
Intel(R) Core(TM)2 Duo CPU     P8600  @ 2.40GHz
sth like [40:18:25] 2ch/s: 1.5543 3ch/s: 0.0980 4ch/s: 0.0029 Shares total: 103 / 100

unfortunately diff went down even more : 1636 now

possibly standalone small miner and client on a little ARM box can help ?
anybody with math ideas about rns and montgomery reduction with regard to fermat test of big numbers ?
newbie
Activity: 43
Merit: 0
I hope too that RIC will experiment a rise in the diff. Probably as the ASICs come out some people will look for CPU coins.
However, due to my proverbial luck, I moved to RIC and it lost 15% of its price in one day (on poloniex).

Sorry guys!  Wink

Anyway, I ended up compiling the optimized xptminer for the 32bit arch.... Don't ask me how I made it... it compiled only on my i5 laptop, where the old celeron2 I have on another mining rig was a total fail. It needs libcs >= 2.15 BTW.

is there somebody who want the binary??
sr. member
Activity: 259
Merit: 250
ARM miner was so sloooow, I did not try any more experiments,I need a better math routines, research not finished yet.

Diff was even 1646, but going up now, hopefully an uptrend Wink

a little experiment - equation for a stable performance number without diff dependency :

when X is actual 2ch/s ..., I see better use for

4ch :: 1.275*math.e**(-0.001769*x)
3ch :: 134.1*math.e**(-0.002502*x)
2ch :: 125.9 - 0.0565*x + math.e**(x - 1756)

it is not very precise yet, but hopefully next iteration will be better
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Hi! just a small update:

I released osx binaries for the latest 0.9.1 client, I'm waiting for others to confirm that it works before announcing.
I think I mentioned it, but alongside with the stratum proxy I'm working on the math for shares vs blocks for pools. Once that is done, I'll be more active on promotion.

kudos on the ARM miner. Will we be able to include it in an app soon? maybe in the Android wallet?

There's still a lot to do, and 0.9.1 included a lot of new features, maybe it's worth working on how to advertise them... I'll see if I can find good tutorials on coin-control and payment-requests and "adapt" them to riecoin.

sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Hmm...Why is RIC frozen on poloniex?

I see it online now, maybe they were having temporary technical difficulties
Hm...Still appears frozen to me. If you look at the list it says frozen but trading itself isn't frozen
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Hmm...Why is RIC frozen on poloniex?

I see it online now, maybe they were having temporary technical difficulties
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Hmm...Why is RIC frozen on poloniex?
sr. member
Activity: 295
Merit: 250
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Any Updates this Thursday Gatra?

I have free time this weekend so will work on Riecoin again.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Also Gatra I think you need to edit the title of this thread to include **CPU-ONLY**

done!
sr. member
Activity: 251
Merit: 250
Hi, I see difficulty drop to 1679 - seems like miners are leaving this coin ...
I'm short of time unfortunately, but possibly with some help with math (montogmery reduction,rns) a GPU miner will see the light of the day soon.
Any ideas or interest ?
Thanks Smiley


I think some sort of boost is definitely needed...I've been mining from launch and am a part of the Foundation but we've lost quite a bit of gusto just recently with people not able to dedicated as much time. Suggestions for advertising etc are welcome. I think we could look at doing an advertising campaign over at Reddit using some banners if we could agree to use a graphic designer to do so. Thoughts?

Also Gatra I think you need to edit the title of this thread to include **CPU-ONLY**
Jump to: