Skip to content

Instantly share code, notes, and snippets.

View click2install's full-sized avatar
:octocat:
Clicking, double clicking, sending email, receiving email ... I could go on.

click2install click2install

:octocat:
Clicking, double clicking, sending email, receiving email ... I could go on.
View GitHub Profile
@click2install
click2install / setup.py
Last active July 8, 2019 13:29
Multiple masternode address setup and collateral send
#!/usr/bin/python
# usage:
# ensure wallet config has these items without the # prefix, restart the wallet
# if they need to be added to the config:
#
# server=1
# rpcuser=anrpcusername
# rpcpassword=apassword
#
@click2install
click2install / IconResources.tt
Last active January 13, 2020 14:37
T4 Template for generating a typed C# class of Lazy XAML resources
<#@ template debug="false" hostspecific="true" language="C#" #>
<#@ assembly name="System.Core" #>
<#@ assembly name="System.Linq" #>
<#@ assembly name="System.Xml" #>
<#@ assembly name="System.Xml.Linq" #>
<#@ import namespace="System.Linq" #>
<#@ import namespace="System.Text" #>
<#@ import namespace="System.Collections.Generic" #>
<#@ import namespace="System.Linq" #>
<#@ import namespace="System.Xml.Linq" #>