-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsettings.conf.shibacoin
28 lines (28 loc) · 1.61 KB
/
settings.conf.shibacoin
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
protocol_version="70016" // Typically you can find the protocol version in your coins version.h file
init_proto_version="209" // Typically you can find the init protocol version in your coins version.h file
min_peer_proto_version="70003" // Typically you can find the minimum peer protocol version in your coins version.h file. Leave this value blank or set it to the same value as protocol_version if this setting does not exist in your blockchain
caddr_time_version="31402" // No longer used by bitcoin and some other modern cryptocurrencies. Set to blank "" or 0 if not used for your blockchain. Typically you can find the caddr_time_version in your coins version.h file if it exists
pchMessageStart_0 = "0xb0" // Typically you can find the 4 pchMessageStart values in your coins main.cpp or chainparams.cpp file
pchMessageStart_1 = "0xc0"
pchMessageStart_2 = "0xe0"
pchMessageStart_3 = "0xf0"
wallet_port="33864" // Your coins main port #
explorer_url="https://explorer.shic.fun/api/getblockcount" // Set to a block explorer url that returns the current block height. Leave blank to default to the block_count value below
second_explorer_url="" // A 2nd block explorer url to be used as a backup in the event that the 1st block explorer is unreachable
explorer_requery_seconds="60"
block_count="46154"
seed_1="seeds.shibainucoin.net" // At least one valid seed ip address is required to begin crawling the network
seed_2=""
seed_3=""
seed_4=""
seed_5=""
seed_6=""
seed_7=""
seed_8=""
seed_9=""
seed_10=""
cf_domain=""
cf_domain_prefix=""
cf_username="[email protected]"
cf_api_key=""
cf_seed_dump="dnsseed.dump"