I keep getting this error every time a round is submitted
-
I get this error every time a round is submitted
Exception in thread "networkPool-5" java.lang.NullPointerException
at burstcoin.jminer.core.network.task.NetworkRequestLastWinnerTask.getLastBlock(NetworkRequestLastWinnerTask.java:120)
at burstcoin.jminer.core.network.task.NetworkRequestLastWinnerTask.run(NetworkRequestLastWinnerTask.java:76)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)How can I fix this I have the latest java version installed. I am using jminer 0.4.4 Snapshot if that helps. I did a search and could not find the error I know it is on the forum
Thanks
-
Wouldn't you know it as soon as I posted this 2 rounds went and no error
-
make blank walletServer in %AppData%\Roaming\BurstWallet\burstcoin-jminer-0.4.4-SNAPSHOT\jminer.properties
walletServer (optional) - define local or online wallet, to receive and show last winner!
if empty, winner feature will be just disabled.
format is inclusive protocol and port e.g. 'http://localhost:8125'
online use e.g. 'https://wallet.burst-team.us:8125'