Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #25 from helium/madninja/s3_base_url
Browse files Browse the repository at this point in the history
add snapshot s3 quick load url
  • Loading branch information
madninja authored May 27, 2021
2 parents 1b57765 + dff9aca commit 56abf4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/sys.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
]}
]},
{blockchain, [
{s3_base_url, "https://snapshots.helium.wtf/mainnet"},
%% set to number of cores -1
{validation_width, 3},
{honor_quick_sync, true},
{quick_sync_mode, blessed_snapshot},
{blessed_snapshot_block_height, 858241},
{blessed_snapshot_block_hash,
<<226,170,13,71,71,227,59,23,208,29,228,29,16,99,145,142,70,88,153,114,6,106,240,253,229,103,97,156,96,89,51,188>>},
<<226, 170, 13, 71, 71, 227, 59, 23, 208, 29, 228, 29, 16, 99, 145, 142, 70, 88,
153, 114, 6, 106, 240, 253, 229, 103, 97, 156, 96, 89, 51, 188>>},
{port, 44158},
{key, undefined},
{base_dir, "data"},
Expand Down

0 comments on commit 56abf4b

Please sign in to comment.