openoms / joininbox

A terminal based graphical menu for JoinMarket
MIT License
153 stars 20 forks source link

Error "BUILD FAILED --> PGP verification not OK" after installation #80

Closed GerdOpp closed 2 years ago

GerdOpp commented 2 years ago

I run into a problem, installing Joininbox on the RPi4.

gpg: directory '/home/joinmarket/.gnupg' created gpg: keybox '/home/joinmarket/.gnupg/pubring.kbx' created pub rsa4096 2019-08-28 [SC] [expires: 2035-08-24] 13C688DB5B9C745DE4D2E4545BFB77609B081B65 uid openoms oms@tuta.io sub rsa4096 2019-08-28 [E] [expires: 2035-08-24] sub rsa4096 2019-09-07 [S]

gpg: /home/joinmarket/.gnupg/trustdb.gpg: trustdb created gpg: key 5BFB77609B081B65: public key "openoms oms@tuta.io" imported gpg: Total number processed: 1 gpg: imported: 1

gpg: Signature made Thu 31 Mar 2022 07:41:16 AM BST gpg: using RSA key 4AEE18F83AFDEB23 gpg: Can't check signature: No public key

goodSignature(0)

correctKey(0)

GerdOpp commented 2 years ago

I repeated procedure with a newly flashed SDcard. After ssh login to the RPi I switched to root. The outcome was the same error as before

GerdOpp commented 2 years ago

Maybe it would help to use another OS? I am totally free there. The raspberrypi should serve solely for JoininBox. I am open to all suggestions.

openoms commented 2 years ago

Yes, surely it would worth it to use the 64bit version f the RaspberryOS or for JoininBox only the even cleaner Debian release from https://raspi.debian.net/ as in: https://github.com/openoms/joininbox/blob/master/FAQ.md#download-and-verify-the-base-image (use the latest available build)

armhf refers to a 32bit build

openoms commented 2 years ago

Actually the bullseye image is not yet tested so fixing this now:

###################################
# Identify the CPU and base image
###################################

# CPU: aarch64
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
# !!! FAIL !!!
# Base image cannot be detected or is not supported.
openoms commented 2 years ago

Reproduced the error on the 64bit RaspiOS as well, fix incoming.

GerdOpp commented 2 years ago

OK, thanks for the information. Then I will wait for your update-fix for the 64bit RaspiOS

Meanwhile I will test the Debian from https://raspi.debian.net/

openoms commented 2 years ago

ok, now the install script is also resetting to the latest version

please let me know of any further issues

GerdOpp commented 2 years ago

I used now the fixed install script with the 2022-01-28-raspios-bullseye-arm64.zip image. Installation went smoothly without errors! Thanks for the quick fix!

Another question: Is it in this stand-alone version not possible to watch the order book locally? I got an error message.

openoms commented 2 years ago

It should work, please share the error message.

GerdOpp commented 2 years ago

IMG_20220406_183913

openoms commented 2 years ago

Is there a bitcoin node connected? Is yes how? did you prepare the remote node as in the FAQ? Once it is done make sure you have started the QUICKSTART menu or used one of the WALLET functions so a bitcoind wallet is created.

GerdOpp commented 2 years ago

I connected my raspiblitz as in Prepare a bitcoin node I have generated a new wallet and showed contents of md with DISPLAY worked as expected

openoms commented 2 years ago

ok closing this as solved. If have further issues with the ob-watcher try to run it manually and/or share the output in a separate issue