Michael Muré
e6dcb2d859
fix currency selection
2014-03-19 23:00:20 +01:00
Michael Muré
a99b7d6d41
fix forgotten currency dependant crypto
2014-03-19 23:00:19 +01:00
Lucas Legname
61aac517c6
Paperwallet design update.
2014-03-19 22:27:12 +01:00
Lucas Legname
f034287ea1
Code cleaning.
2014-03-19 21:13:26 +01:00
Lucas Legname
d646c051fe
Fix: private code is now correctly displayed when BIP38 encryption is enabled.
2014-03-13 22:00:43 +01:00
Lucas Legname
cafdc7e22e
Advanced function for paper wallet generation have been deleted (not used in our case).
2014-03-13 21:53:31 +01:00
Lucas Legname
bb046575a5
README part of index.html as been updated.
2014-03-10 22:52:55 +01:00
Lucas Legname
9c0acc5b81
Pictures have been sorted out, only essentials have been saved.
2014-03-10 22:45:52 +01:00
Michael Muré
ae6ee86db9
remove bitcoin in text
2014-03-10 22:27:43 +01:00
Lucas Legname
76ea9405d6
qr code border is hidden until first link is hovered.
2014-03-10 21:52:06 +01:00
Lucas Legname
4d0582e9da
Donate page has been improved (qr codes are now showed on the right side of the page).
2014-03-10 21:49:58 +01:00
Michael Muré
781b95104e
rename main html file to index.html
2014-03-10 21:19:03 +01:00
Michael Muré
8c99d6bc8d
fix javascript fart
2014-03-10 21:10:58 +01:00
Michael Muré
3d6bae386e
expand the donate tab to show the qr code and a link to open a wallet
2014-03-10 20:57:16 +01:00
Lucas Legname
1dd2c163a5
Moved dropdown list on the right side of the banner.
2014-03-10 20:36:33 +01:00
Lucas Legname
54cc876ed1
New banner added, page’s stylesheet updated.
2014-03-10 20:28:34 +01:00
Lucas Legname
1b1c714bd6
PGP signature has been deleted, github url has been updated.
2014-03-10 20:28:34 +01:00
Lucas Legname
8004c16f76
Page’s stylesheet update.
2014-03-10 20:28:22 +01:00
Michael Muré
ff5fdb81d6
add a donate tab with auto generated content
2014-03-06 23:55:46 +01:00
Lucas Legname
66248e45e5
Borders are now thinner and better looking.
2014-03-06 23:53:17 +01:00
Lucas Legname
fcb54aedcb
New paper wallet styles added! :)
2014-03-06 23:15:14 +01:00
Michael Muré
03385f2858
add more currencies
2014-03-06 22:36:21 +01:00
Lucas Legname
8627928c4f
Page’s stylesheet update.
2014-03-06 22:20:01 +01:00
Michael Muré
582f04d293
Generate currency drop-down list from know currency
2014-03-06 22:14:03 +01:00
Lucas Legname
9376987e6c
Page’s stylesheet update.
2014-03-06 22:01:53 +01:00
Michael Muré
fadeabd396
refactor js for storing/using the different currency
...
remove support for testnet, as it will be implemented as yet another currency
wallet generation should work at this point
TODO: detect currency type from a key
2014-03-06 21:52:32 +01:00
Lucas Legname
2ab9acc3fc
RegEx update depending on currency chosen. Looks like it works, yey!
2014-03-05 21:30:30 +01:00
Lucas Legname
90e86a56b6
WalletManager script added to the project. With event triggered when currency type is changed by user. Crypto config is not completely changed so far.
2014-03-04 16:52:58 +01:00
pointbiz
b6fb655b3a
v2.8.1 Czech translation. Remove firstbits link. Fix mouse movement visualization for Firefox and IE.
2014-01-19 01:42:16 -04:00
pointbiz
4b01c4cd56
Merge pull request #59 from onovy/translation-cz
...
Czech translation.
2014-01-18 19:13:31 -08:00
pointbiz
3d135f7ea6
v2.8.0 visualize entropy collection
2014-01-18 01:21:52 -04:00
onovy
d389e975fe
Change pool size back to 256 bytes.
2014-01-15 14:23:27 +01:00
onovy
64251ae565
Czech translation.
2014-01-12 19:19:51 +01:00
pointbiz
76704bfce2
v2.7.6 increase seed pool size. show seed pool while moving mouse. add textbox for keyboard entropy. do not generate address without human added entropy. browser fingerprint entropy added to seed pool starting in a random position. whole seed pool initialized with getRandomValues.
2014-01-10 18:53:31 -04:00
pointbiz
b100c39dac
Merge pull request #51 from onovy/random-pptr-seed
...
Initialize pptr to pseudo-random place before seeding.
2014-01-09 18:59:43 -08:00
pointbiz
da89fc1f93
v2.7.5 seed mouse movements as 16-bit numbers
2014-01-09 21:53:29 -04:00
onovy
19627f73cf
Seed mouse movements as 16-bit numbers.
2014-01-09 06:18:36 +01:00
pointbiz
9861b3311b
v2.7.4 more entropy. user added entropy through hash tag.
2014-01-09 00:41:38 -04:00
pointbiz
429d77b864
Merge pull request #53 from onovy/more-entropy
...
Just more entropy
2014-01-08 20:22:04 -08:00
pointbiz
3c819a19ca
v2.7.3 improved labels to focus on inputs
2014-01-08 21:47:54 -04:00
onovy
dc52dfe703
More entropy.
2014-01-05 20:03:34 +01:00
onovy
897ad54f5e
Initialize pptr to pseudo-random place before seeding.
2014-01-05 17:25:13 +01:00
pointbiz
b86d5883bc
v2.7.2 keys and addresses in monospace font.
2013-12-23 01:45:55 -04:00
pointbiz
95170492c9
v2.7.1 more entropy for the PRNG seed
2013-12-22 00:22:46 -04:00
pointbiz
c71a584165
Merge pull request #49 from pointbiz/seed
...
more entropy for the PRNG seed
2013-12-21 20:10:09 -08:00
pointbiz
008c727aa2
v2.7.0 Use window.crypto.getRandomValues for added OS-supplied randomness
2013-12-15 23:10:56 -04:00
pointbiz
0f19ca3974
Merge pull request #33 from AgentME/rng
...
Use window.crypto.getRandomValues for added OS-supplied randomness
2013-12-15 19:01:27 -08:00
Mike Tsao
b4f1d49ddc
Style improvement.
2013-12-11 23:30:32 +00:00
pointbiz
a1d6f06ee7
v2.6.6 German translations thanks to gerEDH.
2013-12-09 23:19:49 -04:00
pointbiz
db6d3e9acc
more entropy
2013-12-09 19:30:16 -04:00