Author

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

hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
thanks again dga, I'll test with the new fix

also, an idea I received by "randomaxingman" that was discussed with dga, that would help us break the world record:

Quote
So what i suggest is a daily riecoin super block that is of at least minimum difficulty to set a world record. The reward for this  block could be based on the time it takes the network to find the block so as not to alter the emission rate. If such a block cannot be found within a given time frame then the reward for said time frame could jackpot to the next day so as not to impact network tx excessively.

I really like the idea but I see 2 issues with this:
1) timestamps are not enforced, so the protocol shouldn't rely on time frames very much. While all people are working on the superblock, a clever hacker would have free highway to mine standard blocks and force the timestamp in order to make it appear as it was mined after the time frame. If the super block is not found, then he has a lot of advantage.
2) It requires a hard fork. I don't like hard forks. However this may justify it

Let's think about how to work around issue 1....


another update: I'm not convinced by the supernetwork thing... must investigate carefully
dga
hero member
Activity: 737
Merit: 511
Fixed a bug in b15 reported by github user HenryHu.  This doesn't seem to affect the Linux version, but I wonder if it's related to the hang on Windows.  The fix has been pushed to git in https://github.com/dave-andersen/fastrie/commit/79e21cecb9bea07caac30c6a6b46735f558faee8

(It's a one-line fix that should not mess up Gatra's current effort at porting to stratum)

I've put a temporary alpha test binary in http://www.cs.cmu.edu/~dga/crypto/ric/alpha/xptminer-sse4-b15.exe

if someone with windows wants to see if that one actually works or not.  It probably doesn't, but it's worth checking.

Thanks to HenryHu for the report and precise identification of the bug!

(If anyone tests it and notices that this actually fixes a real bug on Linux, LMK and I'll push out a quick b16 build)
sr. member
Activity: 392
Merit: 250
Quote
If you want to apply for you coin, write a PM to me with the following:
1. What makes your coin useful to the SuperNET. If your coin is just a clone of another coin with just some variables changed, there is no need to apply for inclusion into the CORE. It is just wasting of time. So, this means LTC cant get included in the CORE, however it can be in the spiral arms utilizing the power of the CORE.

2. Basic coin stats, believe it or not I have not memorized every coins current and future supply, emission curve, etc.

3. anything else you think will help me to understand your coin, the type of community, future goals, etc.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
hi!
sorry I've been very busy this week

I'll take a look at jl777's supernetwork

cinnamon_carter, thanks for your thoughts. Just to clarify: when I started to work on RIC, I first was going to name it primecoin, but I saw that the domains and github were already taken, so I had to choose another name. Then, primecoin was announced before RIC. By the time xpm was announced I had a working prototype but I hadn't had announced yet. So probably primecoin started development before ric, and also finished first, however it was concurrent and independent work since nothing was known about xpm until it's release. In fact I remember freaking out when first reading xpm's pre-ann and then being relieved when the details were revealed because I saw it was a different idea. It looks like time to market played an important role, and the market was starting to saturate on ric's launch.
In case we went for RIC2, it shouldn't alienate RIC holders, they should understand ist's a step forward and should be able to move from RIC to RIC2 seamlessly.
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
Pool luck very poor i think the past several days at http://ric.upcpu.com/

Funny how primecoin gets 'praised' for solving world records but will produce an endless amount of coin.

I think Gatra was very wise to pick a fixed amount for total coin production vs. letting something run to infinity (potentially)

Correct me if I am wrong I believe Riecoin was announced and in development before primecoin.

Honestly so many coins have come and gone I just can't remember.

When primecoin came out I was able to cpu mine several blocks in the first few days until bigger players started jumping in.

Riecoin I missed the launch even though I knew it was in development being busy and distracted with other things at that time but from looking back I think riecoin was one of the hardest hit and most heavily mined coins at launch ever.

When you first proposed riecoin 2 , to 'increase' the proof of work and all a while back I initially thought it a risky move but if that is what it would take to get people on board AND to see riecoin be able to set some records it may be something worth considering.  I realize making a second one when you are still busy perfecting the first one (while balancing all of lifes other things) would probably be a lot of work and a pain in the ass.

I suppose it could alienate some who have embraced riecoin.

I wish I had more time to actually be able to make some type of contribution to the development of mining  or a more efficient miner.
Other than some coin projects I am involved with developing riecoin is one of the only other alt coins I regularly mine even though the few that I own would have probably been much easier to just purchase.

Sorry for the random thoughts and rambling on but when I opened my wallet today and saw how little riecoin I was able to mine in the pool the last few days I was pretty shocked. Difficulty right now is 1398.


jr. member
Activity: 59
Merit: 10
full member
Activity: 149
Merit: 100
minix neo x7 rk3188

difficulty 1417

[03:29:20] 2ch/s: 2.5355 3ch/s: 0.1924 4ch/s: 0.0085 Shares total: 131 / 126

old dga's miner

interesting:
t1.micro amazon instance : 1.1512 share value / h
arm miner : 7.2289 share value / h


Managed to get gatra's stratum miner https://github.com/gatra/fastrie to compile fairly easily on an arm based odroidU2 (1.7Ghz ARM Cortex-A9 Quad Core) http://hardkernel.com/main/products/prdt_info.php?g_code=G135341370451 running ubuntu 14.04, it's slow @ ~0.010-0.015 4ch/s but submits good shares to the pool! quite fun!

[00:29:20] 2ch/s: 3.8443 3ch/s: 0.2460 4ch/s: 0.0114 Shares total: 43 / 41


hey, just a question, in case you have time to answer.

how did you manage to compile the Riecoin miner on your Odroid? I have a U3 and have been trying to compile it without luck. I followed the instructions in the github directory:
https://github.com/gatra/fastrie/tree/stratum/xptMiner


Prerequisites:
Ubuntu: sudo apt-get -y install build-essential m4 openssl libssl-dev git libjson0 libjson0-dev libcurl4-openssl-dev wget

Building:
wget http://mirrors.kernel.org/gnu/gmp/gmp-5.1.3.tar.bz2 tar xjvf gmp-5.1.3.tar.bz2 cd gmp-5.1.3 ./configure --enable-cxx make -j4 && sudo make install cd git clone https://github.com/clintar/xptMiner.git cd xptMiner LD_LIBRARY_PATH=/usr/local/lib make -j4 ./xptminer -u username.riecoinworkername -p workerpassword

I'm running Ubuntu 14.04 Lts on the Odroid.

Any help would be greatly appreciated. I'm still new to linux, so the problem might very well be sitting in front of the screen Smiley

Thanks for your time.



What was the error? If I had to guess apt-get install libjansson-dev and try again.
sr. member
Activity: 392
Merit: 250
I think it can interest you Gatra :

http://www.jl777.org/supernetwork-ipo/

"Understandably, I am being approached by coin devs who want to be part of the Supernetwork and I am evaluating them to find their unique advantage that brings value to the Supernetwork. While the Supernetwork will be able to work with all of crypto, eg. you can trade BTC and other crypto, only a select number will form the core of the Supernetwork. What this means is that the coins that are accepted will most likely get a pretty immediate boost in valuation. Nothing like what happened to BBR in most cases, but still the fact that the coin instantly is worth more when it has direct access to the Supernetwork and also gains revenue sharing, really does increase the value of the coin. This is a permanent and significant change to the outlook of the coin."


Datacoin could join the supernetwork. You're the type of dev he search.

You should contact him : https://bitcointalksearch.org/user/jl777-177323
newbie
Activity: 71
Merit: 0
minix neo x7 rk3188

difficulty 1417

[03:29:20] 2ch/s: 2.5355 3ch/s: 0.1924 4ch/s: 0.0085 Shares total: 131 / 126

old dga's miner

interesting:
t1.micro amazon instance : 1.1512 share value / h
arm miner : 7.2289 share value / h


Managed to get gatra's stratum miner https://github.com/gatra/fastrie to compile fairly easily on an arm based odroidU2 (1.7Ghz ARM Cortex-A9 Quad Core) http://hardkernel.com/main/products/prdt_info.php?g_code=G135341370451 running ubuntu 14.04, it's slow @ ~0.010-0.015 4ch/s but submits good shares to the pool! quite fun!

[00:29:20] 2ch/s: 3.8443 3ch/s: 0.2460 4ch/s: 0.0114 Shares total: 43 / 41


hey, just a question, in case you have time to answer.

how did you manage to compile the Riecoin miner on your Odroid? I have a U3 and have been trying to compile it without luck. I followed the instructions in the github directory:
https://github.com/gatra/fastrie/tree/stratum/xptMiner


Prerequisites:
Ubuntu: sudo apt-get -y install build-essential m4 openssl libssl-dev git libjson0 libjson0-dev libcurl4-openssl-dev wget

Building:
wget http://mirrors.kernel.org/gnu/gmp/gmp-5.1.3.tar.bz2 tar xjvf gmp-5.1.3.tar.bz2 cd gmp-5.1.3 ./configure --enable-cxx make -j4 && sudo make install cd git clone https://github.com/clintar/xptMiner.git cd xptMiner LD_LIBRARY_PATH=/usr/local/lib make -j4 ./xptminer -u username.riecoinworkername -p workerpassword

I'm running Ubuntu 14.04 Lts on the Odroid.

Any help would be greatly appreciated. I'm still new to linux, so the problem might very well be sitting in front of the screen Smiley

Thanks for your time.

sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Any update this week Gatra?
newbie
Activity: 1
Merit: 0
the miner for stratum is here: https://github.com/gatra/fastrie
works, but it still looks like a hack, pending tasks:

- some code cleanup, change "connected to server using xpt" line Smiley
- more robust connection error handling
- investigate why it sometimes gives 0ch/s in windows but works ok in linux

will ask dga to merge after my branch looks better

stratum server has been here for a while: https://github.com/gatra/stratum-mining



ps: I only mine the testnet when I need to test stuff like this, yesterday I had 0 connections, but my node is always up.

Will do.  I also got one bug report that might be related to the windows issue - will fix some time in the next day or three.

My semester is starting, so I'll be a little less active in crypto -- please email me ([email protected]) when you're ready for a merge, and I'll try to get it taken care of fast.

email added to pornbot database ty
dga
hero member
Activity: 737
Merit: 511
the miner for stratum is here: https://github.com/gatra/fastrie
works, but it still looks like a hack, pending tasks:

- some code cleanup, change "connected to server using xpt" line Smiley
- more robust connection error handling
- investigate why it sometimes gives 0ch/s in windows but works ok in linux

will ask dga to merge after my branch looks better

stratum server has been here for a while: https://github.com/gatra/stratum-mining



ps: I only mine the testnet when I need to test stuff like this, yesterday I had 0 connections, but my node is always up.

Will do.  I also got one bug report that might be related to the windows issue - will fix some time in the next day or three.

My semester is starting, so I'll be a little less active in crypto -- please email me ([email protected]) when you're ready for a merge, and I'll try to get it taken care of fast.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
Any updates this time gatra?

hi!
I've been helping debug c.figgis' pool.

Quote
Sorry didn't see your post earlier. This is on the pool side. We increased the time of the work log pruner to 600.  Work was being removed to soon.

Thanks, we came to the same conclusion, 120 was too short, but we left it at 300, I think it would be enough and would put less stress on the server than 600.

I'm now debugging the windows miner.

regards!
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Any updates this time gatra?
full member
Activity: 149
Merit: 100
Yes, I'm happy to test.

I'm excited to be back to work on our stratum mining pool. At first glance everything appeared to be working. However after running for a while longer I noticed in increasingly terrible rate of invalid shares. Restarting the miner seems to do the trick but of course we don't want to require such frequent restarts!

I'll look into that. Are you willing to test debug versions of miner to help diagnose the problem? thanks!

nonce-pool, do you all see any similar problems?

I'm having only 2% to 3% rejects on nonce-pool, but my ch/s are much lower than yours, don't know if it has something to do.
Sorry didn't see your post earlier. This is on the pool side. We increased the time of the work log pruner to 600.  Work was being removed to soon.
member
Activity: 114
Merit: 10

I've put a new one up, ~5% faster, mostly in the setup phase.  Also GCC has put "sub-optimal" code in some of the loops, gcc4.9 might do a better job as would some hand crafted ASM code, neither of which fill me with joy.


Another version, this one netted 2 blocks in ~8 days of run time (just the luck of the draw).  Biggest change is the use of a 30 second target to process each block (dynamically increases/decreases search space).  For me it's a little quicker as the setup phase overhead is proportionately smaller the larger the search space.  Aside from that the other changes would be to small to notice.

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

Regards,

--
bsunau7
newbie
Activity: 2
Merit: 0
hi! I've been away a couple of days. Still debugging the miner's windows issue: I'm almost sure it's a race condition. After that I'll try to check the android wallet with the api

It's hard to keep developping, especially when the price is so low.
THANKS gatra.

Some ppl don't develop just for the money envolved Smiley
member
Activity: 85
Merit: 10
hi! I've been away a couple of days. Still debugging the miner's windows issue: I'm almost sure it's a race condition. After that I'll try to check the android wallet with the api

It's hard to keep developping, especially when the price is so low.
THANKS gatra.
newbie
Activity: 14
Merit: 0
Below is a sample run from a few minutes ago where the miner stated off with several invalid shares and then seemed to do a little better. I am on a very solid connection to the stratum server and it is on a solid connection to the rie network.

Feel free to PM me if you want to go off list to debug this issue.

Quote
$ ./xptminer -m -o xxxxxxx.com:3333 -u Ool6aerah5.one -p one -t 4
----------------------------
  xptMiner/ric/dga (xptMiner 1.7dga-c15)
  author: jh00 (xptminer) dga (ric core)
  http://ypool.net
----------------------------
Launching miner...  using STRATUM
Using 4 +1 CPU threads

Fee Percentage:  2.00%. To set, use "-d" flag e.g. "-d 2.5" is 2.5% donation

Launching the 5 threads
Connected to server using x.pushthrough(xpt) protocol
session id (null)
extraNonce1 4 160000f8
extraNonce2Len 4
received: mining.notify
Generating table of small primes for Riecoin...
[00:00:00] Start mining
[00:00:00] 2ch/s: 0.0000 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:08] 2ch/s: 22.5280 3ch/s: 2.0480 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:16] 2ch/s: 23.5520 3ch/s: 1.2800 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:24] 2ch/s: 27.6480 3ch/s: 2.0480 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:32] 2ch/s: 31.4880 3ch/s: 2.9440 4ch/s: 0.0000 Shares total: 0 / 0
received: mining.notify
[00:00:40] 2ch/s: 35.2256 3ch/s: 2.9696 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:48] 2ch/s: 36.8640 3ch/s: 2.9867 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:56] 2ch/s: 38.0343 3ch/s: 2.9257 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:04] 2ch/s: 41.2160 3ch/s: 3.2000 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:12] 2ch/s: 41.2444 3ch/s: 3.0720 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:20] 2ch/s: 41.6256 3ch/s: 3.1744 4ch/s: 0.0000 Shares total: 0 / 0
[00:01:20] Share found! (Blockheight: 1)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "51d", "01000000", "0000000053f36846", "aa889c2618370ccf064149bec7039dfe2eb15e9a73f99f18778e24dbf2adc397"], "id":4}

[00:01:28] 2ch/s: 42.7287 3ch/s: 3.3047 4ch/s: 0.0465 Shares total: 1 / 1
[00:01:36] 2ch/s: 41.7280 3ch/s: 3.1147 4ch/s: 0.0427 Shares total: 1 / 1
received: mining.notify
[00:01:44] 2ch/s: 40.6055 3ch/s: 2.8751 4ch/s: 0.0394 Shares total: 1 / 1
[00:01:52] 2ch/s: 41.2891 3ch/s: 2.8526 4ch/s: 0.0366 Shares total: 1 / 1
[00:01:59] Share found! (Blockheight: 1)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "51d", "06000000", "0000000053f368a1", "2f3d6a3c0d082b4d10b56f7a4202fb05c2f1b5ebda20248f9e12868499b3945f"], "id":4}

Invalid share
[00:02:00] 2ch/s: 41.0283 3ch/s: 3.0037 4ch/s: 0.0683 Shares total: 2 / 1
[00:02:08] 2ch/s: 41.1520 3ch/s: 3.1360 4ch/s: 0.0640 Shares total: 2 / 1
[00:02:16] 2ch/s: 41.4118 3ch/s: 3.1624 4ch/s: 0.0602 Shares total: 2 / 1
[00:02:24] 2ch/s: 41.6142 3ch/s: 3.1289 4ch/s: 0.0569 Shares total: 2 / 1
[00:02:32] 2ch/s: 42.1457 3ch/s: 3.0720 4ch/s: 0.0539 Shares total: 2 / 1
received: mining.notify
[00:02:40] 2ch/s: 42.5984 3ch/s: 2.9696 4ch/s: 0.0512 Shares total: 2 / 1
[00:02:48] 2ch/s: 42.9105 3ch/s: 3.0476 4ch/s: 0.0488 Shares total: 2 / 1
[00:02:50] Share found! (Blockheight: 1)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "51d", "06000000", "0000000053f368a1", "ad50cb55a13b10acb43d8212b9b35434213397e46166df3d941bb8a8da964adf"], "id":4}

