Commit graph

210 commits

Author SHA1 Message Date
David Kevork
c1cb0f1321
Merge pull request #1 from SmartCash/add-new-logo
Add new logo
2018-06-26 17:44:04 +10:00
David Kevork
f09371d8fa
Update brainwallet.smartcash.cc.html 2018-06-26 17:28:31 +10:00
David Kevork
e46bc01f91
Update paperwallet.smartcash.cc.html 2018-06-26 17:26:10 +10:00
David Kevork
27ea1d528e
Remove .tab:hover 2018-03-15 19:48:10 +11:00
David Kevork
e48cde008a
change bitcoin to smartcash 2018-03-15 13:45:41 +11:00
David Kevork
4bce39c10a
Update images 2018-02-21 23:55:46 +11:00
David Kevork
4945c0204f
Update images 2018-02-21 23:55:25 +11:00
David Kevork
e971d1c16d
fixed typo 2017-12-18 23:19:57 +11:00
DavidKevork
8126795403 compressed address by default and fixed popup issue 2017-11-06 22:32:48 +11:00
DavidKevork
526d8395e1 fixed issue with model 2017-11-06 18:51:27 +11:00
DavidKevork
2a9b6880f6 added warning modal 2017-11-06 17:08:41 +11:00
DavidKevork
5bf3bdad66 updated github repo link 2017-11-05 13:49:10 +11:00
DavidKevork
b7303c880a brain wallet and paperwallet added 2017-11-05 01:05:48 +11:00
DavidKevork
48dd29f833 fixed multi wallet address issue 2017-11-05 00:48:13 +11:00
DavidKevork
4acfee642b brainwallet updated 2017-11-05 00:41:02 +11:00
DavidKevork
6409fd29ae brainwallet seperate file 2017-11-05 00:38:34 +11:00
DavidKevork
9f80440e3e paperwallet.smartcash.cc contains only single wallet and paper wallet 2017-11-04 23:35:46 +11:00
DavidKevork
364c5f688d logo updated 2017-11-04 12:20:47 +11:00
DavidKevork
c35c290b2d fixed design issues 2017-11-02 23:09:31 +11:00
DavidKevork
713f8c656b README updated and added https 2017-11-01 16:49:52 +11:00
DavidKevork
8e6892fff0 fixed typo 2017-11-01 15:12:25 +11:00
DavidKevork
1da246ee2b minor changes 2017-10-31 14:45:54 +11:00
DavidKevork
e3383b2d60 minor changes 2017-10-31 11:08:09 +11:00
DavidKevork
e00dfba0a9 update picture font 2017-10-30 22:07:39 +11:00
DavidKevork
766d90a19c update paperwallet picture 2017-10-30 21:47:29 +11:00
DavidKevork
accecea944 changed font size 2017-10-30 19:59:41 +11:00
DavidKevork
0c3931a006 final version 2017-10-30 16:55:10 +11:00
DavidKevork
1380e64421 final version 2017-10-30 16:46:12 +11:00
DavidKevork
a6d6b3f24b minor changes 2017-10-28 18:05:10 +11:00
DavidKevork
ba87be6827 final deisgn 2017-10-28 15:27:26 +11:00
DavidKevork
5a6ad4e614 minified file and minor changes 2017-10-28 01:21:34 +11:00
DavidKevork
b1e6f73c90 added smartcash background image to the single wallet 2017-10-27 11:17:56 +11:00
DavidKevork
1a70bf891a Changed code for SmartCash wallet 2017-10-26 23:00:20 +11:00
pointbiz
72aefc03e0 v3.3.0 remove support for IE8 2016-12-24 15:25:29 -04:00
pointbiz
6ed51c86c4 Merge pull request #129 from goteguru/master
Hungarian text improvements and updates
2016-12-24 14:43:03 -04:00
pointbiz
af91e78b98 v3.2.3 wallet details: show error when checksum validation fails or private key outside of curve range 2016-11-27 16:15:05 -04:00
pointbiz
67e167930c v3.2.2 version bump unix line endings 2016-08-21 19:57:42 -04:00
pointbiz
868b0300d8 v3.2.1 unix line endings 2016-08-21 18:59:26 -04:00
pointbiz
e87733f753 v3.2.1 BigInteger modInverse should be positive
- throw if modInverse 0
- improve BigInteger constructor so that it works if caller forgets
'new'
- add unit tests for BigInteger
- thanks to dooglus, jprichardson, dcousens
2016-08-21 15:44:22 -04:00
pointbiz
834aad72d2 Merge pull request #136 from pointbiz/biginteger-fixes
BigInteger modInverse should be positive
2016-08-21 15:33:49 -04:00
pointbiz
6fbc3311db Merge pull request #135 from mcccs/patch-1
Improve README
2016-08-13 21:38:44 -04:00
pointbiz
ca08d645a4 BigInteger modInverse should be positive 2016-08-13 21:29:03 -04:00
mcccs
b282d5f16a 🌈 Improve and rename README to README.md 2016-08-08 15:51:46 +03:00
Mészáros Gergely
66fd8a2815 stylistic improvements, more natural hungarian text 2016-06-07 20:59:03 +02:00
Mészáros Gergely
37ec2b5600 updated missing translations, fixed wrong trans. 2016-06-07 11:29:48 +02:00
pointbiz
8a0c686e61 v3.2.0 compressed addresses on Single/Paper/Bulk wallet. compressed option on Brain wallet. BIP38 on Bulk Wallet. 2016-02-19 21:29:59 -04:00
pointbiz
c97bac03bb compressed option added to brain wallet 2016-02-13 17:28:42 -04:00
pointbiz
f64e8cd85d use compressed keys by default on single, paper, bulk wallets 2016-02-08 20:24:40 -04:00
pointbiz
7bd5398660 merge 3.1.1 from master 2016-02-05 17:34:37 -04:00
pointbiz
ed60f031a9 v3.1.1 refactor translations 2016-01-17 15:29:32 -04:00