Author

Topic: How can I create a default wallet automatically if no wallet is loaded? (Read 84 times)

legendary
Activity: 1038
Merit: 1000
https://r.honeygain.me/XEDDM2B07C
I heard in the early versions, there was a feature that a default wallet is automatically created if it does not exist
Yes, those are the earlier versions before 0.21.0. (01-16-2021)
Here's the release notes: github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md

To get to the repository's state at that time, click your prefered version's tag above "Compare" button in the 'release' page: github.com/bitcoin/bitcoin/releases?page=2
Example for v 0.20.1: github.com/bitcoin/bitcoin/tree/v0.20.1

To elaborate on this, it may be easier to git clone both repos locally, then open them in VSCode/Sublime/Notepad++, etc and run the comparison there first. Once you find the corresponding changes, work backwards and reimplement the feature. It doesn't seem like a big change though, so it shouldn't be too hard. Make sure you have a dev environment set up so you can compile and debug. If you need recommendations or even an OVA.OVF with everything ready to go let me know.
legendary
Activity: 1038
Merit: 1000
https://r.honeygain.me/XEDDM2B07C
I am forking the bitcoin v25.0 and want to add a feature that create a new wallet with the name "default" automatically when there is no wallet could be loaded.
Could anyone guide me how and where I should change the code? Huh

I heard in the early versions, there was a feature that a default wallet is automatically created if it does not exist


Are you familiar with C++? Shoot me a PM and I will see what I can do to help you out!

MrC
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
I heard in the early versions, there was a feature that a default wallet is automatically created if it does not exist
Yes, those are the earlier versions before 0.21.0. (01-16-2021)
Here's the release notes: github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.21.0.md

To get to the repository's state at that time, click your prefered version's tag above "Compare" button in the 'release' page: github.com/bitcoin/bitcoin/releases?page=2
Example for v 0.20.1: github.com/bitcoin/bitcoin/tree/v0.20.1
newbie
Activity: 1
Merit: 0
I am forking the bitcoin v25.0 and want to add a feature that create a new wallet with the name "default" automatically when there is no wallet could be loaded.
Could anyone guide me how and where I should change the code? Huh

I heard in the early versions, there was a feature that a default wallet is automatically created if it does not exist
Jump to: