Browse Source

Feat : Added the extra instructions to manually select C++ Build tools .

Added a snapshot to help understand the same better.

Also added the note about windows defender popup.
clarity-values-guide
HariniRajan397 4 years ago
committed by Charlie
parent
commit
45f8ddf4d1
  1. BIN
      public/images/C++BuildTools.png
  2. 2
      src/pages/mining.md
  3. 8
      src/pages/stacks-blockchain/running-testnet-node.md

BIN
public/images/C++BuildTools.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

2
src/pages/mining.md

@ -223,6 +223,8 @@ To run your miner, run this in the command line:
stacks-node start --config=testnet-miner-conf.toml
```
-> Note : While starting the node for the first time, windows defender might pop up with a message to allow access. If so, allow access to keep on running the node.
Your node should start. It will take some time to sync, and then your miner will be running!
### Enable debug logging in Windows

8
src/pages/stacks-blockchain/running-testnet-node.md

@ -97,7 +97,11 @@ Your node will receive new blocks when they are produced, and you can use the [S
Before you begin, check that you have the below necessary softwares installed on your PC
- [MicrosoftC++BuildTools](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
- [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/).
-> Tip: While installing the Microsoft Visual Studio Build tools using the above link, select the C++ Build tools option when prompted.
![C++ Build Tools](/images/C++BuildTools.png)
- [NodeJs](https://nodejs.org/en/download/).
- [Git](https://git-scm.com/downloads).
@ -123,7 +127,7 @@ stacks-node krypton
# This command will start the testnet follower node.
```
-> Note : Sometimes windows might pop up a message to allow access. If so, allow access to keep on running the node.
-> Note : While starting the node for the first time, windows defender will pop up with a message to allow access. If so, allow access to keep on running the node.
To execute Stacks node with extra debugging enabled, run:

Loading…
Cancel
Save