hey is there any way possible to recover a wallet that you forgot the password to? O have the 25 word seed and everything else..
This? With the posibility to use remote node, no need to download your local blockchain (but you can do that if you want ofc).
If you use the commandline wallet then you can restore a local wallet file from the seed.
First launch the daemon and let it complete the sync/ download of the blockchain (might take a 1/2 day). Once that is done you can launch the wallet with the right option:
./wallet-cli --restore-deterministic-wallet
You'll be asked to provide a (new) password (for your local wallet file) and provide the seed words. Once that is done the wallet will sync with the deamon and you should have access to your coins.
I have no idea how or if that works with the GUI based wallet. Never used those.