updating invalid FQDNs to stacks.org

This commit is contained in:
wileyj
2023-11-03 13:18:43 -07:00
parent a25703da9e
commit 6bfb9bc54a
3 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ This Code of Conduct applies within all community spaces, and also applies when
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at opensource@blockstack.org. All complaints will be reviewed and investigated promptly and fairly.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at opensource@stacks.org. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the reporter of any incident.

View File

@@ -27,7 +27,7 @@ $ helm repo add blockstack https://charts.blockstack.xyz
$ helm install my-release blockstack/stacks-blockchain
```
To install the chart with the release name `my-release` and run the node as a **miner** using your private key [generated from the instructions on this page](https://docs.blockstack.org/mining):
To install the chart with the release name `my-release` and run the node as a **miner** using your private key [generated from the instructions on this page](https://docs.stacks.co/docs/nodes-and-miners/miner-mainnet):
```bash
$ helm repo add blockstack https://charts.blockstack.xyz
@@ -93,7 +93,7 @@ The following tables lists the configurable parameters of the stacks-blockchain
| config.node.miner | Set this to `true` if deploying a miner node.<br>Set this to `false` if deploying a follower node. | false |
| config.burnchain.chain | | bitcoin |
| config.burnchain.mode | | krypton |
| config.burnchain.peer_host | | bitcoind.blockstack.org |
| config.burnchain.peer_host | | bitcoin.mainnet.stacks.org |
| config.burnchain.rpc_port | | 18443 |
| config.burnchain.peer_port | | 18444 |
| config.ustx_balance | | See values.yaml |

View File

@@ -211,7 +211,7 @@ node:
## OR you can uncomment the config.raw field, which will take precedence over the aforementationed config fields
##
## For more info, please reference our docs and example config files:
## https://docs.blockstack.org/stacks-blockchain/running-testnet-node
## https://docs.stacks.co/docs/nodes-and-miners/run-a-node
## https://github.com/blockstack/stacks-blockchain/tree/master/testnet/stacks-node/conf
##
config:
@@ -225,7 +225,7 @@ config:
burnchain:
chain: bitcoin
mode: krypton
peer_host: bitcoind.blockstack.org
peer_host: bitcoin.testnet.stacks.org
# process_exit_at_block_height: 5340
# commit_anchor_block_within: 10000
rpc_port: 18443
@@ -255,7 +255,7 @@ config:
# [burnchain]
# chain = "bitcoin"
# mode = "krypton"
# peer_host = "bitcoind.blockstack.org"
# peer_host = "bitcoin.mainnet.stacks.org"
# #process_exit_at_block_height = 5340
# #commit_anchor_block_within = 10000
# rpc_port = 18443