-
Soldering Iron
-
Heat Shrink Gun
-
FTDI Cable 5V - $17.95 - https://www.sparkfun.com/products/9718 - This can be replaced by a FTDI Breakout Board 5V
Parts
[bwstitt:~] 1 $ brew install wysenynja/bitcoin/libbitcoin --verbose | |
==> Cloning https://github.com/spesmilo/libbitcoin.git | |
git --git-dir /Library/Caches/Homebrew/libbitcoin--git/.git status -s | |
Updating /Library/Caches/Homebrew/libbitcoin--git | |
git config remote.origin.url https://github.com/spesmilo/libbitcoin.git | |
git config remote.origin.fetch +refs/tags/v1.4:refs/tags/v1.4 | |
git --git-dir /Library/Caches/Homebrew/libbitcoin--git/.git rev-parse -q --verify v1.4 | |
git checkout -f v1.4 | |
HEAD is now at 0cd3b04... incorrect version number in version.hpp - corrected it. | |
git reset --hard v1.4 |
# I'm not sure any of this is right, but assuming you have a blockchain from bitcoin-qt or bitcoind... | |
$ brew tap homebrew/versions | |
$ brew tap WyseNynja/bitcoin | |
$ brew prune | |
$ brew install libbitcoin-tools sx | |
$ cd /usr/local/var | |
$ mkdir -p bitcoin/worker | |
$ cd bitcoin | |
$ tmux |
diff --git a/configure.ac b/configure.ac | |
index 5ad6e6d..c07566f 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -64,6 +64,9 @@ AC_ARG_WITH([pkgconfigdir], AS_HELP_STRING([--with-pkgconfigdir=PATH], | |
[pkgconfigdir="$withval"], [pkgconfigdir='${libdir}/pkgconfig']) | |
AC_SUBST([pkgconfigdir]) | |
+AC_SUBST(EXTRA_CFLAGS) | |
+AC_SUBST(EXTRA_LDFLAGS) |
diff --git a/src/keystore.cpp b/src/keystore.cpp | |
index 46402ea..b5657c8 100644 | |
--- a/src/keystore.cpp | |
+++ b/src/keystore.cpp | |
@@ -56,3 +56,16 @@ bool CBasicKeyStore::GetCScript(const CScriptID &hash, CScript& redeemScriptOut) | |
return false; | |
} | |
+bool CBasicKeyStore::AddWatchOnly(const CTxDestination &dest) | |
+{ |
diff --git a/src/makefile.osx b/src/makefile.osx | |
index 50279fd..6ab92b1 100644 | |
--- a/src/makefile.osx | |
+++ b/src/makefile.osx | |
@@ -7,18 +7,22 @@ | |
# Originally by Laszlo Hanyecz ([email protected]) | |
CXX=llvm-g++ | |
DEPSDIR=/opt/local | |
+DB4DIR=$(DEPSDIR)/opt/berkeley-db4 |
$ vagrant -v | |
Vagrant 1.6.0 | |
$ vagrant plugin list | |
vagrant-aws (0.4.1) | |
vagrant-login (1.0.1, system) | |
vagrant-share (1.0.1, system) | |
vagrant-triggers (0.3.0) | |
vagrant-vbguest (0.10.0) |
DEBUG ssh: Checking key permissions: /home/uber/.ssh/id_rsa | |
INFO ssh: Attempting SSH connection... | |
INFO ssh: Attempting to connect to SSH... | |
INFO ssh: - Host: 54.71.167.14 | |
INFO ssh: - Port: 22 | |
INFO ssh: - Username: uber | |
INFO ssh: - Password? false | |
INFO ssh: - Key Path: ["/home/uber/.ssh/id_rsa"] | |
DEBUG ssh: == Net-SSH connection debug-level log START == | |
DEBUG ssh: D, [2015-04-23T00:59:49.475268 #51503] DEBUG -- net.ssh.transport.session[17bfdd0]: establishing connection to 54.71.167.14:22 |
#!/bin/sh | |
bitcoin-cli getpeerinfo | jq -r .[].subver | sort | uniq -c | sort -nr |
#!/usr/bin/env bash | |
set -e | |
COINCLIENT=bitcoin-cli | |
function displaytime { | |
local T=$1 | |
local D=$((T/60/60/24)) | |
local H=$((T/60/60%24)) |
Soldering Iron
Heat Shrink Gun
FTDI Cable 5V - $17.95 - https://www.sparkfun.com/products/9718 - This can be replaced by a FTDI Breakout Board 5V
Parts