This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div> | |
<input type="file" @change="onFileChange" accept=".csv"> | |
</div> | |
</template> | |
<script> | |
export default { | |
name: "Upload", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########## | |
# Usage: | |
# | |
# wget https://gist.githubusercontent.com/Inigovd/bc5013255db7d4b2efefa325acbf76ac/raw/50dccd7f3b22a8bb7d88a93a75f2680d98b33186/solaris-masternode-setup.sh | |
# chmod +x solaris-masternode-setup.sh | |
# ./solaris-masternode-setup.sh <your_masternode_genkey_here> | |
# | |
# By Inigo, for https://nodesupply.com | |
# | |
########## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Etherparty ICO $ calculator | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author Mattblack | |
// @match https://etherparty.io/ico/ | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Dentacoin ICO $ calculator | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author Mattblack | |
// @match https://www.dentacoin.com/ico/ | |
// @grant none | |
// ==/UserScript== |