Skip to content

Instantly share code, notes, and snippets.

@mfontani
mfontani / perl_miner.pl
Created June 27, 2011 08:16
A (test,simplistic) Perl bitcoin miner
#!/usr/bin/env perl
use 5.010_001;
use strict;
use warnings;
use Digest::SHA;
use JSON::XS;
use WWW::Mechanize;
use Time::HiRes qw<time gettimeofday tv_interval>;
use Getopt::Long;
@dynax60
dynax60 / linux.rc
Created March 30, 2011 05:24
Example of Hypnotoad startup-script for linux
#!/bin/bash
#
# Init file for Ping server daemon
#
# chkconfig: 2345 55 25
# description: Ping server daemon
#
# processname: ping
# pidfile: /var/run/ping.pid