diff --git a/content/_guides/first_start.md b/content/_guides/first_start.md index 77fd345..6e3e623 100644 --- a/content/_guides/first_start.md +++ b/content/_guides/first_start.md @@ -37,7 +37,7 @@ Enter the address and port in the textbox. For example: `node.community.rino.io: ### Connecting to a local node -Feather automatically detects the presense of a [local node](local-node) on the default port. +Feather automatically detects the presence of a [local node](local-node) on the default port. Feather does not manage a local node for you. If you want to run a local node, follow the steps in [this guide](https://moneroguides.org/tutorials/01x02-setting-up-your-own-node/) to set one up. diff --git a/content/_guides/nodes.md b/content/_guides/nodes.md index faa943c..348a577 100644 --- a/content/_guides/nodes.md +++ b/content/_guides/nodes.md @@ -53,7 +53,7 @@ During normal use the wallet will use the following endpoints: |/get_transaction_pool_hashes.bin| Sync | Get tx hashes from transaction pool. Called every 10 seconds after main sync is finished. | |/get_transactions| Sync | Get pool transactions the wallet hasn't scanned before. | |/get_output_distribution| Tx Construction | Output distribution used in decoy selection. Data is hashed and checked against a hardcoded value to mitigate against output distribution poisoning.
In Feather, the distribution is requested and cached immediately upon finishing wallet synchronization to cut bandwidth requirements for transaction construction by an order of magnitude. | -|/get_outs.bin| Tx Construction | Request output public keys for selected indeces of ring members. The wallet cannot verify the validity of the public keys, except for the true input. Feather will show a warning if the true input is missing from the reponse. | +|/get_outs.bin| Tx Construction | Request output public keys for selected indeces of ring members. The wallet cannot verify the validity of the public keys, except for the true input. Feather will show a warning if the true input is missing from the response. | |get_fee_estimate| Tx Construction | Get base transaction fee. Malicious nodes can introduce a fungibility defect by providing an incorrect fee estimate. | |hard_fork_info | Tx Construction | Get information about hard fork state. | |/send_raw_transaction | Tx Broadcast | Instruct the node to broadcast the transcation to the network. | diff --git a/content/_guides/offline_tx_signing.md b/content/_guides/offline_tx_signing.md index c8f7838..06f3088 100644 --- a/content/_guides/offline_tx_signing.md +++ b/content/_guides/offline_tx_signing.md @@ -17,7 +17,7 @@ Transactions are constructed using the view-only wallet on the online device, th Feather supports two airgapped transaction signing methods: - Using a webcam to scan **animated QR code** (Uniform Resources, or **UR** for short) -- By transfering **files** between computers (using a flash drive or SD card) +- By transferring **files** between computers (using a flash drive or SD card) For this guide we assume you will be using animated QR codes. @@ -151,4 +151,4 @@ Scan the animated QR code shown on the offline wallet with the view-only wallet. After the scan is complete, a dialog will pop up asking you to confirm sending the transaction. You have just sent an airgapped transaction! -The next time you create a transaction, you will likely not have to go through steps 1 or 2. \ No newline at end of file +The next time you create a transaction, you will likely not have to go through steps 1 or 2. diff --git a/content/_guides/seed_scheme.md b/content/_guides/seed_scheme.md index 205cbeb..b606a99 100644 --- a/content/_guides/seed_scheme.md +++ b/content/_guides/seed_scheme.md @@ -27,7 +27,7 @@ Polyseed has a number of advantages over Monero's standard seeds: | French | ✔ | ✔ | | Italian | ✔ | ✔ | | Czech | ✔ | ✖ | -| Portugese | ✔ | ✖ | +| Portuguese | ✔ | ✖ | | Dutch | ✖ | ✔ | | Esperanto | ✖ | ✔ | | German | ✖ | ✔ | diff --git a/content/_guides/tor_support.md b/content/_guides/tor_support.md index 3f6f083..ac1fd07 100644 --- a/content/_guides/tor_support.md +++ b/content/_guides/tor_support.md @@ -13,11 +13,11 @@ If you are unable to connect to the Tor network on your machine, you may configu Feather can be configured to handle traffic to nodes in three different ways: - Never over Tor -- Switch to Tor after intial synchronization (**default**) +- Switch to Tor after initial synchronization (**default**) - Always over Tor You have the option to select the desired mode when Feather is started for the first time **before** any network connections are made. You can also change the mode in the **Settings → Network → Proxy** tab. By default, Feather routes all network traffic over Tor, except for wallet synchronization. Synchronization requires a lot of data transfer and is therefore very slow over Tor. A remote node does not learn much about your wallet during synchronization (for more information see [Nodes](nodes)). We believe this is a reasonable privacy / convenience trade-off. -On Tails, Whonix, or when Feather is started with `torsocks`, all traffic is routed through Tor regardless of application configuration. Traffic to a [local node](local-node) is never routed over Tor. \ No newline at end of file +On Tails, Whonix, or when Feather is started with `torsocks`, all traffic is routed through Tor regardless of application configuration. Traffic to a [local node](local-node) is never routed over Tor.