creepMiner - C++ Burst Miner (based on Uray's Miner)
-
I tried creepminer and it freezez my laptop. I usually log into it remotly and then end tasks to free it up.
Is their a setting that controls how much memory to use
-
@Burstde
yes, have a look at these settings:
memory: maxBufferSizeMB
threads: maxPlotReaders, miningIntensityIf it freezes, you most likely have to turn down the amount of threads.
-
oh yes 4 was too much for the 4core cpu. thanks
-
mining inensity at 4 causes freezes i recommend you drop back to either 2 or 3 @Burstde
-
-
the errors stated above do not occur with the CPU CreepMiner. So I shall use that from now on. I appreciate the CPU version and will one day move to GPU when i get a newer graphics card. Besides, I'm the only one that has these strange errors so its for the sake of development I assume my GPU isn't compatible.
-
Hello. I'm trying to mine with 1 TB on m.burst4all.com with GTX 980TI but the miner closes instantly after opening :(
Here is my config, not sure if it's ok?
{ "Start Server" : true, "maxBufferSizeMB" : 128, "maxPlotReaders" : 0, "miningInfoUrl" : "http://m.burst4all.com:8124", "miningIntensity" : 4, "output" : { "debug" : false, "dir done" : false, "error" : { "request" : false, "response" : false }, "last winner" : true, "nonce confirmed plot" : false, "nonce found" : true, "nonce found plot" : false, "plot done" : false, "progress" : true }, "passphrase" : { "algorithm" : "aes-256-cbc", "decrypted" : "", "deleteKey" : false, "encrypted" : "", "iterations" : 0, "key" : "", "salt" : "" }, "plots" : [ "J:\burst\plots" ], "poolUrl" : "http://m.burst4all.com:8124", "serverUrl" : "http://127.0.0.1:8080", "submissionMaxRetry" : 3, "targetDeadline" : "684614", "timeout" : 45, "walletUrl" : "https://wallet.burst-team.us:8128" }And here is log file ```
22.02.2017 08:42:41 (0, src\MinerConfig.cpp, 79, Error): There is an error in the config file!
JSON Exception: JSON syntax error
22.02.2017 08:42:41 (0, src\MinerConfig.cpp, 81, Error): Stackframe
main (in "src\main.cpp", line 39)
readConfigFile (in "src\MinerConfig.cpp", line 50)22.02.2017 08:42:41 (0, src\main.cpp, 104, Error): Aborting program due to invalid configuration
-
@DexterStoner can not test it but it seems you have to escape your plot dir:
Y:\\Plots\\...Two backslashes instead of one.
-
@Creepsky Oh it worked, thanks.
Do you know, if I already plotted that hard drive with different pool. And I want it to mine now on different pool with different account, can I reneame the plot and change numeric account id? will it work?
-
@DexterStoner you dont need to rename them, just change your pool (reward recipient) and wait a couple of rounds...
Edit: sorry, misunderstood your question. This is not possible, you have to create new plot files
-
@Creepsky Ok, but what if I want to mine on 2 different pools with same account, on one plot with one pool and second on different pool but with different miner? is it possible? Also what deadline should I put? Sorry if those are dumb questions, I'm still learning :P
-
@DexterStoner not sure why would you want it but hey its your choice :) but here is the kicker you cant do it since only one reward id can be set. So you would need two separate accounts plot one plot with one account and another with another account. And two instances of miner (basically copy paste whole miner folder change reqyired setting and go)
-
@LithStud Thanks :)
-
Last question, what should I put in "Target Deadline" ?
-
@DexterStoner that depends on pool, as some pools are limiting what deadlines they accept (as in deadlines longer than 24h will be declined). I just dont know in this case how it measured miliseconds/seconds/minutes, someone else will need to clarify
-
@LithStud said in creepMiner - C++ Burst Miner (based on Uray's Miner):
@DexterStoner that depends on pool, as some pools are limiting what deadlines they accept (as in deadlines longer than 24h will be declined). I just dont know in this case how it measured miliseconds/seconds/minutes, someone else will need to clarify
I would like to mine on m.burst4all.com I just couldn't find their deadline :(
-
@DexterStoner oh i think its fairly long one :) as plots they are using is bellow 1TB and small deadlines would be very rare
-
New (pre-)release: 1.4.5
- Urays plot read algorithm got replaced with a new one
- intelligent configuration file
- secured shutdown function (webserver)
- additional system infos on webserver
- default scheme and port for URIs
- thread safety (may be slower, but safer)
-
Is this miner 32 bit too?
-
@Tate-A I compile it for 64 bit only, but as far as I know I can compile it for 32 bit without changing the code. I will try it.


