after pool plots are generated you have to move them? so you cant mine while your plotting??
You can mine while plotting, but I just didn't include all the .bats in the poc pool zip, so either make a generate bat like pocminer except change pocminer.jar to pocminer_pool.jar, and pocminer.POCMiner to pcominer_pool.POCMiner, or just dump both regular and pool pocminer in the same folder and generate like usual, or even link the directories, anything that causes the plots to be generated where pocminer_pool is looking will work.
can help me?
Tell me pls... why blockchain not downloaded on 2 PC from work and home.... internet is good
in "recent block" 2700 block is last... 30 minutes ago... nothing.
In bottom right corner, wallet show me "blockchain downloading" ((((
Wallet 1.0.2
Try this:
shut down the wallet
delete the burst_db folder from the wallet's folder
start the wallet again, and see if it fully syncs.
This guy (the Dev) knows his stuff. Try that.
Well I already knew it was possible this might happen to someone. The difficulty is calculated locally when saving each block(it is not sent between peers), but it is never validated afterwards, just loaded and used. So if someone didn't upgrade before block 2700 they could have a correct block 2700 in the database with a wrong difficulty attached to it, so if they copied the database over to 1.0.2 and loaded it up, 1.0.2 would be loading the wrong difficulty and not know it, and reject valid 2701, effectively getting stuck. There's no easy way to just drop 2700 from the db, so resync is easiest fix at this time.