CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 28, 2018, 09:21:46 AM |
|
I was following the guide, and these 12blocks away was with downloaded blockchain. And the deamon was simply exiting - alone! (see C:\xxxxx> at the end - it just exited)
deleting imdb folder and starting from scratch - and 30min later i'm synced - didn't chagne exe's in any way! Thats troubling imo - the only reason I can think of is corruption of mdb file when downloading :/
Perhaps as you say data.mdb file corrupted during download. Trying hard to avoid/reduce such situations in new code.
|
|
|
|
dndssc
|
|
January 28, 2018, 12:21:08 PM |
|
5 Mhash/s. I think this is a pretty impressive number for such a young coin. I will see if I can manage to get 10 of these before it rises any further yes total hash is very interesting, i hope to see dero over 10mh/s when will be listed on bigger exchanges
|
|
|
|
uDwcHYO
|
|
January 28, 2018, 12:27:41 PM |
|
it seems that the official pool lagging
|
zzz
|
|
|
CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 28, 2018, 12:45:44 PM Last edit: January 28, 2018, 02:22:46 PM by CaptDero |
|
it seems that the official pool lagging
How ? Looks only 2 cores are in utilization out of 8. 2 GB ram used out of 32 GB. System looks almost free. Backup pool ready to takeover if any load..
|
|
|
|
RinceWind84
Member
Offline
Activity: 263
Merit: 12
HODL! If it isn't a grudge...
|
|
January 28, 2018, 01:21:12 PM |
|
it seems that the official pool lagging
How ? Looks only 2 cores are in utilization out of 8. 2 GB ram used out of 32 GB. System looks almost free. Backup pool ready to takeover if any load.. It's also lagging for me. But only the website. Stratum seems to be working but my stats and payment history on the website just keeps searching and searching
|
|
|
|
itslukebenz
Newbie
Offline
Activity: 105
Merit: 0
|
|
January 28, 2018, 01:46:58 PM |
|
it seems that the official pool lagging
How ? Looks only 2 cores are in utilization out of 8. 2 GB ram used out of 32 GB. System looks almost free. Backup pool ready to takeover if any load.. It's also lagging for me. But only the website. Stratum seems to be working but my stats and payment history on the website just keeps searching and searching Same here
|
|
|
|
uDwcHYO
|
|
January 28, 2018, 02:23:36 PM |
|
it seems that the official pool lagging
How ? Looks only 2 cores are in utilization out of 8. 2 GB ram used out of 32 GB. System looks almost free. Backup pool ready to takeover if any load.. xhr request stats_address not responding in web interface
|
zzz
|
|
|
CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 28, 2018, 02:26:48 PM |
|
it seems that the official pool lagging
How ? Looks only 2 cores are in utilization out of 8. 2 GB ram used out of 32 GB. System looks almost free. Backup pool ready to takeover if any load.. It's also lagging for me. But only the website. Stratum seems to be working but my stats and payment history on the website just keeps searching and searching Same here Changed the CDN scripts to load from pool server to reduce pool users tracking, will dig the problem for exact issue.
|
|
|
|
CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 28, 2018, 03:19:25 PM Last edit: January 28, 2018, 03:39:41 PM by CaptDero |
|
Just to add in above few users solved the same problem in last pages by dns flush, restarting browser/flushing cache, opening pool in new private tab.
|
|
|
|
uDwcHYO
|
|
January 28, 2018, 04:14:18 PM |
|
Just to add in above few users solved the same problem in last pages by dns flush, restarting browser/flushing cache, opening pool in new private tab.
it doesn't help because web interface break pending response (due timeout i think) until it complete tranfer data, but if you run http://89.38.97.110:8824/stats_address?address= without interface , then after some time script return data in json
|
zzz
|
|
|
CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 28, 2018, 04:22:01 PM |
|
Just to add in above few users solved the same problem in last pages by dns flush, restarting browser/flushing cache, opening pool in new private tab.
it doesn't help because web interface break pending response (due timeout i think) until it complete tranfer data, but if you run http://89.38.97.110:8824/stats_address?address= without interface , then after some time script return data in json Check now, hope it got fixed now.
|
|
|
|
uDwcHYO
|
|
January 28, 2018, 04:39:12 PM |
|
Just to add in above few users solved the same problem in last pages by dns flush, restarting browser/flushing cache, opening pool in new private tab.
it doesn't help because web interface break pending response (due timeout i think) until it complete tranfer data, but if you run http://89.38.97.110:8824/stats_address?address= without interface , then after some time script return data in json Check now, hope it got fixed now. I see that ip has changed to a domain name, but the result has not changed maybe need to increase timeout for xhr and decrease number of requests per minute? it looks like the requests do not have time to run, because directly the script responds in 8-10 seconds
|
zzz
|
|
|
CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 28, 2018, 06:34:19 PM |
|
Just to add in above few users solved the same problem in last pages by dns flush, restarting browser/flushing cache, opening pool in new private tab.
it doesn't help because web interface break pending response (due timeout i think) until it complete tranfer data, but if you run http://89.38.97.110:8824/stats_address?address= without interface , then after some time script return data in json Check now, hope it got fixed now. I see that ip has changed to a domain name, but the result has not changed maybe need to increase timeout for xhr and decrease number of requests per minute? it looks like the requests do not have time to run, because directly the script responds in 8-10 seconds Pls check hope pool gui lagging is fixed now. stats are visible. Thanks for the hints @uDwcHYO.
|
|
|
|
uDwcHYO
|
|
January 28, 2018, 06:40:43 PM |
|
Just to add in above few users solved the same problem in last pages by dns flush, restarting browser/flushing cache, opening pool in new private tab.
it doesn't help because web interface break pending response (due timeout i think) until it complete tranfer data, but if you run http://89.38.97.110:8824/stats_address?address= without interface , then after some time script return data in json Check now, hope it got fixed now. I see that ip has changed to a domain name, but the result has not changed maybe need to increase timeout for xhr and decrease number of requests per minute? it looks like the requests do not have time to run, because directly the script responds in 8-10 seconds Pls check hope pool gui lagging is fixed now. stats are visible. Thanks for the hints @uDwcHYO. yes, now works well, thanks for the quick fix
|
zzz
|
|
|
Robyer
Newbie
Offline
Activity: 3
Merit: 0
|
|
January 29, 2018, 07:34:21 AM |
|
Regarding pool website, there are missing fonts now (I think it started after cdn changes), see: https://ctrlv.cz/Mg2J
|
|
|
|
CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 29, 2018, 09:39:43 AM |
|
Regarding pool website, there are missing fonts now (I think it started after cdn changes),
Thanks for notice, Icons have been fixed.
|
|
|
|
ritmix
Member
Offline
Activity: 150
Merit: 10
|
|
January 29, 2018, 10:53:11 AM |
|
Regarding pool website, there are missing fonts now (I think it started after cdn changes),
Thanks for notice, Icons have been fixed. Right now pool website again have endless searching
|
|
|
|
MagicSmoker
|
|
January 29, 2018, 10:56:29 AM |
|
Regarding pool website, there are missing fonts now (I think it started after cdn changes),
Thanks for notice, Icons have been fixed. Right now pool website again have endless searching Same here; I just did a shift-reload of the page to update the broken icons and my payment history won't load.
|
|
|
|
CaptDero (OP)
Member
Offline
Activity: 308
Merit: 33
|
|
January 29, 2018, 12:53:47 PM |
|
Regarding pool website, there are missing fonts now (I think it started after cdn changes),
Thanks for notice, Icons have been fixed. Right now pool website again have endless searching Same here; I just did a shift-reload of the page to update the broken icons and my payment history won't load. Fixing in progress, so so many many small workers with big hash and low diff
|
|
|
|
MagicSmoker
|
|
January 29, 2018, 01:11:52 PM |
|
Fixing in progress, so so many many small workers with big hash and low diff You mean people are mining with fixed-diff set too low relative to their hashrate? Do what Speedie did and ban them for awhile to get their attention. They were warned not to abuse fixed-diff, after all.
|
|
|
|
|