Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-11 | Add a --restricted-rpc flag to simplewallet | moneromooo-monero | 1 | -1/+4 | |
It restricts RPC to a subset of "view only" commands. Kind of like a poor man's view key replacement. | |||||
2015-01-02 | year updated in license | Riccardo Spagni | 1 | -1/+1 | |
2014-12-13 | Merge pull request #203 | Riccardo Spagni | 1 | -4/+24 | |
583cf0a Document existing function (warptangent) 95eb944 Repeat prompt for wallet path if invalid (warptangent) | |||||
2014-12-11 | Repeat prompt for wallet path if invalid | warptangent | 1 | -4/+24 | |
simplewallet run without a wallet path argument should prompt again if an invalid path was entered. Validity here currently means the string isn't empty. | |||||
2014-12-08 | Add simple_wallet::seed_set_language method | warptangent | 1 | -0/+60 | |
Add simple_wallet::set_variable method to provide top-level "set" command and support "set seed language" command. | |||||
2014-12-06 | Checking and handling for deterministic vs non-deterministic wallet | warptangent | 1 | -19/+35 | |
simple_wallet::seed() - Check that wallet is deterministic. simple_wallet::new_wallet() - Prompt for seed language only if it's a non-deterministic wallet, along with previous conditions. simple_wallet::open_wallet() - Fixed check for deterministic wallet (flag based on command line non-deterministic argument was used before, but it's inapplicable to opening an existing wallet). - As with deterministic wallet, non-deterministic also included to be rewritten to new JSON format file. That's what's done for newly generated non-deterministic wallets, so old versions should be updated to same format. | |||||
2014-12-06 | indentation | warptangent | 1 | -1/+1 | |
2014-12-06 | replace lines with call to recently added print_seed() | warptangent | 1 | -4/+1 | |
2014-12-02 | Merge pull request #186 | Riccardo Spagni | 1 | -3/+0 | |
3300ae5 remove unused display variable (warptangent) 0e0e557 return true on success (warptangent) 2e11eb1 deterministic wallet use of twelve words fixed (warptangent) 21a3c46 ensure that keccak is called on view spend key, not a possibly pre-sc_reduce32 version of it - for deriving view secret key (warptangent) | |||||
2014-12-01 | prompt for seed language and error handling | warptangent | 1 | -0/+7 | |
- "seed" simplewallet command was only displaying seed if wallet was newly generated | |||||
2014-12-01 | remove unused display variable | warptangent | 1 | -3/+0 | |
2014-12-01 | Merge pull request #1 | Riccardo Spagni | 1 | -21/+49 | |
f1eaf88 Prints seed after wallet upgrade. Removed iostream include. (Oran Juice) 70971be Doxygen comments (Oran Juice) 031ca23 Rewrites to old wallet file correctly (Oran Juice) 1f833dc Doxygen comments in (Oran Juice) 0bd88ff Writes seed language while generating wallet. Wallet open fix. (Oran Juice) 09a659e Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility (Oran Juice) | |||||
2014-11-09 | Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ↵ | iamsmooth | 1 | -3/+2 | |
denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee | |||||
2014-10-19 | Prints seed after wallet upgrade. Removed iostream include. | Oran Juice | 1 | -4/+21 | |
2014-10-19 | Rewrites to old wallet file correctly | Oran Juice | 1 | -1/+1 | |
2014-10-18 | Writes seed language while generating wallet. Wallet open fix. | Oran Juice | 1 | -17/+28 | |
2014-10-18 | Stores seed language in wallet file. added rapidjson. Yet to test backward ↵ | Oran Juice | 1 | -2/+2 | |
compatibility | |||||
2014-10-05 | split mnemonic printout over 3 lines | Riccardo Spagni | 1 | -0/+4 | |
2014-10-05 | fixed conflict in CMakeLists | Riccardo Spagni | 1 | -9/+77 | |
2014-10-03 | cleaned up OpenAlias messages in simplewallet | Riccardo Spagni | 1 | -6/+6 | |
2014-10-03 | Don't show Old English as an available option | Oran Juice | 1 | -1/+1 | |
2014-10-02 | Restructured language sources to be singletons | Oran Juice | 1 | -35/+14 | |
2014-10-01 | simplewallet ignoring testnet port in RPC mode | Riccardo Spagni | 1 | -1/+1 | |
2014-09-30 | Change seed message to '25' words from '24' words | Oran Juice | 1 | -2/+2 | |
2014-09-28 | Merge with origin/master | Oran Juice | 1 | -2/+56 | |
2014-09-28 | Minor comment changes and code clean-up | Oran Juice | 1 | -3/+3 | |
2014-09-28 | CRC Checksum for word seed. Gives a new 25 word seed with checksum if one ↵ | Oran Juice | 1 | -6/+10 | |
without checksum is passed. Doxygen comment fix. | |||||
2014-09-27 | Doxygen comments in | Oran Juice | 1 | -2/+16 | |
2014-09-27 | Informs about old style mnemonics from older wallet and provides a new one. ↵ | Oran Juice | 1 | -2/+8 | |
CMakeLists.txt update. | |||||
2014-09-27 | Throw error when word list file is empty and quick bug fix | Oran Juice | 1 | -7/+31 | |
2014-09-26 | Supports wallet restoration | Oran Juice | 1 | -4/+6 | |
2014-09-25 | Accepts seed language choice from user. | Oran Juice | 1 | -0/+38 | |
2014-09-24 | Copies word lists directory to the location of the executable | Oran Juice | 1 | -0/+1 | |
2014-09-23 | Fixed artifacts from cherry-picking devel->master | Thomas Winget | 1 | -2/+2 | |
2014-09-23 | change to allow (at least a bit) for multiple TXT records | Thomas Winget | 1 | -7/+10 | |
2014-09-23 | Simplewallet should now resolve urls to addresses | Thomas Winget | 1 | -2/+53 | |
Simplewallet should now do a DNS query on an address if it fails to convert the given string to a binary representation of an address (base58->binary). It will prompt the user, telling of what the "url" passed was, what monero address it translated to, and whether or not DNSSEC validation was a success, and ask for a confirmation that these are all acceptable. | |||||
2014-09-23 | Moved mnemonics code to src/mnemonics | Oran Juice | 1 | -1/+1 | |
2014-09-15 | Separate testnet address prefix | Zachary Michaels | 1 | -6/+9 | |
2014-09-15 | Separate rpc port for testnet | Zachary Michaels | 1 | -3/+7 | |
2014-09-15 | Reorganize testnet constants | Zachary Michaels | 1 | -2/+2 | |
2014-09-15 | Add testnet flag | Zachary Michaels | 1 | -7/+12 | |
Source: cryptonotefoundation | |||||
2014-09-12 | versioning now includes the commit hash, or -final for tagged releases | Riccardo Spagni | 1 | -3/+3 | |
2014-08-05 | added viewkey command to CLI | Jakob Lind | 1 | -0/+8 | |
2014-08-03 | refactoring. get seed code in wallet2 | Jakob Lind | 1 | -12/+3 | |
2014-08-03 | check its deterministic wallet before printing seed | Jakob Lind | 1 | -3/+19 | |
when running the seed command | |||||
2014-08-03 | remove help text about seed only displayed once | Jakob Lind | 1 | -2/+2 | |
2014-08-03 | added seed command to get deterministic seed. | Jakob Lind | 1 | -0/+11 | |
not yet password protected | |||||
2014-08-01 | #36 simplewallet refresh include optional height param | Jakob Lind | 1 | -1/+14 | |
height param is used optionally in refresh command TODO: This should also be the default behaviour when generating a new wallet. | |||||
2014-07-23 | License updated to BSD 3-clause | fluffypony | 1 | -3/+29 | |
2014-07-17 | Merge pull request #63 from mikezackles/bytecoin_for_merge | mikezackles | 1 | -2/+2 | |
Misc fixes from bytecoin | |||||
2014-07-01 | Fix thread count argument handling in simplewallet | Zachary Michaels | 1 | -2/+2 | |
2014-06-30 | wallet RPC converted to use new transaction semantics | Thomas Winget | 1 | -164/+32 | |
wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead of wallet2::transfer. This made it possible to add the RPC call /transfer_split, which will split transactions automatically if they are too large. The old call to /transfer will return an error stating to use /transfer_split if multiple transactions are needed to fulfill the request. | |||||
2014-06-30 | removed erroneous printing of newlines | Thomas Winget | 1 | -1/+0 | |
2014-06-30 | removed some debugging code (really stupid printf-style debuggng.. | Thomas Winget | 1 | -11/+2 | |
2014-06-30 | Transaction splitting *seems* to be working!!! | tom | 1 | -6/+21 | |
2014-06-30 | Added confirmation prompt if transactions are to be split | Thomas Winget | 1 | -0/+16 | |
2014-06-30 | added back successful tx message. oops. | Thomas Winget | 1 | -1/+3 | |
2014-06-30 | up tx splits limit 5 -> 30 | Thomas Winget | 1 | -1/+1 | |
2014-06-30 | final changes to get transaction splitting building. needs testing. | Thomas Winget | 1 | -13/+79 | |
2014-06-30 | working on dividing functions in prep for tx splitting | tom | 1 | -9/+80 | |
2014-06-12 | changed wallet mnemonic to use cout so it doesn't print to log | Thomas Winget | 1 | -1/+2 | |
2014-06-12 | changed text a bit more | tom | 1 | -10/+11 | |
2014-06-12 | changed some print messages | tom | 1 | -2/+2 | |
2014-06-12 | allow two-random-numbers wallet generation (but not as default) | Thomas Winget | 1 | -33/+44 | |
2014-06-12 | reworked command line args for simplewallet. | Thomas Winget | 1 | -18/+29 | |
--generate-new-wallet and --wallet-file are now properly mutually-exclusive. | |||||
2014-06-12 | DRY cin input_line (and test replacement of non-DRY usage) | Thomas Winget | 1 | -6/+4 | |
2014-06-12 | more pointer-based derp | Thomas Winget | 1 | -5/+10 | |
2014-06-12 | fixed some pointer- and loop-based derps | Thomas Winget | 1 | -0/+2 | |
2014-06-12 | builds, but doesn't link. other than that, electrum-style recovery ↵ | Thomas Winget | 1 | -1/+9 | |
implemented (but not tested\!) | |||||
2014-06-12 | most functions prototyped/modified for wallet recovery | Thomas Winget | 1 | -3/+32 | |
2014-06-02 | Added 'payment_id' optional argument to 'transfer' wallet RPC method | Neozaru | 1 | -15/+2 | |
2014-06-01 | Merge bitmonero@monero-project | Neozaru | 1 | -17/+15 | |
2014-05-28 | simplewallet returns 0 when no error | Neozaru | 1 | -1/+1 | |
2014-05-28 | Added '--exit-after-cmd' option in simplewallet | Neozaru | 1 | -1/+9 | |
2014-05-28 | Fixed return status for '--help'. Fixed wallet name (use macro instead of ↵ | Neozaru | 1 | -2/+2 | |
'bytecoin wallet' | |||||
2014-05-26 | Merge remote-tracking branch 'origin/master' into 0.8.8update | mydesktop | 1 | -5/+11 | |
Latest PR merged into experimental branch. | |||||
2014-05-26 | simplewallet exits when COMMAND is given as a command-line argument | paybee | 1 | -5/+11 | |
2014-05-25 | 0.8.8update | mydesktop | 1 | -5/+5 | |
2014-05-16 | Added 'save_bc' command in daemon for saving blockchain remotely | Neozaru | 1 | -0/+17 | |
2014-05-03 | initial [broken] update | mydesktop | 1 | -18/+145 | |
2014-04-30 | various fixes to allow mac osx compilation | mydesktop | 1 | -1/+1 | |
2014-04-07 | Improvements in JSON RPC | Antonio Juarez | 1 | -11/+15 | |
2014-04-02 | json rpc for wallet and bugfix | Antonio Juarez | 1 | -164/+501 | |
2014-03-20 | some fixes | Antonio Juarez | 1 | -106/+166 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+523 | |