Commit Graph

14 Commits

Author SHA1 Message Date
Ivan Kuznetsov 0c91da0e52 Wallet file name must depend on node ID 2017-10-01 10:48:51 +07:00
Ivan Kuznetsov 74cbac4e8f Revert "Fix the 'checksum' function"
This reverts commit 465b85d5f2.
2017-09-19 14:53:53 +07:00
Ivan Kuznetsov 465b85d5f2 Fix the 'checksum' function 2017-09-12 20:57:19 +07:00
Ivan Kuznetsov a436da6c19 Implement ValidateAddress 2017-09-10 13:53:14 +07:00
Ivan Kuznetsov fc0c819c43 Extract some structs into separate files 2017-09-10 10:54:58 +07:00
Ivan Kuznetsov cb1776224e Store public key as a byte array 2017-09-08 10:41:03 +07:00
Ivan Kuznetsov 484d0bbae2 Extract public key hashing into a separate function 2017-09-08 10:27:28 +07:00
Ivan Kuznetsov 2b0619e103 Improve NewWallets and fix comments 2017-09-08 09:56:04 +07:00
Ivan Kuznetsov deb7e2ce03 Implement 'listaddresses' CLI command 2017-09-08 09:51:44 +07:00
Ivan Kuznetsov 5b0e4ecc19 Allow to create multiple wallets 2017-09-08 09:46:06 +07:00
Ivan Kuznetsov caf71744f5 Use crypto/ecdsa to generate ECDSA key pair 2017-09-07 17:05:57 +07:00
Ivan Kuznetsov 5a1e6f7e47 Don't create a wallet when wallet.dat already exists 2017-09-07 16:46:55 +07:00
Ivan Kuznetsov 8d7f945251 Save wallet to a file 2017-09-07 16:42:38 +07:00
Ivan Kuznetsov 24b19381d2 Rename address.go to wallet.go 2017-09-07 16:33:17 +07:00