From 365a678c53a98ed7fe7f209e9f5357d020ff5ff0 Mon Sep 17 00:00:00 2001 From: Diwaker Gupta <15990+diwakergupta@users.noreply.github.com> Date: Wed, 16 Dec 2020 11:26:16 -0500 Subject: [PATCH] s/mstx_balance/ustx_balance/ in stacks-node config. To reflect blockstack/stacks-blockchain#2151 --- .../references/stacks-node-configuration.md | 10 ++++---- src/pages/start-mining.md | 24 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/pages/references/stacks-node-configuration.md b/src/pages/references/stacks-node-configuration.md index e30d7c65..8f43bdee 100644 --- a/src/pages/references/stacks-node-configuration.md +++ b/src/pages/references/stacks-node-configuration.md @@ -435,7 +435,7 @@ Example: commit_anchor_block_within = 10000 ``` -### Section: mstx_balance +### Section: ustx_balance This section contains configuration options pertaining to the genesis block allocation for an address in micro-STX. If a user changes these values, their node may be in conflict with other nodes on the network and find themselves unable to sync with other nodes. @@ -444,19 +444,19 @@ This section contains configuration options pertaining to the genesis block allo Example: ```toml -[[mstx_balance]] +[[ustx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST11NJTTKGVT6D1HY4NJRVQWMQM7TVAR091EJ8P2Y" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST1HB1T8WRNBYB0Y3T7WXZS38NKKPTBR3EG9EPJKR" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP" amount = 10000000000000000 ``` diff --git a/src/pages/start-mining.md b/src/pages/start-mining.md index 85e242a4..b577a73d 100644 --- a/src/pages/start-mining.md +++ b/src/pages/start-mining.md @@ -116,16 +116,16 @@ password = "your-bitcoind-password" rpc_port = 18332 peer_port = 18333 -[[mstx_balance]] +[[ustx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST11NJTTKGVT6D1HY4NJRVQWMQM7TVAR091EJ8P2Y" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST1HB1T8WRNBYB0Y3T7WXZS38NKKPTBR3EG9EPJKR" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP" amount = 10000000000000000 ``` @@ -240,16 +240,16 @@ password = "your-bitcoind-password" rpc_port = 18332 peer_port = 18333 -[[mstx_balance]] +[[ustx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST11NJTTKGVT6D1HY4NJRVQWMQM7TVAR091EJ8P2Y" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST1HB1T8WRNBYB0Y3T7WXZS38NKKPTBR3EG9EPJKR" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP" amount = 10000000000000000 ``` @@ -330,16 +330,16 @@ password = "your-bitcoind-password" rpc_port = 18332 peer_port = 18333 -[[mstx_balance]] +[[ustx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST11NJTTKGVT6D1HY4NJRVQWMQM7TVAR091EJ8P2Y" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "ST1HB1T8WRNBYB0Y3T7WXZS38NKKPTBR3EG9EPJKR" amount = 10000000000000000 -[[mstx_balance]] +[[ustx_balance]] address = "STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP" amount = 10000000000000000 ```