Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
ETFbitcoin
on 21/05/2019, 17:13:00 UTC
btw is the private key for address 3 and bc1q is able to import to bitcoin core?

It's possible, you just need to use importprivkey command on Bitcoin Core console. I've tried it with example from private key and i got correct address.

  • Import private key (and rescan blockchain)

Code:
importprivkey L2qvghanHHov914THEzDMTpAyoRmxo7Rh85FLE9oKwYUrycWqudp

  • Import private key, giving label to the address and skip scanning blockchain to find all transaction correlated to theaddress

Code:
importprivkey L37xBVcFGeAZ9Tii7igqXBWmfiBhiwwiKQmchNXPV2LNREXQDLCp "Main address" false