Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/_guides/receive_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ It is best practice to label an address before you copy it. This way you avoid a

Copy the address to your clipboard by right-clicking on an address **→ Copy Address** or by pressing `Ctrl + C`. **Never write down an address by hand**, a mistake may result in unrecoverable funds.

A precaution you can also take, is asking the sender to send a piconero (0.000000000001 XMR) before the actual real amount so you can be assured there are no issues and the address you copied is correct.

If you need to transfer the address to a different device, here are some options:

- Save your address to a .txt file and use a USB drive to transfer it
Expand All @@ -23,9 +25,9 @@ If you need to transfer the address to a different device, here are some options

For increased readability, addresses are only shown partially. If you must copy an address manually, right click on the table header **→ Show full addresses**.

Once an address receives an incoming transaction it is automatically hidden from view. You can unhide used addresses by clicking on **Show used**.
Once an address receives an incoming transaction it is automatically hidden from view. You can unhide used addresses by clicking on **Show used addresses**.

If you want to manually hide an address, right click on the address **→ Hide Address**. You can unhide hidden addresses by clicking on **Show hidden**.
If you want to manually hide an address, right click on the address **→ Hide Address**. You can unhide hidden addresses by clicking on **Show hidden addresses**.

### Q: A service tells me the address is invalid. What do I do?

Expand Down
4 changes: 2 additions & 2 deletions content/_guides/supported_operating_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Official Feather builds run on the following operating systems:
| Operating System | Minimum version | Architecture |
|------------------|-----------------------------------------------------------|----------------------------|
| Linux | [glibc 2.31](https://repology.org/project/glibc/versions) | x64, arm32, arm64, riscv64 |
| Windows | [10](https://endoflife.date/windows), version 21H2 | x64 |
| macOS | [10.14](https://endoflife.date/macos) (Mojave) | Intel, Apple Silicon |
| Windows | [10 and higher](https://endoflife.date/windows) | x64 |
| macOS | [12 and higher](https://endoflife.date/macos) | Intel, Apple Silicon |

It is strongly recommended that you run the latest version of Feather on an updated and supported operating system from
a vendor you trust.
Expand Down