I am using raspberry pi 2b with raspberry pi os.
When execute the Linux "Appimage", it create a file with garbled name in the same folder, and nothing happen.
Q1: Is the appimage not working in raspberry pi 2b (A 900MHz quad-core ARM Cortex-A7 CPU)?
When using method "Installation from Python sources"
at the step verify command,
gpg --verify Electrum-4.1.5.tar.gz.ThomasV.asc Electrum-4.1.5.tar.gz
it return "Can't check signature: No public key"
Q2: Is this mean verification not success? and I need a public key?
When I run the electrum, It return the following warning, but the electrum opens and able to create wallets.
python3 Electrum-4.1.5/run_electrum
https://i.imgur.com/a8jI5lt.pngQ3: Should I worry about the warnings?