You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
# bootstrap
1
+
# Bootstrap
2
2
3
3
This repository contains the bootstrap chain files for the Avian blockchain. Using these files helps shorten the amount of time it takes to sync the wallet since you don't need to sync the blockchain from scratch.
4
4
5
5
---
6
6
7
7
## Instructions
8
-
If you have never ran the Avian wallet, follow the first set of directions below. If you have already ran the Avian wallet before, follow the second set of directions below.
8
+
If you have never run the Avian wallet, follow the first set of directions below. If you have already run the Avian wallet before, follow the second set of directions below.
9
9
10
-
#### If you have *already*ran the Avian wallet:
10
+
#### If you have *already*run the Avian wallet:
11
11
12
12
1. Download the [latest bootstrap files](https://wallet.avn.network/bootstrap/Avian.zip).
13
-
1. Find the downloaded *avian.zip* file and double-click. This will unzip the file and show a folder named *avian*.
13
+
1. Find the downloaded *Avian.zip* file and double-click. This will unzip the file and show a folder named *Avian*.
14
14
1. Close and quit the Avian wallet if it is running.
15
15
1. Navigate to your OS's respective data directory.
16
16
@@ -19,12 +19,12 @@ If you have never ran the Avian wallet, follow the first set of directions below
19
19
1. For MacOS: `~/Library/Application Support/Avian/`
20
20
1. Open Finder and in the program menu select *Go* > *To Folder* and enter the above path.
21
21
1. For Linux: `~/.avian/`
22
-
1. Remove folders `blocks/` and `chainstate/` and `powcache.dat` file. **DO NOT** delete the *wallet.dat* file as it contains the private keys for your funds. Deleting these will result in loss of funds.
23
-
1. Inside the downloaded *Avian* folder there are the `blocks/` and `chainstate/` folders and `powcache.dat` file. Move these 2 folders and powcache.dat into the Avian wallet's data directory that you just removed folders from.
22
+
1. Remove folders `blocks/` and `chainstate/` and `powcache.dat` file. **DO NOT** delete the *wallet.dat* file as it contains the private keys for your funds. Deleting these will result in a loss of funds.
23
+
1. Inside the downloaded *Avian* folder, there are the `blocks/` and `chainstate/` folders and `powcache.dat` file. Move these two folders and powcache.dat into the Avian wallet's data directory that you just removed folders from.
24
24
1. If you do not have the [latest Avian wallet](https://www.avn.network/start-mining), download and install it.
25
-
1. Run the wallet and syncing should begin at the bootstrap's last block.
25
+
1. Run the wallet, and syncing should begin at the bootstrap's last block.
26
26
27
-
#### If you have *never*ran the Avian wallet:
27
+
#### If you have *never*run the Avian wallet:
28
28
29
29
1. Download the [latest bootstrap files](https://wallet.avn.network/bootstrap/Avian.zip).
30
30
1. Find the downloaded *Avian.zip* file and double-click. This will unzip the file and show a folder named *Avian*.
0 commit comments