Giter Club home page Giter Club logo

Comments (10)

SYDDOS avatar SYDDOS commented on September 1, 2024 1

@quetzalcoatl I'm running BlagoMiner v1.190301.0. BurstcoinHD not enabled. Actual NumericID replaced with "numericID" in LOG file.

MINER CONF
{

"Burst" : {                                         
    
    "EnableMining" : true,
"Priority" : 0,

    "Mode" : "pool",
"Server" : "burstpool.net",
"Port" : "8124",

    "UpdaterAddr" : "burstpool.net",
"UpdaterPort" : "8124",

    "EnableProxy" : false,
"ProxyPort" : "8126",
"ProxyUpdateInterval" : 450,

    "SendInterval": 100,
"UpdateInterval" : 450,

    "TargetDeadline" : 2920687,
    "POC2StartBlock" : 502000,

"SubmitTimeout" : 1500                      

},

"BHD" : {                                           
        
    "EnableMining": false,                         
    "Priority" : 1,                                 

    "Server" : "localhost",                         
    "Port" : "60100",

    "SubmitTimeout" : 1500,                         

    "UpdaterAddr" : "localhost",                   
    "UpdaterPort" : "60100",

    "EnableProxy" : false,                          
    "ProxyPort" : "8126",                           
    "ProxyUpdateInterval" : 450,                    

    "SendInterval": 100,                            
    "UpdateInterval": 950,                          

    "TargetDeadline" : 1000000000                     
},

"Paths" : ["E:\\plots",				
	"F:\\plots",				
	"G:\\plots",				
	"H:\\plots",
	"I:\\plots",
	"J:\\plots",
	"K:\\plots",
	"L:\\plots",
	"M:\\plots"
	],  
         
                 
"Logging" : {                                       
    "UseLog" : true,                                
    "EnableCsv" : true,                             
    "logAllGetMiningInfos" : false                  
},

"CacheSize" : 131072,                                                        
"CacheSize2" : 0,

"POC2StartBlock":504000,
"UseSorting" : true,
"SendBestOnly": true,
"Debug": false,
"ShowCorruptedPlotFiles" : false,
"IgnoreSuspectedFastBlocks" : true,

"UseHDDWakeUp" : true,                              

"CheckForUpdateIntervalInDays": 5,                 

"UseBoost" : true,                                 

"WinSizeX" : 96,                                    
"WinSizeY" : 50,                                    
"LockWindowSize" : true                             

}


Attached Log file.
2019-08-05 23-59-13.log

from blagominer.

randygrolemund avatar randygrolemund commented on September 1, 2024

Maybe it is working..... but I need to adjust timers?

from blagominer.

randygrolemund avatar randygrolemund commented on September 1, 2024

I can confirm that I took nearly a 50% loss in revenue using this.

from blagominer.

andzno1 avatar andzno1 commented on September 1, 2024

Thanks for reporting. I will have a look into it. Seems that the HTTP status code is not being interpreted correctly.

from blagominer.

randygrolemund avatar randygrolemund commented on September 1, 2024

Hey buddy.... how's the debugging going? :) . Check out my crypto site: www.profitbotpro.com, I'm not sure if I shared this with you before.

from blagominer.

quetzalcoatl avatar quetzalcoatl commented on September 1, 2024

Server error: 200 OK

Interesting. This actually is a bug, for sure. What I see here is;

  • send-nonce request had succeeded, server responded with HTTP/200
  • blago's parser that tried to understand the responce has failed, request was not deemed 'fulfilled' so blago retries sending the same nonce again
  • and again
  • and again..

Right now I don't know what is it, but from what I remember about that part of the parser is that it mostly ignores the result code (200, 301, 404, etc) and instead expects certain blocks of text to appear in the response. Either that pool didn't handle the request and returned HTTP/200 instead of a hard error code, or it accepted the deadline but responded with a response that blago doesn't support. It should be relatively easy to fix

from blagominer.

SYDDOS avatar SYDDOS commented on September 1, 2024

Hi. I've just installed BlagoMiner-v.1.190301.0 and I'm having the exact same problem "Server error: 200 OK"

from blagominer.

quetzalcoatl avatar quetzalcoatl commented on September 1, 2024

@SYDDOS do you have any logs from that moment? what pool was that? have you tried with newest blagominer versions?

from blagominer.

quetzalcoatl avatar quetzalcoatl commented on September 1, 2024

Thanks for the .conf and the log file! I'll review them and see if I guess what's that. From the first look at the log, I don't see anything wrong, obviously. I'll try retesting it on the same pool and same settings, maybe it will show up on my machine as well, so I can inspect/debug it live.

Btw. with large text files, try "attaching" them to post :)

image

from blagominer.

SYDDOS avatar SYDDOS commented on September 1, 2024

Thanks for the quick response. "Attach Files" noted.

from blagominer.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.