Author

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

sr. member
Activity: 434
Merit: 250
NXT(which this is a fork of) uses a deadline system for its POS system. If I recall correctly it figures out how long it will be until elapsed time * balance maintained over the last 24 hours will become larger than a value derived from hashing information from the previous block with the public key holding that balance.

Interesting.  I never bothered looking at NXT much.  I dislike Java.  I'll have to find a good overview somewhere, thanks.

I know ltc testnet and such use time-based deadlines on difficulty, as well, but that is slightly different.
sr. member
Activity: 434
Merit: 250
Still on target for launch tonight?
full member
Activity: 175
Merit: 104
Do you need one large drive to mine or are multiple drives supported?


By the way, I've started up #burstcoin on Freenode. Just PM me w/ your IRC nickname and I'll make you server admin.
sr. member
Activity: 280
Merit: 250
Technically, this mining process can be mined POW-style, however mining it as intended will yield thousands of times the hashrate, and your hardware will sit idle most of the time. Continuously hashing until a block is found is unnecessary, as waiting long enough will cause any nonce to eventually become valid.

Doesn't this imply an optimum by "doing both?"  Can you just keep a cache over your plot hashing work instead of storing all of the scoops themselves, and balance the trade-off to your hardware by adjusting cache size and expiration?  It feels like this might have a unique inflection point on memory hardness.  I'm not sure if this would be good news or bad news.  Cheesy

I do like the mechanism for handling block interval.  Having advance knowledge as to when you will default to having found a block may have some interesting implications.  Are there any other coins that work in this fashion of claiming a pre-signed ticket after some expiration?  Does this make such a network particularly susceptible to some of the social engineering attacks?

This might actually be a coin to watch.  Though I remain particularly skeptical of any ANN before seeing source code, this one has some of my interest for the moment.

Well your maximum possible hashrate certainly would be doing both, however it's more of an efficiency issue. Tripling or more the electric draw for an extra 0.1% hashrate is just a really bad deal.

NXT(which this is a fork of) uses a deadline system for its POS system. If I recall correctly it figures out how long it will be until elapsed time * balance maintained over the last 24 hours will become larger than a value derived from hashing information from the previous block with the public key holding that balance.

Yo said that is is based off of the NXT source code, but that's primarily PoS. How will NXT's 'forging' tab be changed? And do you think that pools will be possible early on since this is a new algo?

NXT's POS system has been removed and replaced with the new algorithm. Regarding pools, take a look as my post here: https://bitcointalksearch.org/topic/m.8281535
full member
Activity: 175
Merit: 104
You said that is is based off of the NXT source code, but that's primarily PoS. How will NXT's 'forging' tab be changed? And do you think that pools will be possible early on since this is a new algo?
hero member
Activity: 672
Merit: 500
I only have like 500 GB, hopefully I can still get some.
full member
Activity: 175
Merit: 104
This seems really interesting. I have a few terabytes ready to be used. Smiley
legendary
Activity: 3248
Merit: 1070
good, ssd miner?

so space over speed...
sr. member
Activity: 434
Merit: 250
Technically, this mining process can be mined POW-style, however mining it as intended will yield thousands of times the hashrate, and your hardware will sit idle most of the time. Continuously hashing until a block is found is unnecessary, as waiting long enough will cause any nonce to eventually become valid.

Doesn't this imply an optimum by "doing both?"  Can you just keep a cache over your plot hashing work instead of storing all of the scoops themselves, and balance the trade-off to your hardware by adjusting cache size and expiration?  It feels like this might have a unique inflection point on memory hardness.  I'm not sure if this would be good news or bad news.  Cheesy

I do like the mechanism for handling block interval.  Having advance knowledge as to when you will default to having found a block may have some interesting implications.  Are there any other coins that work in this fashion of claiming a pre-signed ticket after some expiration?  Does this make such a network particularly susceptible to some of the social engineering attacks?

This might actually be a coin to watch.  Though I remain particularly skeptical of any ANN before seeing source code, this one has some of my interest for the moment.
sr. member
Activity: 280
Merit: 250
Is there a maximum size of disk space?

Technically, since the nonce is a 64-bit number there are 2^64 possible plots for each address, which if you stored them all would take up a total of 4398046511104TB. If you actually got up there(and something else didn't break first), you could just make another address.

How many coins i can generate if i have like 1tb hdd?

No one knows that until it launches.
legendary
Activity: 1288
Merit: 1012
How many coins i can generate if i have like 1tb hdd?
sr. member
Activity: 434
Merit: 250
Is there a maximum size of disk space?
sr. member
Activity: 280
Merit: 250
So as it's Java, no problems running on OSX or Linux?
Correct.
newbie
Activity: 35
Merit: 0
Data Centers will just EAT this coin alive LOL
sr. member
Activity: 434
Merit: 250
So as it's Java, no problems running on OSX or Linux?
sr. member
Activity: 434
Merit: 250
Can you release it when I'm not asleep? :-)
sr. member
Activity: 280
Merit: 250
You mention that the miner will be released 3 hours before launch. Will that be enough time to prepare a 1TB hard drive?
No. If you have a good processor, you can probably do about 100GB in 3 hours. You can run 2 instances of the miner, one for generating plots, and one for mining with plots at the same time, and it will mine with what you've prepared.

So SSD will give more number of coins than HDD ?
HDD read speeds are fast enough for this. There is no benefit to SSDs.

Would you need an os installed or can I set it to use a different drive than miner is on.
The miner runs on the Java JVM. Anything that you can run java programs on should work.

My pc has 4 hdd's, can I mine with more than one drive?


Yes. When mining, run an instance of the miner on each drive. You may want to cap the ram usage though(ex: -Xmx500m), since the JVM tends to store no longer needed stuff too long and uses up all your ram if you don't force a lower cap. The .bat/.sh scripts included in the miner will already have that flag set.
sr. member
Activity: 490
Merit: 250
Saved you from a scam? Send me some BTC!
My pc has 4 hdd's, can I mine with more than one drive?

sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
Would you need an os installed or can I set it to use a different drive than miner is on.
hero member
Activity: 770
Merit: 500
So SSD will give more number of coins than HDD ?
Jump to: