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
@@ -5,12 +5,12 @@ This repository contains the bootstrap chain files for the Avian blockchain. Usi
5
5
---
6
6
7
7
## Instructions
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.
8
+
If you have never run the Avian wallet, follow the second set of directions below. If you have already run the Avian wallet before, follow the first set of directions below.
9
9
10
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.7z.001* file and open with 7Zip.
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,22 +19,22 @@ If you have never run 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 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
-
1. If you do not have the [latest Avian wallet](https://www.avn.network/start-mining), download and install it.
22
+
1. Remove all files and folders other than `wallet.dat`. **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.Extract the folderand files into the Avian wallet's data directory that you just removed folders from.
24
+
1. If you do not have the [latest Avian wallet](https://github.com/AvianNetwork/Avian/releases/tag/v4.1.0), download and install it.
25
25
1. Run the wallet, and syncing should begin at the bootstrap's last block.
26
26
27
27
#### If you have *never* run the Avian wallet:
28
28
29
29
1. Download the [latest bootstrap files](https://github.com/AvianNetwork/Bootstrap/releases).
30
-
1. Find the downloaded *Avian.zip* file and double-click. This will unzip the file and show a folder named *Avian*.
31
-
1.Move the *Avian* folder to your OS's respective data directory.
30
+
1. Find the downloaded *Avian.7z.001* file and double-click. This will unzip the file and show a folder named *Avian*.
31
+
1.From a dos prompt or terminal create the Avian folder: *mkdir %appdata%/Avian* (Windows) **mkdir ~/.avian** (Linux).
32
32
33
33
1. For Windows: `C:\Users\[YourUsername]\AppData\Roaming\`
34
34
1. Or paste `%appdata%\Roaming\` into the file explorer path field
35
35
1. For MacOS: `~/Library/Application Support/`
36
36
1. Open Finder and in the program menu select *Go* > *To Folder* and enter the above path.
37
37
1. For Linux: `~/`
38
38
1. **Note**: For Linux you must rename the *Avian* folder to `.avian`
39
-
1. Download the [latest Avian wallet](https://www.avn.network/start-mining).
39
+
1. Download the [latest Avian wallet](https://github.com/AvianNetwork/Avian/releases/tag/v4.1.0).
40
40
1. Install and run the wallet. Syncing should begin at the bootstrap's last block.
0 commit comments