Migrate to mdBook

This commit is contained in:
Stavros Korokithakis
2021-11-20 02:13:37 +00:00
parent 208653eb0d
commit 4caaff6c90
80 changed files with 411 additions and 408 deletions

View File

@@ -1,12 +1,6 @@
+++
title = "Software"
weight = 6
sort_by = "weight"
insert_anchor_links = "right"
+++
## Contents
# Contents
Click on a link in the list below to go to that page:
1. [Monero GUI syncing stuck with Ledger](../../software/monero-gui-syncing-stuck-with-ledger)
1. [Test and format SD cards](../../software/test-and-format-sd-cards)
1. [Monero GUI syncing stuck with Ledger](../../software/monero-gui-syncing-stuck-with-ledger.html)
1. [Test and format SD cards](../../software/test-and-format-sd-cards.html)

View File

@@ -1,9 +1,5 @@
+++
title = "Monero GUI syncing stuck with Ledger"
weight = 1
sort_by = "weight"
insert_anchor_links = "right"
+++
# Monero GUI syncing stuck with Ledger
This is about the Monero desktop GUI, but probably also applies to Monerujo.
If you're trying to sync the blockchain with your Ledger device, you might be getting the conflicting messages of "Waiting for daemon to sync" and "Daemon is synchronized", which then just stays there forever and doesn't move.

View File

@@ -1,9 +1,5 @@
+++
title = "Test and format SD cards"
weight = 2
sort_by = "weight"
insert_anchor_links = "right"
+++
# Test and format SD cards
I wrote a short bash script that tests SD cards with [F3](https://3ds.hacks.guide/f3-(linux).html) to see if they're fake, deletes everything on them, creates a new partition table and one exFAT partition on them.
Here it is: