Post
Topic
Board Bitcoin Technical Support
Merits 10 from 3 users
Re: Can't seem to create legacy address in Core
by
TryNinja
on 02/10/2019, 20:38:51 UTC
⭐ Merited by bones261 (4) ,suchmoon (4) ,philipma1957 (2)
Have you tried Electrum[1]? It's a lightweight wallet that doesn't require you to download the whole blockchain. Just select "Legacy" as wallet type when creating a new wallet. Since it's only for a quick test, it should be enough.

Or if you still want to use Bitcoin Core, you can generate a single legacy address by opening the console (Windows -> Console) and using the following command:

Code:
getnewaddress("label of your address" "legacy")



[1] https://electrum.org/#download (the ONLY legit website to download Electrum's wallet. Please double check the URL and verify the file signature if you decide to use it).