Skip to content

Instantly share code, notes, and snippets.

View veox's full-sized avatar
💭
Being skeptical of status feature.

Noel Maersk veox

💭
Being skeptical of status feature.
View GitHub Profile
@veox
veox / btc-otc-auth
Created March 31, 2014 18:49
btc-otc-auth
#!/bin/sh
longkeyid="E0D1815E0558CA53"
curl "http://bitcoin-otc.com/otps/$longkeyid" | gpg -qd | xclip -sel pri
@veox
veox / common.pl
Created April 3, 2014 11:51
/opt/bamt/common.pl for sgminer issue #179
#!/usr/bin/perl
# This file is part of BAMT.
#
# BAMT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# BAMT is distributed in the hope that it will be useful,
@veox
veox / catch-throw
Last active August 29, 2015 14:01
obelisk boost termination
preacher% gdb obelisk-server [.obelisk]
GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1.1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
@veox
veox / sgminer-launch.sh
Created June 18, 2014 15:55
sgminer launch script
#!/usr/bin/sh
extraopts="$*"
config="/home/veox/.sgminer/sgminer.conf.nfactor"
logdir="./log"
branch="`git branch --no-color | grep -E "^\*" | cut -d' ' -f2`"
today="`date +%Y-%m-%d`"
now="`date +%H-%M-%S`"
@veox
veox / obelisk-darkwallet-crash.gdb-full-threads.txt
Last active August 29, 2015 14:03
GDB backtrace: Darkwallet crashes Obelisk (all threads)
Thread 15 (Thread 0x7fffe2bf0700 (LWP 9411)):
#0 0x00007ffff75e42d4 in pthread_cond_wait@@GLIBC_2.3.2 ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#1 0x00007ffff78b95fc in boost::asio::detail::posix_event::wait<boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex> > (this=0x7fffe2befdd0,
lock=...) at /usr/include/boost/asio/detail/posix_event.hpp:80
__PRETTY_FUNCTION__ = "void boost::asio::detail::posix_event::wait(Lock&) [with Lock = boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex>]"
#2 0x00007ffff78b990e in boost::asio::detail::task_io_service::do_run_one (
this=this@entry=0x7fffdc017af0, lock=..., this_thread=...,
private_op_queue=..., ec=...)
@veox
veox / obelisk-darkwallet-crash.gdb-full.txt
Created June 27, 2014 15:50
GDB backtrace: Darkwallet crashes Obelisk
#0 0x00007ffff58fa475 in raise () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x00007ffff58fd6f0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#2 0x00007ffff58f3621 in __assert_fail ()
from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#3 0x000000000041af6a in boost::dynamic_bitset<unsigned char, std::allocator<unsigned char> >::~dynamic_bitset (this=0x7fffea9d2790,
__in_chrg=<optimized out>)
at /usr/include/boost/dynamic_bitset/dynamic_bitset.hpp:616
@veox
veox / PKGBUILD
Last active December 18, 2015 01:39
madwimax-git PKGBUILD to conform with AUR packaging guidelines and latest binary moves
# Maintainer: nbryskin
# Contributor: Noel Maersk <veox at wemakethings dot net>
# Contributor: Lex Rivera <x-demon@x-demon.org>
pkgname=madwimax-git
_gitname=madwimax
pkgver=20130604
pkgrel=1
pkgdesc="A reverse-engineered linux driver for Mobile Wimax (802.16e) devices based on Samsung CMC-730 chip (git version)"
arch=('i686' 'x86_64')
@veox
veox / PKGBUILD
Created June 26, 2013 09:21
litecoin-qt PKGBUILD for 0.6.9.2
# Maintainer: Loïc Guitaut <flink at belfalas dot eu>
# Contributor: Noel Maersk <veox at wemakethings dot net>
pkgname='litecoin-qt'
pkgver=0.6.9.2
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.litecoin.org/"
makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
license=('MIT')
@veox
veox / litecoin-qt.install
Last active December 19, 2015 00:00
litecoin-qt.install for 0.6.9.2
post_install() {
update-desktop-database -q
/usr/bin/cat << EOF
0.6.9.2 is a transition package. It is recommended to manually specify
one or two nodes that use 0.6.9.2 in the config file. Connecting only to
older nodes may fail to propagate transactions.
More information:
https://forum.litecoin.net/index.php/topic,4615.msg33170.html
@veox
veox / PKGBUILD
Created October 27, 2013 15:49
litecoin-git PKGBUILD using pacman VCS features
# Maintainer: Mike Lenzen <lenzenmi@gmail.com>
# Contributor: Noel Maersk <veox at wemakethings dotnet>
pkgname=litecoin-git
_gitname=litecoin
pkgver=20131026
pkgrel=1
pkgdesc="A peer-to-peer network-based digital currency (git version)"
arch=('i686' 'x86_64')
url="http://www.litecoin.org/"