View btc-otc-auth
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
#!/bin/sh | |
longkeyid="E0D1815E0558CA53" | |
curl "http://bitcoin-otc.com/otps/$longkeyid" | gpg -qd | xclip -sel pri |
View common.pl
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
#!/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, |
View catch-throw
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
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/>... |
View sgminer-launch.sh
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
#!/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`" |
View obelisk-darkwallet-crash.gdb-full-threads.txt
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
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=...) |
View obelisk-darkwallet-crash.gdb-full.txt
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
#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 |
View PKGBUILD
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
# 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') |
View PKGBUILD
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
# 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') |
View litecoin-qt.install
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
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 |
View PKGBUILD
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
# 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/" |
OlderNewer