I have been geeking with Shinohai for YEARS. He enjoys the trust and support of all the members of our aliance. I will follow his advice on this issue.
I do not mind checks!
Just install the Jesse operating system on your Rapsberry.
Install dependencies and run the wallet.
In there are no viruses, as I wrote above, the wallet is assembled from files downloaded from the GitHub coin developers.
It's mostly advice to make you appear a bit more professional. To wit:
1. Why Mega? This is the #1 haven for bad actors. This should be hosted on shithub or gitlab at very least.
2. Strip your executable of debug symbols before uploading. This has the benefit of reducing size, which is a big consideration for RasPi and SBC users.
3. This is crypto. Get a GPG key and sign your work if you are proud of it, so we know "Yes, this is really Andrey123's work and not someone else impersonating him". At the very least, sha512sum the resulting bin so one can verify it hasn't been tampered with.
4. Without a key, you really don't exist in crypto. (See #3)
It's admirable that you are producing things like this for those that are unable, and your binary did work for me in a sandbox with 0 problems. But in this day and age one simply cannot be too careful.