Any chance for a mining pool?
It's being worked on right now. See this post
https://bt.irlbtc.com/view/731923.msg8302521#msg8302521 for more information on the situation.
now, I am miing with my run_mine.bat file set like : java
-Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine "
http://127.0.0.1:8125"%*
what's the difference of the different value of Xmx , Is the value bigger the better or somthing else??
xmx sets how much memory the jvm is allowed to use. Since there is so much data cycling through the miner, it has a tendency to use every bit it is allowed to even if there is no benefit, so if it is set too high you'll just be wasting ram, however if it is too low, it could have trouble reading in data.
my computer has a RAM DDR3 8G,, is Xmx 1000m ok , or bigger value is better?
1000 is fine. There shouldn't be a need to set it higher unless you're mining on very fast storage(ssds, or large raid0 setups), and your cpu is having trouble keeping up with the reads.
What happen to our existing SOLO Plot file, Wasted? Can it be reuse on the pool itself ?
The pool situation:
I understand pools are needed, as it is getting very difficult to solo mine. As plots are specific to the account address the coins will go to, this poses a bit of a problem. Pool support will be released in 2 steps:
1. A pool server program will be created that supplies users each a unique address to generate plots for. The user's plots for mining with that pool will only be usable for that pool. This will be released and a pool will be set up hopefully within a few days. It will be very simplistic to try to get it released as soon as possible.
2. Later on, a new client will be released to update the protocol. A user will then be able to announce to the network an address where their mined coins will go to instead of their own. This will allow pool miners to generate plots for themselves, and mine at any pool by setting their mining output address to the pool they want to use.
You can continue to solo mine with it while generating for a pool. When part 2 of the pool plan is done, solo plot files will be usable on pools. It's your choice whether you want to do split solo/pool, or start replacing solos when the drive is full.