@Xander52 illegal instruction means error while execution in assembled code. Like others said, better compile it by yourself.
Just execute install_poco.sh, that will automatically setup poco for you.
Here is a little instruction: https://github.com/Creepsky/creepMiner/wiki/Compilation-&-Installation.
Best posts made by Creepsky45
-
RE: Creepminer illegal instructionposted in Mining & Plotting
-
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
Hi @scprv55 and thank you, hope you like the miner :)
The error you see is on the server side (502 Bad Gateway) - most likely the server is under heavy load or under a DoS attack.
It can be, that you will get 9 from 10 times an error, and 1 time the actual mining info. As long as you get it, everything is ok.
If you really want to, you can change"miningInfo" : "http://pool.burstcoin.party:8081/"to another location that is not under heavy load (for examplehttps://wallet.burst-team.us:8125), but then it can be, that your mining info is not in sync with the pool.To activate the webinterface you need to change
"serverUrl" : "http://192.168.0.100:8080"to your local ip. If you want to use it only on the computer where the miner is running, you can uselocalhost:8080(or some other free port instead of8080). -
RE: CreepMiner error: Got no response for wallet requestposted in Mining & Plotting
@ToxicPhyzix yes, if you get confirmed deadlines, everything is fine. The wallet has just some additional informations.
another thing that you can do is to change your log-settings:
"logging" : { ... "wallet" : "off" }the errors will disappear.
-
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@vExact actually I uploaded it today: https://github.com/Creepsky/creepMiner/releases/tag/2.6.0.
But there is no cuda version in it at the moment. -
RE: Mining with Linux and more than one HDD. For each HDD an new instance of the mining programm ?posted in Help & Support
@BurnMe it would be a good test to run the jminer (luxe did a very good job, very fast and stable miner) with your wallet problem.
If you actually can solo mine with the jminer but not with the creepminer, this would be a sign for me that the creepminer needs a fix :)
Please tell me if it works. -
RE: creepMiner - C++ Burst Miner (based on Uray's Miner)posted in Miner
@Beddhist I tried to compile it for XP, but unfortunately there were a lot of compiler errors. After some research it turned out, that I can't use all of the C++11 features for XP, which I used a lot.
@groupthug please have a look at this wiki page. It describes the things you asked, hope it helps.
@daWallet never mind :)