Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions data/bs-litecoin.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
# Libbitcoin Server configuration file for litecoin

[bitcoin]
# The activation time for bip16 in unix time, defaults to 1333238400.
bip16_activation_time = 1333238400
# The hash:height checkpoint for bip34 activation, defaults to 000000000000024b89b42a942fe0d9fea3bb44ab7bd1b19115dd6a759c0808b8:227931.
bip34_active_checkpoint = fa09d204a83a768ed5a7c8d441fa62f2043abf420cff1226c7b4329aeb9d51cf:710000
# The block height to freeze the bip34 softfork as in bip90, defaults to 227931.
bip34_freeze = 710000
# The block height to freeze the bip65 softfork as in bip90, defaults to 388381.
bip65_freeze = 1201535
# The block height to freeze the bip66 softfork as in bip90, defaults to 363725.
bip66_freeze = 1201535
# The hash:height checkpoint for bip9 bit0 activation, defaults to 000000000000000004a1b34462cb8aeebd5799177f7a29cf28f2d1961716b5b5:419328.
bip9_bit0_active_checkpoint = 2985cdced60b267cf1c78ff009d4ae037300ecc2d751a4b01a9f2705bbe05db7:21111
# The hash:height checkpoint for bip9 bit1 activation, defaults to 0000000000000000001c8018d9cb3b742ef25114f27563e3fc4a1902167f9893:481824.
bip9_bit1_active_checkpoint = b50ce9202c152e481ca509156028af954654ed13e4b0656eb497554aa753db0b:1201535
# The target block period in seconds, defaults to 600.
block_spacing_seconds = 150
# The genesis block.
genesis_block = 010000000000000000000000000000000000000000000000000000000000000000000000d9ced4ed1130f7b7faad9be25323ffafa33232a17c3edf6cfd97bee6bafbdd97b9aa8e4ef0ff0f1ecd513f7c0101000000010000000000000000000000000000000000000000000000000000000000000000ffffffff4804ffff001d0104404e592054696d65732030352f4f63742f32303131205374657665204a6f62732c204170706c65e280997320566973696f6e6172792c2044696573206174203536ffffffff0100f2052a010000004341040184710fa689ad5023690c80f3a49c8f13f8d45b8c857fbcbc8bc4a8e4d3eb4b10f4d4604fa08dce601aaf0f470216fe1b51850b4acf21b179c45070ac7b03a9ac00000000
# The proof of work limit, defaults to 486604799.
proof_of_work_limit = 504365055
# The difficulty retargeting period in seconds, defaults to 1209600.
retargeting_interval_seconds = 302400
# The subsidy halving period in number of blocks, defaults to 210000.
subsidy_interval = 840000

[blockchain]
# A hash:height checkpoint, multiple entries allowed.
checkpoint = 12a765e31ffd4059bada1e25190f6e98c99d9714d334efa41a195a7e7e04bfe2:0

[fork]
# Fix target overflow for very low difficulty, defaults to false (hard fork).
retarget_overflow_patch = true
# Use scrypt hashing for proof of work, defaults to false (hard fork).
scrypt_proof_of_work = true
# Fix time warp bug, defaults to false (hard fork).
time_warp_patch = true

[network]
# The magic number for message headers, defaults to 3652501241.
identifier = 3686187259
# The port for incoming connections, defaults to 8333.
inbound_port = 9333
# A seed node for initializing the host pool, multiple entries allowed.
seed = seed-a.litecoin.loshan.co.uk:9333
seed = dnsseed.thrasher.io:9333
seed = dnsseed.litecointools.com:9333
seed = dnsseed.litecoinpool.org:9333
seed = dnsseed.koin-project.com:9333