Invalid share
[00:02:56] 2ch/s: 43.4735 3ch/s: 3.1651 4ch/s: 0.0698 Shares total: 3 / 1
[00:03:04] 2ch/s: 43.0080 3ch/s: 3.1165 4ch/s: 0.0668 Shares total: 3 / 1
[00:03:12] 2ch/s: 42.2187 3ch/s: 3.0293 4ch/s: 0.0640 Shares total: 3 / 1
[00:03:20] 2ch/s: 41.9840 3ch/s: 3.0515 4ch/s: 0.0614 Shares total: 3 / 1
[00:03:28] 2ch/s: 42.0628 3ch/s: 3.1508 4ch/s: 0.0591 Shares total: 3 / 1
[00:03:36] 2ch/s: 42.0978 3ch/s: 3.1289 4ch/s: 0.0569 Shares total: 3 / 1
received: mining.notify
[00:03:44] 2ch/s: 41.8926 3ch/s: 3.1086 4ch/s: 0.0549 Shares total: 3 / 1
[00:03:52] 2ch/s: 41.6662 3ch/s: 3.0720 4ch/s: 0.0530 Shares total: 3 / 1
[00:04:00] 2ch/s: 41.4379 3ch/s: 3.0379 4ch/s: 0.0512 Shares total: 3 / 1
[00:04:08] 2ch/s: 41.2738 3ch/s: 3.1050 4ch/s: 0.0495 Shares total: 3 / 1
[00:04:14] Share found! (Blockheight: 1)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "51d", "07000000", "0000000053f368f9", "903f414f2cc5eff4e8c8fb195e68dd68c8bb60e6f9cfdec72afb2dc5ba693cb7"], "id":4}

Invalid share
[00:04:16] 2ch/s: 40.9760 3ch/s: 3.1200 4ch/s: 0.0640 Shares total: 4 / 1
[00:04:24] 2ch/s: 40.8359 3ch/s: 3.1496 4ch/s: 0.0621 Shares total: 4 / 1
[00:04:30] Share found! (Blockheight: 1)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "51d", "07000000", "0000000053f368f9", "af392aff84a4dc8bc5904f1e3eea1156fc818b8f44e95312dd4d5c426996a8df"], "id":4}

Invalid share
[00:04:32] 2ch/s: 40.6438 3ch/s: 3.1322 4ch/s: 0.0753 Shares total: 5 / 1
received: mining.notify
[00:04:40] 2ch/s: 40.6821 3ch/s: 3.1305 4ch/s: 0.0731 Shares total: 5 / 1
[00:04:48] 2ch/s: 40.1067 3ch/s: 3.0720 4ch/s: 0.0711 Shares total: 5 / 1
[00:04:56] 2ch/s: 39.5209 3ch/s: 3.0443 4ch/s: 0.0692 Shares total: 5 / 1
[00:05:04] 2ch/s: 39.1276 3ch/s: 2.9642 4ch/s: 0.0674 Shares total: 5 / 1
[00:05:12] 2ch/s: 39.0827 3ch/s: 2.9670 4ch/s: 0.0656 Shares total: 5 / 1
[00:05:20] 2ch/s: 38.8864 3ch/s: 2.9312 4ch/s: 0.0640 Shares total: 5 / 1
[00:05:28] 2ch/s: 38.7621 3ch/s: 2.9221 4ch/s: 0.0624 Shares total: 5 / 1
[00:05:36] 2ch/s: 38.6560 3ch/s: 2.8770 4ch/s: 0.0610 Shares total: 5 / 1
received: mining.notify
[00:05:44] 2ch/s: 38.4476 3ch/s: 2.8339 4ch/s: 0.0595 Shares total: 5 / 1
[00:05:52] 2ch/s: 38.4000 3ch/s: 2.8625 4ch/s: 0.0582 Shares total: 5 / 1
[00:06:00] 2ch/s: 38.4569 3ch/s: 2.8786 4ch/s: 0.0569 Shares total: 5 / 1
[00:06:08] 2ch/s: 38.4668 3ch/s: 2.9050 4ch/s: 0.0557 Shares total: 5 / 1
[00:06:16] 2ch/s: 38.4545 3ch/s: 2.8868 4ch/s: 0.0545 Shares total: 5 / 1
[00:06:24] 2ch/s: 38.3573 3ch/s: 2.8693 4ch/s: 0.0533 Shares total: 5 / 1
[00:06:32] 2ch/s: 38.3373 3ch/s: 2.8421 4ch/s: 0.0522 Shares total: 5 / 1
received: mining.notify
[00:06:40] 2ch/s: 38.3283 3ch/s: 2.8365 4ch/s: 0.0512 Shares total: 5 / 1
[00:06:48] 2ch/s: 37.9583 3ch/s: 2.8411 4ch/s: 0.0502 Shares total: 5 / 1
[00:06:56] 2ch/s: 37.7698 3ch/s: 2.8357 4ch/s: 0.0492 Shares total: 5 / 1
received: mining.notify
[00:07:04] 2ch/s: 37.5885 3ch/s: 2.8112 4ch/s: 0.0483 Shares total: 5 / 1
[00:07:12] 2ch/s: 37.2527 3ch/s: 2.7876 4ch/s: 0.0474 Shares total: 5 / 1
[00:07:20] 2ch/s: 36.9850 3ch/s: 2.7648 4ch/s: 0.0465 Shares total: 5 / 1
[00:07:28] 2ch/s: 36.8731 3ch/s: 2.7611 4ch/s: 0.0457 Shares total: 5 / 1
[00:07:36] 2ch/s: 36.8011 3ch/s: 2.7217 4ch/s: 0.0449 Shares total: 5 / 1
[00:07:36] Share found! (Blockheight: 2)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "525", "0a000000", "0000000053f369eb", "2e943939451cfefd0b3be6849a26f4e7eb611f6e51fc52434f04294eddde38d7"], "id":4}

