Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not send deadline to poll #433

Open
Psyhopath opened this issue Aug 10, 2018 · 1 comment
Open

Not send deadline to poll #433

Psyhopath opened this issue Aug 10, 2018 · 1 comment

Comments

@Psyhopath
Copy link

Hi, i have one problem Creepminer 1.8.3.0 opencl not send dl to pool.This is what see in log:

10.08.2018 22:27:06 (15, c:\projects\creepminer\src\mining\miner.cpp, 708, Information): Processed block 521,770
round time: 17.697s
best deadline: 18d 02:18:10
10.08.2018 22:27:07 (2, c:\projects\creepminer\src\network\response.cpp, 66, Error): Error on receiving response!
No message received
10.08.2018 22:27:07 (2, c:\projects\creepminer\src\network\response.cpp, 68, Error): Stackframe
NonceResponse::getConfirmation (in "c:\projects\creepminer\src\network\response.cpp", line 102)
Response::receive (in "c:\projects\creepminer\src\network\response.cpp", line 49)

10.08.2018 22:27:07 (2, c:\projects\creepminer\src\network\response.cpp, 66, Error): Error on receiving response!
Invalid socket
10.08.2018 22:27:07 (2, c:\projects\creepminer\src\network\response.cpp, 68, Error): Stackframe
NonceResponse::getConfirmation (in "c:\projects\creepminer\src\network\response.cpp", line 102)
Response::receive (in "c:\projects\creepminer\src\network\response.cpp", line 49)

10.08.2018 22:27:07 (2, c:\projects\creepminer\src\network\noncesubmitter.cpp, 87, Debug): Submit-loop 3 (18d 02:18:10)
10.08.2018 22:27:07 (2, c:\projects\creepminer\src\network\noncesubmitter.cpp, 91, Debug): WAITING......................

@Psyhopath
Copy link
Author

{
"logging" : {
"config" : "information",
"general" : "information",
"logfile" : true,
"miner" : "information",
"nonceSubmitter" : "information",
"output" : {
"dirDone" : true,
"lastWinner" : true,
"nonceConfirmed" : true,
"nonceFound" : true,
"nonceFoundTooHigh" : false,
"nonceSent" : true,
"plotDone" : false
},
"outputType" : "terminal",
"path" : "C:\Users\SISIL\.creepMiner\1.8.3\logs\",
"plotReader" : "information",
"plotVerifier" : "information",
"progressBar" : {
"fancy" : true,
"steady" : true
},
"server" : "fatal",
"session" : "error",
"socket" : "off",
"useColors" : true,
"wallet" : "fatal"
},
"mining" : {
"benchmark" : {
"active" : false,
"interval" : 60
},
"bufferChunkCount" : 16,
"cpuInstructionSet" : "AUTO",
"databasePath" : "C:\Users\SISIL\.creepMiner\1.8.3\data.db",
"getMiningInfoInterval" : 3,
"gpuDevice" : 0,
"gpuPlatform" : 0,
"intensity" : 0,
"maxBufferSizeMB" : 960,
"maxHistoricalBlocks" : 0,
"maxPlotReaders" : 0,
"passphrase" : {
"algorithm" : "aes-256-cbc",
"decrypted" : "",
"deleteKey" : true,
"encrypted" : "",
"iterations" : 1000,
"key" : "",
"salt" : ""
},
"plots" : [
"X://Plots",
"Z://Plots"
],
"poc2StartBlock" : 502000,
"processorType" : "OPENCL",
"rescanEveryBlock" : false,
"submissionMaxRetry" : 10,
"submitProbability" : 0,
"targetDeadline" : "30d 00:00:00",
"timeout" : 45,
"urls" : {
"miningInfo" : "http://0-100-pool.burst.cryptoguru.org:8124",
"submission" : "http://0-100-pool.burst.cryptoguru.org:8124",
"wallet" : "http://0-100-pool.burst.cryptoguru.org:8124"
},
"useInsecurePlotfiles" : false,
"wakeUpTime" : 30,
"walletRequestRetryWaitTime" : 3,
"walletRequestTries" : 3
},
"webserver" : {
"activeConnections" : 32,
"calculateEveryDeadline" : false,
"certificate" : {
"pass" : "",
"path" : ""
},
"connectionQueue" : 64,
"credentials" : {
"pass" : "",
"user" : ""
},
"cumulatePlotsizes" : true,
"forwardMinerNames" : true,
"forwardUrls" : [

    ],
    "start" : true,
    "url" : "http://192.168.1.114:8124"
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant