Help needed with Java problem running Jminer
-
So I moved my Java files to a new folder location and Jminer no longer ran from the wallet or standalone, it flashes open then quits. I uninstalled then reinstalled Java (jre1.8.0_131) and still have the same problem. Thanks in advance for your help.
-
@ArthurThePug It can be the "Path" in system variables
Usually re-install will solve it, if not add manually
-
@rnahlawi Thanks for your input. My path seems similar to yours:
-
@ArthurThePug try to run Jminer from command line to see the error .. add @pause at the end of .bat file so it wont close
-
@rnahlawi did that, but it's not pausing, I still get a screen flashing open for a second then quitting
Could the system variable saying:
_JAVA_OPTIONS -Xverify:none
be the cause. I'm totally illiterate with java
-
@ArthurThePug open command prompt in jminer folder or navigate to the jminer folder and then type (64bit Java):
java -jar -d64 -XX:+UseG1GC burstcoin-jminer-0.4.10-SNAPSHOT.jar
if that won't fly .. try (32bit Java):
java -jar -XX:+UseG1GC burstcoin-jminer-0.4.10-SNAPSHOT.jar
NOTE version number of the miner and modify according to one you have
-
@rnahlawi OK will try that after a consoling nap. A beer bucketload of thanks meantime
-
@rnahlawi Thanks that worked, seems I had downloaded the 32 bit version of java because I used Chrome, so running the 32 bit jminer worked!
-
@rnahlawi however now I'm getting the warning: b.j.c.n.t.NetworkRequestMiningInfoTask : Unable to get mining info from wallet.
I've checked all is OK in my properties file, and extended the contact time period.
I've seen other threads on this problem in the forum, but they tend to blame the pool which I know is not at issue. (Burst Neon)
I've been unable to find a solution, so I fall upon your expertise once more.
Thanks, ArthurPug
-
@ArthurThePug change
walletServer=http://burstcoin.cc:8889
-
@Blago Thanks Blago but still getting the same unable to get mining info from wallet warning repeated every second or so. Here's my properties file in case I've done something else wrong:
plotPaths=C:/Burst/Plots,D:/Burst/Plots,F:/Burst/Plots,H:/Burst/Plots,I:/Burst/Plots,J:/Burst/Plots,K:/Burst/Plots,L:/Burst/Plots
scanPathsEveryRound=
listPlotFiles=poolMining=
numericAccountId=14242249402239300721
poolServer=http://burstneon.ddns.net:8125walletServer=http://burstcoin.cc:8889
winnerRetriesOnAsync=
winnerRetryIntervalInMs=soloServer=
passPhrase=
targetDeadline=
triggerServer=
recommitDeadlines=platformId=
deviceId=refreshInterval=2000
connectionTimeout=12000debug=
writeLogFile=
logFilePath=readProgressPerRound=
byteUnitDecimal=
showDriveInfo=
showSkippedDeadlines=chunkPartNonces=
readerThreads=
-
@ArthurThePug
change topoolServer=http://burstneon.ddns.net
https://github.com/de-luxe/burstcoin-jminer/wiki/configure-jminer.properties
-
@Blago Thanks it's working again. You're my hero.