Zackgeno96
|
|
March 13, 2014, 10:15:45 PM |
|
cool, can't wait too see rie 1month from now!
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 13, 2014, 11:55:20 PM |
|
Sounds like a plan! awesome. I'll set up another pool soon
|
|
|
|
dga
|
|
March 14, 2014, 12:24:40 AM |
|
Congratulations, I see that you've released your YPOOL miner and I believe that the RIC network difficulty will be at its highest this week.
Last weekend, I fully implemented my miner using x86-64 assembly code in order to have a fair comparison with my GPU implementation. On the same hardware, with 20 Intel E5-2697 v2 CPUs total, I can now solve 24-32 blocks per day (@1300-bit difficulty) when taking the orphaned blocks into account. I currently do not have any server hardware that can support the AVX2 instructions which would have resulted in a 30 percent increase in performance.
Congratulations again - I will be back to this hobby late April or early May.
Sorry for the typos, I am on my smart phone as usual.
I did - privately for now, and I'll open source it in a few weeks - and with the help of a brave soul on ypool, diff has reached a new peak. 1368 and probably rising. I don't have a great comparison with the 2697, but it sounds like you've still got a 20-25% edge on my miner. I still haven't -- and don't want to -- touch the gmp internals, but it's getting closer to that point. Currently sieving out the first 200m-1b primes (depending on memory), and it's diminishing returns. So it is time for me too stop mining Rie with my 4 puny cpu's now? No - diff should drop again. This was a bit of an accident - it sounds like someone forgot to tear down some aws instances. Amazon made a lot of money. The miner, not so much. *wince* I'm going to start trying to clean up the horribly ugly hacks I did when trying to make my miner faster in a hurry and put them into an open source version. I don't want to start my own, because I've proved incompetent about supporting windows and things like that. Is there a preferred miner into which to do it? Gatra, I know you're working on stratum support. Which miner would be right to work on in order to be compatible with the stratum pools that will hopefully be showing up soon?
|
|
|
|
Bigtruck45
Newbie
Offline
Activity: 37
Merit: 0
|
|
March 14, 2014, 01:59:09 AM |
|
Mining 4 cores on an Intel Core-i5-4570 on ypool using their standard XPT miner. 7.55 shares on Ypool. approx 2 coins per day. Windows 7 64 bit version 8GB RAM 200GB SSD 2TB HDD.
Thanks Dave for your blog article I loved it.
Is it possible to get a plain english version of the POW?
1. Block code created with all transactions in it. 2. Hash taken of this block. 3. Prime sextuplet found such that all six primes add up the hash. 4. The number of leading numbers ignored = the difficulty factor.
Am I on the right track here? I have a love of mathematics and am prepared to learn C++ in order to help with miner optimization. But I don't have a clear grasp of what the POW is doing. Help wanted.
|
|
|
|
ThePatient
|
|
March 14, 2014, 03:15:21 AM |
|
I saw logo talk a bit earlier...I'm new to RIC, I love the logo.
Is now a good time to buy?
|
|
|
|
gatra (OP)
|
|
March 14, 2014, 03:21:04 AM |
|
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 14, 2014, 03:30:34 AM |
|
Working on my pool now.. should be ready in less than 10 hours
|
|
|
|
gatra (OP)
|
|
March 14, 2014, 03:40:01 AM |
|
Working on my pool now.. should be ready in less than 10 hours cool! this is my attempt: http://imgur.com/CWcnfIeInvalid shares are from before fixing the bugs, and the RIC/USD price shown is actually from LTC, but I got only valid shares after fixing everything. Obviously my cron jobs are not ok... but one thing I still don't understand is that the shares table has much more shares than shown in the dashboard.... anyway I think it has to be an mpos problem, not a stratum-mining thing
|
|
|
|
gatra (OP)
|
|
March 14, 2014, 03:44:13 AM |
|
Mining 4 cores on an Intel Core-i5-4570 on ypool using their standard XPT miner. 7.55 shares on Ypool. approx 2 coins per day. Windows 7 64 bit version 8GB RAM 200GB SSD 2TB HDD.
Thanks Dave for your blog article I loved it.
Is it possible to get a plain english version of the POW?
1. Block code created with all transactions in it. 2. Hash taken of this block. 3. Prime sextuplet found such that all six primes add up the hash. 4. The number of leading numbers ignored = the difficulty factor.
Am I on the right track here? I have a love of mathematics and am prepared to learn C++ in order to help with miner optimization. But I don't have a clear grasp of what the POW is doing. Help wanted.
this part here looks more like Math than Code: Let S be the sha256 of the first part of the block header (the nonce is not needed).
In binary, let basep be an 1 concatenated with eight 0's, concatenated with S, concatenated with as many 0's as needed to reach the required difficulty. Let Z be that quantity of 0's.
Find X such that basep + X is the first prime of a prime constellation of size n, where n is hardcoded at 6. The value of X should not be larger than 2^Z
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 14, 2014, 03:55:59 AM |
|
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 14, 2014, 04:01:22 AM |
|
Working on my pool now.. should be ready in less than 10 hours Thank you for the contribution!
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 14, 2014, 04:03:23 AM |
|
Working on my pool now.. should be ready in less than 10 hours Thank you for the contribution! Thank gatra
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 14, 2014, 05:13:51 AM |
|
My 1500 buy wall just got destroyed. :/
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 14, 2014, 05:33:05 AM |
|
My 1500 buy wall just got destroyed. :/
How did this person get so many RIC?
|
|
|
|
northranger79510
Sr. Member
Offline
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
|
|
March 14, 2014, 05:40:34 AM |
|
My 1500 buy wall just got destroyed. :/
How did this person get so many RIC? No idea. About to put up more walls if price goes lower. I don't mind but its depressing my coins are losing value atm.
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 14, 2014, 06:57:23 AM |
|
I lowered the difficulty to 3 on stratum-mining and about 90% of shares are invalid. Although, the valid share rate is about what I got on ypool with xptMiner... Status: pool mostly set up.. testing right now
|
|
|
|
vlax352
Member
Offline
Activity: 95
Merit: 10
|
|
March 14, 2014, 07:30:03 AM |
|
I lowered the difficulty to 3 on stratum-mining and about 90% of shares are invalid. Although, the valid share rate is about what I got on ypool with xptMiner... Status: pool mostly set up.. testing right now did you alone modify stratum code or there is some official riecoin stratum suport?
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 14, 2014, 07:36:19 AM |
|
I lowered the difficulty to 3 on stratum-mining and about 90% of shares are invalid. Although, the valid share rate is about what I got on ypool with xptMiner... Status: pool mostly set up.. testing right now did you alone modify stratum code or there is some official riecoin stratum suport? https://bitcointalk.org/index.php?topic=514856.msg5687675
|
|
|
|
surfer43
Sr. Member
Offline
Activity: 560
Merit: 250
"Trading Platform of The Future!"
|
|
March 14, 2014, 08:02:21 AM |
|
Hello everyone. My pool is now open for mining. It has a 1% fee. Currently only a linux miner is available :/ Remember: We are currently in test mode! Go to ric.infinitypool.tk and click on "start mining now" for instructions. Thanks to all testers! Also: Can someone compile a Windows version of https://github.com/gatra/cpuminer-rminerd
|
|
|
|
truckythin
|
|
March 14, 2014, 10:14:14 AM Last edit: March 14, 2014, 10:35:10 AM by truckythin |
|
Hello everyone. My pool is now open for mining. It has a 1% fee. Currently only a linux miner is available :/ Remember: We are currently in test mode! Go to ric.infinitypool.tk and click on "start mining now" for instructions. Thanks to all testers! Also: Can someone compile a Windows version of https://github.com/gatra/cpuminer-rminerd built on cygwin64 on Windows 8.1 Enterprise, use it as your own risk.https://www.dropbox.com/s/hh8tm2h67ya7amh/rminerd.zip regular buildhttps://www.dropbox.com/s/2mu3v5c5jq1pfqy/rminerd-avx.zip build with -mavxhttps://www.dropbox.com/s/ur85vbwpxdo35jr/rminerd-sse.zip build with -msseTesting on laptop using core i7 M[2014-03-14 17:31:34] thread 1: 484442217 numbers, 1544753 knumbers/s [2014-03-14 17:31:34] thread 0: 484442427 numbers, 1889379 knumbers/s [2014-03-14 17:31:34] thread 4: 484442511 numbers, 2251755 knumbers/s [2014-03-14 17:31:34] thread 6: 484442552 numbers, 2290487 knumbers/s [2014-03-14 17:31:34] thread 5: 484442300 numbers, 2131797 knumbers/s [2014-03-14 17:31:34] thread 2: 484442469 numbers, 1713918 knumbers/s [2014-03-14 17:31:34] thread 3: 484442259 numbers, 1778253 knumbers/s [2014-03-14 17:31:34] thread 7: 484442342 numbers, 1895885 knumbers/s
|
|
|
|
|