Skip to content

Instantly share code, notes, and snippets.

@bobfeldbauer
bobfeldbauer / sgminer.conf
Created November 10, 2014 21:21
ipoMiner multi-algorithm sgminer.conf
{
"pools": [
{
"name": "ipoMiner_MA_X11",
"url": "stratum+tcp://pool.ipominer.com:3005",
"algorithm": "darkcoin-mod",
"intensity": "17",
"thread-concurrency": "8192",
"gpu-threads": "4",
"gpu-fan": "75",
@bobfeldbauer
bobfeldbauer / lxc-debian.sh
Created June 28, 2012 02:52
Setup Linux container on debian
#!/bin/bash
#
# lxc: linux Container library
# Authors:
# Daniel Lezcano <[email protected]>
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public