diff --git a/downloads/index.md b/downloads/index.md index 205e6457..f20fc78a 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -21,6 +21,11 @@ If you are using Monero Core for the first time you may want to download a @bloc Note: the SHA hashes are listed by the downloads for convenience, but a GPG-signed list of the hashes is at [getmonero.org/downloads/hashes.txt](https://getmonero.org/downloads/hashes.txt) and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). +20151008: +Beta release of Windows 64 binaries are available for testing. It is recommended to delete your old %AppData%/bitmonero folder. You can convert your old blockchain file, but it is easier (and faster) to sync from the network. + +SHA: 2BD27D3EF3102A2A6B2E1081B1AD8915DB266B3F +
{% for data_downloads in site.data.downloads %} diff --git a/knowledge-base/about.md b/knowledge-base/about.md index 6bf78ce4..e6f2bffc 100644 --- a/knowledge-base/about.md +++ b/knowledge-base/about.md @@ -10,29 +10,36 @@ attribution: "" --- -### Work in Progress \ No newline at end of file +### User Guides - always a work in progress! + +

Creating an Offline Backup of your Monero Account

+

How to fix locked up funds

+

How to make an offline backup

+

How to restore your account

+

How to make a view only wallet

+

How to run a node on VPS

+

Monero tools

\ No newline at end of file diff --git a/knowledge-base/user-guides/monero_tools.md b/knowledge-base/user-guides/monero_tools.md new file mode 100644 index 00000000..ba354358 --- /dev/null +++ b/knowledge-base/user-guides/monero_tools.md @@ -0,0 +1,25 @@ +--- +layout: static_page +title: "Monero tools" +title-pre-kick: "Monero tools " +title-kick: "for the network " +title-post-kick: "" +kick-class: "purple-kicks" +icon: "icon_userguides" +attribution: "" +--- +# Monero tools + +These tools can be used to gain information about the Monero network or your transaction data in the blockchain. + +###[Check that a recipient has received your funds](http://xmrtests.llcoins.net/checktx.html) + +###[Tools for monero address generation](http://xmrtests.llcoins.net/addresstests.html) + +###[Monero node count](http://moneronodes.i2p.xyz/) + +###[Monero node map](https://monerohash.com/nodes-distribution.html) + +###[Monero offline wallet generator](http://moneroaddress.org/) + +###[Monero network mixin statistics](http://moneroblocks.eu/stats) \ No newline at end of file diff --git a/knowledge-base/user-guides/Restoring your Monero Account.md b/knowledge-base/user-guides/restore_account.md similarity index 100% rename from knowledge-base/user-guides/Restoring your Monero Account.md rename to knowledge-base/user-guides/restore_account.md diff --git a/knowledge-base/user-guides/how to create a view only wallet.md b/knowledge-base/user-guides/view_only.md similarity index 100% rename from knowledge-base/user-guides/how to create a view only wallet.md rename to knowledge-base/user-guides/view_only.md diff --git a/knowledge-base/user-guides/how to run a node on a vps b/knowledge-base/user-guides/vps_run_node.md similarity index 100% rename from knowledge-base/user-guides/how to run a node on a vps rename to knowledge-base/user-guides/vps_run_node.md