Commit graph

57 commits

Author SHA1 Message Date
pointbiz
5453778cac v2.5.1 BIP38 passphrase protected paper wallets. Thanks to casascius, scintill, Zeilap. 2013-10-24 23:28:53 -04:00
pointbiz
a19c436fff Added Greek Translations 2013-08-29 20:55:16 -04:00
pointbiz
925c244994 Merge pull request #22 from ifaist0s/master
Added Greek Translation
2013-08-29 17:14:24 -07:00
ifaist0s
b6b6ca343f Added Greek Translation
Should need some changed to the rest of the code to accommodate the new translation...
2013-08-29 21:51:37 +03:00
pointbiz
a111f763b4 grunt build system. unix line endings. 2013-08-27 22:05:31 -04:00
pointbiz
d77aaf687f Merge pull request #20 from scintill/bulk_compressed
add support for compressed addresses in bulk wallet
2013-06-02 16:11:54 -07:00
Joey Hewitt
7f3adee8c5 add support for compressed addresses in bulk wallet 2013-05-29 02:04:56 -06:00
pointbiz
7622972ab3 Increase size of QR code on Wallet Details tab. 2013-04-20 12:56:06 -04:00
pointbiz
a2e09c74ca BIP38 Decrypt with async tests. Thanks scintill and Zeilap. 2013-04-15 21:40:28 -04:00
pointbiz
39cdf7e33c Merge pull request #15 from scintill/patch-pagebreak
Fix bug with "Addresses per page" == 1
2013-04-14 08:18:36 -07:00
pointbiz
9fe32c6594 Merge pull request #14 from scintill/encoding
Specify the charset to avoid text decoding problems
2013-04-12 20:14:25 -07:00
Joey Hewitt
bda4b469f1 Fix bug with "Addresses per page" == 1
It was effectively "don't insert any pagebreaks" because the modulus
condition could never be true.
2013-04-08 21:20:10 -06:00
Joey Hewitt
f55bfa9704 Specify the charset to avoid text decoding problems
Fixes #13.
2013-04-08 20:59:15 -06:00
pointbiz
2478a1369f update Crypto-JS 2013-03-24 15:17:52 -04:00
pointbiz
eeed4db91e v2.4 French translations 2013-02-17 13:52:24 -04:00
pointbiz
54523d36b2 v2.3 Vanity Wallet now supports compressed keys 2013-01-27 21:17:58 -04:00
pointbiz
bf645b01ac Merge pull request #7 from FiloSottile/master
Hide #culturemenu on @media print
2013-01-14 16:23:19 -08:00
Filippo Valsorda
2a12c2811d Hide #culturemenu on @media print
The language selection header was getting printed along with the paper wallets.
2013-01-14 13:30:43 +01:00
pointbiz
685e977461 v2.2 critical bug fix for Vanity Wallet multiplication of a public key with a private key 2012-12-30 23:48:44 -04:00
pointbiz
5afcbf2bb8 translations code and initial spanish translation 2012-12-28 23:40:55 -04:00
pointbiz
d34b4f7f9a v2.1 Vanity Wallet add/multiply public/private keys. Code refactors. 2012-12-24 17:10:52 -04:00
pointbiz
54c26d38e6 v2.0 Vanity Wallet, Paper Wallet updates 2012-10-20 15:25:48 -04:00
pointbiz
24540cf673 Merge pull request #6 from ironwolf/master
High Res QR Codes
2012-10-20 10:18:50 -07:00
pointbiz
737e3b1bcf Vanity Wallet Step1/2 UI updates 2012-10-20 00:37:21 -04:00
pointbiz
28b2cad173 Merge pull request #5 from n1bor/vanityguifixes
Added in the 2 stage formating.
2012-10-19 19:33:00 -07:00
Robert McNally
b4d732f01b High-res QR codes 2012-10-17 23:30:14 -07:00
Robin Owens
eb349662fd adding a bit of formating, but still not 100% happy... 2012-10-15 22:22:42 +01:00
pointbiz
fd3a2ff902 Vanity Wallet updates 2012-10-14 20:46:29 -04:00
pointbiz
308e5b4aef Merge pull request #4 from n1bor/vanitytab
Vanity Wallet
2012-10-14 17:25:17 -07:00
pointbiz
770d933029 v1.9 Testnet Edition fixes 2012-10-11 23:31:56 -04:00
Robin Owens
0d92eb8be3 changing multiply back to add. From testing we always want to add
the keys.
2012-10-07 10:34:11 +01:00
Robin Owens
4be1a70588 adding additional tab for calculating Vanity Addresses.
This is needed when a user wants a pool to generate the
address but then needs to combine the 2 private keys to
create the final key to import into their wallet.
2012-10-07 10:34:10 +01:00
pointbiz
31433898c7 README 2012-10-07 00:27:50 -04:00
pointbiz
05a9b736b3 v1.8 Art Wallet updates 2012-10-07 00:21:17 -04:00
pointbiz
804d08cec0 v1.7 Art Wallet added to Paper Wallet 2012-09-29 23:49:21 -04:00
pointbiz
4dc7cc64ac v1.6 Brain Wallet 2012-07-29 15:58:49 -04:00
pointbiz
e58a86a2fa v1.5 wallet details compressed keys 2012-03-22 21:05:50 -04:00
pointbiz
4069ea2053 Merge pull request #1 from coretechs/comp_wif
compressed pubkey support and b64 display bugfix
2012-03-19 17:36:14 -07:00
coretechs
0ebfba0b37 fix base64 display bug ECKey.toString missing pad 2012-03-11 01:47:01 -05:00
coretechs
d2ba280388 added QR codes, cleaned up a few things 2012-03-10 22:01:05 -05:00
coretechs
4b6b08706c cleaned up implementation, import format check fix 2012-03-10 21:22:32 -05:00
coretechs
77f7d7bafc added compressed pubkey (disp only) +fixes 2012-03-09 21:46:46 -05:00
coretechs
bdaa695478 added comp wif to csv 2012-03-08 23:39:49 -05:00
coretechs
099201cc62 WIF privkey for compressed wallet format v0.6 2012-03-08 03:07:53 -05:00
pointbiz
eb462e526c v1.4 updates to Wallet Details and Bulk Wallet tabs 2012-01-09 23:35:02 -04:00
pointbiz
0ba1fb6a6e v1.3 testnet edition feature added. Update to isMiniFormat function. 2011-11-28 20:22:12 -04:00
pointbiz
132f70cd45 v1.2 2011-11-06 22:29:11 -04:00
pointbiz
408ae1e95c v1.1 2011-11-06 22:26:20 -04:00
pointbiz
122036feaa v1.0 2011-11-06 22:22:44 -04:00
pointbiz
1d8a053856 v0.9 2011-11-06 22:20:27 -04:00