mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
added fragment link to account, started address entry
This commit is contained in:
parent
b26f3958fb
commit
36570d0c74
@ -11,7 +11,7 @@ Those familiar with Monero's predecessors will be more familiar with the term *w
|
||||
|
||||
Your account contains all of the Monero @transactions you have sent and received. Your account balance is a sum of all the Monero you've received, less the Monero you've sent. When using Monero you may notice that your account has two balances, a locked and an unlocked balance. The unlocked balance contains funds that can be spent immediately, and the locked balance contains funds that you can't spend right now. You may receive a transaction that has an @unlocktime set, or you may have sent some Monero and are waiting for the @change to come back to your wallet, both situations that could lead to those funds being locked for a time.
|
||||
|
||||
A key difference between traditional electronic currency and Monero is that your account resides only under your control, normally on your computer, and cannot be accessed by anyone else if you practice good security (see below).
|
||||
A key difference between traditional electronic currency and Monero is that your account resides only under your control, normally on your computer, and cannot be accessed by anyone else if you [practice good security](#practicing-good-security).
|
||||
|
||||
### Multiple Accounts
|
||||
|
||||
@ -46,8 +46,8 @@ To start synchronizing with the daemon use "refresh" command.
|
||||
Use "help" command to see the list of available commands.
|
||||
Always use "exit" command when closing simplewallet to save
|
||||
current session's state. Otherwise, you will possibly need to synchronize
|
||||
your wallet again. Your wallet key is NOT under risk anyway.<br><br>
|
||||
<span style="color: lime;">PLEASE NOTE: the following 25 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.</span><br><br>
|
||||
your wallet again. Your wallet key is NOT under risk anyway.<br>
|
||||
<span style="color: lime;">PLEASE NOTE: the following 25 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.</span><br>
|
||||
aunt knuckle italics moisture hawk thorn iris abort
|
||||
chlorine smog uphill glass aptitude nowhere sewage plywood
|
||||
dual relic fierce divers anvil nodes bubble cabin abort
|
||||
|
14
knowledge-base/moneropedia/address.md
Normal file
14
knowledge-base/moneropedia/address.md
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
layout: moneropedia
|
||||
entry: "Address"
|
||||
terms: ["address", "addresses"]
|
||||
summary: "either an alias, such as donate.getmonero.org, or a set of 95 characters starting with a 4"
|
||||
---
|
||||
|
||||
### The Basics
|
||||
|
||||
When you send Monero to someone you only need one piece of information, and that is their Monero address. A *raw* Monero address is a set of 95 characters starting with a 4. The Monero donation address, for instance, is <span style="word-break: break-all; word-wrap: break-word;">46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em</span>.
|
||||
|
||||
Because those addresses are long and complex you will often encounter an @openalias address instead. For example, Monero donations can be sent to <span style="word-break: break-all; word-wrap: break-word;">donate@getmonero.org</span> or <span style="word-break: break-all; word-wrap: break-word;">donate.getmonero.org</span>
|
||||
|
||||
If you would like to get an @openalias address of your own then it is
|
@ -10,5 +10,3 @@ attribution: "<!-- Icon is based on work by Freepik (http://www.freepik.com) and
|
||||
---
|
||||
|
||||
### Work in Progress
|
||||
|
||||
This is a test of the <a href="#" data-toggle="tooltip" data-placement="top" data-original-title="Default tooltip">Tooltip</a> thingy.
|
Loading…
Reference in New Issue
Block a user