Author

Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 - page 1001. (Read 2170893 times)

sr. member
Activity: 280
Merit: 250
What sort of CPU processing overhead does the miner use?

Some simple hashing, very little overhead. One core of a modern CPU can process 100MB/s+.

Does it climb exponentially based on the amount of TB it's scanning?

Linearly

Would SSDs improve the speed at which coins are mined?

Regular HDD's are fast enough - and way cheaper per TB.

Is there a limitation on the size a processor can mine based on its processing power? Someone mentioned that if plotting doesn't complete fast enough, it's essentially lost?

A modern I7 can easily process 100TB+ in time. There is, but its high.

How is data loss coped with? What happens when you lose information on one drive?

You can just plot the same range again. Its all deterministic.

People were mentioning external hard drives, but I assume USB would turn into a bottleneck if it's constantly being scanned?

USB 2.0 is kind of a bottleneck, but still usable. USB 3.0 is perfect for BURST.

I also understand this coin could be abused from a cloud mining standpoint, but people have also been mentioning it has to scan the entire drive (which would use a crap ton of bandwidth, especially if you're talking TBs on the cloud)?

It needs to scan 1/4096th of the data each block. Thats 256MB/TB
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
Thank you for your reply. And 1 more thing. I saw that 4TB plotting requires 5 days? Meaning to say I must never shut down my computer in between? After plotting then I can restart it and mine without having to ever plot back?


1 more question. can i open a few miners if i have several harddisk or partitions? I would just need to copy and paste the poc_miner to each drive right?


For 4TB harddisk (3.63TB real space), are my arguments optimum?  0 - 14,400,000. From the guide it says 200GB for 800k

C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 460635828253812312 0 14400000 1000 4

Right. Its the only way to mine right now on Windows.
One miner per drive/partition
sr. member
Activity: 423
Merit: 250
So curiously, what sort of technical limitations are there to this? I saw the calculator, but how does each phase work? What sort of CPU processing overhead does the miner use? Does it climb exponentially based on the amount of TB it's scanning? Would SSDs improve the speed at which coins are mined? Is there a limitation on the size a processor can mine based on its processing power? Someone mentioned that if plotting doesn't complete fast enough, it's essentially lost?

How is data loss coped with? What happens when you lose information on one drive?

People were mentioning external hard drives, but I assume USB would turn into a bottleneck if it's constantly being scanned?

I also understand this coin could be abused from a cloud mining standpoint, but people have also been mentioning it has to scan the entire drive (which would use a crap ton of bandwidth, especially if you're talking TBs on the cloud)?
full member
Activity: 154
Merit: 100
Add me on Twitter! @AnonOnAMoose
If anyone wants to sell off a good amount of BURST between 450-500, let me know and you can put an order up for me to buy, it will help us all.
member
Activity: 112
Merit: 10
i think it might be a good idea to not develop any GPU plotter because if plotting become too fast difficulties will be very high very quickly. Right now CPU plotting put a limit how much people can plot. Even if someone buy 1 Petabyte of HDD they will need many days to plot it whereas if GPU is available people will plot Petabyte in a day and distribution of coin will be left to only a few people who build petabyte farm. People will soon not able to mine using TB if GPU plotting is available

I agree. As much as it pains me to have to wait 5 days for a 4TB plot - it must be this way. It is the perfect barrier to entry and the only way to prevent the scumbag from sucking up all the coins leaving nothing for the average joe.

The distribution is pretty good when you think about it - not many people have more than say 8 TB on this - most are probably between 200 and 3TB. We want as many people as possible to get a nice slice of the pie, create happy customers, attract new investors and new ideas, add value to the coin.

Every coin that gets abused and dumped by mega miners end up on a consistent slope downhill Even the mighty Litecoin is a shadow of its former self.

Keep it niche - keep it profitable.
hero member
Activity: 868
Merit: 1000
Question.

If i set out to plot 800000 (200 gb) and my file name is xxxxxxxxxxxxxxx_0_800000_1000 but i stop at 400000 (100 gb) should i rename my file to xxxxxxxxxxxxxxx_0_400000_1000 or it doesn't matter ?

The file name doesn't matter. But you might want to rename it so you know how many nonces it has

Another question.

If i have 10 plot , when i mine at pool , it will submit 10 plot shares or it will only submit 1 best share out of the 10 plot ?
full member
Activity: 224
Merit: 100
Question.

If i set out to plot 800000 (200 gb) and my file name is xxxxxxxxxxxxxxx_0_800000_1000 but i stop at 400000 (100 gb) should i rename my file to xxxxxxxxxxxxxxx_0_400000_1000 or it doesn't matter ?

The file name doesn't matter. But you might want to rename it so you know how many nonces it has
full member
Activity: 224
Merit: 100
1 more question. can i open a few miners if i have several harddisk or partitions? I would just need to copy and paste the poc_miner to each drive right?


For 4TB harddisk (3.63TB real space), are my arguments optimum?  0 - 14,400,000. From the guide it says 200GB for 800k

C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 460635828253812312 0 14400000 1000 4

Right. Its the only way to mine right now on Windows.
One miner per drive/partition
hero member
Activity: 868
Merit: 1000
Question.

If i set out to plot 800000 (200 gb) and my file name is xxxxxxxxxxxxxxx_0_800000_1000 but i stop at 400000 (100 gb) should i rename my file to xxxxxxxxxxxxxxx_0_400000_1000 or it doesn't matter ?
full member
Activity: 224
Merit: 100
i think it might be a good idea to not develop any GPU plotter because if plotting become too fast difficulties will be very high very quickly. Right now CPU plotting put a limit how much people can plot. Even if someone buy 1 Petabyte of HDD they will need many days to plot it whereas if GPU is available people will plot Petabyte in a day and distribution of coin will be left to only a few people who build petabyte farm. People will soon not able to mine using TB if GPU plotting is available

Its not that simple. You have to take in consideration writing speeds also. They will be able to speed up nonce generating, but after a stagger is generated it has to be written to HDD.
Overall it will be faster, but not that faster.
IMO you might be able to doble the nonces/sec you get with the CPU.
But it won't be that dramatic.
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
1 more question. can i open a few miners if i have several harddisk or partitions? I would just need to copy and paste the poc_miner to each drive right?


For 4TB harddisk (3.63TB real space), are my arguments optimum?  0 - 14,400,000. From the guide it says 200GB for 800k

C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 460635828253812312 0 14400000 1000 4
hero member
Activity: 644
Merit: 500
More difficulty=Less coin mined=More miners=More value.
The big player has to come. We still in "how to mine" phase.  Wink
hero member
Activity: 868
Merit: 1000
i think it might be a good idea to not develop any GPU plotter because if plotting become too fast difficulties will be very high very quickly. Right now CPU plotting put a limit how much people can plot. Even if someone buy 1 Petabyte of HDD they will need many days to plot it whereas if GPU is available people will plot Petabyte in a day and distribution of coin will be left to only a few people who build petabyte farm. People will soon not able to mine using TB if GPU plotting is available
hero member
Activity: 644
Merit: 500
Any news on Bittrex listing ??
Would like to get some BURST, but can't trust C-Cex with my BTC.

C-cex is quite good.
But i can understand. Just some patience and burst will be added to bittrex.
Relax and enjoy this new amazing coin.  Wink
hero member
Activity: 518
Merit: 500
Any news on Bittrex listing ??
Would like to get some BURST, but can't trust C-Cex with my BTC.

C-Cex is ok, just not a large exchange. I buy and sell there with no issues yet.
member
Activity: 64
Merit: 10
Any news on Bittrex listing ??
Would like to get some BURST, but can't trust C-Cex with my BTC.
sr. member
Activity: 334
Merit: 250
🌟 æternity🌟 blockchain🌟
For 4TB harddisk (3.63TB real space), are my arguments optimum?  0 - 14,400,000. From the guide it says 200GB for 800k

C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 460635828253812312 0 14400000 1000 4
member
Activity: 107
Merit: 10
how  many coins do i get for 1 TB per day???

~1000-1500 BURST (mining in pool)
hero member
Activity: 868
Merit: 1000
Question.

If i set to plot a single 500 gb file but i have to switch off my computer and stop plotting @ 250 gb. What's the best way to stop plotting before it complete 500 gb ? Am i able to resume plotting ? Is there such thing as corrupted plot if i close the plotting suddenly ?

You can still use the partial plot. It will cause an error "error reading file", but it will work.

There is no resume, just start another one with a higher starting nonce.

So i can close the plot bat anytime and suddenly without any problem ? I can still mine with whatever is left on the plotted file ?

You can. Just make sure your plots don't overlap.

Thank you. That make sense.

Good to know, i really think we need to restart for beginning, so sorry for my bad answer

If need to restart everybody will be doing 10 - 50 gb plot i think because 1 huge plot is too much risk
hero member
Activity: 1036
Merit: 531
Question.

If i set to plot a single 500 gb file but i have to switch off my computer and stop plotting @ 250 gb. What's the best way to stop plotting before it complete 500 gb ? Am i able to resume plotting ? Is there such thing as corrupted plot if i close the plotting suddenly ?

You can still use the partial plot. It will cause an error "error reading file", but it will work.

There is no resume, just start another one with a higher starting nonce.

So i can close the plot bat anytime and suddenly without any problem ? I can still mine with whatever is left on the plotted file ?

You can. Just make sure your plots don't overlap.

Thank you. That make sense.

Good to know, i really think we need to restart for beginning, so sorry for my bad answer
Jump to: