How come the latest version still won't support seed phrases?
Well, my Bitcoin core was corrupted for some reason, and I had to uninstall it. I don't remember if there is an option to recover or create a new wallet with seed phrases. I assume most people on the internet do not use Bitcoin Core as a wallet. They just run the Bitcoin core to help the network. For wallet purposes, it is recommended to use Electrum.
There might be other software wallets with better services, but I find Electrum easy to use and safe, and I have been using it for a couple of years now.
According to ChatGPT
Bitcoin Core does support seed phrases, but not in the same way as other wallets like Electrum or hardware wallets do. Bitcoin Core typically uses a 12-word seed phrase for generating and backing up wallet keys, starting from version 0.21.0 (released in 2020).
Here’s how it works:
Bitcoin Core 0.21.0 and later includes an option to create a new wallet with a seed phrase, similar to how many other wallets operate.
The seed phrase is used to restore the wallet and its private keys, which is crucial if you ever need to recover your wallet.
In these versions, when creating a new wallet, you can either create a wallet normally (with no seed phrase) or you can select the option to generate a wallet with a seed phrase for better recovery options.
Bitcoin Core uses a BIP39 standard for seed phrases (12 or 24 words). However, you should keep in mind that Bitcoin Core isn’t primarily designed to be a user-friendly wallet like others, such as Electrum or mobile wallets, so some advanced users prefer to use it as a full node to interact with the Bitcoin network directly.