Why? Because while it's fairly simple, it is not discoverable. I had to ask for help (thanks @michaeltaylor3d).
This means you have a chia wallet and have farmed or bought some XCH.
Why? Because while it's fairly simple, it is not discoverable. I had to ask for help (thanks @michaeltaylor3d).
This means you have a chia wallet and have farmed or bought some XCH.
| { | |
| // Use IntelliSense to learn about possible attributes. | |
| // Hover to view descriptions of existing attributes. | |
| // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Electron: Main Process", | |
| "type": "node", | |
| "request": "launch", |
| #!/bin/bash | |
| # | |
| # if no parameters are supplied this results in: | |
| # . ~/chia-blochain/activate | |
| # chia start farmer | |
| # | |
| if [ -z "$1" ] | |
| then |
Install python 3.7 for windows 64 bit - https://www.python.org/downloads/windows/
Install git for Windows - https://git-scm.com/downloads
Install the Visual Studio 2019 redistributable for x64: https://aka.ms/vs/16/release/vc_redist.x64.exe
Right click on the PowerShell application and select Run as Administrator or search for PowerShell and choose the Administrator option.
Run the following command: Set-ExecutionPolicy Unrestricted
| {% macro show_node(node) %} | |
| {% for key, value in node.__dict__.items() %} | |
| <span>{{key}}: </span> | |
| {% if True %} <-- not sure what to do here | |
| <span>Value: {{value}}</span> | |
| {%else%} | |
| {{ show_node(value) }} | |
| {% endif %} | |
| {% endfor %} | |
| {% endmacro %} |
| #!/bin/bash | |
| git submodule update --init --recursive | |
| mkdir build -p | |
| cd build | |
| cmake ../ |
| { | |
| "version": "2.0.0", | |
| "tasks": [ | |
| { | |
| "label": "build", | |
| "type": "shell", | |
| "command": "cmake --build . -- -j 6", | |
| "problemMatcher": [ | |
| "$gcc" | |
| ], |
I hereby claim:
To claim this, I am signing this object: