opreturn.net


P2SH embeded data address generator

Data is added to P2SH address redeemscript. Addresses have no private key and are spent without any signature. Spend by adding pushscript to the transaction scriptsig.

Data is encoded into address script
Ascii text encoded to hex, Hex data pushed directly to script, 520 max scriptbytes
DATA
DATA TYPEascii text hexascii text encoded to hex
ADD SALTno salt add salt8 bytes pushed to script to salt hash
(script no salt)===> OP_PUSH(varint) [data] OP_DROP OP_1
(script with salt)==> OP_PUSH(varint) [data] OP_PUSH(8 bytes) [salt] OP_2DROP OP_1









Array
(
    [data] => 
    [databytes] => 0
    [btc_addr] => 3Lu62SM4VKbdtAUhBiWXXdXHGpC2KkV9wj
    [ltc_addr] => MT7ELKm2SST4gfkbHbVsMGmgbWnUFziT7v
    [doge_addr] => ABeLmHQxZPUXnXrAbrAwmm9eyPa4NtseB7
    [bitcoin160] => d2b2ce27ca31b909b8102d89650cfad7307d0999
    [hexdata160] => 
    [salt] => 
    [scriptbytes] => 3
    [redeemscript] => 007551
    [pushscript] => 0403007551
)