Skip to content

Instantly share code, notes, and snippets.

View sigwo's full-sized avatar
💭
Try encrypted blockchain group chat! https://getmetis.io

Steven sigwo

💭
Try encrypted blockchain group chat! https://getmetis.io
  • Sigwo Technologies
View GitHub Profile
@sigwo
sigwo / tweet
Last active December 22, 2015 01:49
Send a tweet from CLI using Linux.
#! /bin/bash
# tweet
#
# This script sends tweets
# Use:
# tweet "String to be tweeted"
# Special characters may not be used if your string is not delimited by quotes
#
# Script by Steven Grove (@sigwo)
@sigwo
sigwo / logc
Last active December 22, 2015 01:49
Move logs to a USB drive (or other off Pi drive) connected to Raspberry Pi. Drive variable in next update.
#!/bin/bash
#
# Use for crontab -e for weekly log compression and exporting to USB
#
# Script by Steven Grove (@sigwo)
# www.sigwo.com
# 02-21-2013
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Verifying myself: My Bitcoin username is +sigwo. https://onename.io/sigwo
var bittrex = require('node.bittrex.api');
var coins = [];
// Needs node.js and node.bittrex.api installed. Tip sigwo @ 1PbA7fRF4ZfTK4puALyRCanCp3UAsKS3SP
function getDelist() {
bittrex.getmarkets(function(data) {
console.log('Checking for pump material (in danger of delist)');
sig=data.result
Object.keys(sig).forEach(function(coin) {
var Name = data.result[coin].MarketCurrency;
var Notice = data.result[coin].Notice;
#!/bin/bash
# **************************************************************************
# Influx installer
# Influxd + Influx-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo
@sigwo
sigwo / test.js
Last active February 5, 2016 19:26
This is my code.
var redis = require('redis');
client = redis.createClient()
var bittrex = require('node.bittrex.api');
var capbalance = "";
var capexchange = "";
var coin1 = 'DGB';
function rate(callback) {
Verifying that +stevengrove is my blockchain ID. https://onename.com/stevengrove
#!/bin/bash
# **************************************************************************
# Jumbucks RPi installer
# Jumbucks-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo
#!/bin/bash
# **************************************************************************
# Blocknet RPi installer
# blocknet-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo
#!/bin/bash
# **************************************************************************
# Blitz installer
# Blitz-qt + desktop icon
# Maintained by : sigwo
# **************************************************************************
# install dependencies
echo "*** Installing dependencies ***"
echo