| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
also add a note when receiving the tx, because the user
might not notice the "XXX blocks to unlock" in the balance.
|
| |\
| |
| |
| |
| | |
588e6700 simplewallet: fix output representation offset (moneromooo-monero)
35e0a968 wallet2: "output lineup" fake out selection (moneromooo-monero)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
926e0472 simplewallet: add another warning about long payment ids (moneromooo-monero)
|
| | | |
|
| |\ \
| |/
|/|
| | |
34f8c237 simplewallet: fix warning about long payment id using the old option (moneromooo-monero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
383c38fd fix init warning on whatever compiler version (italocoin)
|
| | | | |
|
| | |/
|/| |
|
| | |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| | |
| | |
| | | |
0be5b2ee simplewallet: new unset_ring command (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Useful when debugging, though not much for users
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
a2561653 wallet: new option to start background mining (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
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.
|
| | | |
| | |
| | |
| | | |
displays total sent and received bytes
|
| |\ \ \
| |/ /
|/| |
| | | |
16eda54b wallet: use original user address if we have a short payment id (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
18faa6da wallet: add freeze/thaw/frozen commands (moneromooo-monero)
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
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)
|
| | | |/
| |/|
| | |
| | | |
Enhance debug info
|
| |\ \ \
| |/ /
|/| |
| | | |
e99b2b12 simplewallet: make the long payment ids warnigns more warney (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
We want people to really realize it's bad for *their* privacy.
|
| |\ \ \
| |_|/
|/| |
| | | |
cce948a5 simplewallet: add some missing spacing before uses data (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
576116d4 wallet: fix load failure if the mms isn't usable (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | | |
c6a70af8 wallet2: key image import fixes (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
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)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |\ \
| | |
| | |
| | | |
f42263eb wallet: adds rescan_bc option with preserving key images (Dusan Klinec)
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |/ |
|
| |\
| |
| |
| |
| | |
1f5680c8 simplewallet: add help for ask-password options (moneromooo-monero)
c7c74caf simplewallet: mark confirm-missing-payment-id as obsolete (moneromooo-monero)
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
24569454 epee: add SSL support (moneromooo-monero)
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |/
|
|
| |
for long payment ids
|
| |\
| |
| |
| | |
8258a9e7 wallet: do not check txpool in background mode (moneromooo-monero)
|
| | |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
| |
| |
| | |
For better transaction uniformity, even though this wastes space.
|
| | | |
|
| |\ \
| | |
| | |
| | | |
51b0625e simplewallet: improve punctuation in user visible string (selsta)
|
| | | | |
|