Skip to content

Instantly share code, notes, and snippets.

@d11e9
d11e9 / gist:41775c24c8240a40ce03
Created August 29, 2014 16:32
node-ethereum npm-error log
This file has been truncated, but you can view the full file.
4002 verbose lock tar://C:\Users\username\eth\Ethos Browser\lib\node-ethereum\node_modules\express\node_modules\utils-merge C:\Users\username\AppData\Roaming\npm-cache\89efe219-express-node-modules-utils-merge.lock
4003 silly lockFile d72d56c3-he-utils-merge-1-0-0-package-tgz tar://C:\Users\username\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz
4004 verbose lock tar://C:\Users\username\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz C:\Users\username\AppData\Roaming\npm-cache\d72d56c3-he-utils-merge-1-0-0-package-tgz.lock
4005 verbose tar unpack C:\Users\username\AppData\Roaming\npm-cache\path-to-regexp\0.1.3\package.tgz
4006 silly lockFile 61b1a96c-ress-node-modules-path-to-regexp tar://C:\Users\username\eth\Ethos Browser\lib\node-ethereum\node_modules\express\node_modules\path-to-regexp
4007 verbose lock tar://C:\Users\username\eth\Ethos Browser\lib\node-ethereum\node_modules\express\node_modules\path-to-regexp C:\Users\username\AppData\Roaming\npm-cache\61b1a96c-re
@d11e9
d11e9 / debug.log
Last active August 29, 2015 14:06
pythereum install log
running install
running bdist_egg
running egg_info
writing requirements to pyethereum.egg-info\requires.txt
writing pyethereum.egg-info\PKG-INFO
writing top-level names to pyethereum.egg-info\top_level.txt
writing dependency_links to pyethereum.egg-info\dependency_links.txt
writing entry points to pyethereum.egg-info\entry_points.txt
reading manifest file 'pyethereum.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
@d11e9
d11e9 / webchat.freenode.js
Last active August 29, 2015 14:07
subdue status lines on freenode webchat
window.$ = window.$$
// Subue status lines on webchat.freenode.net
// This is to allow content to be dicernable.
// d11e9
setInterval( function(){
var lines = $('.colourline');
@d11e9
d11e9 / keybase.md
Created February 28, 2015 10:53
keybase.md

Keybase proof

I hereby claim:

  • I am d11e9 on github.
  • I am d11e9 (https://keybase.io/d11e9) on keybase.
  • I have a public key whose fingerprint is 2846 8069 CEE4 E66B 1826 8C03 22F8 BE93 333A 2C49

To claim this, I am signing this object:

docker run -i -v /var/data/log:/var/log -v /var/data/ethereum:/root/.ethereum --entrypoint="bash" -t "eth.datagotchi.com" -s;
root@8c53eec8c3d0:/gopath/src/github.com/ethereum/go-ethereum# geth console
I0529 09:57:26.687584 8 backend.go:256] Protocol Version: 60, Network Id: 0
I0529 09:57:26.709888 8 backend.go:266] Blockchain DB Version: 3
I0529 09:57:26.716480 8 chain_manager.go:258] Last block (#470599) ebd641bd97a15645409be82008f73c0556dc9d1ce99f1f0008e3d6304a757102 TD=1056321937704263
I0529 09:57:37.442859 8 cmd.go:148] Starting Geth/v0.9.26-12b90600/linux/go1.4
I0529 09:57:37.445648 8 server.go:293] Starting Server
I0529 09:57:37.830080 8 udp.go:189] Listening, enode://8ea937c680d643d81ebf416d408286213e14e329eeccf55c354d9de4eeb2da60414abb57326104065f67c3628e909c02
88e682fd5a1f72def85b483cd4933e69@[::]:30303
I0529 09:57:37.832232 8 backend.go:477] Server started
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x573f30]
goroutine 43 [running]:
github.com/ethereum/go-ethereum/xeth.(*whisperFilter).insert(0x0, 0xc210316c80, 0x1, 0x1)
/gopath/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/whisper_filter.go:56 +0x310
github.com/ethereum/go-ethereum/xeth.func·006(0xc2116f6f00, 0xc20dbddf10, 0x10, 0xc20dbddee7, 0x3, 0xc20dbddee4, 0x3, 0x556c5f44, 0x64, 0xc20b0e22d0, ...)
/gopath/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/xeth.go:665 +0x16b
github.com/ethereum/go-ethereum/xeth.func·001(0xc2116f6f00)
/gopath/src/github.com/ethereum/go-ethereum/build/_workspace/src/github.com/ethereum/go-ethereum/xeth/whisper.go:91 +0x72
abi = [
{
"constant": false,
"inputs": [
{
"name": "random",
"type": "bytes32"
},
{
contract Faucet {
struct Patron {
uint contribution;
}
struct Proposal {
uint approvals;
address candidate;
string msg;
}
contract AnOrg {
address[] members;
// percent of members needed for quorum
uint quorum = 67;
struct Motion {
string key;
string value;
uint votes;
}
@d11e9
d11e9 / NOTICE.MD
Last active August 29, 2015 14:28
Project moved to its own respository: http://github.com/d11e9/avatar