[Outdated] Uray's C++ Crossplatform Miner (64bit) - ultra low RAM usage
-
My mining.conf is
{
"poolUrl" : "pool.burst-team.us",
"submissionMaxDelay" : 30,
"submissionMaxRetry" : 3,
"submissionMaxDeadline" : 3888000,
"socketTimeout" : 60,
"maxBufferSizeMB" : 128,
"plots" :
[
"/Volumes/ArchiveRB/plots/"
]
}but it's showing bellow error
{"errorCode":1008,"errorDescription":"The deadline for your nonce is too long: 5 months, 1 day, 12 hours, 11 mins, 32 secs (13090292). Our max deadline is 3888000"}Please help, What can I do now?
-
@robert said:
My mining.conf is
{
"poolUrl" : "pool.burst-team.us",
"submissionMaxDelay" : 30,
"submissionMaxRetry" : 3,
"submissionMaxDeadline" : 3888000,
"socketTimeout" : 60,
"maxBufferSizeMB" : 128,
"plots" :
[
"/Volumes/ArchiveRB/plots/"
]
}but it's showing bellow error
{"errorCode":1008,"errorDescription":"The deadline for your nonce is too long: 5 months, 1 day, 12 hours, 11 mins, 32 secs (13090292). Our max deadline is 3888000"}Please help, What can I do now?
seems to me you're mining as you should be, that message isn't an error, it simply means the deadline you've submitted is over the length accepted by the pool (meaning you wouldn't get much if anything for it anyway) just keep going and you'll submit lower shares and get a different response!
-
Thanks @crowetic for your information. In my mac I'm mining with burstcoin-jminer-0.4.4-SNAPSHOT and it's working fine now.
-
@daWallet Do you have by any chance already compiled version of dpreyl's miner?
-
@Ip85 said in Uray's C++ Crossplatform Miner (64bit) - ultra low RAM usage:
@daWallet Do you have by any chance already compiled version of dpreyl's miner?
Yes I would like that too. (Windows) Have tried the original version and not useable because of the inability to set a Max Deadline.
Rich
-
@Ip85 said in Uray's C++ Crossplatform Miner (64bit) - ultra low RAM usage:
@daWallet Do you have by any chance already compiled version of dpreyl's miner?
I pass that to the other @administrators @Global-Moderators . I'm only used to compile for linux.
-
@Ip85 you might want to try creepsky's fork.
it has active development, and i know the linux version respects the targetDeadline provided by the pool's response to getMiningInfo. (no need to set max deadline in config)
binaries on github:
https://github.com/Creepsky/burst-miner/releases
notes on changes (including conf file options) in readme:
https://github.com/Creepsky/burst-miner/blob/master/README.md
-
@damncourier Work's a lot smoother then Urays original and eats a lot less CPU. Is it possible that this miner reads the plots a lot faster than Blagos one ( in AIO wallet)?
-
@damncourier Thanks, giving it a try now.
Rich
-
@Ip85 maybe cpu instruction set optimizations (depending of the executables you downloaded). briefly looking at the code a lot has been reconfigured.
haven't looked too close at changes. i just switched a couple of days ago because last i looked at it i was having trouble with compiling on debian linux (for which a fix was committed) but thus far i am a fan. i am glad to see a developer doing much needed updates to this source.
-
@Ip85 said in Uray's C++ Crossplatform Miner (64bit) - ultra low RAM usage:
Is it possible that this miner reads the plots a lot faster than Blagos one ( in AIO wallet)?
Not sure... I'd used fastest method of reading at low level directly from drive sector by sector.
std::ifstream slower than ReadFile() and uses OS cacheBut ReadFile is not portable, because it is a Windows API.
For *nix best choice - ifstream http://lemire.me/blog/2012/06/26/which-is-fastest-read-fread-ifstream-or-mmap/
-
new version creepMiner released (Win64 & Linux).
Version 1.5.0 (pre-release 2)Highlights of this version:
full HTTPS support
persistent sessions (HTTP 1.1) and therefore less network traffic and lower CPU consumption
additional Wallet informations (for example winner of last block, name of accounts)
local HTTP server for displaying and controlling the miner through browser
less obtrusive nonce submit algorithm
optimized nonce search algorithm
-
@Blago What about solo mining configuration?
-
I tried to run this on port 8080 cause I have something else at port 80 . Cant seem to get mining info.
Plus had to download 2 dll to make it work lol
-
@rnahlawi i don't know )) it's not my miner. creator - Creepsky
-
I love your miner Blago! I was just curious about this one. Maybe it has to be port 80 lol
-
@Blago thank you for posting the new versions here!
@rnahlawi solo mininig is not implemented yet, but should not be very hard to do so
@tross
nah you can use whatever port you want, just has to be unused.
The 2 dlls are precompiled libs for ssl (https).
I don't know why you get the mining info error :-/. I used this url and it seems ok:
"miningInfoUrl" : "http://burstpool.ddns.net:8124".Also I pushed a new (unstable) version on github: https://github.com/Creepsky/creepMiner/releases/tag/2.0.0-dev-3 (1.5.0 became 2.0.0).
-
-
This miner got forked and is maintained by Creepsky now:
https://forums.burst-team.us/topic/3638/creepminer-c-burst-miner-based-on-uray-s-miner
Thread closed.