mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Add testneta to initial config (#18324)
This commit is contained in:
@@ -42,6 +42,18 @@ network_overrides: &network_overrides
|
||||
PLOT_FILTER_128_HEIGHT: 6029568
|
||||
PLOT_FILTER_64_HEIGHT: 11075328
|
||||
PLOT_FILTER_32_HEIGHT: 16121088
|
||||
testneta:
|
||||
AGG_SIG_ME_ADDITIONAL_DATA: b0a306abe27407130586c8e13d06dc057d4538c201dbd36c8f8c481f5e51af5c
|
||||
DIFFICULTY_CONSTANT_FACTOR: 10052721566054
|
||||
DIFFICULTY_STARTING: 30
|
||||
EPOCH_BLOCKS: 768
|
||||
GENESIS_CHALLENGE: b0a306abe27407130586c8e13d06dc057d4538c201dbd36c8f8c481f5e51af5c
|
||||
GENESIS_PRE_FARM_FARMER_PUZZLE_HASH: 08296fc227decd043aee855741444538e4cc9a31772c4d1a9e6242d1e777e42a
|
||||
GENESIS_PRE_FARM_POOL_PUZZLE_HASH: 08296fc227decd043aee855741444538e4cc9a31772c4d1a9e6242d1e777e42a
|
||||
MEMPOOL_BLOCK_BUFFER: 10
|
||||
MIN_PLOT_SIZE: 18
|
||||
NETWORK_TYPE: 1
|
||||
SUB_SLOT_ITERS_STARTING: 67108864
|
||||
config:
|
||||
mainnet:
|
||||
address_prefix: "xch"
|
||||
@@ -52,6 +64,9 @@ network_overrides: &network_overrides
|
||||
testnet11:
|
||||
address_prefix: "txch"
|
||||
default_full_node_port: 58444
|
||||
testneta:
|
||||
address_prefix: "txch"
|
||||
default_full_node_port: 58444
|
||||
|
||||
selected_network: &selected_network "mainnet"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user