Yes , Any new info for the pocminer written in C and not in java ( java is very very slow

) .
95% done, but usable if you add your passphrase to the code manually.
- a lot faster
- multithreaded
- multiple plot directories
- uses almost no memory
- for solo mining only (I guess)
http://pastebin.com/PrnGyg19Go to line 101 and put your passphrase in. Remember to replace spaces with +
Then compile (gcc -o mine mine.c shabal.o -lpthread)
When running always end the path's with
so:
> ./mine 127.0.0.1mnt/disk1/plots/mnt/disk2/plots/mnt/disk3/plots/
2872 MB read/11488 GB total/deadline 13929s (13855s left)
New block 8144, basetarget 12214315
2872 MB read/11488 GB total/deadline 3537s (3166s left)
New block 8145, basetarget 12897708
2872 MB read/11488 GB total/deadline 12357s (12077s left)
New block 8146, basetarget 13253224
2872 MB read/11488 GB total/deadline 2202s (1944s left)
New block 8147, basetarget 13829153
2872 MB read/11488 GB total/deadline 2579s (1850s left)
New block 8148, basetarget 13957505
2872 MB read/11488 GB total/deadline 9786s (9643s left)
New block 8149, basetarget 13761067
2872 MB read/11488 GB total/deadline 17811s (17506s left)
New block 8150, basetarget 13768134
2872 MB read/11488 GB total/deadline 8542s (8407s left)
its working for pool mining at
http://burst-pool.cryptoport.io
but sometime it get segfault when new block event, do you know why? but if i run inside gdb its ok, no problem at all, is it thread problem maybe?
source and bin is here
https://s3-ap-southeast-1.amazonaws.com/burst-mirror/dcct-pool-miner.tgz