@morantis
Sorry if the included jminer.properties leads to this confusion .... i updated OP and added a link to the github wiki page.
As far as i can see you did everything correctly ...
But to clarify ... nearly all settings have a implemented default value, so there is no need to configure more than you did.
The walletServer is only used to get the last winner and not relevant for mining at all.
There are some 'hidden' features and fine tuning, it is all described here:
https://github.com/de-luxe/burstcoin-jminer/wiki/configure-jminer.propertiesJust want to mention 'showDriveInfo=true' to see how your single drives perform, may help to optimize your setup.
Or 'listPlotFiles=true' (again requires a walletServer) Will list all your plotfiles on startup and show how many blocks they won etc.
So nice to see your interest, play arround and ask if something is not clear ...
This thread was not very active due to the fact that burst has a very active forum, and most ask questions there (
https://forums.burst-team.us).
it is very possible that it was my screen resolution combined with the word wrap, but literally the "example" of each parameter fell directly on the next line and character 1, appearing to a coder like me as a line of code outside of a comment block, lol. that is what led to most of my confusion was not realizing that lines were part of the preceding line as a remark
so what i saw was something like this
//you can use the message method to include a private message, this is set later in this code, nearly 40 lines later, lol
message='why did these words wrap at EXACTLY the wrong space break'
.....and much later
//here is the setting of the message method as spoke about before
message='and here i am AGAIN, i imagine, since it is Java that this is the one going to the Jar, as it is the last one in the code block, but feel free to set the variable as many times as you like, lol'
//end code block that my pc got a kick out of formatting is the PERFECT way to confuse
I understand ... i will think about how to improve that ....
I was using notepad++ or comparable to edit jminer.properties and therefore i did not see, that this may be a issue.
For me it looks like this ...