Releases: DiosDelRayo/MoneroSigner
Developer PiOS buster images
Jumpstart:
curl -L -o Makefile https://github.com/DiosDelRayo/MoneroSigner/releases/download/v0.9/Makefile
make image
DEVICE=<device path to microSD> make flash
make image will download the image parts, merge and verify the sha256 and the signature, CHECK!
make flash, will not flash, it will give you a line to flash via copy&paste...
Or DIY:
You need to download all the split fies, either for xz or bzip2, the you merge them together like this:
cat xmrsigner-dev-buster-16gb.img.xz.* > xmrsigner-dev-buster-16gb.img.xz
or
cat xmrsigner-dev-buster-16gb.img.bz2.* > xmrsigner-dev-buster-16gb.img.bz2
then you will verify the signature, and checksums (all at once, for that you wil need signify(-openbsd on debian based systems):
signify -C -p <path/to/xmrsigner.pub> -x SHA256.sig
Your file you unpack or the file you flash needs to be OK, all other FAILED lines you can ignore, because the absence of a fie cause that it fails, too.
Unpack the file with:
xz -d xmrsigner-dev-buster-16gb.img.xz
or
bunzip2 xmrsigner-dev-buster-16gb.img.bz2
Then flash like normal:
sudo dd if=xmrsigner-dev-buster-16gb.img of=<path/to/microSD> bs=16M status=progress conv=fsync
or however you flash normal your images...
Import outputs, export key images
for the emulator, only build for linux_x86_64 yet, you will need to have the patched monero-wallet-rpc in the same folder as the emulator, will try in future to integrate into the executable.
View Only Wallet QR, new logo for rebranding to: XmrSigner
v0.4 updated version in src/xmrsigner/controller.py to 0.4.0
semi-manual build image
make host-python-idna results in a success, build.sh, the same package fails, weirdly, if it fails, build by hand and then build.sh --no-clean results also in success. Not yet figured out from where comes the fuckery.
v0.3.1
deactivated not working menus and donation for now