monero-site/resources/user-guides/index.md

78 lines
2.2 KiB
Markdown
Raw Normal View History

2017-07-04 06:00:32 +00:00
---
layout: custom
title: "User Guides"
---
<div class="guides">
<section class="container">
<div class="row">
<div class="left half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>General</h2>
</div>
</div>
<div class="row start-xs" markdown="1">
[Monero Tools](monero_tools.html)
[How to make an offline backup](Offline_Backup.html)
[How to run a node on VPS](vps_run_node.html)
[Securely purchasing and storing Monero](securely_purchase.html)
</div>
</div>
</div>
<div class="right half col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>Wallets</h2>
</div>
</div>
<div class="row start-xs" markdown="1">
[Getting started with the CLI wallet](monero-wallet-cli.html)
[How to make a view-only wallet](view_only.html)
[How to prove payment](prove-payment.html)
</div>
</div>
</div>
</div>
</section>
<section class="container">
<div class="row">
<div class="left half no-pad-sm col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>Recovery</h2>
</div>
</div>
<div class="row start-xs" markdown="1">
[How to fix locked up funds](howto_fix_stuck_funds.html)
[How to restore your account](restore_account.html)
</div>
</div>
</div>
<div class="right half col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row center-xs">
<div class="col">
<h2>Mining</h2>
</div>
</div>
<div class="row start-xs text-center" markdown="1">
[How to mine on a pool](mine-to-pool.html)
2017-07-04 06:00:32 +00:00
</div>
</div>
</div>
</div>
</section>
</div>