Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bobsummerwill on github.
  • I am bobsummerwill (https://keybase.io/bobsummerwill) on keybase.
  • I have a public key whose fingerprint is 6C60 245A 3B29 EE22 7BA7 8138 0C9D 3DF9 36C1 0DA8

To claim this, I am signing this object:

[2016-05-13, 5:50:59 PM] Bob Summerwill: Greetings, everyone!
As you will know, I have been "sniffing around" Hyperledger in the last few weeks, and will be hosting a FOSS Blockchain Meetup next Wednesday at OSCON in Austin:
https://bobsummerwill.com/2016/04/15/open-source-blockchain-meetup-in-austin-tx/
Where at least 4 people from the IBM Blockchain Lab in Austin will be attending, including Nitin Gaur, the Director. https://www.linkedin.com/in/nitin-gaur-75571a9.
Renat Khasanshyn will also be there - the guy who is the "prime mover" for their PR push and author of those slides/comparisons/meetups. I will definitely be meeting him, either during the daytime, or at that Meetup if he can make it.
/Users/bob/Library/Caches/CLion2016.1/cmake/generated/cpp-ethereum-recreated-816e0695/816e0695/Debug/test/testeth
Running 180 test cases...
Test Case "rndCode":
Test Case "jsToPublic":
Test Case "jsToAddress":
Test Case "jsToSecret":
Test Case "basic_test":
Test Case "difficultyTestsOlympic":
25%...
50%...
Blockchain and distributed ledger special event for OSCON
-------------------------------------------------------------------------------
On the evening of Thursday 18th May we are hosting a special event to
coincide with the O'Reilly OSCON 2016 open source conference which
is being held at the Austin Convention Centre:
http://conferences.oreilly.com/oscon/open-source-us
This is an open invite to all blockchain and distributed ledger developers
+------------------------+------------+----------------+--------------------------+-----------------------+------+
| Client | Language | Release | Linux | Windows | OS X |
+========================+============+================+==========================+=======================+======+
| `go-ethereum`_ | Go | `geth-1.3.5`_ | `geth-1.3.5 (Linux64)`_ | `geth-1.3.5 (Win64)`_ | |
+------------------------+------------+----------------+--------------------------+-----------------------+------+
| `cpp-ethereum`_ | C++ | .. | | | |
+------------------------+------------+----------------+--------------------------+-----------------------+------+
| `pyethapp`_ | Python | .. | | | |
+------------------------+------------+----------------+--------------------------+---------------------
> admin.nodeInfo
{
enode: "enode://cbf657a1a9b5e858bc693b1ff950eb9273b3315f696f5378ee8017649107d7f4bef0c6bfc1df7530b31253d9e86bd3634c2cee81c3bc1b56ddeb13b2a7ffa2d3@50.67.85.69:30303",
id: "cbf657a1a9b5e858bc693b1ff950eb9273b3315f696f5378ee8017649107d7f4bef0c6bfc1df7530b31253d9e86bd3634c2cee81c3bc1b56ddeb13b2a7ffa2d3",
ip: "50.67.85.69",
listenAddr: "50.67.85.69:30303",
name: "eth/v1.2.1/Darwin/appleclang/JIT/./6b652590*/",
ports: {
discovery: 30303,
listener: 30303
> admin.peers
[{
caps: ["eth/61", "eth/62", "eth/63"],
id: "212f39b032a91cdd11bf4bdae04f89a3483725aefeabd641daa6e5d8c6be2806ad7621f8d4b83257745615498e22435a0463c50b31a6ebf80fa22bba43fcb323",
lastPing: 38,
name: "Geth/v1.3.5-34b622a2/linux/go1.5.1",
network: {
remoteAddress: "45.33.59.27:0"
},
notes: {
2016-01-14 21:06:30 -0800
cmake
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cpp-ethereum/1.0rc2
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
Bobs-MacBook-Air:build bob$ brew update
Updated Homebrew from 6cab28c to ed0ffe8.
Updated 2 taps (ethereum/ethereum, homebrew/versions).
==> New Formulae
acmetool infer
agedu libphonenumber
argon2 path-extractor
gkrellm txr
homebrew/versions/postgresql94
==> Updated Formulae
@bobsummerwill
bobsummerwill / gist:5dcbf3e1f979a56cfa6b
Created January 15, 2016 03:41
CryptoPP 5.6.3 unbottling
Bobs-MacBook-Air:build bob$ brew upgrade cryptopp
Error: cryptopp 5.6.3 already installed
Bobs-MacBook-Air:build bob$ brew reinstall cryptopp
==> Reinstalling cryptopp
==> Downloading https://homebrew.bintray.com/bottles/cryptopp-5.6.3.el_capitan.b
######################################################################## 100.0%
==> Pouring cryptopp-5.6.3.el_capitan.bottle.tar.gz
🍺 /usr/local/Cellar/cryptopp/5.6.3: 143 files, 14.1M
Bobs-MacBook-Air:build bob$ brew update
Updated Homebrew from 6cab28c to ed0ffe8.