Skip to content

Instantly share code, notes, and snippets.

View TheComputerGenie's full-sized avatar
🙈
I see nothing. I know nothing!

ComputerGenie TheComputerGenie

🙈
I see nothing. I know nothing!
View GitHub Profile
@TheComputerGenie
TheComputerGenie / bitwalletrecover.py
Last active August 7, 2022 11:54 — forked from miketout/bitwalletrecover.py
bitwalletrecover.py - recover compressed private keys from your bitcoin/litecoin/darkcoin wallet. Requires python3, pycoin (https://pypi.python.org/pypi/pycoin), and base58 (https://pypi.python.org/pypi/base58).
#!/usr/bin/env python
## bitwalletrecover.py - recover private keys from your darkcoin wallet
## (this version was not tested with bitcoin/litecoin).
## Requires python3, pycoin (https://pypi.python.org/pypi/pycoin),
## and base58 (https://pypi.python.org/pypi/base58).
##
## Starting with Python 3.4, pip is included by default with the Python binary
## installers. To install pip for older versions 3.x:
##
## sudo apt-get install python3-setuptools
@TheComputerGenie
TheComputerGenie / dependsbuild.sh
Created June 6, 2022 15:09
AnyCoin compile script
# AnyCoin compile script (q) Decker, 2021-2022
make -C ${PWD}/depends v=1 NO_PROTON=1 NO_QT=1 HOST=$(depends/config.guess) -j$(nproc --all)
./autogen.sh
CXXFLAGS="-g0 -O2" \
CONFIG_SITE="$PWD/depends/$(depends/config.guess)/share/config.site" ./configure --disable-tests --disable-bench --without-miniupnpc --enable-experimental-asm --with-gui=no --disable-bip70
make V=1 -j$(nproc --all)
@TheComputerGenie
TheComputerGenie / atomic.patch
Last active May 17, 2020 16:45
Berkeley DB 4.8 patch
--- dbinc/atomic.h 2013-03-12 14:07:22.000000000 -0400
+++ dbinc/atomic.h.change 2013-03-12 14:06:35.000000000 -0400
@@ -144,7 +144,7 @@
#define atomic_inc(env, p) __atomic_inc(p)
#define atomic_dec(env, p) __atomic_dec(p)
#define atomic_compare_exchange(env, p, o, n) \
- __atomic_compare_exchange((p), (o), (n))
+ __atomic_compare_exchange_db((p), (o), (n))
static inline int __atomic_inc(db_atomic_t *p)
{

Keybase proof

I hereby claim:

  • I am thecomputergenie on github.
  • I am computergenie (https://keybase.io/computergenie) on keybase.
  • I have a public key ASB7pQhZDF32zIjY_fqtHsEHXHm9YFXVmaVuU5MOJGQGggo

To claim this, I am signing this object: