From b73e169b72daff3f1edf991cd6e0613f44d6f3c4 Mon Sep 17 00:00:00 2001 From: login (tilde.institute) Date: Sun, 12 Jul 2020 03:01:05 -0400 Subject: Fixed bug in ntcoin_openbsd_tildeinstitute Thanks to gbmor, I was able to replace base64 (fourmilab version) (which outputs \r\n and thus interferes with tr -d '\n') with gbase64 (the GNU coreutils version) which only outputs '\n'. ---