Post
Topic
Board Announcements (Altcoins)
Re: [ANN](XBV)| Blockchain Ventures | 1.618% PoS | Funded Project | Escrow ✔ |
by
achow101
on 11/04/2016, 00:03:22 UTC
The burn address for which the XBV to be burned will be sent to is xe2EibataUsN8Vop3nV7JhHUWTRgjsstjs.

This address is a p2sh address with a redeemscript of
Code:
OP_2 OP_3 OP_EQUAL
which is an unspendable script because 2 does not equal 3 and thus will always fail.
In hex this is
Code:
525387
Anyone can verify this with the command
Code:
decodescript 525387
in the command console.