aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/account.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-02-22simplewallet: add a new --restore-from-keys optionmoneromooo-monero1-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.
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-08-09encrypted payment ids are now 64 bit, instead of 256 bitmoneromooo-monero1-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.
2015-06-20account: allow creating an account from a public address and view secret keymoneromooo-monero1-0/+16
2015-06-12account: add a couple constsmoneromooo-monero1-2/+2
2015-06-12Integrated addresses (standard address plus payment id)moneromooo-monero1-0/+6
2015-05-31account: add a forget_spend_key methodmoneromooo-monero1-0/+5
2015-01-02year updated in licenseRiccardo Spagni1-1/+1
2014-12-01ensure that keccak is called on view spend key, not a possibly ↵warptangent1-1/+1
pre-sc_reduce32 version of it - for deriving view secret key
2014-09-15Separate testnet address prefixZachary Michaels1-2/+2
2014-08-03restored wallets will have timestamp set to June 8 2014.Thomas Winget1-1/+17
2014-07-23License updated to BSD 3-clausefluffypony1-3/+29
2014-06-12change hash for keygen from blake to keccaktom1-2/+2
2014-06-12allow two-random-numbers wallet generation (but not as default)Thomas Winget1-2/+2
2014-06-12fixed some pointer- and loop-based derpsThomas Winget1-0/+3
2014-06-12builds, but doesn't link. other than that, electrum-style recovery ↵Thomas Winget1-3/+10
implemented (but not tested\!)
2014-06-12most functions prototyped/modified for wallet recoveryThomas Winget1-1/+1
2014-03-03moved all stuff to githubAntonio Juarez1-0/+50