burstcoin-jminer v0.4.10 - GPU assisted PoC-Miner (All Platforms)
-
@Hajime In jminer 0.4.8 this message only shows up on debug, and trigger server is deactivated by default ... this message has no influence on mining, just means your wallet could not return unconfirmed transaction in connectionTimeout time.
-
@PingOfd3ath just tested latest nvidia driver and 378.66 seams to work. @BurstMiner1 @umutusu @rnahlawi
-
This post is deleted!
-
Hi guys
For the past couple of days I have been having problems with the GPU miner. I am getting high deadlines of 8-38 days and I also keep getting this error.
Error: Failed to submit nonce to pool: java.io.EOFException: HttpConnectionOverHTTP@f444623(l:/192.168.1.92:52947 <-> r:pool.burstmining.club/192.99.252.194:8124,closed=false)=>HttpChannelOverHTTP@e06fd58(exchange=HttpExchange@a396840 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@4f3bf763(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@47ebb537{s=START}],recv=HttpReceiverOverHTTP@7ebe7caf(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]<-SocketChannelEndPoint@3f846050{pool.burstmining.club/192.99.252.194:8124<->/192.168.1.92:52947,ISHUT,fill=-,flush=-,to=2438/0}{io=0/0,kio=0,kro=1}->HttpConnectionOverHTTP@f444623(l:/192.168.1.92:52947 <-> r:pool.burstmining.club/192.99.252.194:8124,closed=false)=>HttpChannelOverHTTP@e06fd58(exchange=HttpExchange@a396840 req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@4f3bf763(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator@47ebb537{s=START}],recv=HttpReceiverOverHTTP@7ebe7caf(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]
Any help please
Edit
-
@Gunner101 you would not get lower deadline with any other miner.
For the exception please post your settings (jminer.properties) ... for me it looks like too many open connections to pool, so that they get terminated or something. Could be caused by too low refreshInterval or too high connectionTimeout ... after all it just means, that there was a error on commit nonce to pool, miner got no confirm that pool received your deadline ...
-
plotPaths=O:/Burst/plots,K:/Burst/plots,I:/Burst/plots,H:/Burst/plots,G:/Burst/plots,E:/Burst/plots,D:/Burst/plots,
poolMining=true
numericAccountId=
poolServer=http://pool.burstmining.club:8124
walletServer=http://localhost:8125
winnerRetriesOnAsync=
winnerRetryIntervalInMs=
devPool=false
devPoolCommitsPerRound=
soloServer=http://localhost:8125
passPhrase=xxxxxxxxxxxxxx
targetDeadline=
platformId=0
deviceId=0
chunkPartNonces=320000
refreshInterval=2000
connectionTimeout=30000
-
@Gunner101 Your config looks ok. I tried google for the exception you got, all i could find was, that your connections got terminated ... maybe by underlying OS ... got no real solution for you.
You could test if another pool works better for you. Others reported this error before, but until now i could not reproduce it, what makes it hard for me to search for a solution or debug into it.
I made little changes on jminer and provided you a download via PM, but not sure if they will solve this kind of issue, but worth to try.
-
@Gunner101 Thanks for providing the logfile. No more time right now, will take a more deep look into it later. For now you could 1. disable debug mode and live with it. 2. Try another pool or Blagos miner, with 11TB you do not absolutely need GPU support, maybe it works better for you.
https://github.com/Blagodarenko/miner-burst/releases
If you get comparable errors there, it would at least indicate, it has nothing to do with jminer :-)
-
@luxe thanks for spending time with me to try and fix it and ill try some stuff at my end as I mentioned on dropbox. peace :D
-
@Gunner101 thanks for feedback and testing ... i can only improve things, if i know the problems. But re install win will not help, there are connections getting terminated and we need to find out why ... could be 1. pool side 2. your network 3. jminer ... therefore i asked you to switch pool, to eliminate reason 1 while i checked reason 3. :-)
-
burstcoin-jminer-0.4.9-SNAPSHOT
Download:
https://github.com/de-luxe/burstcoin-jminer/releases
Info:
I made some changes to hopefully fix connection issues and EOF bug/issue.
Not sure if it works, cause i could not reproduce it.Updates:
- readProgressPerRound=0 works now
- new property: 'showSkippedDeadlines=false' to deactivate display them (default is true)
- improved logs on connection problems
- hopefully fixed connection issues by using another executor and not limiting active connections
- fixed bug on show wrong best deadline in logs
- removed obsolete devPool support (no devPool type online anymore)
- updated libs and some minor changes
Edit: Had no time to test on pools ... will do a test right now. Maybe wait till tomorrow with updating, until i tested :-)
-
recently added an RX460 to my rig trying to get Jminer to run but all it will do is open and then close the screen right away , figured it was a driver issue or an issue with the device / platform , made sure all drivers are updated and have tryed device's 0/0 , 0/1 , 1/0 , 1/1, and no change
-
@Gibsalot You need to have the correct java version, which is not necessarily the most recent one from auto-update. You can also add 'pause' at the end of your batch file, then the window will stay open so that you can see what the error caused is.
-
What exactly do I need to install to run jminer? opencl driver is supplied with the nvidia driver I have installed and I have 64bit java installed.
-
@newsense2004 That should be it. Configure the platformID and deviceID as per gpuplotgenerator setup.
-
@haitch Finally got it working thanks.
-
burstcoin-jminer-0.4.10-SNAPSHOT
Download:
https://github.com/de-luxe/burstcoin-jminer/releases
Updates:
- 'debug=true' will now show details of 'NOT confirmed' deadlines, like the correct plotfile that caused it.
- new solo mining property 'recommitDeadlines', if set to true, it will recommit promising deadlines multiple times in a interval of a few seconds.

- fixed bug with solo mining property 'triggerServer', that had no effect.
- updated libs to latest versions.
-
@luxe thanks!
-
@luxe Thank you for your hard work and contribution to Burst. As always, Luxe keeps enhancing the miner :)
Is it possible to add a web interface feature with the miner to monitor the miner from distance and to trace and track submitted DLs over time?
-
@rnahlawi Currently the miner does not 'track' history except from logging. So first the miner would need a database to store his stuff into. 2nd whatever service could provide data from that database etc.
So sure everything is possible ... just a question of prio ... so much other things to do :-)


