From 631c1b259763a9d6e4e5d9592f6ff3749a0fe42a Mon Sep 17 00:00:00 2001 From: anonimal Date: Thu, 20 Oct 2016 13:12:43 +0000 Subject: [PATCH] Knowledge-Base: update simplewallet to monero-wallet-cli Also, vim (my fault) cleaned up trailing whitespace for several files. --- downloads/index.md | 2 +- getting-started/accepting.md | 6 +++--- knowledge-base/developer-guides/wallet-rpc.md | 10 +++++----- knowledge-base/moneropedia/account.md | 2 +- knowledge-base/user-guides/Offline_Backup.md | 2 +- knowledge-base/user-guides/create_wallet.md | 8 ++++---- .../user-guides/howto_fix_stuck_funds.md | 16 ++++++++-------- knowledge-base/user-guides/index.md | 2 +- .../{simplewallet.md => monero-wallet-cli.md} | 14 +++++++------- knowledge-base/user-guides/restore_account.md | 1 + knowledge-base/user-guides/view_only.md | 4 ++-- knowledge-base/user-guides/vps_run_node.md | 16 ++++++++-------- 12 files changed, 42 insertions(+), 41 deletions(-) rename knowledge-base/user-guides/{simplewallet.md => monero-wallet-cli.md} (91%) diff --git a/downloads/index.md b/downloads/index.md index ad59ec58..0ff9587d 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -11,7 +11,7 @@ attribution: "" --- -# simplewallet +# monero-wallet-cli -`simplewallet` is the wallet software that ships with the Monero tree. It is a console program, +`monero-wallet-cli` is the wallet software that ships with the Monero tree. It is a console program, and manages an account. While a bitcoin wallet manages both an account and the blockchain, -Monero separates these: `bitmonerod` handles the blockchain, and `simplewallet` handles the account. +Monero separates these: `bitmonerod` handles the blockchain, and `monero-wallet-cli` handles the account. -This guide will show how to perform various operations from the `simplewallet` UI. The guide assumes you are using the most recent version of the Monero Core software *(currently 0.9.0.0 Hydrogen Helix)*, and have already created an account according to the other guides. +This guide will show how to perform various operations from the `monero-wallet-cli` UI. The guide assumes you are using the most recent version of the Monero Core software *(currently 0.9.0.0 Hydrogen Helix)*, and have already created an account according to the other guides. ## Checking your balance -Since the blockchain handling and the wallet are separate programs, many uses of `simplewallet` +Since the blockchain handling and the wallet are separate programs, many uses of `monero-wallet-cli` need to work with the daemon. This includes looking for incoming transactions to your address. -Once you are running both `simplewallet` and `bitmonerod`, enter `balance`. +Once you are running both `monero-wallet-cli` and `bitmonerod`, enter `balance`. Example: @@ -116,7 +116,7 @@ to an address), then you can check this way: check_tx_key TXID TXKEY ADDRESS Replace `TXID`, `TXKEY` and `ADDRESS` with the transaction ID, per-transaction key, and destination -address which were supplied to you, respectively. simplewallet will check that transaction +address which were supplied to you, respectively. monero-wallet-cli will check that transaction and let you know how much monero this transaction paid to the given address. diff --git a/knowledge-base/user-guides/restore_account.md b/knowledge-base/user-guides/restore_account.md index 23a5502d..f9ead4bb 100644 --- a/knowledge-base/user-guides/restore_account.md +++ b/knowledge-base/user-guides/restore_account.md @@ -30,3 +30,4 @@ attribution: "