Skip to content

Commit 10b263b

Browse files
Updated link to bootstrap and expected results
1 parent 5c447bd commit 10b263b

File tree

1 file changed

+18
-20
lines changed

1 file changed

+18
-20
lines changed

02-how-to-bootstrap-blockchain.md

+18-20
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ This guide will help you install a recent copy of the Blockchain. This should s
1616
* "DB" folder
1717

1818

19-
4. Download these two files:
19+
4. Download this ZIP file:
2020

21-
* https://s3-us-west-2.amazonaws.com/turtlecoin.blockchain.bootstrap/blockindexes.bin
22-
* https://s3-us-west-2.amazonaws.com/turtlecoin.blockchain.bootstrap/blocks.bin
21+
* https://s3.amazonaws.com/trtlpeers/trtl_block_204235.zip
2322

24-
5. Move the two new downloaded files the %APPDATA%\TurtleCoin folder
23+
5. Extract the zip into your %APPDATA%\TurtleCoin folder, there should now be two files in there
2524
6. Start TurtleCoind.exe like you normally do
2625
7. See [Expected Results](#ExpectedResults) section below
2726

@@ -34,32 +33,31 @@ This guide will help you install a recent copy of the Blockchain. This should s
3433
![findergoto.jpg](images/findergoto.jpg)
3534

3635
4. Delete the files: blockindexes.bin and blocks.bin and "DB" folder if they exist
37-
5. Download these two files:
38-
* https://s3-us-west-2.amazonaws.com/turtlecoin.blockchain.bootstrap/blockindexes.bin
39-
* https://s3-us-west-2.amazonaws.com/turtlecoin.blockchain.bootstrap/blocks.bin
40-
6. Move the two new downloaded files blockindexes.bin and blocks.bin into the ~/.TurtleCoin/ folder
36+
5. Download this ZIP file:
37+
* https://s3.amazonaws.com/trtlpeers/trtl_block_204235.zip
38+
6. Extract the zip into your ~/.TurtleCoin/ folder, there should now be two files in there
4139
7. Start TurtleCoind like you normally do
4240
8. See [Expected Results](#ExpectedResults) section below
4341

4442
## Expected Results if done correctly <a name="ExpectedResults"></a>
4543

46-
When you start TurtleCoind you should see this: (the blocksize, ie: 150246 in this example will be a different number - that's ok)
44+
When you start TurtleCoind you should see this: (the blocksize, ie: 204236 in this example may be a different number - that's ok)
4745
```
48-
2018-Feb-01 18:43:37.216471 INFO Initializing core...
49-
2018-Feb-01 18:43:37.225492 INFO Importing blocks from blockchain storage
50-
2018-Feb-01 18:43:37.741587 INFO Imported block with index 1000 / 150246
51-
2018-Feb-01 18:43:38.258202 INFO Imported block with index 2000 / 150246
52-
2018-Feb-01 18:43:38.928033 INFO Imported block with index 3000 / 150246
53-
2018-Feb-01 18:43:39.454094 INFO Imported block with index 4000 / 150246
54-
2018-Feb-01 18:43:40.142969 INFO Imported block with index 5000 / 150246
55-
2018-Feb-01 18:43:40.830674 INFO Imported block with index 6000 / 150246
46+
2018-Feb-21 17:43:37.216471 INFO Initializing core...
47+
2018-Feb-21 17:43:37.225492 INFO Importing blocks from blockchain storage
48+
2018-Feb-21 17:43:37.741587 INFO Imported block with index 1000 / 204236
49+
2018-Feb-21 17:43:38.258202 INFO Imported block with index 2000 / 204236
50+
2018-Feb-21 17:43:38.928033 INFO Imported block with index 3000 / 204236
51+
2018-Feb-21 17:43:39.454094 INFO Imported block with index 4000 / 204236
52+
2018-Feb-21 17:43:40.142969 INFO Imported block with index 5000 / 204236
53+
2018-Feb-21 17:43:40.830674 INFO Imported block with index 6000 / 204236
5654
```
5755

5856
After it completes it will start syncing incrementally like so:
5957
```
60-
2018-Feb-01 18:47:48.075930 INFO Imported block with index 150000 / 150246
61-
2018-Feb-01 18:47:48.860470 INFO Core initialized OK
62-
2018-Feb-01 18:47:48.860470 INFO Initializing p2p server...
58+
2018-Feb-21 17:47:48.075930 INFO Imported block with index 204000 / 204236
59+
2018-Feb-21 17:47:48.860470 INFO Core initialized OK
60+
2018-Feb-21 17:47:48.860470 INFO Initializing p2p server...
6361
```
6462

6563

0 commit comments

Comments
 (0)