Author

Topic: How to use bitcoin-core (cli) in legacy (non-segwit) mode? (Read 226 times)

newbie
Activity: 11
Merit: 2
Thank you so much for the help. It worked.
legendary
Activity: 2296
Merit: 2892
#SWGT CERTIK Audited
Shutdown Bitcoin Core and add this to your bitcoin.conf file from the default data directory (not the specified directory if you set it before):
Code:
addresstype=legacy
changetype=legacy
Then try to generate new address.
Thanks, it works on my Bitcoin Core.





-snip- will try and let you know how it worked out.
Save the original file settings if you want to return to default.


newbie
Activity: 11
Merit: 2
Thank you...

will try and let you know how it worked out.
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
Shutdown Bitcoin Core and add this to your bitcoin.conf file from the default data directory (not the specified directory if you set it before):
Code:
addresstype=legacy
changetype=legacy
Then try to generate new address.
newbie
Activity: 11
Merit: 2
I actually am trying to test some non-standard scripts and getting them to work in Segwit compliant way but using witness stack etc. has been painful as there are no tools readily available to sign and add signatures to the transaction.
newbie
Activity: 11
Merit: 2
Hello everybody,

Is there anyway I can configure bitcoin-core (cli) to use legacy address and transactions instead of newer segwit enabled transactions?

I am using v0.18.0.0

Thanks in advance.
Jump to: