forked from project-bitmark/generic-seeder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.conf.template
47 lines (44 loc) · 2.97 KB
/
settings.conf.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// BlockChain parameters and Protocol version numbers
//---------------------------------------------------------------------------------------------------------------------------------------------/
blockchain_name="mycoin" //
protocol_version="60012" // --- Typically, these are found ( protocol version,init_proto_version, etc) in the coin's version.h file
init_proto_version="209" //
min_peer_proto_version="60008" // Leave blank or set to the same value as protocol_version if not applicable in your blockchain
caddr_time_version="31402" //
pchMessageStart_0 = "0xe4" // --- Typically you can find the 4 pchMessageStart values in your coin's main.cpp or chainparams.cpp file
pchMessageStart_1 = "0xe8" //
pchMessageStart_2 = "0xe9" //
pchMessageStart_3 = "0xe5" //
wallet_port="5556" // P2P port: The coin servers's main port
// BlockHeight - Get up-to-date value or default to predetermined height.
//---------------------------------------------------------------------------------------------------------------------------------------------/
// Set to a block explorer url that returns the current block height.
// Leave blank to default to the block_count value below
explorer_url="" // example: "https://chainz.cryptoid.info/dem/api.dws?q=getblockcount"
// A 2nd block explorer url to be used as backup in case that the 1st block explorer is unreachable
second_explorer_url="" // example: "http://blockexplorer.deutsche-emark.org/api/getblockcount"
explorer_requery_seconds="600" // Used in conjunction with the explorer_url and second_explorer_url parameters.
// Interval in seconds for querying the current block height value from block explorer api url(s).
// Typically recommended set to the block interval target time.
block_count="1618033" // A node cannot be considered "good" unless it has a block height greater or equal to this value.
// This value is only used if both explorer_url and second_explorer_url are left blank
// or when the explorer(s) cannot be contacted
// Static Node - hosts committed to continually run node
//----------------------------------------------------------------------------------------------------------------------------------------------/
seed_1="80.108.137.178"
seed_2="206.72.198.107" // At least one valid seed ip address is required to begin crawling the network
seed_3="172.104.157.27"
seed_4="50.116.12.114"
seed_5=""
seed_6=""
seed_7=""
seed_8=""
seed_9=""
seed_10=""
// CloudFlare
//---------------------------------------------------------------------------------------------------------------------------------------------/
cf_domain=""
cf_domain_prefix=""
cf_username="[email protected]"
cf_api_key=""
cf_seed_dump="dnsseed.dump"