[00:07:44] 2ch/s: 36.9170 3ch/s: 2.7454 4ch/s: 0.0530 Shares total: 6 / 2
[00:07:52] 2ch/s: 36.9595 3ch/s: 2.7509 4ch/s: 0.0521 Shares total: 6 / 2
[00:08:00] 2ch/s: 37.0091 3ch/s: 2.7221 4ch/s: 0.0512 Shares total: 6 / 2
received: mining.notify
[00:08:08] 2ch/s: 36.8724 3ch/s: 2.7447 4ch/s: 0.0504 Shares total: 6 / 2
[00:08:13] Share found! (Blockheight: 2)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "525", "0a000000", "0000000053f369eb", "6f854e41952748ae23c39a7adfa139f665ca73725d638dcbddc40ead99e7063d"], "id":4}

[00:08:16] 2ch/s: 36.8145 3ch/s: 2.7582 4ch/s: 0.0578 Shares total: 7 / 3
[00:08:24] 2ch/s: 36.8965 3ch/s: 2.7388 4ch/s: 0.0569 Shares total: 7 / 3
[00:08:32] 2ch/s: 37.0720 3ch/s: 2.7680 4ch/s: 0.0560 Shares total: 7 / 3
[00:08:40] 2ch/s: 37.0609 3ch/s: 2.7727 4ch/s: 0.0551 Shares total: 7 / 3
[00:08:48] 2ch/s: 37.0657 3ch/s: 2.7617 4ch/s: 0.0543 Shares total: 7 / 3
[00:08:56] 2ch/s: 37.0780 3ch/s: 2.7816 4ch/s: 0.0535 Shares total: 7 / 3
received: mining.notify
[00:09:04] 2ch/s: 36.9016 3ch/s: 2.7708 4ch/s: 0.0527 Shares total: 7 / 3
[00:09:12] 2ch/s: 36.7082 3ch/s: 2.7752 4ch/s: 0.0519 Shares total: 7 / 3
[00:09:20] 2ch/s: 36.6080 3ch/s: 2.7575 4ch/s: 0.0512 Shares total: 7 / 3
[00:09:28] 2ch/s: 36.6477 3ch/s: 2.7331 4ch/s: 0.0505 Shares total: 7 / 3
[00:09:36] 2ch/s: 36.6293 3ch/s: 2.7236 4ch/s: 0.0498 Shares total: 7 / 3
[00:09:44] 2ch/s: 36.5835 3ch/s: 2.7283 4ch/s: 0.0491 Shares total: 7 / 3
[00:09:52] 2ch/s: 36.6564 3ch/s: 2.7399 4ch/s: 0.0484 Shares total: 7 / 3
[00:10:00] 2ch/s: 36.6865 3ch/s: 2.7375 4ch/s: 0.0478 Shares total: 7 / 3
received: mining.notify
received: mining.notify
[00:10:08] 2ch/s: 36.4935 3ch/s: 2.7015 4ch/s: 0.0472 Shares total: 7 / 3
[00:10:12] Share found! (Blockheight: 3)
tx: {"method": "mining.submit", "params": ["Ool6aerah5.one", "529", "0c000000", "0000000053f36aa4", "055e376b1e68617b14085bd728f8226a41fb67fa8efa97c57d65c40756448a37"], "id":4}

[00:10:16] 2ch/s: 36.4052 3ch/s: 2.7129 4ch/s: 0.0532 Shares total: 8 / 4
newbie
Activity: 14
Merit: 0
Yes, I'm happy to test.

I'm excited to be back to work on our stratum mining pool. At first glance everything appeared to be working. However after running for a while longer I noticed in increasingly terrible rate of invalid shares. Restarting the miner seems to do the trick but of course we don't want to require such frequent restarts!

I'll look into that. Are you willing to test debug versions of miner to help diagnose the problem? thanks!

nonce-pool, do you all see any similar problems?

I'm having only 2% to 3% rejects on nonce-pool, but my ch/s are much lower than yours, don't know if it has something to do.
Jump to: