@@ -16,12 +16,11 @@ This guide will help you install a recent copy of the Blockchain. This should s
16
16
* "DB" folder
17
17
18
18
19
- 4 . Download these two files :
19
+ 4 . Download this ZIP file :
20
20
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
23
22
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
25
24
6 . Start TurtleCoind.exe like you normally do
26
25
7 . See [ Expected Results] ( #ExpectedResults ) section below
27
26
@@ -34,32 +33,31 @@ This guide will help you install a recent copy of the Blockchain. This should s
34
33
![ findergoto.jpg] ( images/findergoto.jpg )
35
34
36
35
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
41
39
7 . Start TurtleCoind like you normally do
42
40
8 . See [ Expected Results] ( #ExpectedResults ) section below
43
41
44
42
## Expected Results if done correctly <a name =" ExpectedResults " ></a >
45
43
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)
47
45
```
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
56
54
```
57
55
58
56
After it completes it will start syncing incrementally like so:
59
57
```
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...
63
61
```
64
62
65
63
0 commit comments