Better pool to mine ? Mining on a 32bit machine.
-
@JohnathanMoura said:
java -cp pocminer_pool.jar;lib/;lib/akka/;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://pool.burst-team.us:80
try
java -cp pocminer_pool.jar;lib/;lib/akka/;lib/jetty/* pocminer_pool.POCMiner mine http://pool.burst-team.us:80not sure, but if you poolmine, you do not need localhost (127.0.0.1)
btw. if you are not on devPool, you should maybe consider using another miner, added some info about that here:
https://forums.burst-team.us/topic/111/burstdev-s-pocminer-pocminer_pool-v1-all-platforms
But it will work ofcause.
-
@luxe I just removed the localhost, and the window open and shut
-
@JohnathanMoura did you add http://pool.burst-team.us:80 ?
H.
-
please add a 'pause' in next line of your *.bat, so that you can read the exception. (if you are on windows)
-
@haitch yes.
java -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://pool.burst-team.us:80
-
@JohnathanMoura if you do that command from a console window what do you get ?
-
@haitch this.
C:\Burst>java -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://pool.burst-team.us:80 missing args C:\Burst>
-
@JohnathanMoura ok from what I've found it does need the reference to the local wallet - you do have the wallet running on that server?
What do you get from:
java -cp pocminer_pool.jar;lib/;lib/akka/;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://pool.burst-team.us:80
-
Yep, sry seams pocminer also needs localhost, i was just wrong ... http://178.62.39.204:8121/
Do you have your local wallet running?!
-
C:\Burst>java -cp pocminer_pool.jar;lib/;lib/akka/;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://pool.burst-team.us:80 Exception in thread "main" java.lang.NoClassDefFoundError: akka/actor/ActorSystem at pocminer_pool.POCMiner.startMining(POCMiner.java:70) at pocminer_pool.POCMiner.main(POCMiner.java:53) Caused by: java.lang.ClassNotFoundException: akka.actor.ActorSystem at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 2 more C:\Burst>C:\Burst>java -cp pocminer_pool.jar;lib/;lib/akka/;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121 Exception in thread "main" java.lang.NoClassDefFoundError: akka/actor/ActorSystem at pocminer_pool.POCMiner.startMining(POCMiner.java:70) at pocminer_pool.POCMiner.main(POCMiner.java:53) Caused by: java.lang.ClassNotFoundException: akka.actor.ActorSystem at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 2 more C:\Burst>
-
Yes Im running the wallet
-
@JohnathanMoura oh - just noticed you're in windows, assumed you were in Linux as you were using the Proof of Concept miner. There are much better options available for Windows - use either Blago CPU miner or Luxe's GPU miner.
CPU: https://github.com/Blagodarenko/miner-burst
GPU: https://github.com/de-luxeH.
-
Ok, http://178.62.39.204:8121/ is the DevPool URL, just posted it, cause the usage is written down there.
I fear, even if we get this 'ClassNotFoundException' solved, it would not work, because pocminer is not working with burst-team pool api. I noticed that as i wrote the jminer code, i had to implement different things for different pools:
DevPool
https://github.com/de-luxe/burstcoin-jminer/blob/master/src/main/java/burstcoin/jminer/core/network/task/NetworkSubmitDevPoolNoncesTask.java
Pool (burst-team/uray)
https://github.com/de-luxe/burstcoin-jminer/blob/master/src/main/java/burstcoin/jminer/core/network/task/NetworkSubmitPoolNonceTask.javaSo you have two options, use devPool on http://178.62.39.204:8121/ together with pocminer_pool (we have to solve this issue) or use one of the miners haitch posed, for burst-team.
-
@haitch @luxe Ok, I already downloaded the miner that haitch posted, i just dont know how to make it work. Im working with windows 32 bits. what is the fastest way i can do this?
-
On Win32 i suggest to use Blago miner, as jminer may get memory issues if you can not run java with 64bit.
There is a file 'miner.conf' if you extract Blagos miner, open it in texteditor and edit PATHS, that should be all, and you can run the *.exe
-
@JohnathanMoura Which one ? Can send you a sample config
-
@JohnathanMoura Blago's miner is a 64bit miner. The only way to mine on Windows with 32bit I know of is the good old java miner you used first.
The win client should have a working 32bit implementation of the pocminer_pool miner.
-
@daWallet I was having issues with Pocminer_pool, I tried all suggestions with no positive outcome.I tried again and still nothing, what can i do now ?
-
@JohnathanMoura
Have you tried the Windows Client? It works with 32 bit systems by autoconfiguring the pocminer_pool v1.You need to put your plots in this directory: X:\Burst\plots\ and click on "Start Mining" on the lower left corner.
https://sourceforge.net/projects/burstwindowswallet/
I haven't tested it much, because I don't have a 32bit system anymore...
-
java -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://127.0.0.1:8125 http://178.62.39.204:8121 [default-akka.actor.default-dispatcher-5] INFO org.eclipse.jetty.util.log - Logging initialized @8094ms { "height": "238278", "generationSignature": "03cf97b19ca6b7ff3418ff19237a9eb214ac712428d31ba6403533b7cbb6ac20", "baseTarget": "2410866", "targetDeadline": "200000" } No valid shares to submit to pool

