Bitcoin Forum
June 20, 2024, 06:58:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Taproot burn address generation  (Read 97 times)
bitcoinexpert23 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 12, 2023, 06:34:03 PM
 #1

Just wondering if there're taproot burn addresses? (addresses that no one has private keys)

If so how can I generate them and is it possible to generate vanity ones?
_act_
Legendary
*
Online Online

Activity: 924
Merit: 1226



View Profile
May 12, 2023, 06:39:22 PM
 #2

Why need a burn address?

I only know about legacy and bc1q vanity address generator.

If you want a burn address for taproot, you can generate a taproot wallet, copy only the address and delete the wallet.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
SquirrelJulietGarden
Hero Member
*****
Offline Offline

Activity: 1358
Merit: 748



View Profile
May 13, 2023, 03:24:38 AM
 #3

If you want a burn address for taproot, you can generate a taproot wallet, copy only the address and delete the wallet.
You must create that wallet offline, copy and save the public address for receiving to burn. Delete the wallet file, uninstall the wallet software application.

If you create your wallet when your computer is online, maybe someone can get the private key. It is not commonly but might happen when your device is infected.

Create Taproot address for your Bitcoin

███▄▀██▄▄
░░▄████▄▀████ ▄▄▄
░░████▄▄▄▄░░█▀▀
███ ██████▄▄▀█▌
░▄░░███▀████
░▐█░░███░██▄▄
░░▄▀░████▄▄▄▀█
░█░▄███▀████ ▐█
▀▄▄███▀▄██▄
░░▄██▌░░██▀
░▐█▀████ ▀██
░░█▌██████ ▀▀██▄
░░▀███
▄▄██▀▄███
▄▄▄████▀▄████▄░░
▀▀█░░▄▄▄▄████░░
▐█▀▄▄█████████
████▀███░░▄░
▄▄██░███░░█▌░
█▀▄▄▄████░▀▄░░
█▌████▀███▄░█░
▄██▄▀███▄▄▀
▀██░░▐██▄░░
██▀████▀█▌░
▄██▀▀██████▐█░░
███▀░░
vjudeu
Hero Member
*****
Offline Offline

Activity: 742
Merit: 1738



View Profile
May 13, 2023, 07:38:31 AM
Last edit: May 13, 2023, 08:01:56 AM by vjudeu
Merited by BTCW (5), o_e_l_e_o (4), odolvlobo (1), pawel7777 (1)
 #4

Quote
Just wondering if there're taproot burn addresses? (addresses that no one has private keys)
Of course there are. However, if you want to burn coins, you can just use OP_RETURN, then it will be dropped by pruning nodes.

Some examples:

bc1pqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqpqqenm - address with "zero" key, always unspendable, even before Taproot activation, because of zero on top of the stack
bc1pqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqs5pgpxg - address with "x=1" key, trap address that is extremely hard to reach, but in theory it could be possible, if you can spend coins from 020000000000000000000000000000000000000000000000000000000000000001 public key
bc1ppppppppppppppppppppppppppppppppppppppppppppppppppppqrpj4rw - address with many "p" letters, "x=0842108421084210842108421084210842108421084210842108421084210842", invalid public key
bc1pvjudeuvjudeuvjudeuvjudeuvjudeuvjudeuvjudeuvjudeuvjuqn5x0sv - burn address with my nickname, also invalid public key, because 0264b8dcf192e373c64b8dcf192e373c64b8dcf192e373c64b8dcf192e373c64b8 is invalid

Edit:
Quote
If so how can I generate them and is it possible to generate vanity ones?
Each Taproot address has the same Script: "5120", and then you can put any 32 bytes you want. If it will be some correctly encoded x-value of your public key, then those coins could be unlocked. If not, then it will be some trap address (hard to reach public key) or burn address (unspendable, invalid public key).

To decode those addresses, just use Bitcoin Core, even offline without any chain, if you want. Then, put "decodescript 5120" in the console window, and add hex-encoded 32 bytes you want to decode. It could be anything, for example 0xbadc0ded, repeated eight times:
Code:
decodescript 5120badc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0ded
{
  "asm": "1 badc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0ded",
  "desc": "addr(bc1phtwqmmd6msx7mwkuphkm4hqdakadcr0dhtwqmmd6msx7mwkuphksrqz6ct)#dy9h0w9z",
  "address": "bc1phtwqmmd6msx7mwkuphkm4hqdakadcr0dhtwqmmd6msx7mwkuphksrqz6ct",
  "type": "witness_v1_taproot"
}
And then, you can check if your public key is reachable or not:
Code:
importpubkey "02badc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0dedbadc0ded" "badc0ded"
Pubkey is not a valid public key (code -5)
Then you know that such address is unspendable. But for example you can see that x=1 address is potentially spendable, but hard to break:
Code:
importpubkey "020000000000000000000000000000000000000000000000000000000000000001" "one"
null

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
odolvlobo
Legendary
*
Offline Offline

Activity: 4354
Merit: 3262



View Profile
May 13, 2023, 08:30:29 AM
 #5

Quote
Just wondering if there're taproot burn addresses? (addresses that no one has private keys)
Of course there are. However, if you want to burn coins, you can just use OP_RETURN, then it will be dropped by pruning nodes.

That is the best answer.

Join an anti-signature campaign: Click ignore on the members of signature campaigns.
PGP Fingerprint: 6B6BC26599EC24EF7E29A405EAF050539D0B2925 Signing address: 13GAVJo8YaAuenj6keiEykwxWUZ7jMoSLt
franky1
Legendary
*
Offline Offline

Activity: 4256
Merit: 4532



View Profile
May 13, 2023, 02:21:27 PM
 #6

why burn coins...
taproot is not a new coin. its the same coin but just the transaction format form of proof of its transfer is changed.
by burning coins in taproot format of the transaction you are not breaking taproot. you are just burning normal coins

your better off moving coins to legacy thus removing them from taproot utxo
but the stupid thing is if you are asking to receive coins in taproot where you dont want taproot. why ask for funds in taproot in the first place. just ask for people to pay you in a legacy address and avoid taproot altogether

its like asking to burn mastercard money. not realising the money is still dollars whether its on paypal, visa or mastercard. if you dont like mastercard. just dont use it

all you end up doing is making alot of dead utxo of taproot stay in the utxo set. they dont get burned. they just get embalmed and necro'd (immortalised) and thrown in a casket with no opening

I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
garlonicon
Hero Member
*****
Offline Offline

Activity: 819
Merit: 1984


View Profile
May 13, 2023, 06:43:06 PM
 #7

Quote
all you end up doing is making alot of dead utxo of taproot stay in the utxo set. they dont get burned. they just get embalmed and necro'd (immortalised) and thrown in a casket with no opening
True, for that reason I think the best way of burning coins is just claiming less reward in the coinbase transaction. Then, no additional UTXO is ever created, no additional output with OP_RETURN is made, instead just some 64-bit number is lower than it could be, so it is the cleanest way of burning coins (but of course, only miners can do so in such a clean way).
Pages: [1]
  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!