Releases: bismuthfoundation/TornadoWallet
First Official Release
First Stable release of the Tornado Wallet.
Windows version comes with an installer, as well as a "portable" zip archive.
Linux users can run from source, or use the provided tgz: uncompress in a directory of your choice and run the TornadoBismuthWallet exe.
A Mac package is also provided.
FAQs and manual are being worked on.
VirusTotal reports
TornadoBismuthWallet-Win-0.1.0-portable.zip
SHA-256 | 31a31e49f4c293364af639b570eaf892eae7b528524c35ff14858f1b217ca45c
https://www.virustotal.com/#/file/31a31e49f4c293364af639b570eaf892eae7b528524c35ff14858f1b217ca45c/detection
TornadoBismuthWallet-0.1.0-Installer.exe
SHA-256 | c5a8d9fb68606a4b9fd7ed0c81d19b4e3452cc1fb044e53b92641a9f02ffb092
https://www.virustotal.com/#/file/c5a8d9fb68606a4b9fd7ed0c81d19b4e3452cc1fb044e53b92641a9f02ffb092/detection
The false positive here is due to one single paranoid AVs seing a Windows installer with packed data.
The installer has been created straight from the portable zip, with the help of nullsoft scriptable install system, an open source installer packager.
TornadoBismuthWallet-Linux-0.1.0.tar.gz
(Compiled version)
SHA-256 | 81a2a38298ab24d17d8c390d706c1b7a02b14464bd7e2adc868160593073d81b
https://www.virustotal.com/#/file/81a2a38298ab24d17d8c390d706c1b7a02b14464bd7e2adc868160593073d81b/detection
The false positive here is due to one single paranoid AV considering PyInstaller headers as trojan.
This is PyInstaller related - not Bismuth.
TornadoBismuthWallet-Mac-0.1.0.dmg
SHA-256 | 9ae6a127b6da5740c7e1b0b97914050cf3f4b264ed6b0c6c706a5e7a0cd91291
https://www.virustotal.com/#/file/9ae6a127b6da5740c7e1b0b97914050cf3f4b264ed6b0c6c706a5e7a0cd91291/detection
Beta Version
We're getting close!
Release notes
With this version, your wallet is a wallet.json
file in your personal directory/bismuth-private.
First launch will create it with a default address (can take some time).
This is the file to save or you loose access to your funds!
This single wallet can hold up to 10 Bismuth addresses.
Beta crystals are here
- Bismuth price crystal
- Dragginator Crystal
- Autogame Crystal
Several safeties have been added to the wallet: Encryption via master password, spend protection.
Import of legacy wallet.der files: put your unencrypted wallet files in your personal wallet dir for import.
Windows
Get the .exe installer.
Install.
run.
A terminal window then a new browser tab will open with the URL http://127.0.0.1:8888/, which will show the Tornado Bismuth Wallet.
You can minimize and ignore the terminal windows, except if you need to report bug/error messages.
Closing the Tornado Bismuth Wallet app
When closing the browser tab, the app itself still runs because it is a server/ client application. To close the wallet server, also close the terminal windows of the wallet.
Mac
Mac app tested on macOS High Sierra & macOS Mojave.
Download the Mac-Tornado-Bismuth-Wallet.zip file and unzip it. Then drag & drop the file into the Mac program folder.
Right click on the app and select open.
A new browser tab will open with the URL http://127.0.0.1:8888/, which will show the Tornado Bismuth Wallet.
Closing the Tornado Bismuth Wallet app
When closing the browser tab, the app itself still runs because it is a server/ client application. To close the wallet server, you need to open the activity monitor. Go to the Applications folder, then the Utilities folder, and there is the Activity app. Open it and search for wallet. Click on wallet and then on the X icon to terminate the program.
Linux
You can run from source, or wait for the release file
Signatures
TornadoBismuthWalletInstaller.exe
sha256: a88fbec1f2f74425b9cfac09c88efa267c1e4d6c1e6382bb6c471fdcfa27dbd6
Mac zip file: Tornado-Bismuth-Wallet.zip
sha256: 1412db6006d16804fc0358d66d7e78c883f084b4ec7c080885ed85f5e3f2d78f
Second alpha Release
This is an early release, still targeted toward tests and translations.
In addition to previous release:
- New translations and theme tweaks
- New confirm popup on Tx sending
- Crystals can be run and activated on demand.
- bismuthprice crystal, api data from @Cipery
- Dragginator crystal, with in wallet commands
- Eggpool crystal, with detail miner info from extended api.
Auto installer is for Windows, but this wallet can be run from source on Linux and MacOs, just install the prerequisites with a pip3 install -r requirements.txt
.
Beta version will come with Mac and Linux frozen executable, too.
First alpha Release
This is an early release, mainly for tests and polishing the translations.
- manage wallets (unencrypted)
- auto connect to an available wallet server
- check balance and transactions
- request BIS payments
- Send simple BIS transactions
- Network status
Comes as
- Windows auto-installer