Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: How to create a Bech32 (bc1) address with PHP standalone?
by
Coding Enthusiast
on 25/04/2019, 03:14:24 UTC
⭐ Merited by ETFbitcoin (1)
Can these addresses be derived from legacy private key?
There is no such thing as "legacy private key". There has always been 1 type of private key, which is a number from 1 to curve's n-1.

Any step by step instruction similar to this, will be of great help.
https://bitcointalk.org/index.php?topic=4992632.0
Step 0 for you would be to get the public key from private key as you would any other time (private key * G).