Skip to content

Instantly share code, notes, and snippets.

@dkackman
dkackman / launch.json
Created October 26, 2021 20:17
VSCode launch tasks for chia electron development
{
// 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",
@dkackman
dkackman / chia
Last active July 3, 2023 03:00
chia systemd service unit defintion
#!/bin/bash
#
# if no parameters are supplied this results in:
# . ~/chia-blochain/activate
# chia start farmer
#
if [ -z "$1" ]
then
@dkackman
dkackman / Windows-Install.md
Last active April 18, 2020 22:49 — forked from hoffmang9/Windows-Install.md
Installing Windows pre-beta-1.4
{% 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 ../
@dkackman
dkackman / tasks.json
Last active March 7, 2020 21:33
vscode build tasks for chia-blockchain
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "cmake --build . -- -j 6",
"problemMatcher": [
"$gcc"
],

Keybase proof

I hereby claim:

  • I am dkackman on github.
  • I am dkackman (https://keybase.io/dkackman) on keybase.
  • I have a public key whose fingerprint is FD5B 81D5 187D 0A7E 7179 10C2 13E1 E037 33E6 557B

To claim this, I am signing this object: