aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Collapse)AuthorAgeFilesLines
...
| * | simplewallet: fix output representation offsetmoneromooo-monero2019-04-181-1/+1
| |/
* / simplewallet: add the change amount to the prompt when lockingmoneromooo-monero2019-04-171-1/+3
|/
* Merge pull request #5450Riccardo Spagni2019-04-161-0/+8
|\ | | | | | | 926e0472 simplewallet: add another warning about long payment ids (moneromooo-monero)
| * simplewallet: add another warning about long payment idsmoneromooo-monero2019-04-161-0/+8
| |
* | Merge pull request #5431Riccardo Spagni2019-04-161-1/+1
|\ \ | |/ |/| | | 34f8c237 simplewallet: fix warning about long payment id using the old option (moneromooo-monero)
| * simplewallet: fix warning about long payment id using the old optionmoneromooo-monero2019-04-121-1/+1
| |
* | Merge pull request #5365Riccardo Spagni2019-04-151-2/+1
|\ \ | | | | | | | | | 383c38fd fix init warning on whatever compiler version (italocoin)
| * | fix init warning on whatever compiler versionitalocoin2019-03-291-2/+1
| | |
* | | simplewallet: fix merge error with new welcome commandmoneromooo-monero2019-04-111-1/+2
| |/ |/|
* | simplewallet: add a welcome/disclaimer message commandmoneromooo-monero2019-04-112-0/+34
| | | | | | | | | | | | I saw one when landing on www.tribler.org, and it seemed like a good idea to have something similar, alongside some more general "what is monero" text.
* | Merge pull request #5388Riccardo Spagni2019-04-112-1/+39
|\ \ | | | | | | | | | 0be5b2ee simplewallet: new unset_ring command (moneromooo-monero)
| * | simplewallet: new unset_ring commandmoneromooo-monero2019-04-022-1/+39
| | | | | | | | | | | | Useful when debugging, though not much for users
* | | Merge pull request #5382Riccardo Spagni2019-04-111-3/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | c12b43cb wallet: add number of blocks required for the balance to fully unlock (moneromooo-monero) 3f1e9e84 wallet2: set confirmations to 0 for pool txes in proofs (moneromooo-monero) 36c037ec wallet_rpc_server: error out on getting the spend key from a hot wallet (moneromooo-monero) cd1eaff2 wallet_rpc_server: always fill out subaddr_indices in get_transfers (moneromooo-monero)
| * | | wallet: add number of blocks required for the balance to fully unlockmoneromooo-monero2019-04-011-3/+8
| |/ /
* | | Merge pull request #5374Riccardo Spagni2019-04-112-11/+167
|\ \ \ | | | | | | | | | | | | a2561653 wallet: new option to start background mining (moneromooo-monero)
| * | | wallet: new option to start background miningmoneromooo-monero2019-04-042-11/+167
| |/ / | | | | | | | | | | | | | | | The setup-background-mining option can be used to select background mining when a wallet loads. The user will be asked the first time the wallet is created.
* | | simplewallet: new net_stats commandmoneromooo-monero2019-04-112-0/+13
| | | | | | | | | | | | displays total sent and received bytes
* | | Merge pull request #5340Riccardo Spagni2019-04-061-1/+1
|\ \ \ | |/ / |/| | | | | 16eda54b wallet: use original user address if we have a short payment id (moneromooo-monero)
| * | wallet: use original user address if we have a short payment idmoneromooo-monero2019-03-241-1/+1
| | |
* | | Merge pull request #5333Riccardo Spagni2019-04-012-3/+90
|\ \ \ | | | | | | | | | | | | 18faa6da wallet: add freeze/thaw/frozen commands (moneromooo-monero)
| * | | wallet: add freeze/thaw/frozen commandsmoneromooo-monero2019-03-222-3/+90
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These commands let one freeze outputs by key image, so they do not appear in balance, nor are considered when creating a transaction, etc This is helpful when receiving an output from a suspected spy, who might try to track your other outputs by seeing with what other outputs it gets spent. The frozen command may be used without parameters to list all currently frozen outputs.
* | | Merge pull request #5332Riccardo Spagni2019-04-011-5/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | 7c440915 Add get_tx_proof support, needed for new sanity check (cslashm) 98fdcb2a Add support for V11 protocol with BulletProofV2 and short amount. New scheme key destination contrfol Fix dummy decryption in debug mode (cslashm) 3a981a33 Add application version compatibility check. (cslashm)
| * | | Add get_tx_proof support, needed for new sanity checkcslashm2019-03-281-5/+0
| | |/ | |/| | | | | | | Enhance debug info
* | | Merge pull request #5307Riccardo Spagni2019-04-011-4/+6
|\ \ \ | |/ / |/| | | | | e99b2b12 simplewallet: make the long payment ids warnigns more warney (moneromooo-monero)
| * | simplewallet: make the long payment ids warnigns more warneymoneromooo-monero2019-03-171-4/+6
| | | | | | | | | | | | We want people to really realize it's bad for *their* privacy.
* | | Merge pull request #5286Riccardo Spagni2019-03-241-1/+1
|\ \ \ | |_|/ |/| | | | | cce948a5 simplewallet: add some missing spacing before uses data (moneromooo-monero)
| * | simplewallet: add some missing spacing before uses datamoneromooo-monero2019-03-141-1/+1
| |/
* | Merge pull request #5266Riccardo Spagni2019-03-211-0/+10
|\ \ | | | | | | | | | 576116d4 wallet: fix load failure if the mms isn't usable (moneromooo-monero)
| * | wallet: fix load failure if the mms isn't usablemoneromooo-monero2019-03-111-0/+10
| |/
* | Merge pull request #5235Riccardo Spagni2019-03-211-7/+2
|\ \ | | | | | | | | | c6a70af8 wallet2: key image import fixes (moneromooo-monero)
| * | wallet2: key image import fixesmoneromooo-monero2019-03-051-7/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | - return the right output data when offset is not zero - do not consider import failed if result height is zero (it can be 0 if unknown) - select the right tx pubkey when using subaddresses (it's faster, and we might select the wrong one if we got an output using one of the additional tx keys) - account for skipped outputs for spent/unspent balance info "spent" is arguably wrong, since it will count spent change multiple times as it goes through receive/spend cycles.
* | Merge pull request #5211Riccardo Spagni2019-03-212-14/+16
|\ \ | | | | | | | | | | | | | | | c9b13fbb tests/trezor: HF9 and HF10 tests (Dusan Klinec) a1fd1d49 device/trezor: HF10 support added, wallet::API (Dusan Klinec) d74d26f2 crypto: hmac_keccak added (Dusan Klinec)
| * | device/trezor: HF10 support added, wallet::APIDusan Klinec2019-03-202-14/+16
| |/ | | | | | | | | | | | | | | | | | | | | | | - import only key images generated by cold signing process - wallet_api: trezor methods added - wallet: button request code added - const added to methods - wallet2::get_tx_key_device() tries to decrypt stored tx private keys using the device. - simplewallet supports get_tx_key and get_tx_proof on hw device using the get_tx_key feature - live refresh enables refresh with trezor i.e. computing key images on the fly. More convenient and efficient for users. - device: has_ki_live_refresh added - a thread is watching whether live refresh is being computed, if not for 30 seconds, it terminates the live refresh process - switches Trezor state
* | Merge pull request #4889Riccardo Spagni2019-03-192-8/+66
|\ \ | | | | | | | | | f42263eb wallet: adds rescan_bc option with preserving key images (Dusan Klinec)
| * | wallet: adds rescan_bc option with preserving key imagesDusan Klinec2019-03-152-8/+66
| |/ | | | | | | | | | | | | | | - enables to perform rescan_spent / ki sync with untrusted daemon. Spent check status involves RPC calls which require trusted daemon status as it leaks information. The new call performs soft reset while preserving key images thus a sequence: refresh, ki sync / import, rescan_bc keep_ki will correctly perform spent checking without need for trusted daemon. - useful to detect spent outputs with untrusted daemon on watch_only / multisig / hw-cold wallets after expensive key image sync. - cli: rescan_bc keep_ki
* / Update 2019 copyrightbinaryFate2019-03-053-3/+3
|/
* Merge pull request #5143Riccardo Spagni2019-03-041-1/+3
|\ | | | | | | | | 1f5680c8 simplewallet: add help for ask-password options (moneromooo-monero) c7c74caf simplewallet: mark confirm-missing-payment-id as obsolete (moneromooo-monero)
| * simplewallet: add help for ask-password optionsmoneromooo-monero2019-02-141-0/+2
| |
| * simplewallet: mark confirm-missing-payment-id as obsoletemoneromooo-monero2019-02-141-1/+1
| |
* | Merge pull request #4054Riccardo Spagni2019-03-041-2/+3
|\ \ | | | | | | | | | 24569454 epee: add SSL support (moneromooo-monero)
| * | epee: add SSL supportmoneromooo-monero2019-02-021-2/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPC connections now have optional tranparent SSL. An optional private key and certificate file can be passed, using the --{rpc,daemon}-ssl-private-key and --{rpc,daemon}-ssl-certificate options. Those have as argument a path to a PEM format private private key and certificate, respectively. If not given, a temporary self signed certificate will be used. SSL can be enabled or disabled using --{rpc}-ssl, which accepts autodetect (default), disabled or enabled. Access can be restricted to particular certificates using the --rpc-ssl-allowed-certificates, which takes a list of paths to PEM encoded certificates. This can allow a wallet to connect to only the daemon they think they're connected to, by forcing SSL and listing the paths to the known good certificates. To generate long term certificates: openssl genrsa -out /tmp/KEY 4096 openssl req -new -key /tmp/KEY -out /tmp/REQ openssl x509 -req -days 999999 -sha256 -in /tmp/REQ -signkey /tmp/KEY -out /tmp/CERT /tmp/KEY is the private key, and /tmp/CERT is the certificate, both in PEM format. /tmp/REQ can be removed. Adjust the last command to set expiration date, etc, as needed. It doesn't make a whole lot of sense for monero anyway, since most servers will run with one time temporary self signed certificates anyway. SSL support is transparent, so all communication is done on the existing ports, with SSL autodetection. This means you can start using an SSL daemon now, but you should not enforce SSL yet or nothing will talk to you.
* / simplewallet: tell the user to complain to the recipientmoneromooo-monero2019-02-031-1/+1
|/ | | | for long payment ids
* Merge pull request #5056Riccardo Spagni2019-01-281-1/+2
|\ | | | | | | 8258a9e7 wallet: do not check txpool in background mode (moneromooo-monero)
| * wallet: do not check txpool in background modemoneromooo-monero2019-01-091-1/+2
| | | | | | | | | | | | | | This avoids the constant message about needed to run refresh to enter a password. Also mention the txpool when asking for the password if the reason is a pool tx.
* | core: include a dummy encrypted payment id when no payment is usedmoneromooo-monero2019-01-181-8/+18
| | | | | | | | For better transaction uniformity, even though this wastes space.
* | core, wallet: remember original text version of destination addressmoneromooo-monero2019-01-181-0/+3
| |
* | Merge pull request #5037Riccardo Spagni2019-01-181-3/+3
|\ \ | | | | | | | | | 51b0625e simplewallet: improve punctuation in user visible string (selsta)
| * | simplewallet: improve punctuation in user visible stringselsta2019-01-161-3/+3
| | |
* | | Merge pull request #5020Riccardo Spagni2019-01-182-12/+37
|\ \ \ | | | | | | | | | | | | 1ef79b43 simplewallet: disable long payment ids by default (moneromooo-monero)
| * | | simplewallet: disable long payment ids by defaultmoneromooo-monero2019-01-162-12/+37
| |/ / | | | | | | | | | unless --long-payment-id-support is used