Skip to content

Commit

Permalink
Testnet3 (Chia-Network#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariano54 authored Apr 17, 2021
1 parent a6874bd commit 5039a09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chia/util/default_root.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os
from pathlib import Path

DEFAULT_ROOT_PATH = Path(os.path.expanduser(os.getenv("CHIA_ROOT", "~/.chia/v1.1.0beta1"))).resolve()
DEFAULT_ROOT_PATH = Path(os.path.expanduser(os.getenv("CHIA_ROOT", "~/.chia/v1.1.0beta2"))).resolve()
13 changes: 12 additions & 1 deletion chia/util/initial-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ network_overrides: &network_overrides
DIFFICULTY_CONSTANT_FACTOR: 10052721566054
GENESIS_PRE_FARM_POOL_PUZZLE_HASH: "d23da14695a188ae5708dd152263c4db883eb27edeb936178d4d988b8f3ce5fc"
GENESIS_PRE_FARM_FARMER_PUZZLE_HASH: "3d8765d3a597ec1d99663f6c9816d915b9f68613ac94009884c4addaefcce6af"
testnet3:
DIFFICULTY_CONSTANT_FACTOR: 10052721566054
GENESIS_CHALLENGE: ca7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015af
GENESIS_PRE_FARM_FARMER_PUZZLE_HASH: 3d8765d3a597ec1d99663f6c9816d915b9f68613ac94009884c4addaefcce6af
GENESIS_PRE_FARM_POOL_PUZZLE_HASH: d23da14695a188ae5708dd152263c4db883eb27edeb936178d4d988b8f3ce5fc
INITIAL_FREEZE_PERIOD: 100
MIN_PLOT_SIZE: 18
NETWORK_TYPE: 1
MEMPOOL_BLOCK_BUFFER: 10
config:
mainnet:
address_prefix: "xch"
Expand All @@ -37,8 +46,10 @@ network_overrides: &network_overrides
address_prefix: "txch"
testnet2:
address_prefix: "txch"
testnet3:
address_prefix: "txch"

selected_network: &selected_network "testnet2"
selected_network: &selected_network "testnet3"
ALERTS_URL: https://download.chia.net/notify/mainnet_alert.txt
CHIA_ALERTS_PUBKEY: 89b7fd87cb56e926ecefb879a29aae308be01f31980569f6a75a69d2a9a69daefd71fb778d865f7c50d6c967e3025937

Expand Down

0 comments on commit 5039a09

Please sign in to comment.