Which offline wallet is the safest for Bitcoin Cash?
Which wallet's source code has been audited?
I'm not a fan of hardware wallets because there is no assurance that a rogue employee cannot put in malware into the firmware.
I was using Electrum to store my BTC because its open source code was available for review for several years. Now I have BCH as well because of the fork. It's suggested that I move the BCH into Electron Cash. However, the instructions to run the source code for Mac is too complicated. Are there any step-by-step instructions on how to do this? Has Electron Cash's source code been reviewed and audited?
Are there any offline wallets that are safer than Electron Cash, where the source code has been reviewed or audited and where there are step-by-step instructions to compile and run the source, or there are step-by-step instructions to confirm that the binary is from the source code shown?
I’m trying to use Electron Cash’s source code on a Mac, but I cannot follow the instructions in the README.rst or RELEASE-NOTES files.
I’ve downloaded "Electron-Cash-2.9.4.tar.gz”. What do I do next? Do I simply run the following commands in the Mac terminal and then run the dmg file to install the binary?
python setup-release.py py2app
hdiutil create -fs HFS+ -volname "Electron-Cash" -srcfolder dist/Electron-Cash.app dist/electron-cash-VERSION-macosx.dmg
I eventually want to create an offline wallet like I did with Electrum. Can I do the same with Electron?