GithubHelp home page GithubHelp logo

Error with last release about creepminer HOT 11 CLOSED

Pascal66 avatar Pascal66 commented on July 17, 2024
Error with last release

from creepminer.

Comments (11)

Creepsky avatar Creepsky commented on July 17, 2024

Seems like your pool dont understand HTTP/1.1
I added a new setting in mining.conf:
"http" : [0/1] (0 for HTTP/1.0 and 1 for HTTP/1.1)

Could you please add this setting ("http" : 0) to your local mining.conf or copy the new mining.conf from release 1.4.0 and test it again?
If it dont work, we need to look further.

from creepminer.

Pascal66 avatar Pascal66 commented on July 17, 2024

Same error.
The pool seems using the regular server V2.
Here's my mining.conf:
{
"poolUrl" : "mining.tompool.org:8124",
"submissionMaxRetry" : 3,
"sendMaxRetry" : 3,
"receiveMaxRetry" : 3,
"receiveTimeout" : 5,
"sendTimeout" : 5,
"maxBufferSizeMB" : 128,
"http" : 0,
"output" : [],
"plots" :
[
"X:\Burst\plots",
"C:\Burst\plots",
"Y:\Burst\plots"
]
}

from creepminer.

Creepsky avatar Creepsky commented on July 17, 2024

Okay thanks.
I changed the code again. Now the full response from server is shown on an error.
Please download the burst-miner.exe and copy-paste the response when the miner is showing it.

from creepminer.

Pascal66 avatar Pascal66 commented on July 17, 2024

response with http:1

19:54:18: Http : HTTP/1.1
19:54:18: Pool Host : mining.tompool.org:8124 (155.143.147.21)
19:54:18: Mininginfo URL : mining.tompool.org:8124 (155.143.147.21)
19:56:18: Error on getting new block-info!
19:56:18: Expect either an object or array at root
19:56:18: Full response:
19:56:18: ๏ฟฝ HTTP/1.1 200 OK
Content-Type: application/json
Date: Fri, 25 Nov 2016 18:55:13 GMT
Connection: keep-alive
Transfer-Encoding: chunked

9d
{"generationSignature":"07fd295f934a803acaa32a50f921d851be4b3aee03c224a08f52281f380b3b9f","baseTarget":"3534308","requestProcessingTime":0,"height":"299168"}
0

from creepminer.

Pascal66 avatar Pascal66 commented on July 17, 2024

response with http:0

19:57:53: Http : HTTP/1.0
19:57:53: Pool Host : mining.tompool.org:8124 (155.143.147.21)
19:57:53: Mininginfo URL : mining.tompool.org:8124 (155.143.147.21)
19:57:54: --------------------------------------------------
20:04:10: block# 299173
20:04:10: scoop# 2553
20:04:10: baseTarget# 4056394
20:04:10: --------------------------------------------------
20:04:10: V4W6-A7MW-9P3R-CEAYM: nonce found (33รก259y 9m 16d 11:41:44)
20:04:10: V4W6-A7MW-9P3R-CEAYM: nonce found (9รก858y 8m 11d 02:05:35)
20:04:10: V4W6-A7MW-9P3R-CEAYM: nonce found (5รก681y 3m 5d 18:31:47)

from creepminer.

Creepsky avatar Creepsky commented on July 17, 2024

Now I see the problem.
On HTTP/1.1 the mining info is chunked, like the header is saying it: Transfer-Encoding: chunked.
Chunked messages are not implemented yet (coming soon), so better use HTTP/1.0.

I pushed some improvements to release 1.4.0. Please tell me, if there are some bugs or errors.

from creepminer.

Pascal66 avatar Pascal66 commented on July 17, 2024

New error :

10:22:42: Mining networking failed

from creepminer.

Creepsky avatar Creepsky commented on July 17, 2024

I checked it with your config file, seems to be working on Windows and Linux.
Mining networking failed means the host could not be resolved.
What is the output when you start the miner?
Should look like this:

...

using config file : mining.conf

...

13:09:37: Pool Host : mining.tompool.org:8124 (155.143.147.21)

13:09:37: Mininginfo URL : mining.tompool.org:8124 (155.143.147.21)

I released version 1.4.1 with some bug fixes.

from creepminer.

Pascal66 avatar Pascal66 commented on July 17, 2024

It's not resolving the host, just crash

from creepminer.

Creepsky avatar Creepsky commented on July 17, 2024

Please see Version 1.4.2 for more informations while crashing

from creepminer.

Pascal66 avatar Pascal66 commented on July 17, 2024

Resolved ๐Ÿ‘ I have to not put http:// before ..
Feel stupid now but it'ts how it was writed to the website

from creepminer.

Related Issues (20)

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.