Author

Topic: Can't seem to create legacy address in Core (Read 155 times)

jr. member
Activity: 67
Merit: 3
October 02, 2019, 11:06:51 PM
#7
Yeah, omitting the brackets is what got the message to work. Thanks guys. Edit: Just to confirm:

195XQiPDrH2XAcduXfRNp87vtk6JoRiesK

Hi, this is sowns on 10/2/2019

IA+S0TMM/yi+4eFTbHZS6xWur7xvv7Yt1Wdfnjz29lApGH1afafh+n3sLNaLe8KnUB5yC1M2ZjOHy+NHNe9vpDs=
legendary
Activity: 3612
Merit: 1564
October 02, 2019, 09:25:57 PM
#6
omit the brackets:

getnewaddress "somelabel" "legacy"
legendary
Activity: 4116
Merit: 7849
'The right to privacy matters'
October 02, 2019, 08:05:50 PM
#5
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).

Thank you I did not know this.
HCP
legendary
Activity: 2086
Merit: 4314
October 02, 2019, 07:54:46 PM
#4
Did you run that command on Core or Electrum? Huh I just tried the following...


Seems to work fine...


jr. member
Activity: 67
Merit: 3
October 02, 2019, 04:59:08 PM
#3
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).
I just tried the code and I get an invalid syntax error. I'm testing Core's message signing option to see if it works without needing to download the whole chain(related to one of the previous thread I posted in).
legendary
Activity: 2758
Merit: 6830
October 02, 2019, 04:38:51 PM
#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).
jr. member
Activity: 67
Merit: 3
October 02, 2019, 04:35:56 PM
#1
How do I get a legacy address for Bitcoin Core? I only need one for testing the signing and verification optionns and external one like blockchain.info don't work.
Jump to: