Bitcoin Forum
June 28, 2024, 05:21:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: Burning coins. How to?  (Read 1524 times)
SnowFlakes-Dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 20, 2016, 07:48:55 PM
 #1

I want to burn some Snow Flakes from the premine. How do I achieve this.  Any best practice?
BigBoom3599
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
December 20, 2016, 09:08:38 PM
 #2

Just send them to a random address Cheesy, as long as nobody has the private keys to that address (and won't generate them in the future) nobody will be able to access the coins.
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
December 20, 2016, 10:15:09 PM
Last edit: December 20, 2016, 10:26:45 PM by ttookk
 #3

Just send them to a random address Cheesy, as long as nobody has the private keys to that address (and won't generate them in the future) nobody will be able to access the coins.

Best to send them to an address, that is "provably" without known private key, like "XOXOXOXOXBURNADDRESSXOXOXOXOXO" or something along those lines. Otherwise, nobody can be sure, whether the random address is in fact random, or you actually hold the privkey to it.
SnowFlakes-Dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 20, 2016, 10:52:40 PM
 #4

I tried sending to fake addresses like XOXOXOXOXBURNADDRESSXOXOXOXOXO0000 or S000BURN0ADDRESS000000000000000000

But console says
Code:
Invalid snowflakes address (code -5)

How do I guess a valid address ?
ajaxmoor
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


View Profile
December 20, 2016, 10:54:29 PM
 #5

I tried sending to fake addresses like XOXOXOXOXBURNADDRESSXOXOXOXOXO0000 or S000BURN0ADDRESS000000000000000000

But console says
Code:
Invalid snowflakes address (code -5)

How do I guess a valid address ?

You could always create a new wallet, and transfer coins to it and delete the wallet key from your system. Would definitely ensure no one gets those coins in the future.
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
December 20, 2016, 11:15:51 PM
 #6

I tried sending to fake addresses like XOXOXOXOXBURNADDRESSXOXOXOXOXO0000 or S000BURN0ADDRESS000000000000000000

But console says
Code:
Invalid snowflakes address (code -5)

How do I guess a valid address ?

I'm not familiar with snowflakes, so I don't know what a snowflakes address needs to constitute as a valid address. You are the dev, you should know Wink
SnowFlakes-Dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 20, 2016, 11:25:12 PM
 #7

It uses Base58Check encoding decimal version 63 (S)

Yet S000BURN0ADDRESS000000000000000000 is not accepted.
Huge Black Woman
Sr. Member
****
Offline Offline

Activity: 322
Merit: 251


View Profile
December 20, 2016, 11:35:16 PM
 #8

DA FUQ is a snowflake coin?  An' don't the OP here claim to be a develolper o' that coin or what?  Don't y'all know how to waste up ya own coin?
SnowFlakes-Dev (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
December 21, 2016, 02:33:08 AM
 #9

Found This https://gist.github.com/CoinWhisperer/6d673f1f3d13da1611cd

Works #1
Spoetnik
Legendary
*
Offline Offline

Activity: 1540
Merit: 1011


FUD Philanthropist™


View Profile
December 21, 2016, 07:33:54 AM
 #10

Send your coins to me i will burn them for you  Grin

FUD first & ask questions later™
talkbitcoin
Legendary
*
Offline Offline

Activity: 1372
Merit: 1032


All I know is that I know nothing.


View Profile
December 21, 2016, 10:38:04 AM
 #11

if the fundamentals are the same as bitcoin you can't just pick a random address on your own, the address has to match certain rules which is the base58 encoding with checksum.
like this:
Code:
Bitcoin address = version + RIPEMD-160(SHA-256( Public Key )) + checksum
you can find articles on how to do it with bitcoin and then change them to your altcoin:
https://en.bitcoin.it/wiki/Proof_of_burn
http://bitcoin.stackexchange.com/questions/1851/how-to-generate-a-valid-bitcoin-address-for-destroying-bitcoins

p.s. donating them would be wiser and easier!

......
.L I V E C O I N . N E T.
.
..PROFITBOX..
██  █████████████████████████
  █████████▄      ▄██████████
█████████████▄  ▄████████████
    █████████████████████████
  ██████████▀    ▀█ ▀████████
████  █████▀  ▄▄  ▀█  ▀██████
  ████████▀  ▄██▄  ▀█   ▀████
    ██████   ▀██▀   ██   ████
  █████████▄      ▄██████████
██  █████████▄  ▄████████████
  ███████████████████████████
██  █████████████████████████
  █████████████████████▀ ███
█████████████████████▀   ███
    █████████████▀     ████
  █████████████▀   ██    ████
████  █████▀     ██    ████
  ███████▀   ██    ██    ████
    █████    ██    ██    ████
  ███████    ██    ██    ████
██  █████    ██    ██    ████
  ███████████████████████████
.....
donalddlanod
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 21, 2016, 06:32:01 PM
 #12

if the fundamentals are the same as bitcoin you can't just pick a random address on your own, the address has to match certain rules which is the base58 encoding with checksum.
like this:
Code:
Bitcoin address = version + RIPEMD-160(SHA-256( Public Key )) + checksum
you can find articles on how to do it with bitcoin and then change them to your altcoin:
https://en.bitcoin.it/wiki/Proof_of_burn
http://bitcoin.stackexchange.com/questions/1851/how-to-generate-a-valid-bitcoin-address-for-destroying-bitcoins

p.s. donating them would be wiser and easier!



Donating is an awesome idea. ANd you would get extra marketing mileage out of it.
sonic212
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
December 21, 2016, 06:37:07 PM
 #13

I tried sending to fake addresses like XOXOXOXOXBURNADDRESSXOXOXOXOXO0000 or S000BURN0ADDRESS000000000000000000

But console says
Code:
Invalid snowflakes address (code -5)

How do I guess a valid address ?

You could always create a new wallet, and transfer coins to it and delete the wallet key from your system. Would definitely ensure no one gets those coins in the future.
how it could happen you please tell me about it
Warkop
Sr. Member
****
Offline Offline

Activity: 1204
Merit: 270


casinosblockchain.io


View Profile
December 21, 2016, 09:33:41 PM
 #14

Just send them to a random address Cheesy, as long as nobody has the private keys to that address (and won't generate them in the future) nobody will be able to access the coins.
I thought it was appropriate to criminals who make coins for fraud

ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
December 21, 2016, 09:41:53 PM
 #15

The problem with all completely random burn addresses is, that you can't concusively prove, that you don't really know the privkey. PEople would have to trust you. If the burn address is sufficiently non-random, there is no way in hell that you or anyone else knows the privkey.

Maybe use the burn address generator mentioned above and just change "1" to "S"?
Spoetnik
Legendary
*
Offline Offline

Activity: 1540
Merit: 1011


FUD Philanthropist™


View Profile
December 22, 2016, 05:38:41 AM
 #16

The problem with all completely random burn addresses is, that you can't concusively prove, that you don't really know the privkey. PEople would have to trust you. If the burn address is sufficiently non-random, there is no way in hell that you or anyone else knows the privkey.

Maybe use the burn address generator mentioned above and just change "1" to "S"?

Agreed and an interesting solution. (didn't know there was anything like that)
Isn't there a burn coin or two ? What about giving them to that thing ?
Just a thought ..i know little about this issue.

FUD first & ask questions later™
ttookk
Hero Member
*****
Offline Offline

Activity: 994
Merit: 513


View Profile
December 22, 2016, 01:09:13 PM
 #17

The problem with all completely random burn addresses is, that you can't concusively prove, that you don't really know the privkey. PEople would have to trust you. If the burn address is sufficiently non-random, there is no way in hell that you or anyone else knows the privkey.

Maybe use the burn address generator mentioned above and just change "1" to "S"?

Agreed and an interesting solution. (didn't know there was anything like that)
Isn't there a burn coin or two ? What about giving them to that thing ?
Just a thought ..i know little about this issue.

Afaik, Traditional coins don't jump blockchains, so those proof-of-burn coins will have to use burn addresses on the native blockchain of a coin.
Hazard
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile WWW
December 22, 2016, 01:22:54 PM
 #18

https://dev.cryptolife.net/trusted-burn-addresses/

aioc
Hero Member
*****
Offline Offline

Activity: 2954
Merit: 567



View Profile
December 22, 2016, 02:19:20 PM
 #19


I have bookmarked this page for reference and for future usage,there's been so many altcoin in the market with over supply of their coin and a site like Barr and this addresses are a big help to the community.

chanbtc
Full Member
***
Offline Offline

Activity: 197
Merit: 100


View Profile WWW
December 22, 2016, 04:49:13 PM
 #20



Looks nice but how they are guaranteed to have no known or discoverable private key??
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!