dbkeys@home ~ % dig bte.chainetics.com
;; ANSWER SECTION:
bte.chainetics.com. 3420 IN A 86.160.129.103
IP is not valid for a node.
Do you have a list of good, valid nodes I can prime the tracker/seeder with ?
These are the IP's the tracker/seeder is primed with right now ( I removed the IP you said is invalid ):
// At least one valid seed ip address is required to begin crawling the network
seed_1="164.68.101.222" // https://bitcointalk.org/index.php?topic=169559.680
seed_2="172.31.47.236"
seed_3="86.131.40.79"
Once it latches on to the P2P network, the Node Tracker / DNS Seeder will maintain a real-time list of good nodes which accept connections.
These are the blockchain parameters programmed into the node tracker:
// BlockChain parameters and Protocol version numbers
//--------------------------------------------------------------------------------------------------------------------------------------/
blockchain_name="Bytecoin" //
ticker="BTE"
protocol_version="70001" // --- 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="209" // Leave blank or set to the same value as protocol_version if not applicable in your blockchain
caddr_time_version="31402" //
pchMessageStart_0 = "0x0b" // --- Typically you can find the 4 pchMessageStart values in your coin's main.cpp or chainparams.cpp file
pchMessageStart_1 = "0x22" // ByteCoin: main.cpp pchMessageStart[0]..[3]
pchMessageStart_2 = "0x03" //
pchMessageStart_3 = "0x14" //
wallet_port="6333" // P2P port: The coin servers's main port
block_count="64754" // A node cannot be considered "good" unless it has a block height greater or equal to this value.
host="bte.chainetics.com" // -h parameter : subdomain to query