Author

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

sr. member
Activity: 560
Merit: 250
We really need that v2 pool ... if we want more ppl to mine this coin .... it is very hard to get 1 block

to be honest, we need more people buying this coins, instead of mining it  ! LOL LOL
difficulty is gone crazy !

Dont worry we will have a lot of people buying this coin after we hit a bigger exchange ... nobody need expensive electricity bills anymore ... we need aother alternative to mine coins and this is the best untill now .
hero member
Activity: 1400
Merit: 505
We really need that v2 pool ... if we want more ppl to mine this coin .... it is very hard to get 1 block

to be honest, we need more people buying this coins, instead of mining it  ! LOL LOL
difficulty is gone crazy !
sr. member
Activity: 560
Merit: 250
We really need that v2 pool ... if we want more ppl to mine this coin .... it is very hard to get 1 block
member
Activity: 84
Merit: 10
yes its possible,but i need dev confirmation how to correctly calculated it

Haven't seen the Dev around for some time. Must be busy working on the v2 pool.
We should also ask the Dev to update the OP with the features of this tool.
Also i am curious where Wullfcastle is hanging around.
hero member
Activity: 1400
Merit: 505
I'm really interested in finding what the relationship is between difficulty and the total size of the burstcoin mining network. As an analogy, the bitcoin mining network knows that they have an approximate hash rate of 200 petahash right now. It would be interesting and useful to know the total number of bytes dedicated to mining BURST. This would allow miners to more accurately predict their earnings, and it would also allow the entire community to know the economic cost of mounting a 51% attack.

I asked the dev about this, and they said:

A scaling factor is used and adjusted based on recent block times to attempt to get 4min/block. The difficulty used internally is (2^64)/scaling_factor. What is displayed in nrs info is cumulative difficulty(block 1 dif + block 2 dif + ... + block n dif).

A general difficulty -> TB amount could likely be found but I don't know it.

So, this confirms that the difficulty figure is arbitrary, and not directly related to the number of bytes in the network. However, since it self-adjusts for a 4-minute block time, I believe there should be a linear relationship between the average difficulty and the number of bytes in the burstcoin mining network.

Current estimates (based on my own findings and what others have been saying) indicate that 1 TB will mine about 2000 BURST per day. Based on this, the total number of bytes mining burst is approximately 1800 TB, which equals 1.8 x 10^15 bytes.

Currently, the difficulty is 2182485975211560, and the block height is 6246. This makes the average difficulty equal to 3.49 x 10^11.

Based on these figures, and the assumption that there is a linear relationship between average difficulty and total bytes mining, the formula for figuring out the total number of bytes mining is:

Code:
(cumulative_difficulty / block_height) * 5151 = number of bytes on the burstcoin mining network

Using this formula with current figures, we get a network size of 2182485975211560 / 6246 * 5151  = 1.8 x 10^15 bytes.

I'd love to work to improve on this formula! Any feedback is welcome.

you can see detailed block info at http://burst.cryptoport.io



on block 6250, Base Target = 16086365

if burst scaling factor is equal to Nxt Base target,
then we assume that this number is the scaling factor dev said,
and its look correct because overtime this number is reducing

based on dev said difficulty calculation is 2^64/scaling_factor
so on block 6250,

difficulty is 2^64/16086365 = 1.1467317 x 10^12
this number is total nonce required to solve a block
since 1 nonce is equal to 256KB = 0.25 MB
we can convert this nonce count into MB by

1.1467317 x 10^12 x 0.25 = 286,682,915,527 MB
= 279963784.7 GB
= 273402.1 TB

so it need 266 Peta Bytes to solve every block, that is your plot always resulting deadline of < 1 seconds
since blocktime is adjusted to 240 secs, minimal data required is
273402.1 TB / 240 = 1139 TB

assuming we have 1 TB, your chance to found a block is one every 1139 blocks
which is equal to 1139 x 240 = 273360 seconds
= 3.16 days

conclusion :
 you will get 1 block every 3 days on 1 TB plots


Nice explanation! Is it possible to show the amount of TB used real-time (refreshes every block) ?

yes its possible,but i need dev confirmation how to correctly calculated it
member
Activity: 84
Merit: 10
I'm really interested in finding what the relationship is between difficulty and the total size of the burstcoin mining network. As an analogy, the bitcoin mining network knows that they have an approximate hash rate of 200 petahash right now. It would be interesting and useful to know the total number of bytes dedicated to mining BURST. This would allow miners to more accurately predict their earnings, and it would also allow the entire community to know the economic cost of mounting a 51% attack.

I asked the dev about this, and they said:

A scaling factor is used and adjusted based on recent block times to attempt to get 4min/block. The difficulty used internally is (2^64)/scaling_factor. What is displayed in nrs info is cumulative difficulty(block 1 dif + block 2 dif + ... + block n dif).

A general difficulty -> TB amount could likely be found but I don't know it.

So, this confirms that the difficulty figure is arbitrary, and not directly related to the number of bytes in the network. However, since it self-adjusts for a 4-minute block time, I believe there should be a linear relationship between the average difficulty and the number of bytes in the burstcoin mining network.

Current estimates (based on my own findings and what others have been saying) indicate that 1 TB will mine about 2000 BURST per day. Based on this, the total number of bytes mining burst is approximately 1800 TB, which equals 1.8 x 10^15 bytes.

Currently, the difficulty is 2182485975211560, and the block height is 6246. This makes the average difficulty equal to 3.49 x 10^11.

Based on these figures, and the assumption that there is a linear relationship between average difficulty and total bytes mining, the formula for figuring out the total number of bytes mining is:

Code:
(cumulative_difficulty / block_height) * 5151 = number of bytes on the burstcoin mining network

Using this formula with current figures, we get a network size of 2182485975211560 / 6246 * 5151  = 1.8 x 10^15 bytes.

I'd love to work to improve on this formula! Any feedback is welcome.

you can see detailed block info at http://burst.cryptoport.io



on block 6250, Base Target = 16086365

if burst scaling factor is equal to Nxt Base target,
then we assume that this number is the scaling factor dev said,
and its look correct because overtime this number is reducing

based on dev said difficulty calculation is 2^64/scaling_factor
so on block 6250,

difficulty is 2^64/16086365 = 1.1467317 x 10^12
this number is total nonce required to solve a block
since 1 nonce is equal to 256KB = 0.25 MB
we can convert this nonce count into MB by

1.1467317 x 10^12 x 0.25 = 286,682,915,527 MB
= 279963784.7 GB
= 273402.1 TB

so it need 266 Peta Bytes to solve every block, that is your plot always resulting deadline of < 1 seconds
since blocktime is adjusted to 240 secs, minimal data required is
273402.1 TB / 240 = 1139 TB

assuming we have 1 TB, your chance to found a block is one every 1139 blocks
which is equal to 1139 x 240 = 273360 seconds
= 3.16 days

conclusion :
 you will get 1 block every 3 days on 1 TB plots


Nice explanation! Is it possible to show the amount of TB used real-time (refreshes every block) ?
hero member
Activity: 1400
Merit: 505
I'm really interested in finding what the relationship is between difficulty and the total size of the burstcoin mining network. As an analogy, the bitcoin mining network knows that they have an approximate hash rate of 200 petahash right now. It would be interesting and useful to know the total number of bytes dedicated to mining BURST. This would allow miners to more accurately predict their earnings, and it would also allow the entire community to know the economic cost of mounting a 51% attack.

I asked the dev about this, and they said:

A scaling factor is used and adjusted based on recent block times to attempt to get 4min/block. The difficulty used internally is (2^64)/scaling_factor. What is displayed in nrs info is cumulative difficulty(block 1 dif + block 2 dif + ... + block n dif).

A general difficulty -> TB amount could likely be found but I don't know it.

So, this confirms that the difficulty figure is arbitrary, and not directly related to the number of bytes in the network. However, since it self-adjusts for a 4-minute block time, I believe there should be a linear relationship between the average difficulty and the number of bytes in the burstcoin mining network.

Current estimates (based on my own findings and what others have been saying) indicate that 1 TB will mine about 2000 BURST per day. Based on this, the total number of bytes mining burst is approximately 1800 TB, which equals 1.8 x 10^15 bytes.

Currently, the difficulty is 2182485975211560, and the block height is 6246. This makes the average difficulty equal to 3.49 x 10^11.

Based on these figures, and the assumption that there is a linear relationship between average difficulty and total bytes mining, the formula for figuring out the total number of bytes mining is:

Code:
(cumulative_difficulty / block_height) * 5151 = number of bytes on the burstcoin mining network

Using this formula with current figures, we get a network size of 2182485975211560 / 6246 * 5151  = 1.8 x 10^15 bytes.

I'd love to work to improve on this formula! Any feedback is welcome.

you can see detailed block info at http://burst.cryptoport.io



on block 6250, Base Target = 16086365

if burst scaling factor is equal to Nxt Base target,
then we assume that this number is the scaling factor dev said,
and its look correct because overtime this number is reducing

based on dev said difficulty calculation is 2^64/scaling_factor
so on block 6250,

difficulty is 2^64/16086365 = 1.1467317 x 10^12
this number is total nonce required to solve a block
since 1 nonce is equal to 256KB = 0.25 MB
we can convert this nonce count into MB by

1.1467317 x 10^12 x 0.25 = 286,682,915,527 MB
= 279963784.7 GB
= 273402.1 TB

so it need 266 Peta Bytes to solve every block, that is your plot always resulting deadline of < 1 seconds
since blocktime is adjusted to 240 secs, minimal data required is
273402.1 TB / 240 = 1139 TB

assuming we have 1 TB, your chance to found a block is one every 1139 blocks
which is equal to 1139 x 240 = 273360 seconds
= 3.16 days

conclusion :
 you will get 1 block every 3 days on 1 TB plots

i dont know if my calculations are correct, but its close, i have 15 TB, and the average i found a block is close to 0.33 block / days / TB
full member
Activity: 154
Merit: 100
Add me on Twitter! @AnonOnAMoose
I'm really interested in finding what the relationship is between difficulty and the total size of the burstcoin mining network. As an analogy, the bitcoin mining network knows that they have an approximate hash rate of 200 petahash right now. It would be interesting and useful to know the total number of bytes dedicated to mining BURST. This would allow miners to more accurately predict their earnings, and it would also allow the entire community to know the economic cost of mounting a 51% attack.

I asked the dev about this, and they said:

A scaling factor is used and adjusted based on recent block times to attempt to get 4min/block. The difficulty used internally is (2^64)/scaling_factor. What is displayed in nrs info is cumulative difficulty(block 1 dif + block 2 dif + ... + block n dif).

A general difficulty -> TB amount could likely be found but I don't know it.

So, this confirms that the difficulty figure is arbitrary, and not directly related to the number of bytes in the network. However, since it self-adjusts for a 4-minute block time, I believe there should be a linear relationship between the average difficulty and the number of bytes in the burstcoin mining network.

Current estimates (based on my own findings and what others have been saying) indicate that 1 TB will mine about 2000 BURST per day. Based on this, the total number of bytes mining burst is approximately 1800 TB, which equals 1.8 x 10^15 bytes.

Currently, the difficulty is 2182485975211560, and the block height is 6246. This makes the average difficulty equal to 3.49 x 10^11.

Based on these figures, and the assumption that there is a linear relationship between average difficulty and total bytes mining, the formula for figuring out the total number of bytes mining is:

Code:
(cumulative_difficulty / block_height) * 5151 = number of bytes on the burstcoin mining network

Using this formula with current figures, we get a network size of 2182485975211560 / 6246 * 5151  = 1.8 x 10^15 bytes.

I'd love to work to improve on this formula! Any feedback is welcome.

Well done man. I believe you are correct.

On a side note, we are over 1.5 PETAbytes!!!

This is a moral victory.
hero member
Activity: 672
Merit: 500
Is PoC going to be future of mining?
member
Activity: 84
Merit: 10
Welp, I'm officially obsessed with burstcoin. I just formatted my 3TB drive which was full of HD movies that I've been collecting for years. I figure I can re-download the movies, but I'll never get a chance to mine BURST at this low of a difficulty again.
I know, I've never seen a coin as cool as burst, im going to buy some while its still low.

I've been obsessed since I first started, my third drive purchase is on it's way.


Watching the mining deadlines is the best movie i have seen in a long time.
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
Welp, I'm officially obsessed with burstcoin. I just formatted my 3TB drive which was full of HD movies that I've been collecting for years. I figure I can re-download the movies, but I'll never get a chance to mine BURST at this low of a difficulty again.
I know, I've never seen a coin as cool as burst, im going to buy some while its still low.

I've been obsessed since I first started, my third drive purchase is on it's way.
member
Activity: 84
Merit: 10
@Dev: Any progress on the v2 pool ? (just very very curious how it's going).
member
Activity: 89
Merit: 10
I'm really interested in finding what the relationship is between difficulty and the total size of the burstcoin mining network. As an analogy, the bitcoin mining network knows that they have an approximate hash rate of 200 petahash right now. It would be interesting and useful to know the total number of bytes dedicated to mining BURST. This would allow miners to more accurately predict their earnings, and it would also allow the entire community to know the economic cost of mounting a 51% attack.

I asked the dev about this, and they said:

A scaling factor is used and adjusted based on recent block times to attempt to get 4min/block. The difficulty used internally is (2^64)/scaling_factor. What is displayed in nrs info is cumulative difficulty(block 1 dif + block 2 dif + ... + block n dif).

A general difficulty -> TB amount could likely be found but I don't know it.

So, this confirms that the difficulty figure is arbitrary, and not directly related to the number of bytes in the network. However, since it self-adjusts for a 4-minute block time, I believe there should be a linear relationship between the average difficulty and the number of bytes in the burstcoin mining network.

Current estimates (based on my own findings and what others have been saying) indicate that 1 TB will mine about 2000 BURST per day. Based on this, the total number of bytes mining burst is approximately 1800 TB, which equals 1.8 x 10^15 bytes.

Currently, the difficulty is 2182485975211560, and the block height is 6246. This makes the average difficulty equal to 3.49 x 10^11.

Based on these figures, and the assumption that there is a linear relationship between average difficulty and total bytes mining, the formula for figuring out the total number of bytes mining is:

Code:
(cumulative_difficulty / block_height) * 5151 = number of bytes on the burstcoin mining network

Using this formula with current figures, we get a network size of 2182485975211560 / 6246 * 5151  = 1.8 x 10^15 bytes.

I'd love to work to improve on this formula! Any feedback is welcome.
member
Activity: 84
Merit: 10
I still have to figure out where to buy some more (!). C-cex or NXT Asset (can't seem to understand how to trade on this one) ?
Any advise ?

Contact ABC with a PM.

he would be happy to help I'm sure.

People aren't dumping at the moment cuz they are waking up to NWO being a scam and are trying to recover with BURST

Thx
full member
Activity: 154
Merit: 100
Add me on Twitter! @AnonOnAMoose
I still have to figure out where to buy some more (!). C-cex or NXT Asset (can't seem to understand how to trade on this one) ?
Any advise ?

Contact ABC with a PM.

he would be happy to help I'm sure.

People aren't dumping at the moment cuz they are waking up to NWO being a scam and are trying to recover with BURST
sr. member
Activity: 560
Merit: 250
So lets say i ploted 1 800000 then 800002 19660800 and my pc restarted and last plot i remember was 2300002 ... if i start again 2300002 19660800 its ok ?
member
Activity: 84
Merit: 10
I still have to figure out where to buy some more (!). C-cex or NXT Asset (can't seem to understand how to trade on this one) ?
Any advise ?
full member
Activity: 154
Merit: 100
Add me on Twitter! @AnonOnAMoose
Welp, I'm officially obsessed with burstcoin. I just formatted my 3TB drive which was full of HD movies that I've been collecting for years. I figure I can re-download the movies, but I'll never get a chance to mine BURST at this low of a difficulty again.
I know, I've never seen a coin as cool as burst, im going to buy some while its still low.

Yeah super exciting! I feel like we just found scrypt mining on week one! =D
hero member
Activity: 672
Merit: 500
Welp, I'm officially obsessed with burstcoin. I just formatted my 3TB drive which was full of HD movies that I've been collecting for years. I figure I can re-download the movies, but I'll never get a chance to mine BURST at this low of a difficulty again.
I know, I've never seen a coin as cool as burst, im going to buy some while its still low.
member
Activity: 89
Merit: 10
Welp, I'm officially obsessed with burstcoin. I just formatted my 3TB drive which was full of HD movies that I've been collecting for years. I figure I can re-download the movies, but I'll never get a chance to mine BURST at this low of a difficulty again.
Jump to: