1
1
Can I have the steps to generate a native Segwit address from a standard WIF? And the steps to generate a P2SH Segwit address from the same WIF?
How do these two formats differ and why are there two? I've seen that the P2SH version is compatible with older clients, are native Segwit addresses not?
Is there a tool I can use to verify my segwit addresses are correct while testing? – arshbot – 2018-06-05T19:52:16.263
@arshbot I am using this python library (disclaimer: I wrote it) https://github.com/mcdallas/cryptotools and there is also this online tool but it doesn't support segwit https://gobittest.appspot.com/
– Mike D – 2018-06-05T20:09:48.427