Can we send Pay-to-PubKeyHash (P2PKH) to an address which starts from 3
. I tried to send raw transaction to one of my coinbase address which starts from 3 but it send to completely different address which starts from 1
. How can I send transaction to address which starts from 3
?
Asked
Active
Viewed 197 times
0

mohammad obaid
- 111
- 3
1 Answers
2
Can we send Pay-to-PubKeyHash (P2PKH) to an address which starts from 3
No.
How can I send transaction to address which starts from 3 ?
Construct scriptPub as OP_DUP OP_PUSH(bytes20) OP_EQUAL
where bytes20
decoded from 3-address

amaclin
- 6,760
- 1
- 21
- 32
3
) at Coinbase.com ? How are you constructing the transaction? – Jonathan Cross May 10 '19 at 20:05