Post
Topic
Board Development & Technical Discussion
Merits 6 from 3 users
Re: An idea on how to implement stealth addresses on Bitcoin layer 1
by
aliashraf
on 24/08/2022, 17:22:41 UTC
⭐ Merited by BlackHatCoiner (2) ,pooya87 (2) ,ETFbitcoin (2)
7. Alice spends her bitcoin using the following bitcoin script:

S^k OP_DUP OP_MUL n OP_MOD
OP,
Thanks for sharing. Maybe I'm missing something, but other than implementation challenges, I suspect this scheme is vulnerable to miner theft as once it goes to the mempool, miners can take it and replace the output with theirs. It is because the transaction is not signed, hence forgery is not prohibited.