So i did and connected my trezor wallet to my electrum wallet for whenever i log in.
But isn't it too much complicated for nothing?
-snip-
If it's just that feature that's complicating things, just remove the password of your Electrum wallet and it wont ask you to plug the device if you need to open it,
That way, it will only require you to plug the device if you need to use the private keys from your Trezor. (
signing transaction or message)
Or do you mean that you've setup an Electrum server to connect your Electrum client where you've connected your Trezor?
Because that's actually more complicated than what you've written.
Can't i connect my hard wallet directly to my Bitcoin core and thats it?
There's is an "
External Signer" feature that you can use but it's arguably as complicated as your previous setup.
Here's some info:
https://github.com/bitcoin/bitcoin/blob/master/doc/external-signer.mdBasically, you'll have to setup Bitcoin Core with its path either in command line or GUI settings under "
Settings->Options->Wallet".
And use the External Signer tool to create the descriptors that you can import to a new Bitcoin Core wallet with "
disable private key" and "
blank" options.
Then, you can use that watching-only wallet as interface and the External Signer for txn signing purposes.