Skip to content

Commit

Permalink
Added Iota seed generator and paper wallet.
Browse files Browse the repository at this point in the history
  • Loading branch information
estevaocm committed Dec 21, 2017
1 parent a238a0e commit fb0682b
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 4 deletions.
11 changes: 11 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-- Steven Monteiro <https://github.com/estevaocm> Wed, 20 Dec 2017

turnkey-bitkey-14.2.0-qrscan-altcoins-1.05 (1) turnkey; urgency=low

* Added:
- Iota Paper Wallet
- Iota Seed Generator
- Minimalist Ripple Client
* Modified:
- Exodus wallet available offline for watching

-- Steven Monteiro <https://github.com/estevaocm> Fri, 15 Dec 2017

turnkey-bitkey-14.2.0-qrscan-altcoins-1.04 (1) turnkey; urgency=low
Expand Down
12 changes: 10 additions & 2 deletions conf.d/jsapps
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@ rm $SRC/zxcvbn/libs.tar.gz
tar -zxf $SRC/qrcode/libs.tar.gz -C $SRC/qrcode
rm $SRC/qrcode/libs.tar.gz

cd $SRC
unzip bip39-*.zip
rm bip39-*.zip

cd $SRC
unzip minimalist-ripple-client.zip
rm minimalist-ripple-client.zip

cd $SRC
unzip bip39-*.zip
rm bip39-*.zip
unzip iota-paper-wallet.zip -d iota-paper-wallet/
rm iota-paper-wallet.zip

cd $SRC
unzip iota-seedgen.zip
rm iota-seedgen.zip

unzip $SRC/bitaddress.org*.zip -d $SRC
rm $SRC/bitaddress.org*.zip
Expand Down
Binary file added overlay/usr/local/share/icons/iota.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions overlay/usr/local/share/jsapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,19 @@ <h1>Offline JavaScript Apps</h1>
<td><a href="../src/bip39-standalone.html"> <img
src="icons/wallet.png" alt="BIP39 wallet" /><br />BIP39 wallet
</a></td>
<td><a href="../src/iota-seedgen.html"> <img
src="icons/iota.jpg" alt="IOTA seed generator" /><br />IOTA seed generator
</a></td>
<td><a href="../src/iota-paper-wallet/index.html"> <img
src="icons/iota.jpg" alt="IOTA paper wallet" /><br />IOTA paper wallet
</a></td>
</tr>
<tr>
<td><a href="../src/zxcvbn/index.html"> <img
src="../../share/icons/gnome/48x48/status/stock_lock.png"
alt="Low-Budget Password Strength Estimation" /><br />Low-Budget
Password Strength Estimation
</a></td>
</tr>
<tr>
<td><a href="../src/bitaddress.org/bitaddress.org.html"> <img
src="../../share/icons/gnome/48x48/apps/fonts.png" alt="BitAddress" /><br />BitAddress
</a></td>
Expand Down
2 changes: 2 additions & 0 deletions overlay/usr/local/src/SHA256SUM
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ e55cb8b29a2ee1442f0873787e54b52b85aac76c2b5f540e823cd2b96ad00326 Electrum-3.0.3
b14674d5207350312f1700ab0aec957a2969630fb1bf5848729db969044d3a3c etherwallet-v3.10.10.0.zip
8c20efffdd7b1bfa62a2fa36869bfd43e08419a0ba75e27b70ca50c374c5c82e exodus-linux-x64-1.40.0.zip
df5a47a82c1beb85ae46f0e34b1d5115b1c308361760e2fa81e0aef7d7fef162 firefox-57.0.2.tar.bz2
6de011babaf413aee6d47b89492150ea4c26859dade8f60d8bdb0b2fb3e916b1 iota-paper-wallet.zip
e772832f3c7e50c14dd749c418c243d9e6bb0bbb44ea8dce47c7fc30a5b372ca iota-seedgen.zip
a7a06a6e64e922d290f387d2daaf90ffe8f3f8062ad608fa4c6a0988e658e2f6 minimalist-ripple-client.zip
771d4f47467ee3fbf53700e6baf3f4cf626d3cf0228e85058045407ea828e89e python-zxcvbn_bc1c2d3.tar.gz
5111a723fe008dbf628237023e6f2de72c7953f8bb4265d5c16fc9fd79384b7a warpwallet/warp_1.0.8_SHA256_5111a723fe008dbf628237023e6f2de72c7953f8bb4265d5c16fc9fd79384b7a.html
Binary file added overlay/usr/local/src/iota-paper-wallet.zip
Binary file not shown.
Binary file added overlay/usr/local/src/iota-seedgen.zip
Binary file not shown.

0 comments on commit fb0682b

Please sign in to comment.