Supercomputing
|
|
March 09, 2014, 05:23:24 AM |
|
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.
|
|
|
|
gatra (OP)
|
|
March 09, 2014, 03:00:32 PM |
|
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.
|
|
|
|
c.figgis
Newbie
Offline
Activity: 14
Merit: 0
|
|
March 09, 2014, 07:46:25 PM |
|
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.
|
|
|
|
ThePeePs
Sr. Member
Offline
Activity: 350
Merit: 250
https://cryptassist.io
|
|
March 09, 2014, 09:27:43 PM |
|
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: Litecoin section: POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)) Full code can be found at https://github.com/blixnood/p2poolCode for the "Scrypt module" https://github.com/blixnood/p2pool/tree/master/litecoin_scrypt
|
|
|
|
lemons
|
|
March 10, 2014, 04:24:10 AM |
|
I think RIC price = XPM price
|
|
|
|
vinani
Member
Offline
Activity: 106
Merit: 10
|
|
March 10, 2014, 04:58:46 AM |
|
I think RIC price = XPM price
When will it happen?
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 10, 2014, 05:08:07 AM |
|
I think RIC price = XPM price
+1 I think RIC price = XPM price
When will it happen? < 150 hours
|
|
|
|
vinani
Member
Offline
Activity: 106
Merit: 10
|
|
March 10, 2014, 06:09:42 AM |
|
I think RIC price = XPM price
+1 I think RIC price = XPM price
When will it happen? < 150 hours Very excited, 2 Full member answer one Newbie question... I see the light at the end of the tunnel. Time to going UP, RieCoin!!!
|
|
|
|
Buratino
Legendary
Offline
Activity: 1151
Merit: 1003
|
|
March 10, 2014, 09:15:09 AM |
|
Are there any math attainments in Riecoin blockchain yet, like Primecoin records?
|
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 10, 2014, 07:24:39 PM |
|
10K total buy support for 0.00055 on Mintpal
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 10, 2014, 07:34:47 PM |
|
Is it just me or do riecoin-qt and riecoind take 5-10 minutes to start up every time?
|
|
|
|
glongsword
|
|
March 11, 2014, 02:07:36 AM |
|
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.
|
|
|
|
trny
Newbie
Offline
Activity: 48
Merit: 0
|
|
March 11, 2014, 06:38:06 AM Last edit: March 11, 2014, 08:32:06 PM by trny |
|
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
|
|
|
|
Jules81
Newbie
Offline
Activity: 32
Merit: 0
|
|
March 11, 2014, 09:51:35 AM Last edit: March 12, 2014, 10:21:37 AM by Jules81 |
|
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/1voFee: 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.
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 11, 2014, 05:55:08 PM |
|
The price makes Riecoin looks so addicting to buy. I want to buy more but don't want to go in too hard.
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 11, 2014, 06:03:40 PM |
|
Remember! We have our own forum. Join the growing community at Riecointalk.org
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 11, 2014, 06:44:49 PM |
|
Remember! We have our own forum. Join the growing community at Riecointalk.org
*riecointalk. com
But riecointalk.org does redirect to riecointalk.com, does that mean Riecointalk.com owns Riecointalk.org? If so, why do we use a .COM domain name? com stands for commercial
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 11, 2014, 07:14:16 PM |
|
Now some of you may disagree, but Bitcointalk is probably one of the most important altcoin sites to post announcements on. It is where newbs and active investors come to chat with one another and look at the next coin to invest in (At least for me it is). Even if there is an altcoin forum, it is less attractive to join in on that forum than bitcointalk. So what I suggest for the members of Riecoin community is to make as much post on Riecoin thread on Bitcointalk.com as possible. We should always be on page 1. Most people are lazy. Lazy enough not to look at page 2 unless desperate (somewhat like Google searches). If we are always on Page 1 of Bitcointalk.com, Riecoin will become more noticed and people will look at it often. If we can increase page count by at least 2 per day, it would be a vast improvement in reaching our audiences. Right now, we are at like 0.5ish page count a day. We are on page 1 maybe 5-6 times a day? It should be always. I will do my best in making Riecoin on page 1 but I need your help since I wont always be on.
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 11, 2014, 08:09:51 PM |
|
Now some of you may disagree, but Bitcointalk is probably one of the most important altcoin sites to post announcements on. It is where newbs and active investors come to chat with one another and look at the next coin to invest in (At least for me it is). Even if there is an altcoin forum, it is less attractive to join in on that forum than bitcointalk. So what I suggest for the members of Riecoin community is to make as much post on Riecoin thread on Bitcointalk.com as possible. We should always be on page 1. Most people are lazy. Lazy enough not to look at page 2 unless desperate (somewhat like Google searches). If we are always on Page 1 of Bitcointalk.com, Riecoin will become more noticed and people will look at it often. If we can increase page count by at least 2 per day, it would be a vast improvement in reaching our audiences. Right now, we are at like 0.5ish page count a day. We are on page 1 maybe 5-6 times a day? It should be always. I will do my best in making Riecoin on page 1 but I need your help since I wont always be on.
This idea sounds good, but no spamming!
|
|
|
|
|