Pages:
Author

Topic: [ANN] [BURST] Burst Mining System - A new miner for BurstCoin - page 4. (Read 32097 times)

full member
Activity: 224
Merit: 100
Ok. I started 3 miners. 1 master and 2 slaves.
The slaves are working ok. The master is reporting that mining for block has finished. But its the same block over and over again

Code:
2014-09-07 04:08:52.499  INFO 3953 --- [taskScheduler-2] ish.burst.ms.services.MiningService      : Stopped mining {f4eb42d8-d1e4-3676-8a3f-5f9879758ca6} due to block change.
2014-09-07 04:08:52.500  INFO 3953 --- [taskScheduler-2] ish.burst.ms.services.NetStateService    : Could not fetch block data from pool

On the dashboard it displays the correct block and the generating hash. Also reporting how many time a plot was searched.
Is it something bad or does it run even with these problems?

edit: the plot file used by the master isn't finished yet if it matters
Also, mining official v2 pool. Not Urays pool
newbie
Activity: 28
Merit: 0
full member
Activity: 224
Merit: 100
I can confirm it works. It took some work to compile it under linux (windows was crapping its pants) but it works.

edit: How do the threads help? When the block changes it uses x threads to search for the nonce instead of using 1 that sweeped the files chronologically?
I mean, it can scan x files at the same time?

The threads will work at the file level, so if you have 2 threads it will process 2 plot files at the same time... If you just have 1 plot file for the miner having more than 1 thread wont do much.  But I wouldn't necessarily recommend having more than 1 thread, just because it will make your hard-drive go a little crazy with seeking, so might actually slow down the overall time of processing a block.

Can't this be pre-compiled and used as is? It was and it still is pretty hard to set up mining for BURST. The mining process should be simplified
newbie
Activity: 28
Merit: 0
I can confirm it works. It took some work to compile it under linux (windows was crapping its pants) but it works.

edit: How do the threads help? When the block changes it uses x threads to search for the nonce instead of using 1 that sweeped the files chronologically?
I mean, it can scan x files at the same time?

The threads will work at the file level, so if you have 2 threads it will process 2 plot files at the same time... If you just have 1 plot file for the miner having more than 1 thread wont do much.  But I wouldn't necessarily recommend having more than 1 thread, just because it will make your hard-drive go a little crazy with seeking, so might actually slow down the overall time of processing a block.
full member
Activity: 224
Merit: 100
I can confirm it works. It took some work to compile it under linux (windows was crapping its pants) but it works.

edit: How do the threads help? When the block changes it uses x threads to search for the nonce instead of using 1 that sweeped the files chronologically?
I mean, it can scan x files at the same time?
full member
Activity: 224
Merit: 100
How do we select multiple plots folders?

Currently there is no way to select multiple plot folders, but ill add it soon.  You can add a feature request at GitHub so I can track it.

So for now the solution would be to run an instance for every drive and one master that would monitor all the other?
sr. member
Activity: 458
Merit: 250
beast at work
could you provide the .jar file too ?
hero member
Activity: 518
Merit: 500
Announcing a new miner, plot generation and monitor tool for BurstCoin.
 
Burst Mining System

https://github.com/mrpsion/burst-mining-system

It is a java based miner and plot generator, all in one with the ability to report on the status of other miners you might have.

Here are some screen shots.





I have been running this locally for a few days now and ironed out all the bugs i could fine. If you take a chance and decide to give this a go, let me know about any issues on the github page.












So, this is for V1 pool mining only or can it solo mine? What's the exact steps to compile this in Windows? Or will you compile it in the future? Does this have any optimizations for plotting and/or mining?
newbie
Activity: 28
Merit: 0
How do we select multiple plots folders?

Currently there is no way to select multiple plot folders, but ill add it soon.  You can add a feature request at GitHub so I can track it.
newbie
Activity: 28
Merit: 0
If you have pulled this mining before now, you will want to refresh your local copy. It was originally written as a V1 pool, but was having issues. It is now a V2 only pool.   Tested on http://burst-pool.cryptoport.io.

full member
Activity: 224
Merit: 100
How do we select multiple plots folders?
legendary
Activity: 1036
Merit: 1000
https://bmy.guide
Announcing a new miner, plot generation and monitor tool for BurstCoin.
 
Burst Mining System

https://github.com/mrpsion/burst-mining-system

It is a java based miner and plot generator, all in one with the ability to report on the status of other miners you might have.

Here are some screen shots.





I have been running this locally for a few days now and ironed out all the bugs i could fine. If you take a chance and decide to give this a go, let me know about any issues on the github page.






trying this in vm
newbie
Activity: 28
Merit: 0
Announcing a new miner, plot generation and monitor tool for BurstCoin.
 
Burst Mining System

https://github.com/mrpsion/burst-mining-system

It is a java based miner and plot generator, all in one with the ability to report on the status of other miners you might have.

For anyone not on version 1.11, your shares will not be correct on the pools. There was a major bug in the deadline calculation. Please use release 1.11

https://github.com/mrpsion/burst-mining-system/releases/tag/1.11


Please use release 1.12. This fixes a major issue where best decending shares were submitted per chunk instead of per block (i.e. across all the plots for that miner) This resulted in penalties on Urays pool.

https://github.com/mrpsion/burst-mining-system/releases/tag/1.12


Minor update to 1.12 that fixes the System Dashboard.

https://github.com/mrpsion/burst-mining-system/releases/tag/1.13


Release 1.20 is out. This adds log tailing from the webui for all hosts linked to the master.  I have also validated that shares are being submitted correctly to both Uray and Offical V2 pools.

https://github.com/mrpsion/burst-mining-system/releases/tag/1.20

Here are some screen shots.

http://i.imgur.com/OskzYDp.png

http://i.imgur.com/Ommw4tT.png

http://i.imgur.com/sfjil5z.png







Pages:
Jump to: