Author

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

legendary
Activity: 2450
Merit: 1002
BTC drop, burst drop, lower mining earnings... did I miss something?  Huh
BTC dropped is not the main cause, it is BURST / BTC dropped actually!

Well, this hypecoin is on its way out too =( bummer, was hoping something awesome for it.
hero member
Activity: 714
Merit: 500
BTC drop, burst drop, lower mining earnings... did I miss something?  Huh
BTC dropped is not the main cause, it is BURST / BTC dropped actually!
full member
Activity: 199
Merit: 100
BTC drop, burst drop, lower mining earnings... did I miss something?  Huh
sr. member
Activity: 341
Merit: 250
Hello BURST community !!

Can anyone please guide me on how to create a custom burn address?

Will appreciate your kind help.

http://wiki.burstcoin.de/index.php?title=FAQ

If vandalay really meant a burn address this would not help completely, as he would have access to it.
Well, at least I would not trust a burn address like that, just send coins to genesis acc

Can you please elaborate on the genesis account?
I know it exists for NXT as well

how is it provably unspendable?
and what is the public key of the BURST gen account?

You guys are sure it works in Burst as well?  I could see burstdev having removed it and it just being a regular account.. which has a known password.

You should probably test it by sending a couple Burst there before using it as a Burn address.

Genesis address is BURST-NU58-Z4QR-XXKE-94DHH
It's pubkey is 0000000000000000000000000000000000000000000000000000000000000000

really anything that entirely has numeric meaning(unlikely to have a pubkey found by chance would work)

iirc account 0 is BURST-2222-2222-2222-22222, so that works nicely also.

unlike NXT or HZ (clone of NXT), BURST genesis account doesn't have a negative balance.
with negative balance, you have an easy proof of burning coins.

So how can one use BURST genesis account to burn coins?

This is due to the fact that both HZ and NXT are 100% premined. Their genesis accounts started out with a balance of 0, therefore when they sent out the premine coins the accounts ended up with negative balances. IIRC NXT is hardcoded to reject transactions coming from accounts with negative balances so this provides an effective way of burning even if the passphrases to access them are known.

As both mczarnek and the dev pointed out, anything that is sufficiently unlikely to have a key found can dub as a burn address in BURST (maybe not for the extremely paranoid Cheesy).
I apologize for thinking of the genesis account first, as you might argue it does not perform the function as well as it does in other 'NXT' coins. During one discussion the dev mentioned destroying assets by sending them to the genesis account, so I thought it performs the same function as in other 'NXT' coins.

This mistake of mine illustrates my initial point to some extent though Cheesy. I would not send my coins to a randomly looking account someone posts in this thread (or anywhere else) and claims 'This is a burn address'. Always approach posts with a healthy dose of caution Smiley

Now that this is clear,

Can anyone here create such a burn address? should contain as many consecutive X's as possible an a valid checksum.

Cheers
hero member
Activity: 619
Merit: 500
burstbank stuck?

this happens now serveral times. wallet running empty and a few hours or days later its filled up again.

but its ok, better than nothing!
newbie
Activity: 18
Merit: 0
burstbank stuck?

Wallet for payments, balance   1 burst
Wallet for payments, time left   0 hour(s)
sr. member
Activity: 355
Merit: 250
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
The bug is most likely something like the following:

vector< int > v;

v.push_back( 1 );
v.push_back( 2 );

int x = v[ 2 ]; // oops - bad

(as only v[ 0 ] and v[ 1 ] would be valid)

So somewhere the code has made a mistake about the size of a vector and tried to read (at least) one record beyond the end of its valid range.

It may help for the dev to change the code to use v.get( X ) rather than v[ X ] (if they aren't doing this already) to perhaps get better exception info but basically they need to find why they are trying to read outside of the valid range of the container.

One starting point might be to make sure all loops upon vectors look like this:
for( vector< int >::iterator i = 0; i < v.size( ); ++i )

rather than this:
for( vector< int >::iterator i = 0; i <= v.size( ); ++i )

(but that is only one such example of where this kind of mistake could have been made)
legendary
Activity: 1750
Merit: 1024
[miner]

new version Burst-miner v1.150401
https://github.com/Blagodarenko/miner-burst/releases/download/v1.150401/miner-burst-1.150401.zip

- MaxThreads (Paths) = 48 Unlimited
- MaxAccounts =100 Unlimited
- MaxFiles per directory =1000 Unlimited (limited by OS)
- parameter "SkipBadPlots" did not used
https://github.com/Blagodarenko/miner-burst



Im getting the same error

Faulting application name: miner_blago.exe, version: 0.0.0.0, time stamp: 0x551ceedf
Faulting module name: MSVCR120D.dll, version: 12.0.21005.1, time stamp: 0x524f8403
Exception code: 0xc0000005
Fault offset: 0x000000000004b2b2
Faulting process id: 0xd84
Faulting application start time: 0x01d070f5727d5042
Faulting application path: d:\miner\miner-burst-blago\miner_blago.exe
Faulting module path: d:\miner\miner-burst-blago\MSVCR120D.dll
Report Id: 81692c3d-dd25-11e4-80d6-1c6f656bb765
Faulting package full name:
Faulting package-relative application ID:

Still getting this problem. I reverted to 319 for the time being.

Weird enough, even though I wasn't hashing faster on 401, I was finding a LOT more blocks. Maybe just coincidence, but it seems as though there is a bug in the current version (319) that severely hampers my ability to find blocks. I've been mining on a pool for some time now, so it doesn't really affect me, but I'm sure doesn't help the pool I'm supposed to be 'contributing' to.

12 days w/o crashes for me... using 401

Try setup "ShowWinner" : false

Still happening with winner being false.
set "UseCleanMem" : false
it worked for me, so far 3 days w/o crashes

I was using memclean false on all my machines to begin with. I am running them as admin though.
newbie
Activity: 5
Merit: 0
[miner]

new version Burst-miner v1.150401
https://github.com/Blagodarenko/miner-burst/releases/download/v1.150401/miner-burst-1.150401.zip

- MaxThreads (Paths) = 48 Unlimited
- MaxAccounts =100 Unlimited
- MaxFiles per directory =1000 Unlimited (limited by OS)
- parameter "SkipBadPlots" did not used
https://github.com/Blagodarenko/miner-burst


https://i.imgur.com/O9bfnVR.jpg
Im getting the same error

Faulting application name: miner_blago.exe, version: 0.0.0.0, time stamp: 0x551ceedf
Faulting module name: MSVCR120D.dll, version: 12.0.21005.1, time stamp: 0x524f8403
Exception code: 0xc0000005
Fault offset: 0x000000000004b2b2
Faulting process id: 0xd84
Faulting application start time: 0x01d070f5727d5042
Faulting application path: d:\miner\miner-burst-blago\miner_blago.exe
Faulting module path: d:\miner\miner-burst-blago\MSVCR120D.dll
Report Id: 81692c3d-dd25-11e4-80d6-1c6f656bb765
Faulting package full name:
Faulting package-relative application ID:

Still getting this problem. I reverted to 319 for the time being.

Weird enough, even though I wasn't hashing faster on 401, I was finding a LOT more blocks. Maybe just coincidence, but it seems as though there is a bug in the current version (319) that severely hampers my ability to find blocks. I've been mining on a pool for some time now, so it doesn't really affect me, but I'm sure doesn't help the pool I'm supposed to be 'contributing' to.

12 days w/o crashes for me... using 401

Try setup "ShowWinner" : false

Still happening with winner being false.
set "UseCleanMem" : false
it worked for me, so far 3 days w/o crashes
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Did Elmit ever fix his pool or is he still scamming?

If I remember correctly, on burstforum he said that he replaced the motherboard.  Huh Huh 

So yea, I really don't think he or his so called "team" is capable of handling anything. But I do hope he proves me wrong.

So how is that relevant? Never mind. I do not want to get sucked into this vortex. Forget I asked! Smiley
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
Did Elmit ever fix his pool or is he still scamming?

If I remember correctly, on burstforum he said that he replaced the motherboard.  Huh Huh 

So yea, I really don't think he or his so called "team" is capable of handling anything. But I do hope he proves me wrong.
legendary
Activity: 1750
Merit: 1024
[miner]

new version Burst-miner v1.150401
https://github.com/Blagodarenko/miner-burst/releases/download/v1.150401/miner-burst-1.150401.zip

- MaxThreads (Paths) = 48 Unlimited
- MaxAccounts =100 Unlimited
- MaxFiles per directory =1000 Unlimited (limited by OS)
- parameter "SkipBadPlots" did not used
https://github.com/Blagodarenko/miner-burst



Im getting the same error

Faulting application name: miner_blago.exe, version: 0.0.0.0, time stamp: 0x551ceedf
Faulting module name: MSVCR120D.dll, version: 12.0.21005.1, time stamp: 0x524f8403
Exception code: 0xc0000005
Fault offset: 0x000000000004b2b2
Faulting process id: 0xd84
Faulting application start time: 0x01d070f5727d5042
Faulting application path: d:\miner\miner-burst-blago\miner_blago.exe
Faulting module path: d:\miner\miner-burst-blago\MSVCR120D.dll
Report Id: 81692c3d-dd25-11e4-80d6-1c6f656bb765
Faulting package full name:
Faulting package-relative application ID:

Still getting this problem. I reverted to 319 for the time being.

Weird enough, even though I wasn't hashing faster on 401, I was finding a LOT more blocks. Maybe just coincidence, but it seems as though there is a bug in the current version (319) that severely hampers my ability to find blocks. I've been mining on a pool for some time now, so it doesn't really affect me, but I'm sure doesn't help the pool I'm supposed to be 'contributing' to.

12 days w/o crashes for me... using 401

Try setup "ShowWinner" : false

Still happening with winner being false.
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
Did Elmit ever fix his pool or is he still scamming?
sr. member
Activity: 462
Merit: 250
The following press release has been sent out to about 250 crypto community members; we didn't use any paid service for this as the news worthiness can be disputed.

The last sentence in the following letter is, however, important:
Quote
In addition, further research is pursued, which will make BURST MARKET even more attractive, with the objective of creating one combined, huge market for all AT/ACCT implemented coins.

The Press Release:
http://burstcoin.info/pr/bm/BURST-MARKET.pdf



legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
We've changed the BURST donation address to:

BURST-BRL2-BDNK-EZW8-5F3V8



DO NOT DONATE TO THE OLD ADDRESS!!

So far, these donations have been given but the majority is anonymous. That's ok to be, but if you want credit on the Hall of Fame-page (http://burstcoin.info/about/) please email [email protected] or PM me.


EDIT: The presentation of donors has been a bit updated too

Just sent 10k Smiley

Thanks a lot, you are now part of the "Angels of BURST"! And before you some anonymous donated 5K  - if you want you name on the page email or PM me Smiley

http://burstcoin.info/about/#Angels

Your donations are so appreciated - and deeply needed, as we have so damn many things in the pipeline (days, weeks) that's silly.

hi guys!!!!

it is possible to get some stats about the last months of lottery resuts???

thanks
sr. member
Activity: 462
Merit: 250
We've changed the BURST donation address to:

BURST-BRL2-BDNK-EZW8-5F3V8



DO NOT DONATE TO THE OLD ADDRESS!!

So far, these donations have been given but the majority is anonymous. That's ok to be, but if you want credit on the Hall of Fame-page (http://burstcoin.info/about/) please email [email protected] or PM me.


EDIT: The presentation of donors has been a bit updated too

Just sent 10k Smiley

Thanks a lot, you are now part of the "Angels of BURST"! And before you some anonymous donated 5K  - if you want you name on the page email or PM me Smiley

http://burstcoin.info/about/#Angels

Your donations are so appreciated - and deeply needed, as we have so damn many things in the pipeline (days, weeks) that's silly.
newbie
Activity: 36
Merit: 0
We've changed the BURST donation address to:

BURST-BRL2-BDNK-EZW8-5F3V8



DO NOT DONATE TO THE OLD ADDRESS!!

So far, these donations have been given but the majority is anonymous. That's ok to be, but if you want credit on the Hall of Fame-page (http://burstcoin.info/about/) please email [email protected] or PM me.

http://i57.tinypic.com/2cnbej6.png


EDIT: The presentation of donors has been a bit updated too

Just sent 10k Smiley
sr. member
Activity: 462
Merit: 250
hero member
Activity: 527
Merit: 500
Yes, however perhaps NXT account miner illustrates that so far it would be an inefficient use of your farm (even if it is only 64bits). I will selfishly hope that BURST becomes worthy of such a use Cheesy
Jump to: