Commit graph

60 commits

Author SHA1 Message Date
Canton Becker
0cd980cb37 Better instructions & idiot-proofing
Removed language translation links since they're out of date. Added
some javascript to reduce chances of someone accidentally printing same
wallet twice.
2013-05-03 16:32:20 -06:00
Canton Becker
ac3152b461 New "watermark" to match custom hologram stickers. 2013-04-23 20:19:17 -06:00
Canton Becker
b6d0670aca Readme redux 2013-04-22 14:34:58 -06:00
Canton Becker
c06fe846f9 Updated README 2013-04-22 14:33:35 -06:00
Canton Becker
6f7ad62b0c Updated descriptions & links 2013-04-22 13:03:29 -06:00
Canton Becker
85298f0b36 Image updates
deleted unused, replaced diagrams with new design
2013-04-22 12:51:54 -06:00
Canton Becker
9fb26050ce New graphics, new instructions. 2013-04-22 12:42:58 -06:00
Canton Becker
61353a836f More look and feel changes. 2013-04-14 23:49:43 -06:00
Canton Becker
e5119abd43 Mostly look & feel changes, copyright, attribution. 2013-04-14 12:35:59 -06:00
Canton Becker
7251c2d145 Beta warnings & authorship edits 2013-04-13 23:31:08 -06:00
cantonbecker
bb89f99fe5 Updated the README file 2013-04-13 23:02:50 -06:00
Canton Becker
0c36d31119 First draft of high resolution 2-sided wallet
This removes much of the (albeit excellent) functionality from
bitaddress.org to create a streamined step-by-step paper wallet printer
for novices. Includes a tool to help users "calibrate" their printer
for more consistent output between different browsers. Renamed main
.html file to avoid confusion with bitaddress.org. Moved images into
their own directory since they will be quite large and might not do
well encoded into the JS anymore.
2013-04-13 22:57:19 -06:00
cantonbecker
d45f72f696 Rename bitaddress.org.html to generate-wallet.html 2013-04-13 22:38:59 -06:00
Canton Becker
4f73e3ee3b Testing out commit 2013-04-13 22:16:44 -06: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
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