summaryrefslogtreecommitdiff
path: root/src/cryptonote_core/account.cpp
Commit message (Collapse)AuthorAgeFilesLines
* simplewallet: add a new --restore-from-keys optionmoneromooo-monero2016-02-221-1/+9
| | | | | | | It is similar in use to --restore-from-view-key, but also expects a spend private key. Requested by luigi1112, and useful to restore MyMonero wallets.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero2015-08-091-1/+1
| | | | | | | | | | | | | | Pros: - smaller on the blockchain - shorter integrated addresses Cons: - less sparseness - less ability to embed actual information The boolean argument to encrypt payment ids is now gone from the RPC calls, since the decision is made based on the length of the payment id passed.
* account: allow creating an account from a public address and view secret keymoneromooo-monero2015-06-201-0/+16
|
* account: add a couple constsmoneromooo-monero2015-06-121-2/+2
|
* Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-121-0/+6
|
* account: add a forget_spend_key methodmoneromooo-monero2015-05-311-0/+5
|
* year updated in licenseRiccardo Spagni2015-01-021-1/+1
|
* ensure that keccak is called on view spend key, not a possibly ↵warptangent2014-12-011-1/+1
| | | | | | pre-sc_reduce32 version of it - for deriving view secret key
* Separate testnet address prefixZachary Michaels2014-09-151-2/+2
|
* restored wallets will have timestamp set to June 8 2014.Thomas Winget2014-08-031-1/+17
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* change hash for keygen from blake to keccaktom2014-06-121-2/+2
|
* allow two-random-numbers wallet generation (but not as default)Thomas Winget2014-06-121-2/+2
|
* fixed some pointer- and loop-based derpsThomas Winget2014-06-121-0/+3
|
* builds, but doesn't link. other than that, electrum-style recovery ↵Thomas Winget2014-06-121-3/+10
| | | | implemented (but not tested\!)
* most functions prototyped/modified for wallet recoveryThomas Winget2014-06-121-1/+1
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+50