Skip to content

Instantly share code, notes, and snippets.

@crainbf
Created June 12, 2015 16:29
Show Gist options
  • Save crainbf/8c8afdc02d3dc566fda0 to your computer and use it in GitHub Desktop.
Save crainbf/8c8afdc02d3dc566fda0 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
bash-3.2$ ./test-debug.sh
Attaching to helloworlddapp_ipfs_1, helloworlddapp_helloworldmaster_1, helloworlddapp_compilers_1
ipfs_1 | initializing ipfs node at /data/ipfs
ipfs_1 | Error: ipfs configuration file already exists!
ipfs_1 | Reinitializing would overwrite your keys.
ipfs_1 | (use -f to force overwrite)
ipfs_1 |
ipfs_1 | Initializing daemon...
ipfs_1 | Gateway (writable) server listening on /ip4/0.0.0.0/tcp/8080
ipfs_1 | API server listening on /ip4/0.0.0.0/tcp/5001
ipfs_1 | initializing ipfs node at /data/ipfs
ipfs_1 | Error: ipfs configuration file already exists!
ipfs_1 | Reinitializing would overwrite your keys.
ipfs_1 | (use -f to force overwrite)
ipfs_1 |
ipfs_1 | Initializing daemon...
ipfs_1 | API server listening on /ip4/0.0.0.0/tcp/5001
ipfs_1 | Gateway (writable) server listening on /ip4/0.0.0.0/tcp/8080
ipfs_1 | 16:16:51.925 ERROR core/serve: Path Resolve error: path must contain at least one component gateway_handler.go:436
ipfs_1 | 16:19:51.537 ERROR core/serve: Path Resolve error: path must contain at least one component gateway_handler.go:436
ipfs_1 | 16:21:13.730 ERROR core/serve: Path Resolve error: path must contain at least one component gateway_handler.go:436
ipfs_1 | 16:24:38.868 ERROR core/serve: Path Resolve error: path must contain at least one component gateway_handler.go:436
compilers_1 | [martini] listening on :9099 (production)
compilers_1 | [martini] Started POST /compile for 172.17.0.23:40900
compilers_1 | 2015/06/11 08:48:57 /home/eris/.eris/scratch/lllc/server/78ff79c7058138a925bd06246382cc1a566e9e51e2ff92f3a14345dbcfd7b077.lll does not exist. Writing
compilers_1 | [martini] Completed 200 OK in 22.895546ms
compilers_1 | [martini] Started POST /compile for 172.17.0.25:48412
compilers_1 | [martini] Completed 200 OK in 271.466µs
compilers_1 | [martini] listening on :9099 (production)
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Hello There! I'm your friendly blockchain container.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Checking if Master
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | I'm a master node so I will build a chain now.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | No GENESIS variable was given will try volume approach.
helloworldmaster_1 | No GENESIS.JSON given, using default:
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | thelonious
helloworldmaster_1 | 2015/06/11 08:48:40 [MONK] Root directory /home/eris/.eris/scratch/epm/20c5afee38388ddb
helloworldmaster_1 | 2015/06/11 08:48:40 [DOUG] Loading genesis config:/home/eris/.eris/scratch/epm/20c5afee38388ddb/genesis.json
helloworldmaster_1 | 2015/06/11 08:48:40 [MONK] Loaded genesis configuration from: /home/eris/.eris/scratch/epm/20c5afee38388ddb/genesis.json
helloworldmaster_1 | 2015/06/11 08:48:40 [MONK] Identity created
helloworldmaster_1 | 2015/06/11 08:48:40 [CHAIN] Genesis block not found. Deploying.
helloworldmaster_1 | 2015/06/11 08:48:40 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/11 08:48:40 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldmaster_1 | 2015/06/11 08:48:40 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldmaster_1 | 2015/06/11 08:48:40 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/11 08:48:40 [MONK] Created thelonious node
helloworldmaster_1 | 2015/06/11 08:48:40 [EPM-CLI] Install directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldmaster_1 | 2015/06/11 08:48:40 [EPM-CLI] Loading and setting chainId .config.json
helloworldmaster_1 | 2015/06/11 08:48:40 [EPM-CLI] Deployed and installed chain: thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldmaster_1 | 2015/06/11 08:48:40 [EPM-CLI] Checked out chain: thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldmaster_1 | 2015/06/11 08:48:40 [EPM-CLI] Created ref this_chain to point to chain a4499f207770d8510564a257fd60a5e1c5e47756
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Setting Defaults
helloworldmaster_1 | The chain has been built and checked out.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Checking if Fetcher
helloworldmaster_1 | I'm not a fetcher.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Setting the Key File
helloworldmaster_1 | No key file given.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | RPC Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Connect Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | SOLO Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Mining Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Fetch Serve Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | My CHAINID is ... ->
helloworldmaster_1 | a4499f207770d8510564a257fd60a5e1c5e47756
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | My genesis.json is ... ->
helloworldmaster_1 | {
helloworldmaster_1 | "address": "0000000000THISISDOUG",
helloworldmaster_1 | "pdx": "",
helloworldmaster_1 | "doug": "",
helloworldmaster_1 | "unique": false,
helloworldmaster_1 | "private-key": "",
helloworldmaster_1 | "model": "",
helloworldmaster_1 | "no-gendoug": true,
helloworldmaster_1 | "consensus": "",
helloworldmaster_1 | "difficulty": 15,
helloworldmaster_1 | "public:mine": 0,
helloworldmaster_1 | "public:create": 0,
helloworldmaster_1 | "public:tx": 0,
helloworldmaster_1 | "maxgastx": "",
helloworldmaster_1 | "tapow": 0,
helloworldmaster_1 | "blocktime": 0,
helloworldmaster_1 | "vm": null,
helloworldmaster_1 | "accounts": [
helloworldmaster_1 | {
helloworldmaster_1 | "address": "0xbbbd0256041f7aed3ce278c56ee61492de96d001",
helloworldmaster_1 | "name": "",
helloworldmaster_1 | "balance": "1000000000000000000000000000000000000",
helloworldmaster_1 | "permissions": null,
helloworldmaster_1 | "stake": 0
helloworldmaster_1 | }
helloworldmaster_1 | ]
helloworldmaster_1 | }
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | My config file is ... ->
helloworldmaster_1 | {
helloworldmaster_1 | "local_host": "0.0.0.0",
helloworldmaster_1 | "local_port": 15254,
helloworldmaster_1 | "listen": true,
helloworldmaster_1 | "remote_host": "",
helloworldmaster_1 | "remote_port": 30303,
helloworldmaster_1 | "use_seed": false,
helloworldmaster_1 | "rpc_host": "",
helloworldmaster_1 | "rpc_port": 30304,
helloworldmaster_1 | "serve_rpc": false,
helloworldmaster_1 | "fetch_port": 15256,
helloworldmaster_1 | "chain_id": "a4499f207770d8510564a257fd60a5e1c5e47756",
helloworldmaster_1 | "chain_name": "",
helloworldmaster_1 | "mining": false,
helloworldmaster_1 | "max_peers": 10,
helloworldmaster_1 | "client": "eris:db(thelonious)",
helloworldmaster_1 | "version": "0.9.0",
helloworldmaster_1 | "id": "",
helloworldmaster_1 | "key_session": "d7Wavlz1LW",
helloworldmaster_1 | "key_store": "file",
helloworldmaster_1 | "key_cursor": 0,
helloworldmaster_1 | "key_file": "",
helloworldmaster_1 | "adversary": 0,
helloworldmaster_1 | "use_checkpoint": false,
helloworldmaster_1 | "latest_checkpoint": "",
helloworldmaster_1 | "config_file": "config",
helloworldmaster_1 | "root_dir": "/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0",
helloworldmaster_1 | "db_name": "database",
helloworldmaster_1 | "db_mem": false,
helloworldmaster_1 | "contract_path": "/go/src/github.com/eris-ltd/eris-std-lib",
helloworldmaster_1 | "genesis_config": "/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json",
helloworldmaster_1 | "log_file": "",
helloworldmaster_1 | "debug_file": "",
helloworldmaster_1 | "log_level": 2
helloworldmaster_1 | }
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Starting up! (Wheeeeeee says the marmot)
helloworldmaster_1 | 2015/06/11 08:48:44 [EPM-CLI] Running chain thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldmaster_1 | 2015/06/11 08:48:44 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldmaster_1 | 2015/06/11 08:48:44 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldmaster_1 | 2015/06/11 08:48:44 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldmaster_1 | 2015/06/11 08:48:44 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldmaster_1 | 2015/06/11 08:48:44 [MONK] Identity created
helloworldmaster_1 | 2015/06/11 08:48:44 [CHAIN] Found genesis block
helloworldmaster_1 | 2015/06/11 08:48:44 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/11 08:48:44 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldmaster_1 | 2015/06/11 08:48:44 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldmaster_1 | 2015/06/11 08:48:44 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/11 08:48:44 [MONK] Created thelonious node
helloworldmaster_1 | 2015/06/11 08:48:44 [REACTOR] started
helloworldmaster_1 | 2015/06/11 08:48:44 [SERV] Ready and accepting connections
helloworldmaster_1 | 2015/06/11 08:48:44 [SERV] Server started
helloworldmaster_1 | 2015/06/11 08:48:44 [SERV] Peer handling started
helloworldmaster_1 | 2015/06/11 08:48:54 [SERV] Added peer (172.17.0.23:44142) 1 / 10 ([eth])
helloworldmaster_1 | 2015/06/11 08:48:54 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldmaster_1 | 2015/06/11 08:48:57 [SERV] Added peer (172.17.0.23:44145) 1 / 10 ([eth])
helloworldmaster_1 | 2015/06/11 08:48:57 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldmaster_1 | 2015/06/11 08:49:02 [BPOOL] Got unrequested block (888f6933...)
helloworldmaster_1 | 2015/06/11 08:49:02 [STATE] Processed block #1 (888f6933...)
helloworldmaster_1 | 2015/06/11 08:49:02 [CHAIN] Imported 1 blocks. #1 (888f6933) / 1 (888f6933)
helloworldmaster_1 | 2015/06/11 08:49:07 [SERV] Added peer (172.17.0.25:37768) 1 / 10 ([eth])
helloworldmaster_1 | 2015/06/11 08:49:07 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldmaster_1 | 2015/06/11 08:49:13 [SERV] Added peer (172.17.0.25:37773) 1 / 10 ([eth])
helloworldmaster_1 | 2015/06/11 08:49:13 [SERV] Added peer (172.17.0.23:44158) 2 / 10 ([eth])
helloworldmaster_1 | 2015/06/11 08:49:13 [SERV] Peer is [eth] capable. (TD = 32768 ~ 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346) 33 / 0
helloworldmaster_1 | 2015/06/11 08:49:13 [SERV] Peer is [eth] capable. (TD = 32768 ~ 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346) 33 / 0
helloworldmaster_1 | 2015/06/11 08:49:20 [BPOOL] Got unrequested block (f04b3b08...)
helloworldmaster_1 | 2015/06/11 08:49:20 [STATE] Processed block #2 (f04b3b08...)
helloworldmaster_1 | 2015/06/11 08:49:20 [CHAIN] Imported 1 blocks. #2 (f04b3b08) / 2 (f04b3b08)
helloworldmaster_1 | 2015/06/11 08:49:28 [SERV] Added peer (172.17.0.25:37793) 2 / 10 ([eth])
helloworldmaster_1 | 2015/06/11 08:49:28 [SERV] Peer is [eth] capable. (TD = 65536 ~ f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c) 33 / 0
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Hello There! I'm your friendly blockchain container.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Checking if Master
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | I'm a master node so I will build a chain now.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | No GENESIS variable was given will try volume approach.
helloworldmaster_1 | No GENESIS.JSON given, using default:
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | thelonious
helloworldmaster_1 | 2015/06/12 15:07:27 [MONK] Root directory /home/eris/.eris/scratch/epm/e9f5bbe354ba727c
helloworldmaster_1 | 2015/06/12 15:07:27 [DOUG] Loading genesis config:/home/eris/.eris/scratch/epm/e9f5bbe354ba727c/genesis.json
helloworldmaster_1 | 2015/06/12 15:07:27 [MONK] Loaded genesis configuration from: /home/eris/.eris/scratch/epm/e9f5bbe354ba727c/genesis.json
helloworldmaster_1 | 2015/06/12 15:07:27 [MONK] Identity created
helloworldmaster_1 | 2015/06/12 15:07:27 [CHAIN] Genesis block not found. Deploying.
helloworldmaster_1 | 2015/06/12 15:07:27 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/12 15:07:27 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldmaster_1 | 2015/06/12 15:07:27 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldmaster_1 | 2015/06/12 15:07:27 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/12 15:07:27 [MONK] Created thelonious node
helloworldmaster_1 | 2015/06/12 15:07:27 [EPM-CLI] Install directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldmaster_1 | 2015/06/12 15:07:27 [EPM-CLI] Loading and setting chainId .config.json
helloworldmaster_1 | 2015/06/12 15:07:27 [EPM-CLI] Deployed and installed chain: thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldmaster_1 | 2015/06/12 15:07:27 [EPM-CLI] Checked out chain: thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldmaster_1 | 2015/06/12 15:07:27 [EPM-CLI] Ref this_chain already exists
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Setting Defaults
helloworldmaster_1 | The chain has been built and checked out.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Checking if Fetcher
helloworldmaster_1 | I'm not a fetcher.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Setting the Key File
helloworldmaster_1 | No key file given.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | RPC Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Connect Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | SOLO Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Mining Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Fetch Serve Check.
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | My CHAINID is ... ->
helloworldmaster_1 | 34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | My genesis.json is ... ->
helloworldmaster_1 | {
helloworldmaster_1 | "address": "0000000000THISISDOUG",
helloworldmaster_1 | "pdx": "",
helloworldmaster_1 | "doug": "",
helloworldmaster_1 | "unique": false,
helloworldmaster_1 | "private-key": "",
helloworldmaster_1 | "model": "",
helloworldmaster_1 | "no-gendoug": true,
helloworldmaster_1 | "consensus": "",
helloworldmaster_1 | "difficulty": 15,
helloworldmaster_1 | "public:mine": 0,
helloworldmaster_1 | "public:create": 0,
helloworldmaster_1 | "public:tx": 0,
helloworldmaster_1 | "maxgastx": "",
helloworldmaster_1 | "tapow": 0,
helloworldmaster_1 | "blocktime": 0,
helloworldmaster_1 | "vm": null,
helloworldmaster_1 | "accounts": [
helloworldmaster_1 | {
helloworldmaster_1 | "address": "0xbbbd0256041f7aed3ce278c56ee61492de96d001",
helloworldmaster_1 | "name": "",
helloworldmaster_1 | "balance": "1000000000000000000000000000000000000",
helloworldmaster_1 | "permissions": null,
helloworldmaster_1 | "stake": 0
helloworldmaster_1 | }
helloworldmaster_1 | ]
helloworldmaster_1 | }
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | My config file is ... ->
helloworldmaster_1 | {
helloworldmaster_1 | "local_host": "0.0.0.0",
helloworldmaster_1 | "local_port": 15254,
helloworldmaster_1 | "listen": true,
helloworldmaster_1 | "remote_host": "",
helloworldmaster_1 | "remote_port": 30303,
helloworldmaster_1 | "use_seed": false,
helloworldmaster_1 | "rpc_host": "",
helloworldmaster_1 | "rpc_port": 30304,
helloworldmaster_1 | "serve_rpc": false,
helloworldmaster_1 | "fetch_port": 15256,
helloworldmaster_1 | "chain_id": "34d0aa6e650206bb6811fd06da1ad7ea3296eb4a",
helloworldmaster_1 | "chain_name": "",
helloworldmaster_1 | "mining": false,
helloworldmaster_1 | "max_peers": 10,
helloworldmaster_1 | "client": "eris:db(thelonious)",
helloworldmaster_1 | "version": "0.9.0",
helloworldmaster_1 | "id": "",
helloworldmaster_1 | "key_session": "84LAZ7DaVj",
helloworldmaster_1 | "key_store": "file",
helloworldmaster_1 | "key_cursor": 0,
helloworldmaster_1 | "key_file": "",
helloworldmaster_1 | "adversary": 0,
helloworldmaster_1 | "use_checkpoint": false,
helloworldmaster_1 | "latest_checkpoint": "",
helloworldmaster_1 | "config_file": "config",
helloworldmaster_1 | "root_dir": "/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0",
helloworldmaster_1 | "db_name": "database",
helloworldmaster_1 | "db_mem": false,
helloworldmaster_1 | "contract_path": "/go/src/github.com/eris-ltd/eris-std-lib",
helloworldmaster_1 | "genesis_config": "/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json",
helloworldmaster_1 | "log_file": "",
helloworldmaster_1 | "debug_file": "",
helloworldmaster_1 | "log_level": 2
helloworldmaster_1 | }
helloworldmaster_1 |
helloworldmaster_1 |
helloworldmaster_1 | Starting up! (Wheeeeeee says the marmot)
helloworldmaster_1 | 2015/06/12 15:07:30 [EPM-CLI] Running chain thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldmaster_1 | 2015/06/12 15:07:30 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldmaster_1 | 2015/06/12 15:07:30 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldmaster_1 | 2015/06/12 15:07:30 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldmaster_1 | 2015/06/12 15:07:30 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldmaster_1 | 2015/06/12 15:07:30 [MONK] Identity created
helloworldmaster_1 | 2015/06/12 15:07:30 [CHAIN] Found genesis block
helloworldmaster_1 | 2015/06/12 15:07:30 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/12 15:07:30 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldmaster_1 | 2015/06/12 15:07:30 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldmaster_1 | 2015/06/12 15:07:30 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldmaster_1 | 2015/06/12 15:07:30 [MONK] Created thelonious node
helloworldmaster_1 | 2015/06/12 15:07:30 [REACTOR] started
helloworldmaster_1 | 2015/06/12 15:07:30 [SERV] Ready and accepting connections
helloworldmaster_1 | 2015/06/12 15:07:30 [SERV] Server started
helloworldmaster_1 | 2015/06/12 15:07:30 [SERV] Peer handling started
helloworldmaster_1 | 2015/06/12 15:07:33 [SERV] Added peer (172.17.0.4:53442) 1 / 10 ([eth])
helloworldmaster_1 | 2015/06/12 15:07:33 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldmaster_1 | 2015/06/12 15:07:36 [SERV] Added peer (172.17.0.4:53445) 1 / 10 ([eth])
helloworldmaster_1 | 2015/06/12 15:07:36 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldmaster_1 | 2015/06/12 15:07:40 [BPOOL] Got unrequested block (8461252d...)
helloworldmaster_1 | 2015/06/12 15:07:40 [STATE] Processed block #1 (8461252d...)
helloworldmaster_1 | 2015/06/12 15:07:40 [CHAIN] Imported 1 blocks. #1 (8461252d) / 1 (8461252d)
helloworldmaster_1 | 2015/06/12 15:07:49 [SERV] Added peer (172.17.0.4:53450) 1 / 10 ([eth])
helloworldmaster_1 | 2015/06/12 15:07:49 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldmaster_1 | 2015/06/12 15:08:05 [SERV] Added peer (172.17.0.5:52185) 2 / 10 ([eth])
helloworldmaster_1 | 2015/06/12 15:08:05 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldmaster_1 | 2015/06/12 15:08:14 [SERV] Added peer (172.17.0.5:52195) 2 / 10 ([eth])
helloworldmaster_1 | 2015/06/12 15:08:14 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldmaster_1 | 2015/06/12 15:08:25 [BPOOL] Got unrequested block (c37904a9...)
helloworldmaster_1 | 2015/06/12 15:08:26 [STATE] Processed block #2 (c37904a9...)
helloworldmaster_1 | 2015/06/12 15:08:26 [CHAIN] Imported 1 blocks. #2 (c37904a9) / 2 (c37904a9)
helloworldmaster_1 | 2015/06/12 15:08:34 [SERV] Added peer (172.17.0.5:52216) 2 / 10 ([eth])
helloworldmaster_1 | 2015/06/12 15:08:34 [SERV] Peer is [eth] capable. (TD = 65536 ~ c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111) 33 / 0
helloworldmaster_1 | 2015/06/12 16:16:50 [BPOOL] Got unrequested block (8f065ae1...)
helloworldmaster_1 | 2015/06/12 16:16:50 [STATE] Processed block #3 (8f065ae1...)
helloworldmaster_1 | 2015/06/12 16:16:50 [CHAIN] Imported 1 blocks. #3 (8f065ae1) / 3 (8f065ae1)
helloworldmaster_1 | 2015/06/12 16:19:49 [BPOOL] Got unrequested block (397381ad...)
helloworldmaster_1 | 2015/06/12 16:19:50 [STATE] Processed block #4 (397381ad...)
helloworldmaster_1 | 2015/06/12 16:19:50 [CHAIN] Imported 1 blocks. #4 (397381ad) / 4 (397381ad)
helloworldmaster_1 | 2015/06/12 16:21:12 [BPOOL] Got unrequested block (a455752e...)
helloworldmaster_1 | 2015/06/12 16:21:12 [STATE] Processed block #5 (a455752e...)
helloworldmaster_1 | 2015/06/12 16:21:12 [CHAIN] Imported 1 blocks. #5 (a455752e) / 5 (a455752e)
helloworldmaster_1 | 2015/06/12 16:24:37 [BPOOL] Got unrequested block (7a77d364...)
helloworldmaster_1 | 2015/06/12 16:24:37 [STATE] Processed block #6 (7a77d364...)
helloworldmaster_1 | 2015/06/12 16:24:37 [CHAIN] Imported 1 blocks. #6 (7a77d364) / 6 (7a77d364)
Attaching to helloworlddapp_helloworldwrite_1
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | My environment good sir:
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PORT=4001
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldwrite_1 | COMPILERS_PORT_9098_TCP_PORT=9098
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldwrite_1/helloworlddapp_helloworldmaster_1
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PORT=5001
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_END=tcp://172.17.0.19:15256
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldwrite_1 | COMPILERS_PORT_9098_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_PORT_9099_TCP_PORT=9099
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_PORT_9099_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP=tcp://172.17.0.19:15254
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldwrite_1 | IPFS_1_PORT_8080_TCP_ADDR=172.17.0.17
helloworldwrite_1 | HOSTNAME=eba601b35124
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP=tcp://172.17.0.19:15255
helloworldwrite_1 | IPFS_PORT_4001_TCP_ADDR=172.17.0.17
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldwrite_1 | IPFS_1_PORT_4001_TCP=tcp://172.17.0.17:4001
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP=tcp://172.17.0.19:15256
helloworldwrite_1 | IPFS_PORT_5001_TCP_ADDR=172.17.0.17
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT=tcp://172.17.0.21:9098
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldwrite_1 | IPFS_1_PORT_5001_TCP=tcp://172.17.0.17:5001
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldwrite_1 | IPFS_1_PORT_8080_TCP_PORT=8080
helloworldwrite_1 | IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HOME=/home/eris
helloworldwrite_1 | OLDPWD=/go/src/github.com/eris-ltd
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldwrite_1 | IPFS_PORT_4001_TCP_PORT=4001
helloworldwrite_1 | COMPILERS_1_ENV_GOPATH=/go
helloworldwrite_1 | IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_ADDR=172.17.0.17
helloworldwrite_1 | IPFS_PORT_4001_TCP_PROTO=tcp
helloworldwrite_1 | IPFS_PORT_5001_TCP_PORT=5001
helloworldwrite_1 | IPFS_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.21
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_NAME=/helloworlddapp_helloworldwrite_1/helloworlddapp_compilers_1
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP=tcp://172.17.0.17:4001
helloworldwrite_1 | HELLOWORLDMASTER_ENV_user=eris
helloworldwrite_1 | IPFS_PORT_5001_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_PORT_9098_TCP=tcp://172.17.0.21:9098
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.21
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP=tcp://172.17.0.17:5001
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldwrite_1 | COMPILERS_PORT_9099_TCP=tcp://172.17.0.21:9099
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.19:15256
helloworldwrite_1 | IPFS_1_PORT=tcp://172.17.0.17:4001
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PORT=8080
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_ENV_SERVE_GBLOCK=true
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.19:15254
helloworldwrite_1 | HELLOWORLDMASTER_ENV_GOPATH=/go
helloworldwrite_1 | COMPILERS_1_ENV_repository=lllc-server
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.19:15255
helloworldwrite_1 | IPFS_1_NAME=/helloworlddapp_helloworldwrite_1/ipfs_1
helloworldwrite_1 | IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.19:15256
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT=tcp://172.17.0.17:4001
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT=tcp://172.17.0.19:15254
helloworldwrite_1 | IPFS_PORT_8080_TCP_ADDR=172.17.0.17
helloworldwrite_1 | COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 | IPFS_1_PORT_8080_TCP=tcp://172.17.0.17:8080
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.19:15254
helloworldwrite_1 | IPFS_PORT_4001_TCP=tcp://172.17.0.17:4001
helloworldwrite_1 | IPFS_PORT_5001_TCP=tcp://172.17.0.17:5001
helloworldwrite_1 | COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_NAME=/helloworlddapp_helloworldwrite_1/helloworlddapp_ipfs_1
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldwrite_1/helloworldmaster_1
helloworldwrite_1 | IPFS_PORT_8080_TCP_PORT=8080
helloworldwrite_1 | IPFS_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_user=eris
helloworldwrite_1 | user=eris
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_START=15254
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.19
helloworldwrite_1 | IPFS_PORT_8080_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP=tcp://172.17.0.17:8080
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.21:9098
helloworldwrite_1 | PATH=/go/bin:/usr/src/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldwrite_1 | COMPILERS_1_PORT=tcp://172.17.0.21:9098
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.21:9099
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldwrite_1 | HELLOWORLDMASTER_ENV_MASTER=true
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldwrite_1 | IPFS_PORT=tcp://172.17.0.17:4001
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDMASTER_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.21
helloworldwrite_1 | COMPILERS_1_NAME=/helloworlddapp_helloworldwrite_1/compilers_1
helloworldwrite_1 | IPFS_NAME=/helloworlddapp_helloworldwrite_1/ipfs
helloworldwrite_1 | IPFS_ENV_IPFS_PATH=/data/ipfs
helloworldwrite_1 | COMPILERS_ENV_repository=lllc-server
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.21
helloworldwrite_1 | DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 | HELLOWORLDMASTER_PORT=tcp://172.17.0.19:15254
helloworldwrite_1 | IPFS_PORT_8080_TCP=tcp://172.17.0.17:8080
helloworldwrite_1 | COMPILERS_ENV_DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldwrite_1 | GOPATH=/go
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_START=tcp://172.17.0.19:15254
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.19:15256
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldwrite_1 | COMPILERS_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDMASTER_NAME=/helloworlddapp_helloworldwrite_1/helloworldmaster
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.19:15254
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_END=15256
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.19:15255
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldwrite_1 | IPFS_1_PORT_4001_TCP_ADDR=172.17.0.17
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP_ADDR=172.17.0.19
helloworldwrite_1 | HELLOWORLDMASTER_ENV_FETCH_PORT=15256
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.19:15256
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | IPFS_1_PORT_5001_TCP_ADDR=172.17.0.17
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT=15254
helloworldwrite_1 | COMPILERS_PORT=tcp://172.17.0.21:9098
helloworldwrite_1 | PWD=/home/eris/.eris/dapps/helloworld
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP_PORT=15255
helloworldwrite_1 | IPFS_1_PORT_4001_TCP_PORT=4001
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP_PORT=15256
helloworldwrite_1 | IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldwrite_1 | IPFS_1_PORT_5001_TCP_PORT=5001
helloworldwrite_1 | IPFS_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_ADDR=172.17.0.17
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_user=eris
helloworldwrite_1 | COMPILERS_PORT_9098_TCP_ADDR=172.17.0.21
helloworldwrite_1 | COMPILERS_NAME=/helloworlddapp_helloworldwrite_1/compilers
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.21:9098
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_repository=lllc-server
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT=tcp://172.17.0.19:15254
helloworldwrite_1 | IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldwrite_1 | CONTAINERS=true
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_ADDR=172.17.0.17
helloworldwrite_1 | COMPILERS_PORT_9099_TCP_ADDR=172.17.0.21
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.21:9099
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.19:15254
helloworldwrite_1 | GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | Am fetching the genesis block and catching up the chain.
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/11 08:48:53 [EPM-CLI] Fetched genesis block for chain a4499f207770d8510564a257fd60a5e1c5e47756
helloworldwrite_1 | 2015/06/11 08:48:53 [EPM-CLI] Checked out chain: thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldwrite_1 | 2015/06/11 08:48:53 [EPM-CLI] Created ref helloworld to point to chain a4499f207770d8510564a257fd60a5e1c5e47756
helloworldwrite_1 | 2015/06/11 08:48:54 [EPM-CLI] Running chain thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldwrite_1 | 2015/06/11 08:48:54 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldwrite_1 | 2015/06/11 08:48:54 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldwrite_1 | 2015/06/11 08:48:54 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldwrite_1 | 2015/06/11 08:48:54 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldwrite_1 | 2015/06/11 08:48:54 [MONK] Identity created
helloworldwrite_1 | 2015/06/11 08:48:54 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/11 08:48:54 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/11 08:48:54 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldwrite_1 | 2015/06/11 08:48:54 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/11 08:48:54 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/11 08:48:54 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/11 08:48:54 [REACTOR] started
helloworldwrite_1 | 2015/06/11 08:48:54 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/11 08:48:54 [SERV] Server started
helloworldwrite_1 | 2015/06/11 08:48:54 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/11 08:48:54 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/11 08:48:54 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldwrite_1 | 2015/06/11 08:48:54 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM-CLI] Loading chain
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldwrite_1 | 2015/06/11 08:48:57 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldwrite_1 | 2015/06/11 08:48:57 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldwrite_1 | 2015/06/11 08:48:57 [DOUG] Setting Doug Deployer: NoGenDoug=true, ModelName=, Path=
helloworldwrite_1 | 2015/06/11 08:48:57 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldwrite_1 | 2015/06/11 08:48:57 [MONK] Identity created
helloworldwrite_1 | 2015/06/11 08:48:57 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/11 08:48:57 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/11 08:48:57 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldwrite_1 | 2015/06/11 08:48:57 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/11 08:48:57 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/11 08:48:57 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] started
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/11 08:48:57 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/11 08:48:57 [SERV] Server started
helloworldwrite_1 | 2015/06/11 08:48:57 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/11 08:48:57 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] added new subscription to messages
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldwrite_1 | 2015/06/11 08:48:57 [REACTOR] removed subscription to chainReady
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM-CLI] Contract root:/home/eris/.eris/dapps/helloworld/contracts
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM-CLI] Pkg path:.
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM-CLI] There was no test found for package-definition %s. Deploying without test ...
helloworldwrite_1 | helloworld
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] Parsing helloworld.pdx
helloworldwrite_1 | 2015/06/11 08:48:57 compiling remotely... http://compilers:9099/compile
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] Executing job: deploy
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] ResolvedArgs:[./test.lll ROOT]
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] Deploying contract:./test.lll
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] Contract path:/home/eris/.eris/dapps/helloworld/contracts/test.lll
helloworldwrite_1 | Storing: ROOT 05c0a1103ad36d62014ee63b09e4c693f0a1c275
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] Abi spec:
helloworldwrite_1 | 2015/06/11 08:48:57 [STATE] (+) de3fdea46d3b67145eb93a22570a80204edbf0a7
helloworldwrite_1 | 2015/06/11 08:48:57 [PIPE] Contract addr 05c0a1103ad36d62014ee63b09e4c693f0a1c275
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] Deployed 05c0a1103ad36d62014ee63b09e4c693f0a1c275 as ROOT
helloworldwrite_1 | 2015/06/11 08:48:57 [EPM] Stored var ROOT:0x05c0a1103ad36d62014ee63b09e4c693f0a1c275
helloworldwrite_1 | 2015/06/11 08:48:57 [STATE] (+) de3fdea46d3b67145eb93a22570a80204edbf0a7
helloworldwrite_1 | 2015/06/11 08:48:57 [TXP] (t) de3fdea4 => 00000000 (0) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/11 08:48:57 [MONK] Start mining
helloworldwrite_1 | 2015/06/11 08:48:57 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldwrite_1 | 2015/06/11 08:48:57 [PEER] [connected] (outbound) 172.17.0.19:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/11 08:48:57 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldwrite_1 | 2015/06/11 08:48:57 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:48:57 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:00 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:49:00 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/11 08:49:00 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/11 08:49:00 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:49:00 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/11 08:49:00 [MINER] Started
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] (+) de3fdea46d3b67145eb93a22570a80204edbf0a7
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #0 0 (- 0)
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 0 (- 0)
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] (+) 05c0a1103ad36d62014ee63b09e4c693f0a1c275
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] 05c0a1103ad36d62014ee63b09e4c693f0a1c275: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (init) 05c0a1103ad36d62014ee63b09e4c693f0a1c275 gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldwrite_1 | 2015/06/11 08:49:00 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:00 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/11 08:49:00 [MINER] Mining on block 1. Includes 1 transactions
helloworldwrite_1 | 2015/06/11 08:49:01 [POW] Hashing @7khash
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] (+) de3fdea46d3b67145eb93a22570a80204edbf0a7
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #0 0 (- 0)
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 0 (- 0)
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] (+) 05c0a1103ad36d62014ee63b09e4c693f0a1c275
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] 05c0a1103ad36d62014ee63b09e4c693f0a1c275: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (init) 05c0a1103ad36d62014ee63b09e4c693f0a1c275 gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldwrite_1 | 2015/06/11 08:49:02 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] Processed block #1 (888f6933...)
helloworldwrite_1 | 2015/06/11 08:49:02 [CHAIN] Block #1 passed (888f6933...)
helloworldwrite_1 | 2015/06/11 08:49:02 [CHAIN] Imported 1 blocks. #1 (888f6933) / 1 (888f6933)
helloworldwrite_1 | 2015/06/11 08:49:02 [MINER] posting new block!
helloworldwrite_1 | 2015/06/11 08:49:02 [MINER] 🔨 Mined block 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346
helloworldwrite_1 | 2015/06/11 08:49:02 [MINER]
helloworldwrite_1 | BLOCK(888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346): Size: 480.00 B
helloworldwrite_1 | PrevHash: bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldwrite_1 | Coinbase: de3fdea46d3b67145eb93a22570a80204edbf0a7
helloworldwrite_1 | Root: 8514c1fa61fcd79760540e4176549a2de6f6a4da4f4957ff4eae91747c610528
helloworldwrite_1 | TxSha: 8c589fba6843e16742696ecb0713d20af10fe5a9cc987d22a9d77ebce032be46
helloworldwrite_1 | Difficulty: 32768
helloworldwrite_1 | Number: 1
helloworldwrite_1 | MinGas: 10000000000000
helloworldwrite_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldwrite_1 | GasUsed: 0
helloworldwrite_1 | Time: 1434012540
helloworldwrite_1 | Extra:
helloworldwrite_1 | Nonce: 25b970e9e3a1c813fc79f099a79a4bb161df44633e6cd4a83e72d711d4bd0fe0
helloworldwrite_1 | NumTx: 1
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 3000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/11 08:49:02 [MINER] Mining on block 2. Includes 0 transactions
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] subscribing channel 0 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] subscribing channel 2 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] subscribing channel 3 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/11 08:49:02 [MINER] Stopping...
helloworldwrite_1 | 2015/06/11 08:49:02 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/11 08:49:02 [STATE] de3fdea46d3b67145eb93a22570a80204edbf0a7: #1 3000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/11 08:49:02 [MINER] Mining on block 2. Includes 0 transactions
helloworldwrite_1 | 2015/06/11 08:49:02 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/11 08:49:02 [MINER] Stopped
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/11 08:49:02 [MONK] Stopped mining
helloworldwrite_1 | 2015/06/11 08:49:02 [EPM-CLI] Running chain thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldwrite_1 | 2015/06/11 08:49:02 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldwrite_1 | 2015/06/11 08:49:02 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldwrite_1 | 2015/06/11 08:49:02 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldwrite_1 | 2015/06/11 08:49:02 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldwrite_1 | 2015/06/11 08:49:02 [MONK] Identity created
helloworldwrite_1 | 2015/06/11 08:49:02 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/11 08:49:02 [CHAIN] Last block (#1) 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346
helloworldwrite_1 | 2015/06/11 08:49:02 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldwrite_1 | 2015/06/11 08:49:02 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/11 08:49:02 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/11 08:49:02 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/11 08:49:02 [REACTOR] started
helloworldwrite_1 | 2015/06/11 08:49:02 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/11 08:49:02 [SERV] Server started
helloworldwrite_1 | 2015/06/11 08:49:02 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/11 08:49:02 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/11 08:49:02 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | Configuring package.json with BLOCKCHAIN_ID (a4499f207770d8510564a257fd60a5e1c5e47756) and
helloworldwrite_1 | ROOT_CONTRACT (0x05c0a1103ad36d62014ee63b09e4c693f0a1c275) and
helloworldwrite_1 | PEER_SERVER (helloworldmaster:15254)
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | My package.json now looks like this.
helloworldwrite_1 | {
helloworldwrite_1 | "name": "Hello World",
helloworldwrite_1 | "id": "helloworld",
helloworldwrite_1 | "app_icon": "img/decerver.png",
helloworldwrite_1 | "version": "0.0.1",
helloworldwrite_1 | "homepage": "https://erisindustries.com",
helloworldwrite_1 | "author": {
helloworldwrite_1 | "name": "Eris Industries, Ltd.",
helloworldwrite_1 | "url": "https://erisindustries.com"
helloworldwrite_1 | },
helloworldwrite_1 | "repository": {
helloworldwrite_1 | "type": "git",
helloworldwrite_1 | "url": "git://github.com/eris-ltd/hello-world-dapp.git"
helloworldwrite_1 | },
helloworldwrite_1 | "bugs": {
helloworldwrite_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/issues"
helloworldwrite_1 | },
helloworldwrite_1 | "licenses": [
helloworldwrite_1 | {
helloworldwrite_1 | "type": "MIT",
helloworldwrite_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/blob/master/LICENSE.txt"
helloworldwrite_1 | }
helloworldwrite_1 | ],
helloworldwrite_1 | "module_dependencies": [
helloworldwrite_1 | {
helloworldwrite_1 | "name": "monk",
helloworldwrite_1 | "version": "0.0.1",
helloworldwrite_1 | "data": {
helloworldwrite_1 | "peer_server_address": "helloworldmaster:15254",
helloworldwrite_1 | "blockchain_id": "a4499f207770d8510564a257fd60a5e1c5e47756",
helloworldwrite_1 | "root_contract": "0x05c0a1103ad36d62014ee63b09e4c693f0a1c275"
helloworldwrite_1 | }
helloworldwrite_1 | },
helloworldwrite_1 | {
helloworldwrite_1 | "name": "ipfs",
helloworldwrite_1 | "version": "0.0.1"
helloworldwrite_1 | }
helloworldwrite_1 | ]
helloworldwrite_1 | }
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | My chain config now looks like this.
helloworldwrite_1 | {
helloworldwrite_1 | "local_host": "0.0.0.0",
helloworldwrite_1 | "local_port": 15254,
helloworldwrite_1 | "listen": true,
helloworldwrite_1 | "remote_host": "helloworldmaster",
helloworldwrite_1 | "remote_port": 15254,
helloworldwrite_1 | "use_seed": true,
helloworldwrite_1 | "rpc_host": "",
helloworldwrite_1 | "rpc_port": 30304,
helloworldwrite_1 | "serve_rpc": false,
helloworldwrite_1 | "fetch_port": 50505,
helloworldwrite_1 | "chain_id": "",
helloworldwrite_1 | "chain_name": "",
helloworldwrite_1 | "mining": false,
helloworldwrite_1 | "max_peers": 10,
helloworldwrite_1 | "client": "eris:db(thelonious)",
helloworldwrite_1 | "version": "0.9.0",
helloworldwrite_1 | "id": "",
helloworldwrite_1 | "key_session": "FjRCBrfuGg",
helloworldwrite_1 | "key_store": "file",
helloworldwrite_1 | "key_cursor": 0,
helloworldwrite_1 | "key_file": "",
helloworldwrite_1 | "adversary": 0,
helloworldwrite_1 | "use_checkpoint": false,
helloworldwrite_1 | "latest_checkpoint": "",
helloworldwrite_1 | "config_file": "config",
helloworldwrite_1 | "root_dir": "/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0",
helloworldwrite_1 | "db_name": "database",
helloworldwrite_1 | "db_mem": false,
helloworldwrite_1 | "contract_path": "/go/src/github.com/eris-ltd/eris-std-lib",
helloworldwrite_1 | "genesis_config": "/go/src/github.com/eris-ltd/thelonious/monk/defaults/genesis.json",
helloworldwrite_1 | "log_file": "",
helloworldwrite_1 | "debug_file": "",
helloworldwrite_1 | "log_level": 2
helloworldwrite_1 | }
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | Starting up! (Wheeeeeee says the marmot)
helloworldwrite_1 | [Decerver Core] 2015/06/11 08:49:08 Starting decerver bootstrapping sequence.
helloworldwrite_1 | Data directory '/home/eris/.eris/system' doesn't exist, creating it
helloworldwrite_1 | Data directory '/home/eris/.eris/tempfiles' doesn't exist, creating it
helloworldwrite_1 | Data directory '/home/eris/.eris/tempfiles/modules' doesn't exist, creating it
helloworldwrite_1 | Data directory '/home/eris/.eris/tempfiles/dapps' doesn't exist, creating it
helloworldwrite_1 | Data directory '/home/eris/.eris/modules/ipfs' doesn't exist, creating it
helloworldwrite_1 | [Decerver Core] 2015/06/11 08:49:08 Registering module 'ipfs'.
helloworldwrite_1 | Data directory '/home/eris/.eris/modules/lmd' doesn't exist, creating it
helloworldwrite_1 | [Decerver Core] 2015/06/11 08:49:08 Registering module 'lmd'.
helloworldwrite_1 | Data directory '/home/eris/.eris/modules/monk' doesn't exist, creating it
helloworldwrite_1 | [Decerver Core] 2015/06/11 08:49:08 Registering module 'monk'.
helloworldwrite_1 | [Dapp Manager] 2015/06/11 08:49:08 Registering dapps
helloworldwrite_1 | [Dapp Manager] 2015/06/11 08:49:08 ## Registering dapp: Hello World ##
helloworldwrite_1 | [Dapp Manager] 2015/06/11 08:49:08 Loaded javascript file 'DappHttpAPI.js'
helloworldwrite_1 | [Dapp Manager] 2015/06/11 08:49:08 Loaded javascript file 'HelloWorld.js'
helloworldwrite_1 | Registering path: helloworld/(.*)
helloworldwrite_1 | [Dapp Manager] 2015/06/11 08:49:08 Done registering dapps.
helloworldwrite_1 | [Decerver Core] 2015/06/11 08:49:08 Server started.
helloworldwrite_1 | [Decerver Core] 2015/06/11 08:49:08 Running...
helloworldwrite_1 | [martini] listening on 0.0.0.0:3000 (development)
helloworldwrite_1 | Loading module: monk
helloworldwrite_1 | Loading module: ipfs
helloworldwrite_1 | Loading module: lmd
helloworldwrite_1 | % Total % Received % Xferd Average Speed Time Time Time Current
helloworldwrite_1 | Dload Upload Total Spent Left Speed
helloworldwrite_1 | [martini] Started GET /admin/switch/helloworld for [::1]:45147
helloworldwrite_1 | Url: /admin/switch/helloworld
helloworldwrite_1 | [Webserver] 2015/06/11 08:49:13 Switching to dapp: helloworld
helloworldwrite_1 | [Dapp Manager] 2015/06/11 08:49:13 Loading dapp: helloworld
helloworldwrite_1 | [ScriptEngine] 2015/06/11 08:49:13 Core script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/11 08:49:13 Networking script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/11 08:49:13 Event processing script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/11 08:49:13 Js utilities script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/11 08:49:13 Creating new runtime: helloworld
helloworldwrite_1 | [ScriptEngine] 2015/06/11 08:49:13 Runtimes: map[helloworld:0xc208093840]
helloworldwrite_1 | 2015/06/11 08:49:13 [MONK] Identity created
helloworldwrite_1 | 2015/06/11 08:49:13 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/11 08:49:13 [CHAIN] Last block (#1) 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346
helloworldwrite_1 | 2015/06/11 08:49:13 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldwrite_1 | 2015/06/11 08:49:13 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/11 08:49:13 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/11 08:49:13 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/11 08:49:13 [REACTOR] started
helloworldwrite_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Server started
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to messages
helloworldwrite_1 | 2015/06/11 08:49:13 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldwrite_1 | [Dapp Manager] 2015/06/11 08:49:13 Root contract: 0x05c0a1103ad36d62014ee63b09e4c693f0a1c275
helloworldwrite_1 | [Runtime] 2015/06/11 08:49:13 Creating helloworld.
helloworldwrite_1 | [Runtime] 2015/06/11 08:49:13 Starting helloworld.
helloworldwrite_1 | [martini] Completed 200 OK in 92.94256ms
100 7 100 7 0 0 64 0 --:--:-- --:--:-- --:--:-- 64
helloworldwrite_1 | success2015/06/11 08:49:13 [REACTOR] removed subscription to chainReady
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldwrite_1 | 2015/06/11 08:49:13 [PEER] [connected] (outbound) 172.17.0.19:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Peer is [eth] capable. (TD = 32768 ~ 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346) 33 / 0
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Added peer (172.17.0.25:34008) 2 / 10 ([eth])
helloworldwrite_1 | 2015/06/11 08:49:13 [PEER] [connected] (inbound) 172.17.0.25:34008 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:13 [PEER] Pubkey found more then once. Already connected to client.
helloworldwrite_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Peer is [eth] capable. (TD = 32768 ~ 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346) 33 / 0
helloworldwrite_1 | 2015/06/11 08:49:13 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:20 [BPOOL] Got unrequested block (f04b3b08...)
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] (+) ca860c30ee282cda48758cdb5cc2a634f6288f48
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #0 0 (- 0)
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 0 (- 0)
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] (+) 356a857312db0666ea6981b1b15a914ced6fba11
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] 356a857312db0666ea6981b1b15a914ced6fba11: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (init) 356a857312db0666ea6981b1b15a914ced6fba11 gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldwrite_1 | 2015/06/11 08:49:20 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/11 08:49:20 [STATE] Processed block #2 (f04b3b08...)
helloworldwrite_1 | 2015/06/11 08:49:20 [CHAIN] Block #2 passed (f04b3b08...)
helloworldwrite_1 | 2015/06/11 08:49:20 [CHAIN] Imported 1 blocks. #2 (f04b3b08) / 2 (f04b3b08)
helloworldwrite_1 | 2015/06/11 08:49:23 [PEER] Can't send message:write tcp 172.17.0.25:34008: broken pipe
helloworldwrite_1 | 2015/06/11 08:49:23 [PEER] Can't send message:write tcp 172.17.0.25:34008: broken pipe
helloworldwrite_1 | 2015/06/11 08:49:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:28 [SERV] Added peer (172.17.0.25:34026) 2 / 10 ([eth])
helloworldwrite_1 | 2015/06/11 08:49:28 [PEER] [connected] (inbound) 172.17.0.25:34026 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/11 08:49:28 [SERV] Peer is [eth] capable. (TD = 65536 ~ f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c) 33 / 0
helloworldwrite_1 | 2015/06/11 08:49:28 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:49:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:33 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:49:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:38 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:49:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:43 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:49:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:53 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:49:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:03 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:50:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:13 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:50:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:23 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:50:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:33 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:50:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:43 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:50:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:53 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:50:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:58 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:50:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:50:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:03 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:51:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:51:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:13 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:51:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:18 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:51:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:23 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:51:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:28 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:51:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:33 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:51:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:38 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:51:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:43 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:51:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:48 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:51:48 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:48 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:53 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:51:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:51:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:51:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:03 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:52:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:13 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:52:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:23 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:52:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:33 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:52:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:43 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:52:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:53 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:52:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:03 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:53:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:13 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:53:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:53:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:23 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:53:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:33 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:53:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:43 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:53:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:48 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:53 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:53:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:53:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:53:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:03 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:54:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:13 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:54:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:54:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:23 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:54:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:33 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:54:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:54:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:43 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:54:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:53 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:54:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:03 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:55:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:03 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:13 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:55:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:23 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:55:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:23 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:55:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:33 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:55:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:33 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:43 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:55:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:43 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldwrite_1 | 2015/06/11 08:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:53 [SERV] Peer 172.17.0.25:30303 already added.
helloworldwrite_1 | 2015/06/11 08:55:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/11 08:55:53 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | My environment good sir:
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldwrite_1/helloworlddapp_helloworldmaster_1
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PORT=4001
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldwrite_1 | COMPILERS_PORT_9098_TCP_PORT=9098
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PORT=5001
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_END=tcp://172.17.0.2:15256
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldwrite_1 | COMPILERS_PORT_9098_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_PORT_9099_TCP_PORT=9099
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_PORT_9099_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP=tcp://172.17.0.2:15254
helloworldwrite_1 | IPFS_1_PORT_8080_TCP_ADDR=172.17.0.1
helloworldwrite_1 | HOSTNAME=eba601b35124
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP=tcp://172.17.0.2:15255
helloworldwrite_1 | IPFS_PORT_4001_TCP_ADDR=172.17.0.1
helloworldwrite_1 | IPFS_1_PORT_4001_TCP=tcp://172.17.0.1:4001
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP=tcp://172.17.0.2:15256
helloworldwrite_1 | IPFS_PORT_5001_TCP_ADDR=172.17.0.1
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT=tcp://172.17.0.3:9098
helloworldwrite_1 | IPFS_1_PORT_5001_TCP=tcp://172.17.0.1:5001
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldwrite_1 | IPFS_1_PORT_8080_TCP_PORT=8080
helloworldwrite_1 | IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HOME=/home/eris
helloworldwrite_1 | OLDPWD=/go/src/github.com/eris-ltd
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldwrite_1 | IPFS_PORT_4001_TCP_PORT=4001
helloworldwrite_1 | COMPILERS_1_ENV_GOPATH=/go
helloworldwrite_1 | IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_ADDR=172.17.0.1
helloworldwrite_1 | IPFS_PORT_4001_TCP_PROTO=tcp
helloworldwrite_1 | IPFS_PORT_5001_TCP_PORT=5001
helloworldwrite_1 | IPFS_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.3
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_NAME=/helloworlddapp_helloworldwrite_1/helloworlddapp_compilers_1
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP=tcp://172.17.0.1:4001
helloworldwrite_1 | HELLOWORLDMASTER_ENV_user=eris
helloworldwrite_1 | IPFS_PORT_5001_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_PORT_9098_TCP=tcp://172.17.0.3:9098
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.3
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.2:15256
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP=tcp://172.17.0.1:5001
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldwrite_1 | COMPILERS_PORT_9099_TCP=tcp://172.17.0.3:9099
helloworldwrite_1 | IPFS_1_PORT=tcp://172.17.0.1:4001
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PORT=8080
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.2:15254
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_ENV_SERVE_GBLOCK=true
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.2:15255
helloworldwrite_1 | HELLOWORLDMASTER_ENV_GOPATH=/go
helloworldwrite_1 | COMPILERS_1_ENV_repository=lllc-server
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldwrite_1 | IPFS_1_NAME=/helloworlddapp_helloworldwrite_1/ipfs_1
helloworldwrite_1 | IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.2:15256
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT=tcp://172.17.0.1:4001
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT=tcp://172.17.0.2:15254
helloworldwrite_1 | IPFS_PORT_8080_TCP_ADDR=172.17.0.1
helloworldwrite_1 | COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 | IPFS_1_PORT_8080_TCP=tcp://172.17.0.1:8080
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.2:15254
helloworldwrite_1 | IPFS_PORT_4001_TCP=tcp://172.17.0.1:4001
helloworldwrite_1 | IPFS_PORT_5001_TCP=tcp://172.17.0.1:5001
helloworldwrite_1 | COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_user=eris
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_NAME=/helloworlddapp_helloworldwrite_1/helloworlddapp_ipfs_1
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldwrite_1/helloworldmaster_1
helloworldwrite_1 | IPFS_PORT_8080_TCP_PORT=8080
helloworldwrite_1 | IPFS_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | user=eris
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_START=15254
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.2
helloworldwrite_1 | IPFS_PORT_8080_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP=tcp://172.17.0.1:8080
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.3:9098
helloworldwrite_1 | PATH=/go/bin:/usr/src/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldwrite_1 | COMPILERS_1_PORT=tcp://172.17.0.3:9098
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.3:9099
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDMASTER_ENV_MASTER=true
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldwrite_1 | IPFS_PORT=tcp://172.17.0.1:4001
helloworldwrite_1 | HELLOWORLDMASTER_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.3
helloworldwrite_1 | COMPILERS_1_NAME=/helloworlddapp_helloworldwrite_1/compilers_1
helloworldwrite_1 | IPFS_NAME=/helloworlddapp_helloworldwrite_1/ipfs
helloworldwrite_1 | IPFS_ENV_IPFS_PATH=/data/ipfs
helloworldwrite_1 | COMPILERS_ENV_repository=lllc-server
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.3
helloworldwrite_1 | DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 | HELLOWORLDMASTER_PORT=tcp://172.17.0.2:15254
helloworldwrite_1 | IPFS_PORT_8080_TCP=tcp://172.17.0.1:8080
helloworldwrite_1 | COMPILERS_ENV_DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldwrite_1 | GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_START=tcp://172.17.0.2:15254
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.2:15256
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldwrite_1 | COMPILERS_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDMASTER_NAME=/helloworlddapp_helloworldwrite_1/helloworldmaster
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.2:15254
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_END=15256
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.2:15255
helloworldwrite_1 | IPFS_1_PORT_4001_TCP_ADDR=172.17.0.1
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP_ADDR=172.17.0.2
helloworldwrite_1 | HELLOWORLDMASTER_ENV_FETCH_PORT=15256
helloworldwrite_1 | HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.2:15256
helloworldwrite_1 | IPFS_1_PORT_5001_TCP_ADDR=172.17.0.1
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT=15254
helloworldwrite_1 | COMPILERS_PORT=tcp://172.17.0.3:9098
helloworldwrite_1 | PWD=/home/eris/.eris/dapps/helloworld
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15254_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP_PORT=15255
helloworldwrite_1 | IPFS_1_PORT_4001_TCP_PORT=4001
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15255_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP_PORT=15256
helloworldwrite_1 | IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldwrite_1 | IPFS_1_PORT_5001_TCP_PORT=5001
helloworldwrite_1 | IPFS_1_ENV_GOPATH=/go
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT=tcp://172.17.0.2:15254
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_ADDR=172.17.0.1
helloworldwrite_1 | HELLOWORLDMASTER_PORT_15256_TCP_PROTO=tcp
helloworldwrite_1 | HELLOWORLDMASTER_1_ENV_user=eris
helloworldwrite_1 | COMPILERS_PORT_9098_TCP_ADDR=172.17.0.3
helloworldwrite_1 | COMPILERS_NAME=/helloworlddapp_helloworldwrite_1/compilers
helloworldwrite_1 | COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.3:9098
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_repository=lllc-server
helloworldwrite_1 | IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldwrite_1 | CONTAINERS=true
helloworldwrite_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.2:15254
helloworldwrite_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_ADDR=172.17.0.1
helloworldwrite_1 | COMPILERS_PORT_9099_TCP_ADDR=172.17.0.3
helloworldwrite_1 | COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.3:9099
helloworldwrite_1 | GOLANG_VERSION=1.4.2
helloworldwrite_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | Am fetching the genesis block and catching up the chain.
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/12 15:07:32 [EPM-CLI] Fetched genesis block for chain 34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldwrite_1 | 2015/06/12 15:07:32 [EPM-CLI] Checked out chain: thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldwrite_1 | 2015/06/12 15:07:32 [EPM-CLI] Ref helloworld already exists
helloworldwrite_1 | 2015/06/12 15:07:33 [EPM-CLI] Running chain thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldwrite_1 | 2015/06/12 15:07:33 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldwrite_1 | 2015/06/12 15:07:33 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldwrite_1 | 2015/06/12 15:07:33 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldwrite_1 | 2015/06/12 15:07:33 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldwrite_1 | 2015/06/12 15:07:33 [MONK] Identity created
helloworldwrite_1 | 2015/06/12 15:07:33 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/12 15:07:33 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/12 15:07:33 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldwrite_1 | 2015/06/12 15:07:33 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/12 15:07:33 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/12 15:07:33 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/12 15:07:33 [REACTOR] started
helloworldwrite_1 | 2015/06/12 15:07:33 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/12 15:07:33 [SERV] Server started
helloworldwrite_1 | 2015/06/12 15:07:33 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/12 15:07:33 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/12 15:07:33 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldwrite_1 | 2015/06/12 15:07:33 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM-CLI] Loading chain
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldwrite_1 | 2015/06/12 15:07:36 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldwrite_1 | 2015/06/12 15:07:36 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldwrite_1 | 2015/06/12 15:07:36 [DOUG] Setting Doug Deployer: NoGenDoug=true, ModelName=, Path=
helloworldwrite_1 | 2015/06/12 15:07:36 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldwrite_1 | 2015/06/12 15:07:36 [MONK] Identity created
helloworldwrite_1 | 2015/06/12 15:07:36 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/12 15:07:36 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/12 15:07:36 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldwrite_1 | 2015/06/12 15:07:36 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/12 15:07:36 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/12 15:07:36 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] started
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 15:07:36 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/12 15:07:36 [SERV] Server started
helloworldwrite_1 | 2015/06/12 15:07:36 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/12 15:07:36 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] added new subscription to messages
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldwrite_1 | 2015/06/12 15:07:36 [REACTOR] removed subscription to chainReady
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM-CLI] Contract root:/home/eris/.eris/dapps/helloworld/contracts
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM-CLI] Pkg path:.
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM-CLI] There was no test found for package-definition %s. Deploying without test ...
helloworldwrite_1 | helloworld
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] Parsing helloworld.pdx
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] Executing job: deploy
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] ResolvedArgs:[./test.lll ROOT]
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] Deploying contract:./test.lll
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] Contract path:/home/eris/.eris/dapps/helloworld/contracts/test.lll
helloworldwrite_1 | Storing: ROOT 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] Abi spec:
helloworldwrite_1 | 2015/06/12 15:07:36 [STATE] (+) 4737d008fbdfa22986ff56f3c99ed1b9f45d7521
helloworldwrite_1 | 2015/06/12 15:07:36 [PIPE] Contract addr 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] Deployed 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac as ROOT
helloworldwrite_1 | 2015/06/12 15:07:36 [EPM] Stored var ROOT:0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | 2015/06/12 15:07:36 [STATE] (+) 4737d008fbdfa22986ff56f3c99ed1b9f45d7521
helloworldwrite_1 | 2015/06/12 15:07:36 [TXP] (t) 4737d008 => 00000000 (0) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/12 15:07:36 [MONK] Start mining
helloworldwrite_1 | 2015/06/12 15:07:36 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldwrite_1 | 2015/06/12 15:07:36 [PEER] [connected] (outbound) 172.17.0.2:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/12 15:07:36 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldwrite_1 | 2015/06/12 15:07:37 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:07:37 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:07:39 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:39 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 15:07:39 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 15:07:39 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:39 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 15:07:39 [MINER] Started
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] (+) 4737d008fbdfa22986ff56f3c99ed1b9f45d7521
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #0 0 (- 0)
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 0 (- 0)
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] (+) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (init) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldwrite_1 | 2015/06/12 15:07:39 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:07:39 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 15:07:39 [MINER] Mining on block 1. Includes 1 transactions
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] (+) 4737d008fbdfa22986ff56f3c99ed1b9f45d7521
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #0 0 (- 0)
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 0 (- 0)
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] (+) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (init) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldwrite_1 | 2015/06/12 15:07:40 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] Processed block #1 (8461252d...)
helloworldwrite_1 | 2015/06/12 15:07:40 [CHAIN] Block #1 passed (8461252d...)
helloworldwrite_1 | 2015/06/12 15:07:40 [CHAIN] Imported 1 blocks. #1 (8461252d) / 1 (8461252d)
helloworldwrite_1 | 2015/06/12 15:07:40 [MINER] posting new block!
helloworldwrite_1 | 2015/06/12 15:07:40 [MINER] 🔨 Mined block 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f
helloworldwrite_1 | 2015/06/12 15:07:40 [MINER]
helloworldwrite_1 | BLOCK(8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f): Size: 480.00 B
helloworldwrite_1 | PrevHash: bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldwrite_1 | Coinbase: 4737d008fbdfa22986ff56f3c99ed1b9f45d7521
helloworldwrite_1 | Root: ddca11240f46b97e6e26195c0937aa90a456e43493c8cafb8295c9169feed5f6
helloworldwrite_1 | TxSha: feeef4b64ecc82441d1f4b456db5885f64fa8ea0f7e733ee3cc25a2d7cb0f1b0
helloworldwrite_1 | Difficulty: 32768
helloworldwrite_1 | Number: 1
helloworldwrite_1 | MinGas: 10000000000000
helloworldwrite_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldwrite_1 | GasUsed: 0
helloworldwrite_1 | Time: 1434121659
helloworldwrite_1 | Extra:
helloworldwrite_1 | Nonce: cf689e0a5b7f4b7ca3a0d65630eee47a05458d649c93f8e5a4d061d4d7234d99
helloworldwrite_1 | NumTx: 1
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 3000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 15:07:40 [MINER] Mining on block 2. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 15:07:40 [REACTOR] subscribing channel 0 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/12 15:07:40 [REACTOR] subscribing channel 2 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/12 15:07:40 [REACTOR] subscribing channel 3 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/12 15:07:40 [MINER] Stopping...
helloworldwrite_1 | 2015/06/12 15:07:40 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 15:07:40 [STATE] 4737d008fbdfa22986ff56f3c99ed1b9f45d7521: #1 3000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 15:07:40 [MINER] Mining on block 2. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 15:07:40 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 15:07:40 [MINER] Stopped
helloworldwrite_1 | 2015/06/12 15:07:40 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:40 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 15:07:40 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:40 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 15:07:40 [MONK] Stopped mining
helloworldwrite_1 | 2015/06/12 15:07:41 [EPM-CLI] Running chain thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldwrite_1 | 2015/06/12 15:07:41 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldwrite_1 | 2015/06/12 15:07:41 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldwrite_1 | 2015/06/12 15:07:41 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldwrite_1 | 2015/06/12 15:07:41 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldwrite_1 | 2015/06/12 15:07:41 [MONK] Identity created
helloworldwrite_1 | 2015/06/12 15:07:41 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/12 15:07:41 [CHAIN] Last block (#1) 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f
helloworldwrite_1 | 2015/06/12 15:07:41 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldwrite_1 | 2015/06/12 15:07:41 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/12 15:07:41 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/12 15:07:41 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/12 15:07:41 [REACTOR] started
helloworldwrite_1 | 2015/06/12 15:07:41 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/12 15:07:41 [SERV] Server started
helloworldwrite_1 | 2015/06/12 15:07:41 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/12 15:07:41 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/12 15:07:41 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | Configuring package.json with BLOCKCHAIN_ID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a) and
helloworldwrite_1 | ROOT_CONTRACT (0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac) and
helloworldwrite_1 | PEER_SERVER (helloworldmaster:15254)
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | My package.json now looks like this.
helloworldwrite_1 | {
helloworldwrite_1 | "name": "Hello World",
helloworldwrite_1 | "id": "helloworld",
helloworldwrite_1 | "app_icon": "img/decerver.png",
helloworldwrite_1 | "version": "0.0.1",
helloworldwrite_1 | "homepage": "https://erisindustries.com",
helloworldwrite_1 | "author": {
helloworldwrite_1 | "name": "Eris Industries, Ltd.",
helloworldwrite_1 | "url": "https://erisindustries.com"
helloworldwrite_1 | },
helloworldwrite_1 | "repository": {
helloworldwrite_1 | "type": "git",
helloworldwrite_1 | "url": "git://github.com/eris-ltd/hello-world-dapp.git"
helloworldwrite_1 | },
helloworldwrite_1 | "bugs": {
helloworldwrite_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/issues"
helloworldwrite_1 | },
helloworldwrite_1 | "licenses": [
helloworldwrite_1 | {
helloworldwrite_1 | "type": "MIT",
helloworldwrite_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/blob/master/LICENSE.txt"
helloworldwrite_1 | }
helloworldwrite_1 | ],
helloworldwrite_1 | "module_dependencies": [
helloworldwrite_1 | {
helloworldwrite_1 | "name": "monk",
helloworldwrite_1 | "version": "0.0.1",
helloworldwrite_1 | "data": {
helloworldwrite_1 | "peer_server_address": "helloworldmaster:15254",
helloworldwrite_1 | "blockchain_id": "34d0aa6e650206bb6811fd06da1ad7ea3296eb4a",
helloworldwrite_1 | "root_contract": "0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac"
helloworldwrite_1 | }
helloworldwrite_1 | },
helloworldwrite_1 | {
helloworldwrite_1 | "name": "ipfs",
helloworldwrite_1 | "version": "0.0.1"
helloworldwrite_1 | }
helloworldwrite_1 | ]
helloworldwrite_1 | }
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | My chain config now looks like this.
helloworldwrite_1 | {
helloworldwrite_1 | "local_host": "0.0.0.0",
helloworldwrite_1 | "local_port": 15254,
helloworldwrite_1 | "listen": true,
helloworldwrite_1 | "remote_host": "helloworldmaster",
helloworldwrite_1 | "remote_port": 15254,
helloworldwrite_1 | "use_seed": true,
helloworldwrite_1 | "rpc_host": "",
helloworldwrite_1 | "rpc_port": 30304,
helloworldwrite_1 | "serve_rpc": false,
helloworldwrite_1 | "fetch_port": 50505,
helloworldwrite_1 | "chain_id": "",
helloworldwrite_1 | "chain_name": "",
helloworldwrite_1 | "mining": false,
helloworldwrite_1 | "max_peers": 10,
helloworldwrite_1 | "client": "eris:db(thelonious)",
helloworldwrite_1 | "version": "0.9.0",
helloworldwrite_1 | "id": "",
helloworldwrite_1 | "key_session": "TcdL15pHWK",
helloworldwrite_1 | "key_store": "file",
helloworldwrite_1 | "key_cursor": 0,
helloworldwrite_1 | "key_file": "",
helloworldwrite_1 | "adversary": 0,
helloworldwrite_1 | "use_checkpoint": false,
helloworldwrite_1 | "latest_checkpoint": "",
helloworldwrite_1 | "config_file": "config",
helloworldwrite_1 | "root_dir": "/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0",
helloworldwrite_1 | "db_name": "database",
helloworldwrite_1 | "db_mem": false,
helloworldwrite_1 | "contract_path": "/go/src/github.com/eris-ltd/eris-std-lib",
helloworldwrite_1 | "genesis_config": "/go/src/github.com/eris-ltd/thelonious/monk/defaults/genesis.json",
helloworldwrite_1 | "log_file": "",
helloworldwrite_1 | "debug_file": "",
helloworldwrite_1 | "log_level": 2
helloworldwrite_1 | }
helloworldwrite_1 |
helloworldwrite_1 |
helloworldwrite_1 | Starting up! (Wheeeeeee says the marmot)
helloworldwrite_1 | [Decerver Core] 2015/06/12 15:07:44 Starting decerver bootstrapping sequence.
helloworldwrite_1 | [Decerver Core] 2015/06/12 15:07:44 Registering module 'ipfs'.
helloworldwrite_1 | [Decerver Core] 2015/06/12 15:07:44 Registering module 'lmd'.
helloworldwrite_1 | [Decerver Core] 2015/06/12 15:07:44 Registering module 'monk'.
helloworldwrite_1 | [Dapp Manager] 2015/06/12 15:07:44 Registering dapps
helloworldwrite_1 | [Dapp Manager] 2015/06/12 15:07:44 ## Registering dapp: Hello World ##
helloworldwrite_1 | [Dapp Manager] 2015/06/12 15:07:44 Loaded javascript file 'DappHttpAPI.js'
helloworldwrite_1 | [Dapp Manager] 2015/06/12 15:07:44 Loaded javascript file 'HelloWorld.js'
helloworldwrite_1 | Registering path: helloworld/(.*)
helloworldwrite_1 | [Dapp Manager] 2015/06/12 15:07:44 Done registering dapps.
helloworldwrite_1 | [Decerver Core] 2015/06/12 15:07:44 Server started.
helloworldwrite_1 | [Decerver Core] 2015/06/12 15:07:44 Running...
helloworldwrite_1 | [martini] listening on 0.0.0.0:3000 (development)
helloworldwrite_1 | Loading module: ipfs
helloworldwrite_1 | Loading module: lmd
helloworldwrite_1 | Loading module: monk
helloworldwrite_1 | % Total % Received % Xferd Average Speed Time Time Time Current
helloworldwrite_1 | Dload Upload Total Spent Left Speed
helloworldwrite_1 | [martini] Started GET /admin/switch/helloworld for [::1]:33299
helloworldwrite_1 | Url: /admin/switch/helloworld
helloworldwrite_1 | [Webserver] 2015/06/12 15:07:49 Switching to dapp: helloworld
helloworldwrite_1 | [Dapp Manager] 2015/06/12 15:07:49 Loading dapp: helloworld
helloworldwrite_1 | [ScriptEngine] 2015/06/12 15:07:49 Core script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/12 15:07:49 Networking script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/12 15:07:49 Event processing script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/12 15:07:49 Js utilities script loaded.
helloworldwrite_1 | [ScriptEngine] 2015/06/12 15:07:49 Creating new runtime: helloworld
helloworldwrite_1 | [ScriptEngine] 2015/06/12 15:07:49 Runtimes: map[helloworld:0xc20809a100]
helloworldwrite_1 | 2015/06/12 15:07:49 [MONK] Identity created
helloworldwrite_1 | 2015/06/12 15:07:49 [CHAIN] Found genesis block
helloworldwrite_1 | 2015/06/12 15:07:49 [CHAIN] Last block (#1) 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f
helloworldwrite_1 | 2015/06/12 15:07:49 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldwrite_1 | 2015/06/12 15:07:49 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldwrite_1 | 2015/06/12 15:07:49 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldwrite_1 | 2015/06/12 15:07:49 [MONK] Created thelonious node
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] started
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 15:07:49 [SERV] Ready and accepting connections
helloworldwrite_1 | 2015/06/12 15:07:49 [SERV] Server started
helloworldwrite_1 | 2015/06/12 15:07:49 [SERV] Connecting to peer: helloworldmaster:15254
helloworldwrite_1 | 2015/06/12 15:07:49 [SERV] Peer handling started
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] added new subscription to messages
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldwrite_1 | [Dapp Manager] 2015/06/12 15:07:49 Root contract: 0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | [Runtime] 2015/06/12 15:07:49 Creating helloworld.
helloworldwrite_1 | [Runtime] 2015/06/12 15:07:49 Starting helloworld.
helloworldwrite_1 | [martini] Completed 200 OK in 40.886412ms
helloworldwrite_1 | 2015/06/12 15:07:49 [REACTOR] removed subscription to chainReady
100 7 100 7 0 0 129 0 --:--:-- --:--:-- --:--:-- 129
helloworldwrite_1 | success2015/06/12 15:07:49 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldwrite_1 | 2015/06/12 15:07:49 [PEER] [connected] (outbound) 172.17.0.2:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/12 15:07:49 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldwrite_1 | 2015/06/12 15:07:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:07:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:07:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:07:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:05 [SERV] Added peer (172.17.0.5:40125) 2 / 10 ([eth])
helloworldwrite_1 | 2015/06/12 15:08:05 [PEER] [connected] (inbound) 172.17.0.5:40125 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/12 15:08:05 [SERV] Peer is [eth] capable. (TD = 0 ~ bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1) 33 / 0
helloworldwrite_1 | 2015/06/12 15:08:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:08:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:08:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:11 [PEER] Can't send message:write tcp 172.17.0.5:40125: broken pipe
helloworldwrite_1 | 2015/06/12 15:08:11 [PEER] Can't send message:write tcp 172.17.0.5:40125: broken pipe
helloworldwrite_1 | 2015/06/12 15:08:14 [SERV] Added peer (172.17.0.5:40135) 2 / 10 ([eth])
helloworldwrite_1 | 2015/06/12 15:08:14 [PEER] [connected] (inbound) 172.17.0.5:40135 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/12 15:08:14 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldwrite_1 | 2015/06/12 15:08:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:19 [SERV] Peer 172.17.0.5:15254 already added.
helloworldwrite_1 | 2015/06/12 15:08:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:25 [BPOOL] Got unrequested block (c37904a9...)
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] (+) a5331a60099d9ad21b4839d33c80a9d309883bde
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #0 0 (- 0)
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 0 (- 0)
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] (+) 5e3d7b0bc5640a580895c4076e4b80badcf73c1f
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] 5e3d7b0bc5640a580895c4076e4b80badcf73c1f: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (init) 5e3d7b0bc5640a580895c4076e4b80badcf73c1f gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldwrite_1 | 2015/06/12 15:08:26 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 15:08:26 [STATE] Processed block #2 (c37904a9...)
helloworldwrite_1 | 2015/06/12 15:08:26 [CHAIN] Block #2 passed (c37904a9...)
helloworldwrite_1 | 2015/06/12 15:08:26 [CHAIN] Imported 1 blocks. #2 (c37904a9) / 2 (c37904a9)
helloworldwrite_1 | 2015/06/12 15:08:28 [PEER] Can't send message:write tcp 172.17.0.5:40135: broken pipe
helloworldwrite_1 | 2015/06/12 15:08:28 [PEER] Can't send message:write tcp 172.17.0.5:40135: broken pipe
helloworldwrite_1 | 2015/06/12 15:08:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:34 [SERV] Added peer (172.17.0.5:40156) 2 / 10 ([eth])
helloworldwrite_1 | 2015/06/12 15:08:34 [PEER] [connected] (inbound) 172.17.0.5:40156 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldwrite_1 | 2015/06/12 15:08:34 [SERV] Peer is [eth] capable. (TD = 65536 ~ c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111) 33 / 0
helloworldwrite_1 | 2015/06/12 15:08:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:08:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:08:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:08:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:08:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:08:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:09:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:09:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:09:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:09:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:09:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:09:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:09:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:09:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:09:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:09:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:09:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:10:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:10:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:10:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:10:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:10:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:10:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:10:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:10:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:10:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:10:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:10:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:10:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:11:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:11:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:11:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:11:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:11:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:11:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:11:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:11:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:11:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:11:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:11:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:11:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:12:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:12:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:12:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:12:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:12:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:12:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:12:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:12:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:12:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:12:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:12:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:12:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:13:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:13:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:13:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:13:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:13:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:13:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:13:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:13:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:13:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:13:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:13:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:14:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:14:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:14:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:14:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:14:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:14:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:14:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:14:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:14:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:14:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:14:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:15:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:15:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:15:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:15:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:15:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:15:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:15:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:15:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:15:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:15:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:15:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:16:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:16:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:16:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:16:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:16:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:16:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:16:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:16:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:16:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:16:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:16:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:16:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:17:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:17:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:17:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:17:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:17:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:17:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:17:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:17:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:17:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:17:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:17:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:17:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:17:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:18:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:18:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:18:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:18:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:18:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:18:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:18:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:18:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:18:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:18:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:18:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:19:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:19:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:19:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:19:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:19:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:19:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:19:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:19:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:19:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:19:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:19:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:20:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:20:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:20:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:20:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:20:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:20:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:20:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:20:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:20:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:20:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:20:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:20:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:20:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:21:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:21:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:21:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:21:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:21:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:21:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:21:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:21:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:21:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:21:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:22:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:22:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:22:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:22:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:22:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:22:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:22:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:22:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:22:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:22:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:22:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:22:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:22:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:23:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:23:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:23:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:23:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:23:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:23:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:23:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:23:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:23:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:23:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:23:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:23:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:24:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:24:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:24:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:24:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:24:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:24:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:24:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:24:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:24:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:24:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:24:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:24:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:25:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:25:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:25:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:25:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:25:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:25:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:25:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:25:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:25:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:25:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:25:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:25:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:25:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:26:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:26:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:26:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:26:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:26:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:26:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:26:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:26:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:26:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:26:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:26:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:26:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:26:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:27:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:27:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:27:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:27:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:27:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:27:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:27:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:27:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:27:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:27:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:27:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:27:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:27:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:28:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:28:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:28:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:28:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:28:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:28:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:28:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:28:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:28:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:28:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:28:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:28:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:28:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:29:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:29:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:29:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:29:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:29:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:29:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:29:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:29:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:29:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:29:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:29:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:29:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:29:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:30:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:30:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:30:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:30:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:30:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:30:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:30:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:30:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:30:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:30:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:30:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:30:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:30:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:31:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:31:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:31:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:31:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:31:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:31:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:31:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:31:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:31:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:31:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:31:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:31:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:31:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:32:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:32:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:32:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:32:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:32:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:32:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:32:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:32:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:32:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:32:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:32:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:32:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:32:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:33:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:33:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:33:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:33:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:33:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:33:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:33:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:33:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:33:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:33:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:33:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:33:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:33:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:34:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:34:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:34:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:34:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:34:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:34:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:34:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:34:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:34:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:34:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:34:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:34:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:34:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:35:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:35:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:35:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:35:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:35:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:35:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:35:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:35:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:35:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:35:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:35:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:35:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:35:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:36:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:36:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:36:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:36:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:36:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:36:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:36:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:36:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:36:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:36:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:36:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:36:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:36:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:37:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:37:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:37:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:37:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:37:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:37:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:37:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:37:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:37:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:37:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:37:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:37:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:37:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:38:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:38:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:38:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:38:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:38:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:38:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:38:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:38:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:38:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:38:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:38:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:38:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:38:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:39:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:39:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:39:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:39:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:39:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:39:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:39:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:39:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:39:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:39:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:39:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:39:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:39:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:40:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:40:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:40:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:40:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:40:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:40:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:40:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:40:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:40:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:40:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:40:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:40:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:40:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:41:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:41:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:41:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:41:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:41:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:41:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:41:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:41:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:41:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:41:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:41:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:41:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:41:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:42:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:42:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:42:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:42:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:42:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:42:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:42:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:42:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:42:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:42:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:42:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:42:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:42:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:43:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:43:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:43:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:43:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:43:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:43:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:43:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:43:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:43:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:43:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:43:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:43:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:43:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:44:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:44:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:44:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:44:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:44:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:44:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:44:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:44:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:44:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:44:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:44:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:44:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:44:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:45:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:45:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:45:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:45:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:45:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:45:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:45:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:45:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:45:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:45:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:45:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:45:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:45:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:46:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:46:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:46:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:46:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:46:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:46:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:46:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:46:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:46:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:46:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:46:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:46:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:46:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:47:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:47:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:47:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:47:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:47:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:47:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:47:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:47:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:47:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:47:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:47:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:47:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:47:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:48:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:48:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:48:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:48:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:48:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:48:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:48:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:48:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:48:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:48:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:48:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:48:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:48:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:49:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:49:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:49:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:49:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:49:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:49:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:49:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:49:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:49:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:49:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:50:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:50:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:50:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:50:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:50:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:50:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:50:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:50:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:51:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:51:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:51:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:51:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:51:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:51:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:51:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:51:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:51:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:51:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:51:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:51:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:51:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:52:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:52:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:52:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:52:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:52:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:52:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:53:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:53:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:53:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:53:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:53:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:53:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:53:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:53:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:53:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:54:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:54:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:54:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:54:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:54:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:54:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:54:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:54:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:55:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:55:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:55:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:55:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:55:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:55:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:55:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:55:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:55:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:56:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:56:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:56:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:56:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:56:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:56:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:56:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:56:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:56:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:56:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:56:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:56:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:56:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:57:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:57:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:57:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:57:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:57:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:57:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:57:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:57:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:57:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:57:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:57:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:57:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:57:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:58:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:58:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:58:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:58:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:58:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:58:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:58:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:58:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:58:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:58:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:58:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:58:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:58:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:59:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:59:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:59:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:59:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:59:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:59:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:59:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:59:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:59:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:59:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 15:59:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 15:59:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 15:59:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:00:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:00:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:00:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:00:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:00:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:00:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:00:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:00:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:00:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:00:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:00:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:00:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:00:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:01:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:01:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:01:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:01:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:01:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:01:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:01:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:01:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:01:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:01:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:01:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:01:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:01:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:02:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:02:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:02:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:02:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:02:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:02:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:02:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:02:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:02:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:02:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:02:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:02:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:02:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:03:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:03:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:03:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:03:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:03:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:03:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:03:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:03:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:03:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:03:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:03:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:03:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:03:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:04:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:04:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:04:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:04:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:04:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:04:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:04:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:04:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:04:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:04:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:04:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:04:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:04:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:05:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:05:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:05:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:05:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:05:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:05:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:05:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:05:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:05:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:05:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:05:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:05:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:05:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:06:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:06:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:06:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:06:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:06:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:06:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:06:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:06:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:06:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:06:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:06:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:06:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:06:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:07:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:07:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:07:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:07:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:07:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:07:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:07:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:07:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:07:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:07:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:07:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:07:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:07:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:08:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:08:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:08:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:08:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:08:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:08:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:08:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:08:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:08:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:08:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:09:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:09:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:09:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:09:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:09:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:09:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:09:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:09:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:09:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:09:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:10:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:10:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:10:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:10:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:10:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:10:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:10:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:10:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:10:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:10:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:10:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:10:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:11:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:11:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:11:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:11:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:11:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:11:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:11:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:11:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:11:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:11:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:11:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:11:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:12:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:12:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:12:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:12:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:12:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:12:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:12:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:12:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:12:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:12:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:12:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:12:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:13:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:13:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:13:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:13:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:13:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:13:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:13:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:13:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:13:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:13:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:13:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:14:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:14:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:14:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:14:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:14:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:14:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:14:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:14:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:14:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:14:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:14:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:15:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:15:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:15:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:15:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:15:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:15:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:15:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:15:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:15:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:15:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:15:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:16:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:16:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:16:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:16:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:16:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:16:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:16:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:16:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | [martini] Started GET /helloworld/ for 172.17.0.7:44972
helloworldwrite_1 | [martini] [Static] Serving /helloworld/index.html
helloworldwrite_1 | [martini] Completed 200 OK in 7.316896ms
helloworldwrite_1 | [martini] Started GET /helloworld/js/helloworld.js for 172.17.0.7:44972
helloworldwrite_1 | [martini] [Static] Serving /helloworld/js/helloworld.js
helloworldwrite_1 | [martini] Completed 200 OK in 1.75394ms
helloworldwrite_1 | [martini] Started GET /favicon.ico for 172.17.0.7:44972
helloworldwrite_1 | [martini] Completed 404 Not Found in 152.465µs
helloworldwrite_1 | [martini] Started POST /apis/helloworld/files for 172.17.0.7:44972
helloworldwrite_1 | Stuff
helloworldwrite_1 | URL /apis/helloworld/files
helloworldwrite_1 | REQUEST: {"URL":{"Scheme":"","Opaque":"","User":null,"Host":"","Path":"/apis/helloworld/files","RawQuery":"","Fragment":""},"Method":"POST","Host":"helloworldwrite:3000","Header":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["en-US,en;q=0.8"],"Connection":["keep-alive"],"Content-Length":["42"],"Content-Type":["text/plain;charset=UTF-8"],"Origin":["http://helloworldwrite:3000"],"Referer":["http://helloworldwrite:3000/helloworld/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36"]},"Body":"{\"name\":\"greeting\",\"data\":\"Hello, world!\"}"}
helloworldwrite_1 | [Runtime] 2015/06/12 16:16:45 URLOBJ: map[path:[files] options:map[] error:]
helloworldwrite_1 | [Runtime] 2015/06/12 16:16:45 Working
helloworldwrite_1 | [Runtime] 2015/06/12 16:16:45 BODYOBJ: map[data:Hello, world! name:greeting]
helloworldwrite_1 | POSTing
helloworldwrite_1 | response Status: 201 Created
helloworldwrite_1 | response Headers: map[Ipfs-Hash:[QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks] Location:[/ipfs/QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks] Date:[Fri, 12 Jun 2015 16:16:45 GMT] Content-Length:[0] Content-Type:[text/plain; charset=utf-8]]
helloworldwrite_1 | REQUEST:
helloworldwrite_1 | HASH: QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks
helloworldwrite_1 | [Runtime] 2015/06/12 16:16:45 Pushing stuff to monk. TxData: [0x0000000000000000000000000000000000000000000000006772656574696e67 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0]
helloworldwrite_1 | [Runtime] 2015/06/12 16:16:45 Root contract: 0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | [Runtime] 2015/06/12 16:16:45
helloworldwrite_1 | 2015/06/12 16:16:46 [STATE] (+) c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | 2015/06/12 16:16:46 [STATE] (+) c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | 2015/06/12 16:16:46 [MONK] Start mining
helloworldwrite_1 | 2015/06/12 16:16:46 [TXP] (t) c11bb68f => 0f8a88a4 (0) 70fe022d18f3f2093a1b923bd7a741ad98b61308243c241860a85914ab94dbd4
helloworldwrite_1 | 2015/06/12 16:16:49 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:16:49 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:16:49 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 16:16:49 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:16:49 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:16:49 [MINER] Started
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] (+) c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] (~) 70fe022d18f3f2093a1b923bd7a741ad98b61308243c241860a85914ab94dbd4
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:16:49 [MINER] Stopping...
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #0 0 (- 0)
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 0 (- 0)
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x}
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) (f)
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 7 -o- PUSH1 (g) 1 (199999999999155) => 0x20
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 9 -o- CALLDATALOAD (g) 1 (199999999999154) => 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 10 -o- PUSH1 (g) 1 (199999999999153) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 12 -o- CALLDATALOAD (g) 1 (199999999999152) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 13 -o- SSTORE (g) 200 (199999999998952) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 14 -o- PUSH1 (g) 1 (199999999998951) => 0x01
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999998950) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 18 -o- MSTORE (g) 2 (199999999998948) => 0x1
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 19 -o- PUSH1 (g) 1 (199999999998947) => 0x20
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 21 -o- PUSH1 (g) 1 (199999999998946) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:49 [VM] (pc) 23 -o- RETURN (g) 1 (199999999998945) => (32) 0x0000000000000000000000000000000000000000000000000000000000000001
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:16:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:16:49 [MINER] Mining on block 3. Includes 1 transactions
helloworldwrite_1 | 2015/06/12 16:16:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:16:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:50 [POW] Hashing @7khash
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] (+) c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] (~) 70fe022d18f3f2093a1b923bd7a741ad98b61308243c241860a85914ab94dbd4
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #0 0 (- 0)
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 0 (- 0)
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x}
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) (f)
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 7 -o- PUSH1 (g) 1 (199999999999155) => 0x20
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 9 -o- CALLDATALOAD (g) 1 (199999999999154) => 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 10 -o- PUSH1 (g) 1 (199999999999153) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 12 -o- CALLDATALOAD (g) 1 (199999999999152) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 13 -o- SSTORE (g) 200 (199999999998952) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 14 -o- PUSH1 (g) 1 (199999999998951) => 0x01
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999998950) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 18 -o- MSTORE (g) 2 (199999999998948) => 0x1
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 19 -o- PUSH1 (g) 1 (199999999998947) => 0x20
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 21 -o- PUSH1 (g) 1 (199999999998946) => 0x00
helloworldwrite_1 | 2015/06/12 16:16:50 [VM] (pc) 23 -o- RETURN (g) 1 (199999999998945) => (32) 0x0000000000000000000000000000000000000000000000000000000000000001
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 1500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:16:50 [STATE] Processed block #3 (8f065ae1...)
helloworldwrite_1 | 2015/06/12 16:16:50 [CHAIN] Block #3 passed (8f065ae1...)
helloworldwrite_1 | 2015/06/12 16:16:50 [CHAIN] Imported 1 blocks. #3 (8f065ae1) / 3 (8f065ae1)
helloworldwrite_1 | 2015/06/12 16:16:50 [MINER] posting new block!
helloworldwrite_1 | 2015/06/12 16:16:50 [REACTOR] subscribing channel 0 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/12 16:16:50 [REACTOR] subscribing channel 2 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/12 16:16:50 [REACTOR] subscribing channel 3 to event newBlock blocked. skipping
helloworldwrite_1 | 2015/06/12 16:16:50 [MINER] 🔨 Mined block 8f065ae12f89ed95d9a27a904390f63ea41e985a21a74d75c08373480aa94cea
helloworldwrite_1 | 2015/06/12 16:16:50 [MINER]
helloworldwrite_1 | BLOCK(8f065ae12f89ed95d9a27a904390f63ea41e985a21a74d75c08373480aa94cea): Size: 507.00 B
helloworldwrite_1 | PrevHash: c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111
helloworldwrite_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldwrite_1 | Coinbase: c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | Root: f6835176dd11ac4727afa592c622fc75ee871893e81263485e8bb52b48ecc968
helloworldwrite_1 | TxSha: 32af3ebe09c084184966b9bdd1887793c3295fe13f0902601374528349728020
helloworldwrite_1 | Difficulty: 32768
helloworldwrite_1 | Number: 3
helloworldwrite_1 | MinGas: 10000000000000
helloworldwrite_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldwrite_1 | GasUsed: 0
helloworldwrite_1 | Time: 1434125809
helloworldwrite_1 | Extra:
helloworldwrite_1 | Nonce: 78fb5c7b25748686bf4ff488ea1adcec405e511383ef5deb80b2312c9687486e
helloworldwrite_1 | NumTx: 1
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/12 16:16:50 [MINER] Stopped
helloworldwrite_1 | [Runtime] 2015/06/12 16:16:50 Json string of resp obj:
helloworldwrite_1 | {"Body":"Not supported.","Header":{},"Status":200}
helloworldwrite_1 | [Webserver] 2015/06/12 16:16:50 Response status message: 200
helloworldwrite_1 | [Webserver] 2015/06/12 16:16:50 Response header stuff: map[]
helloworldwrite_1 | [martini] Completed 200 OK in 4.58271524s
helloworldwrite_1 | 2015/06/12 16:16:50 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:16:50 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:16:50 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:16:50 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:16:50 [MONK] Stopped mining
helloworldwrite_1 | 2015/06/12 16:16:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:16:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:16:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:16:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:17:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:17:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:17:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:17:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:17:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:17:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:17:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:17:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:17:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:17:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:17:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:17:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:17:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:18:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:18:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:18:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:18:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:18:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:18:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:18:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:18:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:18:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:18:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:18:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:19:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:19:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:19:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:19:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:19:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:19:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | [martini] Started GET /helloworld/ for 172.17.0.7:45175
helloworldwrite_1 | [martini] [Static] Serving /helloworld/index.html
helloworldwrite_1 | [martini] Completed 200 OK in 316.427µs
helloworldwrite_1 | [martini] Started GET /helloworld/js/helloworld.js for 172.17.0.7:45175
helloworldwrite_1 | [martini] [Static] Serving /helloworld/js/helloworld.js
helloworldwrite_1 | [martini] Completed 200 OK in 264.216µs
helloworldwrite_1 | [martini] Started GET /favicon.ico for 172.17.0.7:45175
helloworldwrite_1 | [martini] Completed 404 Not Found in 172.356µs
helloworldwrite_1 | [martini] Started POST /apis/helloworld/files for 172.17.0.7:45175
helloworldwrite_1 | Stuff
helloworldwrite_1 | URL /apis/helloworld/files
helloworldwrite_1 | REQUEST: {"URL":{"Scheme":"","Opaque":"","User":null,"Host":"","Path":"/apis/helloworld/files","RawQuery":"","Fragment":""},"Method":"POST","Host":"helloworldwrite:3000","Header":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["en-US,en;q=0.8"],"Connection":["keep-alive"],"Content-Length":["42"],"Content-Type":["text/plain;charset=UTF-8"],"Origin":["http://helloworldwrite:3000"],"Referer":["http://helloworldwrite:3000/helloworld/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36"]},"Body":"{\"name\":\"greeting\",\"data\":\"Hello, world!\"}"}
helloworldwrite_1 | [Runtime] 2015/06/12 16:19:42 URLOBJ: map[path:[files] options:map[] error:]
helloworldwrite_1 | [Runtime] 2015/06/12 16:19:42 Working
helloworldwrite_1 | [Runtime] 2015/06/12 16:19:42 BODYOBJ: map[data:Hello, world! name:greeting]
helloworldwrite_1 | POSTing
helloworldwrite_1 | response Status: 201 Created
helloworldwrite_1 | response Headers: map[Ipfs-Hash:[QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks] Location:[/ipfs/QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks] Date:[Fri, 12 Jun 2015 16:19:42 GMT] Content-Length:[0] Content-Type:[text/plain; charset=utf-8]]
helloworldwrite_1 | REQUEST:
helloworldwrite_1 | HASH: QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks
helloworldwrite_1 | [Runtime] 2015/06/12 16:19:42 Pushing stuff to monk. TxData: [0x0000000000000000000000000000000000000000000000006772656574696e67 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0]
helloworldwrite_1 | [Runtime] 2015/06/12 16:19:42 Root contract: 0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | [Runtime] 2015/06/12 16:19:42
helloworldwrite_1 | 2015/06/12 16:19:42 [TXP] (t) c11bb68f => 0f8a88a4 (0) a597cc54b93723ba57ccbf358467831761823d5094b9cdfa03cee21067fa9e1a
helloworldwrite_1 | 2015/06/12 16:19:42 [MONK] Start mining
helloworldwrite_1 | 2015/06/12 16:19:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:19:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:45 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:19:45 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:19:45 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 16:19:45 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:19:45 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:19:45 [MINER] Started
helloworldwrite_1 | 2015/06/12 16:19:45 [STATE] (~) a597cc54b93723ba57ccbf358467831761823d5094b9cdfa03cee21067fa9e1a
helloworldwrite_1 | 2015/06/12 16:19:45 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 1500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:19:45 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 1500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:19:45 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 1500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:19:45 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) ~> 27 (t)
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 27 -o- PUSH1 (g) 1 (199999999999155) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 29 -o- PUSH1 (g) 1 (199999999999154) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 31 -o- MSTORE (g) 2 (199999999999152) => 0x0
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 32 -o- PUSH1 (g) 1 (199999999999151) => 0x20
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 34 -o- PUSH1 (g) 1 (199999999999150) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:45 [VM] (pc) 36 -o- RETURN (g) 1 (199999999999149) => (32) 0x0000000000000000000000000000000000000000000000000000000000000000
helloworldwrite_1 | 2015/06/12 16:19:45 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 1500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:19:45 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 3000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:19:45 [MINER] Mining on block 4. Includes 1 transactions
helloworldwrite_1 | 2015/06/12 16:19:46 [POW] Hashing @5khash
helloworldwrite_1 | 2015/06/12 16:19:47 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:19:48 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:19:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:19:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:49 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] (~) a597cc54b93723ba57ccbf358467831761823d5094b9cdfa03cee21067fa9e1a
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 1500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #1 1500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 1500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) ~> 27 (t)
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 27 -o- PUSH1 (g) 1 (199999999999155) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 29 -o- PUSH1 (g) 1 (199999999999154) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 31 -o- MSTORE (g) 2 (199999999999152) => 0x0
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 32 -o- PUSH1 (g) 1 (199999999999151) => 0x20
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 34 -o- PUSH1 (g) 1 (199999999999150) => 0x00
helloworldwrite_1 | 2015/06/12 16:19:49 [VM] (pc) 36 -o- RETURN (g) 1 (199999999999149) => (32) 0x0000000000000000000000000000000000000000000000000000000000000000
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 1500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 3000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] Processed block #4 (397381ad...)
helloworldwrite_1 | 2015/06/12 16:19:49 [CHAIN] Block #4 passed (397381ad...)
helloworldwrite_1 | 2015/06/12 16:19:49 [CHAIN] Imported 1 blocks. #4 (397381ad) / 4 (397381ad)
helloworldwrite_1 | 2015/06/12 16:19:49 [MINER] posting new block!
helloworldwrite_1 | 2015/06/12 16:19:49 [MINER] 🔨 Mined block 397381ad36c2b2b6899493ed5bbe82080bfa5d99fa2a9aa7599611cea339dd6e
helloworldwrite_1 | 2015/06/12 16:19:49 [MINER]
helloworldwrite_1 | BLOCK(397381ad36c2b2b6899493ed5bbe82080bfa5d99fa2a9aa7599611cea339dd6e): Size: 507.00 B
helloworldwrite_1 | PrevHash: 8f065ae12f89ed95d9a27a904390f63ea41e985a21a74d75c08373480aa94cea
helloworldwrite_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldwrite_1 | Coinbase: c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | Root: c243ff717eff760c49b24ab6f4930d8b9f756d29a2c29a8c8633f82833cd4197
helloworldwrite_1 | TxSha: d0628b5c2207c116b0f69aa518b39deca933c4c1e0d88d6962c880d58f6ade89
helloworldwrite_1 | Difficulty: 32768
helloworldwrite_1 | Number: 4
helloworldwrite_1 | MinGas: 10000000000000
helloworldwrite_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldwrite_1 | GasUsed: 0
helloworldwrite_1 | Time: 1434125985
helloworldwrite_1 | Extra:
helloworldwrite_1 | Nonce: 3f450666ab8e9dd4f088dae4979ad30c05e9acbb85f7264f0e1412a087afdcb5
helloworldwrite_1 | NumTx: 1
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 4500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:19:49 [MINER] Mining on block 5. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 16:19:49 [MINER] Stopping...
helloworldwrite_1 | 2015/06/12 16:19:49 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 16:19:49 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 4500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:19:49 [MINER] Mining on block 5. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 16:19:49 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 16:19:49 [MINER] Stopped
helloworldwrite_1 | [Runtime] 2015/06/12 16:19:49 Json string of resp obj:
helloworldwrite_1 | {"Body":"Not supported.","Header":{},"Status":200}
helloworldwrite_1 | [Webserver] 2015/06/12 16:19:49 Response status message: 200
helloworldwrite_1 | [Webserver] 2015/06/12 16:19:49 Response header stuff: map[]
helloworldwrite_1 | [martini] Completed 200 OK in 7.193951304s
helloworldwrite_1 | 2015/06/12 16:19:49 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:19:49 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:19:49 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:19:49 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:19:49 [MONK] Stopped mining
helloworldwrite_1 | 2015/06/12 16:19:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:19:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:19:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:19:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:20:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:20:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:20:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:20:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:20:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:20:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:20:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:20:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:20:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:20:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:20:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:20:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:20:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | [martini] Started GET /helloworld/ for 172.17.0.7:45303
helloworldwrite_1 | [martini] [Static] Serving /helloworld/index.html
helloworldwrite_1 | [martini] Completed 200 OK in 241.003µs
helloworldwrite_1 | [martini] Started GET /helloworld/js/helloworld.js for 172.17.0.7:45303
helloworldwrite_1 | [martini] [Static] Serving /helloworld/js/helloworld.js
helloworldwrite_1 | [martini] Completed 200 OK in 328.45µs
helloworldwrite_1 | [martini] Started GET /favicon.ico for 172.17.0.7:45303
helloworldwrite_1 | [martini] Completed 404 Not Found in 149.468µs
helloworldwrite_1 | 2015/06/12 16:21:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | [martini] Started POST /apis/helloworld/files for 172.17.0.7:45303
helloworldwrite_1 | Stuff
helloworldwrite_1 | URL /apis/helloworld/files
helloworldwrite_1 | REQUEST: {"URL":{"Scheme":"","Opaque":"","User":null,"Host":"","Path":"/apis/helloworld/files","RawQuery":"","Fragment":""},"Method":"POST","Host":"helloworldwrite:3000","Header":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["en-US,en;q=0.8"],"Connection":["keep-alive"],"Content-Length":["42"],"Content-Type":["text/plain;charset=UTF-8"],"Origin":["http://helloworldwrite:3000"],"Referer":["http://helloworldwrite:3000/helloworld/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36"]},"Body":"{\"name\":\"greeting\",\"data\":\"Hello, world!\"}"}
helloworldwrite_1 | [Runtime] 2015/06/12 16:21:04 URLOBJ: map[path:[files] options:map[] error:]
helloworldwrite_1 | [Runtime] 2015/06/12 16:21:04 Working
helloworldwrite_1 | [Runtime] 2015/06/12 16:21:04 BODYOBJ: map[name:greeting data:Hello, world!]
helloworldwrite_1 | POSTing
helloworldwrite_1 | response Status: 201 Created
helloworldwrite_1 | response Headers: map[Location:[/ipfs/QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks] Date:[Fri, 12 Jun 2015 16:21:04 GMT] Content-Length:[0] Content-Type:[text/plain; charset=utf-8] Ipfs-Hash:[QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks]]
helloworldwrite_1 | REQUEST:
helloworldwrite_1 | HASH: QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks
helloworldwrite_1 | [Runtime] 2015/06/12 16:21:04 Pushing stuff to monk. TxData: [0x0000000000000000000000000000000000000000000000006772656574696e67 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0]
helloworldwrite_1 | [Runtime] 2015/06/12 16:21:04 Root contract: 0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | [Runtime] 2015/06/12 16:21:04
helloworldwrite_1 | 2015/06/12 16:21:04 [MONK] Start mining
helloworldwrite_1 | 2015/06/12 16:21:04 [TXP] (t) c11bb68f => 0f8a88a4 (0) e4854eab75192efcd29114be1437132efc0f3d17a964f1ebbdd15d51ff5b5b1b
helloworldwrite_1 | 2015/06/12 16:21:07 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:21:07 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:21:07 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 16:21:07 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:21:07 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:21:07 [MINER] Started
helloworldwrite_1 | 2015/06/12 16:21:07 [STATE] (~) e4854eab75192efcd29114be1437132efc0f3d17a964f1ebbdd15d51ff5b5b1b
helloworldwrite_1 | 2015/06/12 16:21:07 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 3000000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:21:07 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 3000000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:21:07 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 3000000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:21:07 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) ~> 27 (t)
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 27 -o- PUSH1 (g) 1 (199999999999155) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 29 -o- PUSH1 (g) 1 (199999999999154) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 31 -o- MSTORE (g) 2 (199999999999152) => 0x0
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 32 -o- PUSH1 (g) 1 (199999999999151) => 0x20
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 34 -o- PUSH1 (g) 1 (199999999999150) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:07 [VM] (pc) 36 -o- RETURN (g) 1 (199999999999149) => (32) 0x0000000000000000000000000000000000000000000000000000000000000000
helloworldwrite_1 | 2015/06/12 16:21:07 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 3000000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:21:07 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 4500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:21:07 [MINER] Mining on block 5. Includes 1 transactions
helloworldwrite_1 | 2015/06/12 16:21:08 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:21:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:21:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:09 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:21:10 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:21:11 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] (~) e4854eab75192efcd29114be1437132efc0f3d17a964f1ebbdd15d51ff5b5b1b
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 3000000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #2 3000000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 3000000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) ~> 27 (t)
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 27 -o- PUSH1 (g) 1 (199999999999155) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 29 -o- PUSH1 (g) 1 (199999999999154) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 31 -o- MSTORE (g) 2 (199999999999152) => 0x0
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 32 -o- PUSH1 (g) 1 (199999999999151) => 0x20
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 34 -o- PUSH1 (g) 1 (199999999999150) => 0x00
helloworldwrite_1 | 2015/06/12 16:21:12 [VM] (pc) 36 -o- RETURN (g) 1 (199999999999149) => (32) 0x0000000000000000000000000000000000000000000000000000000000000000
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 3000000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 4500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] Processed block #5 (a455752e...)
helloworldwrite_1 | 2015/06/12 16:21:12 [CHAIN] Block #5 passed (a455752e...)
helloworldwrite_1 | 2015/06/12 16:21:12 [CHAIN] Imported 1 blocks. #5 (a455752e) / 5 (a455752e)
helloworldwrite_1 | 2015/06/12 16:21:12 [MINER] posting new block!
helloworldwrite_1 | 2015/06/12 16:21:12 [MINER] 🔨 Mined block a455752ec76f30514f28dbff43b5e22741b52fd8b4ffc4a9c2ae9d41d1a755d7
helloworldwrite_1 | 2015/06/12 16:21:12 [MINER]
helloworldwrite_1 | BLOCK(a455752ec76f30514f28dbff43b5e22741b52fd8b4ffc4a9c2ae9d41d1a755d7): Size: 507.00 B
helloworldwrite_1 | PrevHash: 397381ad36c2b2b6899493ed5bbe82080bfa5d99fa2a9aa7599611cea339dd6e
helloworldwrite_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldwrite_1 | Coinbase: c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | Root: 2f8cff67209d672f144f25e8e69fd1b847696dd888714c13664fcf4dfb04db29
helloworldwrite_1 | TxSha: ad9c9cebd110565ddc4833cb26a63758f1b8a61e19b63506dabebba38b72dc8c
helloworldwrite_1 | Difficulty: 32768
helloworldwrite_1 | Number: 5
helloworldwrite_1 | MinGas: 10000000000000
helloworldwrite_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldwrite_1 | GasUsed: 0
helloworldwrite_1 | Time: 1434126067
helloworldwrite_1 | Extra:
helloworldwrite_1 | Nonce: 259e0e09735419ba1607ea82c104fda66e4aaf0b65f1c70831fd215f8df20f95
helloworldwrite_1 | NumTx: 1
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 6000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:21:12 [MINER] Mining on block 6. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 16:21:12 [MINER] Stopping...
helloworldwrite_1 | 2015/06/12 16:21:12 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 16:21:12 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 6000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:21:12 [MINER] Mining on block 6. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 16:21:12 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 16:21:12 [MINER] Stopped
helloworldwrite_1 | [Runtime] 2015/06/12 16:21:12 Json string of resp obj:
helloworldwrite_1 | {"Body":"Not supported.","Header":{},"Status":200}
helloworldwrite_1 | [Webserver] 2015/06/12 16:21:12 Response status message: 200
helloworldwrite_1 | [Webserver] 2015/06/12 16:21:12 Response header stuff: map[]
helloworldwrite_1 | [martini] Completed 200 OK in 7.61149906s
helloworldwrite_1 | 2015/06/12 16:21:12 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:21:12 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:21:12 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:21:12 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:21:12 [MONK] Stopped mining
helloworldwrite_1 | 2015/06/12 16:21:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:21:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:21:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:21:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:21:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:21:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:21:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:21:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:21:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:21:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:22:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:22:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:22:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:22:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:22:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:22:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:22:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:22:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:22:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:22:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:22:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:22:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:22:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:23:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:23:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:23:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:23:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:23:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:23:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:23:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:23:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:23:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:23:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:23:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:23:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:24:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:24:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:24:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:24:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | [martini] Started GET /helloworld/ for 172.17.0.7:45524
helloworldwrite_1 | [martini] [Static] Serving /helloworld/index.html
helloworldwrite_1 | [martini] Completed 200 OK in 246.338µs
helloworldwrite_1 | [martini] Started GET /helloworld/js/helloworld.js for 172.17.0.7:45524
helloworldwrite_1 | [martini] [Static] Serving /helloworld/js/helloworld.js
helloworldwrite_1 | [martini] Completed 200 OK in 278.373µs
helloworldwrite_1 | 2015/06/12 16:24:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | [martini] Started GET /favicon.ico for 172.17.0.7:45524
helloworldwrite_1 | [martini] Completed 404 Not Found in 148.618µs
helloworldwrite_1 | [martini] Started POST /apis/helloworld/files for 172.17.0.7:45524
helloworldwrite_1 | Stuff
helloworldwrite_1 | URL /apis/helloworld/files
helloworldwrite_1 | REQUEST: {"URL":{"Scheme":"","Opaque":"","User":null,"Host":"","Path":"/apis/helloworld/files","RawQuery":"","Fragment":""},"Method":"POST","Host":"helloworldwrite:3000","Header":{"Accept":["*/*"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["en-US,en;q=0.8"],"Connection":["keep-alive"],"Content-Length":["42"],"Content-Type":["text/plain;charset=UTF-8"],"Origin":["http://helloworldwrite:3000"],"Referer":["http://helloworldwrite:3000/helloworld/"],"User-Agent":["Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36"]},"Body":"{\"name\":\"greeting\",\"data\":\"Hello, world!\"}"}
helloworldwrite_1 | [Runtime] 2015/06/12 16:24:25 URLOBJ: map[path:[files] options:map[] error:]
helloworldwrite_1 | [Runtime] 2015/06/12 16:24:25 Working
helloworldwrite_1 | [Runtime] 2015/06/12 16:24:25 BODYOBJ: map[name:greeting data:Hello, world!]
helloworldwrite_1 | POSTing
helloworldwrite_1 | response Status: 201 Created
helloworldwrite_1 | response Headers: map[Ipfs-Hash:[QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks] Location:[/ipfs/QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks] Date:[Fri, 12 Jun 2015 16:24:25 GMT] Content-Length:[0] Content-Type:[text/plain; charset=utf-8]]
helloworldwrite_1 | REQUEST:
helloworldwrite_1 | HASH: QmWGeRAEgtsHW3ec7U4qW2CyVy7eA2mFRVbk1nb24jFyks
helloworldwrite_1 | [Runtime] 2015/06/12 16:24:25 Pushing stuff to monk. TxData: [0x0000000000000000000000000000000000000000000000006772656574696e67 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0]
helloworldwrite_1 | [Runtime] 2015/06/12 16:24:25 Root contract: 0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
helloworldwrite_1 | [Runtime] 2015/06/12 16:24:25
helloworldwrite_1 | 2015/06/12 16:24:25 [TXP] (t) c11bb68f => 0f8a88a4 (0) 864623eb8137e0c49dd7c69dbabe7c85c575ebf6b49545dc33d2266b54c110e0
helloworldwrite_1 | 2015/06/12 16:24:25 [MONK] Start mining
helloworldwrite_1 | 2015/06/12 16:24:28 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:24:28 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:24:28 [REACTOR] added new subscription to chainReady
helloworldwrite_1 | 2015/06/12 16:24:28 [REACTOR] added new subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:24:28 [REACTOR] added new subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:24:28 [MINER] Started
helloworldwrite_1 | 2015/06/12 16:24:28 [STATE] (~) 864623eb8137e0c49dd7c69dbabe7c85c575ebf6b49545dc33d2266b54c110e0
helloworldwrite_1 | 2015/06/12 16:24:28 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 4500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:24:28 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 4500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:24:28 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 4500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:24:28 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) ~> 27 (t)
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 27 -o- PUSH1 (g) 1 (199999999999155) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 29 -o- PUSH1 (g) 1 (199999999999154) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 31 -o- MSTORE (g) 2 (199999999999152) => 0x0
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 32 -o- PUSH1 (g) 1 (199999999999151) => 0x20
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 34 -o- PUSH1 (g) 1 (199999999999150) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:28 [VM] (pc) 36 -o- RETURN (g) 1 (199999999999149) => (32) 0x0000000000000000000000000000000000000000000000000000000000000000
helloworldwrite_1 | 2015/06/12 16:24:28 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 4500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:24:28 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 6000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:24:28 [MINER] Mining on block 6. Includes 1 transactions
helloworldwrite_1 | 2015/06/12 16:24:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:24:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:29 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:24:30 [POW] Hashing @7khash
helloworldwrite_1 | 2015/06/12 16:24:31 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:24:32 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:24:33 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:24:34 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:24:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:24:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:35 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:24:36 [POW] Hashing @6khash
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] (~) 864623eb8137e0c49dd7c69dbabe7c85c575ebf6b49545dc33d2266b54c110e0
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 4500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #3 4500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 4500000000000000000 (- 0)
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac: #0 0 (+ 0)
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (code) 0f8a88a421eb52f3f5e549beb26d3a5d6973dcac gas: 199999999999180 (d) 0000000000000000000000000000000000000000000000006772656574696e6775d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 0 -o- PUSH1 (g) 1 (199999999999179) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 2 -o- CALLDATALOAD (g) 1 (199999999999178) => 0x0000000000000000000000000000000000000000000000006772656574696e67
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 3 -o- SLOAD (g) 20 (199999999999158) {0x6772656574696e67 : 0x75d6d78062bc88f1268989ac0fbb73c3c4811a660d500c423182ede9a962d1c0}
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 4 -o- PUSH1 (g) 1 (199999999999157) => 0x1b
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 6 -o- JUMPI (g) 1 (199999999999156) ~> 27 (t)
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 27 -o- PUSH1 (g) 1 (199999999999155) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 29 -o- PUSH1 (g) 1 (199999999999154) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 31 -o- MSTORE (g) 2 (199999999999152) => 0x0
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 32 -o- PUSH1 (g) 1 (199999999999151) => 0x20
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 34 -o- PUSH1 (g) 1 (199999999999150) => 0x00
helloworldwrite_1 | 2015/06/12 16:24:37 [VM] (pc) 36 -o- RETURN (g) 1 (199999999999149) => (32) 0x0000000000000000000000000000000000000000000000000000000000000000
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 4500000000000000000 (+ 0)
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 6000000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] Processed block #6 (7a77d364...)
helloworldwrite_1 | 2015/06/12 16:24:37 [CHAIN] Block #6 passed (7a77d364...)
helloworldwrite_1 | 2015/06/12 16:24:37 [CHAIN] Imported 1 blocks. #6 (7a77d364) / 6 (7a77d364)
helloworldwrite_1 | 2015/06/12 16:24:37 [MINER] posting new block!
helloworldwrite_1 | 2015/06/12 16:24:37 [MINER] 🔨 Mined block 7a77d364f2a093b4bdab7d47f13eb34271683c4be00954e2c9b6bd6019e03739
helloworldwrite_1 | 2015/06/12 16:24:37 [MINER]
helloworldwrite_1 | BLOCK(7a77d364f2a093b4bdab7d47f13eb34271683c4be00954e2c9b6bd6019e03739): Size: 507.00 B
helloworldwrite_1 | PrevHash: a455752ec76f30514f28dbff43b5e22741b52fd8b4ffc4a9c2ae9d41d1a755d7
helloworldwrite_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldwrite_1 | Coinbase: c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6
helloworldwrite_1 | Root: 9963c924d666e6ce7aae4e9c45e634775d39259e4b39582322f1f769e373bb69
helloworldwrite_1 | TxSha: 3f0abd2cce8fae318520c8d3eb66863235c3cba3050f7933e401c886c13c613d
helloworldwrite_1 | Difficulty: 32768
helloworldwrite_1 | Number: 6
helloworldwrite_1 | MinGas: 10000000000000
helloworldwrite_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldwrite_1 | GasUsed: 0
helloworldwrite_1 | Time: 1434126268
helloworldwrite_1 | Extra:
helloworldwrite_1 | Nonce: 5052dfceb2c4aa1cdac6c84ac7ce4456876c35688b6df69b860f789f6cabd65b
helloworldwrite_1 | NumTx: 1
helloworldwrite_1 |
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 7500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:24:37 [MINER] Mining on block 7. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 16:24:37 [MINER] Stopping...
helloworldwrite_1 | 2015/06/12 16:24:37 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 16:24:37 [STATE] c11bb68fe8f2e61bfcbd52762e9b7ae8eef84ef6: #4 7500000000000000000 (+ 1500000000000000000)
helloworldwrite_1 | 2015/06/12 16:24:37 [MINER] Mining on block 7. Includes 0 transactions
helloworldwrite_1 | 2015/06/12 16:24:37 [POW] Breaking from mining
helloworldwrite_1 | 2015/06/12 16:24:37 [MINER] Stopped
helloworldwrite_1 | [Runtime] 2015/06/12 16:24:37 Json string of resp obj:
helloworldwrite_1 | {"Body":"Not supported.","Header":{},"Status":200}
helloworldwrite_1 | [Webserver] 2015/06/12 16:24:37 Response status message: 200
helloworldwrite_1 | [Webserver] 2015/06/12 16:24:37 Response header stuff: map[]
helloworldwrite_1 | [martini] Completed 200 OK in 11.786612305s
helloworldwrite_1 | 2015/06/12 16:24:37 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:24:37 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:24:37 [REACTOR] removed subscription to newBlock
helloworldwrite_1 | 2015/06/12 16:24:37 [REACTOR] removed subscription to newTx:pre
helloworldwrite_1 | 2015/06/12 16:24:37 [MONK] Stopped mining
helloworldwrite_1 | 2015/06/12 16:24:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:24:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:24:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:24:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:24:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:24:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:24:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:25:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:09 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:25:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:25:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:19 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:25:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:25:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:29 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:25:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:25:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:39 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:25:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:25:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:49 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:25:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:25:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:59 [SERV] Peer 172.17.0.5:30303 already added.
helloworldwrite_1 | 2015/06/12 16:25:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:25:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:26:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldwrite_1 | 2015/06/12 16:26:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldwrite_1 | 2015/06/12 16:26:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
2015/06/11 08:48:57 compiling remotely... http://compilers:9099/compile
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7 100 7 0 0 64 0 --:--:-- --:--:-- --:--:-- 64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7 100 7 0 0 129 0 --:--:-- --:--:-- --:--:-- 129
Hello World Writer's DOUG Contract is at:
0x0f8a88a421eb52f3f5e549beb26d3a5d6973dcac
bash-3.2$ Attaching to helloworlddapp_helloworldread_1
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | My environment good sir:
helloworldread_1 | COMPILERS_PORT_9098_TCP_PORT=9098
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_helloworldmaster_1
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP_PORT=30304
helloworldread_1 | COMPILERS_PORT_9098_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_PORT_9099_TCP_PORT=9099
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PORT=5001
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_END=tcp://172.17.0.19:15256
helloworldread_1 | HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDWRITE_PORT=tcp://172.17.0.23:3000
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_PORT_9099_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP=tcp://172.17.0.23:3000
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP=tcp://172.17.0.19:15254
helloworldread_1 | IPFS_1_PORT_8080_TCP_ADDR=172.17.0.17
helloworldread_1 | HOSTNAME=da606d55a30b
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP=tcp://172.17.0.19:15255
helloworldread_1 | IPFS_PORT_4001_TCP_ADDR=172.17.0.17
helloworldread_1 | IPFS_1_PORT_4001_TCP=tcp://172.17.0.17:4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP=tcp://172.17.0.23:4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_NAME=/helloworlddapp_helloworldread_1/helloworldwrite
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP=tcp://172.17.0.23:15254
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT=tcp://172.17.0.21:9098
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP=tcp://172.17.0.19:15256
helloworldread_1 | IPFS_PORT_5001_TCP_ADDR=172.17.0.17
helloworldread_1 | IPFS_1_PORT_5001_TCP=tcp://172.17.0.17:5001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldread_1 | IPFS_1_PORT_8080_TCP_PORT=8080
helloworldread_1 | IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HOME=/home/eris
helloworldread_1 | OLDPWD=/go/src/github.com/eris-ltd
helloworldread_1 | COMPILERS_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldread_1 | IPFS_PORT_4001_TCP_PORT=4001
helloworldread_1 | IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP=tcp://172.17.0.23:3005
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP=udp://172.17.0.23:4002
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.21
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_compilers_1
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_ADDR=172.17.0.17
helloworldread_1 | IPFS_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | IPFS_PORT_5001_TCP_PORT=5001
helloworldread_1 | IPFS_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP_PORT=30303
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP=tcp://172.17.0.23:30303
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP_ADDR=172.17.0.23
helloworldread_1 | COMPILERS_PORT_9098_TCP=tcp://172.17.0.21:9098
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.21
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP=tcp://172.17.0.17:4001
helloworldread_1 | HELLOWORLDMASTER_ENV_user=eris
helloworldread_1 | IPFS_PORT_5001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP_PORT=30304
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP=tcp://172.17.0.23:30304
helloworldread_1 | HELLOWORLDWRITE_1_ENV_CONTAINERS=true
helloworldread_1 | COMPILERS_PORT_9099_TCP=tcp://172.17.0.21:9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.19:15256
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP=tcp://172.17.0.17:5001
helloworldread_1 | HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldread_1 | IPFS_1_PORT=tcp://172.17.0.17:4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT=tcp://172.17.0.23:3000
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_1_ENV_user=eris
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PORT=8080
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP_PORT=3000
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.19:15254
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_ENV_SERVE_GBLOCK=true
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_1_ENV_repository=lllc-server
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.19:15255
helloworldread_1 | HELLOWORLDMASTER_ENV_GOPATH=/go
helloworldread_1 | IPFS_1_NAME=/helloworlddapp_helloworldread_1/ipfs_1
helloworldread_1 | IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_helloworldwrite_1
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.19:15256
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_ENV_GOPATH=/go
helloworldread_1 | COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT=tcp://172.17.0.17:4001
helloworldread_1 | HELLOWORLDMASTER_1_PORT=tcp://172.17.0.19:15254
helloworldread_1 | IPFS_PORT_8080_TCP_ADDR=172.17.0.17
helloworldread_1 | IPFS_1_PORT_8080_TCP=tcp://172.17.0.17:8080
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.19:15254
helloworldread_1 | IPFS_PORT_4001_TCP=tcp://172.17.0.17:4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP=tcp://172.17.0.23:15254
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP_PORT=3005
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP_PORT=4002
helloworldread_1 | COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | IPFS_PORT_5001_TCP=tcp://172.17.0.17:5001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP=tcp://172.17.0.23:30303
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP_PROTO=udp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_user=eris
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_ipfs_1
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldread_1/helloworldmaster_1
helloworldread_1 | IPFS_PORT_8080_TCP_PORT=8080
helloworldread_1 | IPFS_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP=tcp://172.17.0.23:30304
helloworldread_1 | user=eris
helloworldread_1 | COMPILERS_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_START=15254
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.19
helloworldread_1 | IPFS_PORT_8080_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.21:9098
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP=tcp://172.17.0.17:8080
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP=tcp://172.17.0.23:3000
helloworldread_1 | PATH=/go/bin:/usr/src/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
helloworldread_1 | COMPILERS_1_PORT=tcp://172.17.0.21:9098
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.21:9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDWRITE_ENV_CONTAINERS=true
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_ENV_MASTER=true
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldread_1 | IPFS_PORT=tcp://172.17.0.17:4001
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_ENV_user=eris
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP=tcp://172.17.0.23:4001
helloworldread_1 | HELLOWORLDWRITE_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDMASTER_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP_PORT=3000
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP_ADDR=172.17.0.23
helloworldread_1 | COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.21
helloworldread_1 | COMPILERS_1_NAME=/helloworlddapp_helloworldread_1/compilers_1
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | COMPILERS_ENV_repository=lllc-server
helloworldread_1 | COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.21
helloworldread_1 | IPFS_NAME=/helloworlddapp_helloworldread_1/ipfs
helloworldread_1 | IPFS_ENV_IPFS_PATH=/data/ipfs
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP=tcp://172.17.0.23:15254
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP=tcp://172.17.0.23:3005
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP=udp://172.17.0.23:4002
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP_PORT=30303
helloworldread_1 | DEBIAN_FRONTEND=noninteractive
helloworldread_1 | COMPILERS_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldread_1 | HELLOWORLDMASTER_PORT=tcp://172.17.0.19:15254
helloworldread_1 | IPFS_PORT_8080_TCP=tcp://172.17.0.17:8080
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP_PORT=30304
helloworldread_1 | GOPATH=/go
helloworldread_1 | COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_START=tcp://172.17.0.19:15254
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.19:15256
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP_PORT=3005
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP_PORT=4002
helloworldread_1 | HELLOWORLDWRITE_1_PORT=tcp://172.17.0.23:3000
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP_PROTO=udp
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDMASTER_NAME=/helloworlddapp_helloworldread_1/helloworldmaster
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.19:15254
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_CONTAINERS=true
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_END=15256
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.19:15255
helloworldread_1 | IPFS_1_PORT_4001_TCP_ADDR=172.17.0.17
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_user=eris
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_1_NAME=/helloworlddapp_helloworldread_1/helloworldwrite_1
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP_ADDR=172.17.0.19
helloworldread_1 | HELLOWORLDMASTER_ENV_FETCH_PORT=15256
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.19:15256
helloworldread_1 | IPFS_1_PORT_5001_TCP_ADDR=172.17.0.17
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP_PORT=3000
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP=tcp://172.17.0.23:3000
helloworldread_1 | COMPILERS_PORT=tcp://172.17.0.21:9098
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP_PROTO=tcp
helloworldread_1 | PWD=/home/eris/.eris/dapps/helloworld
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP_PORT=15255
helloworldread_1 | IPFS_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP=tcp://172.17.0.23:4001
helloworldread_1 | HELLOWORLDWRITE_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP_PORT=15256
helloworldread_1 | IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | IPFS_1_PORT_5001_TCP_PORT=5001
helloworldread_1 | IPFS_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP=tcp://172.17.0.23:30303
helloworldread_1 | COMPILERS_PORT_9098_TCP_ADDR=172.17.0.21
helloworldread_1 | COMPILERS_NAME=/helloworlddapp_helloworldread_1/compilers
helloworldread_1 | COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.21:9098
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_repository=lllc-server
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT=tcp://172.17.0.19:15254
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_ADDR=172.17.0.17
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_1_ENV_user=eris
helloworldread_1 | IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP_ADDR=172.17.0.23
helloworldread_1 | HELLOWORLDWRITE_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP=tcp://172.17.0.23:30304
helloworldread_1 | ROOT_CONTRACT=
helloworldread_1 | CONTAINERS=true
helloworldread_1 | COMPILERS_PORT_9099_TCP_ADDR=172.17.0.21
helloworldread_1 | COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.21:9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.19:15254
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_ADDR=172.17.0.17
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP_PORT=3005
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP_PORT=4002
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP=tcp://172.17.0.23:3005
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP=udp://172.17.0.23:4002
helloworldread_1 | GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP_PROTO=udp
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP_PORT=30303
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | Am fetching the genesis block and catching up the chain.
helloworldread_1 |
helloworldread_1 | 2015/06/11 08:49:06 [EPM-CLI] Fetched genesis block for chain a4499f207770d8510564a257fd60a5e1c5e47756
helloworldread_1 | 2015/06/11 08:49:06 [EPM-CLI] Checked out chain: thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldread_1 | 2015/06/11 08:49:06 [EPM-CLI] Created ref helloworld to point to chain a4499f207770d8510564a257fd60a5e1c5e47756
helloworldread_1 | 2015/06/11 08:49:07 [EPM-CLI] Running chain thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldread_1 | 2015/06/11 08:49:07 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldread_1 | 2015/06/11 08:49:07 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldread_1 | 2015/06/11 08:49:07 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldread_1 | 2015/06/11 08:49:07 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldread_1 | 2015/06/11 08:49:07 [MONK] Identity created
helloworldread_1 | 2015/06/11 08:49:07 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/11 08:49:07 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/11 08:49:07 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldread_1 | 2015/06/11 08:49:07 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/11 08:49:07 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/11 08:49:07 [MONK] Created thelonious node
helloworldread_1 | 2015/06/11 08:49:07 [REACTOR] started
helloworldread_1 | 2015/06/11 08:49:07 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/11 08:49:07 [SERV] Server started
helloworldread_1 | 2015/06/11 08:49:07 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/11 08:49:07 [SERV] Peer handling started
helloworldread_1 | 2015/06/11 08:49:07 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldread_1 | 2015/06/11 08:49:07 [SERV] Peer is [eth] capable. (TD = 32768 ~ 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346) 33 / 0
helloworldread_1 | 2015/06/11 08:49:08 [PEER] Found common hash (bed1bf5c...)
helloworldread_1 | 2015/06/11 08:49:08 [STATE] Processed block #1 (888f6933...)
helloworldread_1 | 2015/06/11 08:49:08 [CHAIN] Imported 1 blocks. #1 (888f6933) / 1 (888f6933)
helloworldread_1 | 2015/06/11 08:49:13 [EPM-CLI] Loading chain
helloworldread_1 | 2015/06/11 08:49:13 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldread_1 | 2015/06/11 08:49:13 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldread_1 | 2015/06/11 08:49:13 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldread_1 | 2015/06/11 08:49:13 [DOUG] Setting Doug Deployer: NoGenDoug=true, ModelName=, Path=
helloworldread_1 | 2015/06/11 08:49:13 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldread_1 | 2015/06/11 08:49:13 [MONK] Identity created
helloworldread_1 | 2015/06/11 08:49:13 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/11 08:49:13 [CHAIN] Last block (#1) 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346
helloworldread_1 | 2015/06/11 08:49:13 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldread_1 | 2015/06/11 08:49:13 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/11 08:49:13 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/11 08:49:13 [MONK] Created thelonious node
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] started
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Server started
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Peer handling started
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] added new subscription to messages
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldread_1 | 2015/06/11 08:49:13 [REACTOR] removed subscription to chainReady
helloworldread_1 | 2015/06/11 08:49:13 [EPM-CLI] Contract root:/home/eris/.eris/dapps/helloworld/contracts
helloworldread_1 | 2015/06/11 08:49:13 [EPM-CLI] Pkg path:.
helloworldread_1 | 2015/06/11 08:49:13 [EPM-CLI] There was no test found for package-definition %s. Deploying without test ...
helloworldread_1 | helloworld
helloworldread_1 | 2015/06/11 08:49:13 [EPM] Parsing helloworld.pdx
helloworldread_1 | 2015/06/11 08:49:13 compiling remotely... http://compilers:9099/compile
helloworldread_1 | 2015/06/11 08:49:13 [EPM] Executing job: deploy
helloworldread_1 | 2015/06/11 08:49:13 [EPM] ResolvedArgs:[./test.lll ROOT]
helloworldread_1 | 2015/06/11 08:49:13 [EPM] Deploying contract:./test.lll
helloworldread_1 | 2015/06/11 08:49:13 [EPM] Contract path:/home/eris/.eris/dapps/helloworld/contracts/test.lll
helloworldread_1 | 2015/06/11 08:49:13 [EPM] Abi spec:
helloworldread_1 | 2015/06/11 08:49:13 [STATE] (+) ca860c30ee282cda48758cdb5cc2a634f6288f48
helloworldread_1 | Storing: ROOT 356a857312db0666ea6981b1b15a914ced6fba11
helloworldread_1 | 2015/06/11 08:49:13 [STATE] (+) ca860c30ee282cda48758cdb5cc2a634f6288f48
helloworldread_1 | 2015/06/11 08:49:13 [TXP] (t) ca860c30 => 00000000 (0) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldread_1 | 2015/06/11 08:49:13 [PIPE] Contract addr 356a857312db0666ea6981b1b15a914ced6fba11
helloworldread_1 | 2015/06/11 08:49:13 [EPM] Deployed 356a857312db0666ea6981b1b15a914ced6fba11 as ROOT
helloworldread_1 | 2015/06/11 08:49:13 [EPM] Stored var ROOT:0x356a857312db0666ea6981b1b15a914ced6fba11
helloworldread_1 | 2015/06/11 08:49:13 [MONK] Start mining
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldread_1 | 2015/06/11 08:49:13 [PEER] [connected] (outbound) 172.17.0.19:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Peer is [eth] capable. (TD = 32768 ~ 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346) 33 / 0
helloworldread_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Added peer (172.17.0.23:30303) 2 / 10 ([eth])
helloworldread_1 | 2015/06/11 08:49:13 [PEER] [connected] (outbound) 172.17.0.23:30303 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Peer is [eth] capable. (TD = 32768 ~ 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346) 33 / 0
helloworldread_1 | 2015/06/11 08:49:13 [PEER] Pubkey 22dd2c3c0874e5e94860283632abb0909670e1066fcb1b040a7848a1270a6aa3845419c676e882118dc74659a75936f009cdc2c13e727e74be1eb7e0f161ef8e found more then once. Already connected to client.
helloworldread_1 | 2015/06/11 08:49:13 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:13 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:16 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:16 [REACTOR] added new subscription to newTx:pre
helloworldread_1 | 2015/06/11 08:49:16 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/11 08:49:16 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:16 [REACTOR] added new subscription to newTx:pre
helloworldread_1 | 2015/06/11 08:49:16 [MINER] Started
helloworldread_1 | 2015/06/11 08:49:16 [STATE] (+) ca860c30ee282cda48758cdb5cc2a634f6288f48
helloworldread_1 | 2015/06/11 08:49:16 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldread_1 | 2015/06/11 08:49:16 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #0 0 (+ 0)
helloworldread_1 | 2015/06/11 08:49:16 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #0 0 (- 0)
helloworldread_1 | 2015/06/11 08:49:16 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 0 (- 0)
helloworldread_1 | 2015/06/11 08:49:16 [STATE] (+) 356a857312db0666ea6981b1b15a914ced6fba11
helloworldread_1 | 2015/06/11 08:49:16 [STATE] 356a857312db0666ea6981b1b15a914ced6fba11: #0 0 (+ 0)
helloworldread_1 | 2015/06/11 08:49:16 [VM] (init) 356a857312db0666ea6981b1b15a914ced6fba11 gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldread_1 | 2015/06/11 08:49:16 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/11 08:49:16 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 0 (+ 0)
helloworldread_1 | 2015/06/11 08:49:16 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 1500000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/11 08:49:16 [MINER] Mining on block 2. Includes 1 transactions
helloworldread_1 | 2015/06/11 08:49:17 [POW] Hashing @7khash
helloworldread_1 | 2015/06/11 08:49:18 [POW] Hashing @8khash
helloworldread_1 | 2015/06/11 08:49:19 [POW] Hashing @7khash
helloworldread_1 | 2015/06/11 08:49:20 [POW] Hashing @7khash
helloworldread_1 | 2015/06/11 08:49:20 [STATE] (+) ca860c30ee282cda48758cdb5cc2a634f6288f48
helloworldread_1 | 2015/06/11 08:49:20 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldread_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #0 0 (+ 0)
helloworldread_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #0 0 (- 0)
helloworldread_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 0 (- 0)
helloworldread_1 | 2015/06/11 08:49:20 [STATE] (+) 356a857312db0666ea6981b1b15a914ced6fba11
helloworldread_1 | 2015/06/11 08:49:20 [STATE] 356a857312db0666ea6981b1b15a914ced6fba11: #0 0 (+ 0)
helloworldread_1 | 2015/06/11 08:49:20 [VM] (init) 356a857312db0666ea6981b1b15a914ced6fba11 gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldread_1 | 2015/06/11 08:49:20 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 0 (+ 0)
helloworldread_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 1500000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/11 08:49:20 [STATE] Processed block #2 (f04b3b08...)
helloworldread_1 | 2015/06/11 08:49:20 [CHAIN] Block #2 passed (f04b3b08...)
helloworldread_1 | 2015/06/11 08:49:20 [CHAIN] Imported 1 blocks. #2 (f04b3b08) / 2 (f04b3b08)
helloworldread_1 | 2015/06/11 08:49:20 [MINER] posting new block!
helloworldread_1 | 2015/06/11 08:49:20 [MINER] 🔨 Mined block f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c
helloworldread_1 | 2015/06/11 08:49:20 [MINER]
helloworldread_1 | BLOCK(f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c): Size: 480.00 B
helloworldread_1 | PrevHash: 888f6933a4cee95a475fcea7f19e0f3e2aa43235b91d2a9dee755683d7d06346
helloworldread_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldread_1 | Coinbase: ca860c30ee282cda48758cdb5cc2a634f6288f48
helloworldread_1 | Root: 2e9df66a81a92daebf79bb8b11645f1ec03b18fe57d0904b392dcc8f8427a90b
helloworldread_1 | TxSha: 97ef0f37b215a46e69ec624452345c8a9d2eb361181548314143f0a1c165439e
helloworldread_1 | Difficulty: 32768
helloworldread_1 | Number: 2
helloworldread_1 | MinGas: 10000000000000
helloworldread_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldread_1 | GasUsed: 0
helloworldread_1 | Time: 1434012556
helloworldread_1 | Extra:
helloworldread_1 | Nonce: f75fe5174abb6b36ec36ca0d5ed31b85111532db899486b855ef10776255fcf5
helloworldread_1 | NumTx: 1
helloworldread_1 |
helloworldread_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 3000000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/11 08:49:20 [MINER] Mining on block 3. Includes 0 transactions
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] subscribing channel 0 to event newBlock blocked. skipping
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] subscribing channel 2 to event newBlock blocked. skipping
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] subscribing channel 3 to event newBlock blocked. skipping
helloworldread_1 | 2015/06/11 08:49:20 [MINER] Stopping...
helloworldread_1 | 2015/06/11 08:49:20 [POW] Breaking from mining
helloworldread_1 | 2015/06/11 08:49:20 [STATE] ca860c30ee282cda48758cdb5cc2a634f6288f48: #1 3000000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/11 08:49:20 [MINER] Mining on block 3. Includes 0 transactions
helloworldread_1 | 2015/06/11 08:49:20 [POW] Breaking from mining
helloworldread_1 | 2015/06/11 08:49:20 [MINER] Stopped
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] removed subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] removed subscription to newTx:pre
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] removed subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] removed subscription to newTx:pre
helloworldread_1 | 2015/06/11 08:49:20 [MONK] Stopped mining
helloworldread_1 | 2015/06/11 08:49:20 [EPM-CLI] Running chain thelonious/a4499f207770d8510564a257fd60a5e1c5e47756
helloworldread_1 | 2015/06/11 08:49:20 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldread_1 | 2015/06/11 08:49:20 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0
helloworldread_1 | 2015/06/11 08:49:20 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldread_1 | 2015/06/11 08:49:20 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0/genesis.json
helloworldread_1 | 2015/06/11 08:49:20 [MONK] Identity created
helloworldread_1 | 2015/06/11 08:49:20 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/11 08:49:20 [CHAIN] Last block (#2) f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c
helloworldread_1 | 2015/06/11 08:49:20 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldread_1 | 2015/06/11 08:49:20 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/11 08:49:20 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/11 08:49:20 [MONK] Created thelonious node
helloworldread_1 | 2015/06/11 08:49:20 [REACTOR] started
helloworldread_1 | 2015/06/11 08:49:20 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/11 08:49:20 [SERV] Server started
helloworldread_1 | 2015/06/11 08:49:20 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/11 08:49:20 [SERV] Peer handling started
helloworldread_1 | 2015/06/11 08:49:20 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | Configuring package.json with BLOCKCHAIN_ID (a4499f207770d8510564a257fd60a5e1c5e47756) and
helloworldread_1 | ROOT_CONTRACT (0x356a857312db0666ea6981b1b15a914ced6fba11) and
helloworldread_1 | PEER_SERVER (helloworldmaster:15254)
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | My package.json now looks like this.
helloworldread_1 | {
helloworldread_1 | "name": "Hello World",
helloworldread_1 | "id": "helloworld",
helloworldread_1 | "app_icon": "img/decerver.png",
helloworldread_1 | "version": "0.0.1",
helloworldread_1 | "homepage": "https://erisindustries.com",
helloworldread_1 | "author": {
helloworldread_1 | "name": "Eris Industries, Ltd.",
helloworldread_1 | "url": "https://erisindustries.com"
helloworldread_1 | },
helloworldread_1 | "repository": {
helloworldread_1 | "type": "git",
helloworldread_1 | "url": "git://github.com/eris-ltd/hello-world-dapp.git"
helloworldread_1 | },
helloworldread_1 | "bugs": {
helloworldread_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/issues"
helloworldread_1 | },
helloworldread_1 | "licenses": [
helloworldread_1 | {
helloworldread_1 | "type": "MIT",
helloworldread_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/blob/master/LICENSE.txt"
helloworldread_1 | }
helloworldread_1 | ],
helloworldread_1 | "module_dependencies": [
helloworldread_1 | {
helloworldread_1 | "name": "monk",
helloworldread_1 | "version": "0.0.1",
helloworldread_1 | "data": {
helloworldread_1 | "peer_server_address": "helloworldmaster:15254",
helloworldread_1 | "blockchain_id": "a4499f207770d8510564a257fd60a5e1c5e47756",
helloworldread_1 | "root_contract": "0x356a857312db0666ea6981b1b15a914ced6fba11"
helloworldread_1 | }
helloworldread_1 | },
helloworldread_1 | {
helloworldread_1 | "name": "ipfs",
helloworldread_1 | "version": "0.0.1"
helloworldread_1 | }
helloworldread_1 | ]
helloworldread_1 | }
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | My chain config now looks like this.
helloworldread_1 | {
helloworldread_1 | "local_host": "0.0.0.0",
helloworldread_1 | "local_port": 15254,
helloworldread_1 | "listen": true,
helloworldread_1 | "remote_host": "helloworldmaster",
helloworldread_1 | "remote_port": 15254,
helloworldread_1 | "use_seed": true,
helloworldread_1 | "rpc_host": "",
helloworldread_1 | "rpc_port": 30304,
helloworldread_1 | "serve_rpc": false,
helloworldread_1 | "fetch_port": 50505,
helloworldread_1 | "chain_id": "",
helloworldread_1 | "chain_name": "",
helloworldread_1 | "mining": false,
helloworldread_1 | "max_peers": 10,
helloworldread_1 | "client": "eris:db(thelonious)",
helloworldread_1 | "version": "0.9.0",
helloworldread_1 | "id": "",
helloworldread_1 | "key_session": "R2NQ3H4bfz",
helloworldread_1 | "key_store": "file",
helloworldread_1 | "key_cursor": 0,
helloworldread_1 | "key_file": "",
helloworldread_1 | "adversary": 0,
helloworldread_1 | "use_checkpoint": false,
helloworldread_1 | "latest_checkpoint": "",
helloworldread_1 | "config_file": "config",
helloworldread_1 | "root_dir": "/home/eris/.eris/blockchains/thelonious/a4499f207770d8510564a257fd60a5e1c5e47756/0",
helloworldread_1 | "db_name": "database",
helloworldread_1 | "db_mem": false,
helloworldread_1 | "contract_path": "/go/src/github.com/eris-ltd/eris-std-lib",
helloworldread_1 | "genesis_config": "/go/src/github.com/eris-ltd/thelonious/monk/defaults/genesis.json",
helloworldread_1 | "log_file": "",
helloworldread_1 | "debug_file": "",
helloworldread_1 | "log_level": 2
helloworldread_1 | }
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | Starting up! (Wheeeeeee says the marmot)
helloworldread_1 | [Decerver Core] 2015/06/11 08:49:23 Starting decerver bootstrapping sequence.
helloworldread_1 | Data directory '/home/eris/.eris/system' doesn't exist, creating it
helloworldread_1 | Data directory '/home/eris/.eris/tempfiles' doesn't exist, creating it
helloworldread_1 | Data directory '/home/eris/.eris/tempfiles/modules' doesn't exist, creating it
helloworldread_1 | Data directory '/home/eris/.eris/tempfiles/dapps' doesn't exist, creating it
helloworldread_1 | Data directory '/home/eris/.eris/modules/ipfs' doesn't exist, creating it
helloworldread_1 | [Decerver Core] 2015/06/11 08:49:23 Registering module 'ipfs'.
helloworldread_1 | Data directory '/home/eris/.eris/modules/lmd' doesn't exist, creating it
helloworldread_1 | [Decerver Core] 2015/06/11 08:49:23 Registering module 'lmd'.
helloworldread_1 | Data directory '/home/eris/.eris/modules/monk' doesn't exist, creating it
helloworldread_1 | [Decerver Core] 2015/06/11 08:49:23 Registering module 'monk'.
helloworldread_1 | [Dapp Manager] 2015/06/11 08:49:23 Registering dapps
helloworldread_1 | [Dapp Manager] 2015/06/11 08:49:23 ## Registering dapp: Hello World ##
helloworldread_1 | [Dapp Manager] 2015/06/11 08:49:23 Loaded javascript file 'DappHttpAPI.js'
helloworldread_1 | [Dapp Manager] 2015/06/11 08:49:23 Loaded javascript file 'HelloWorld.js'
helloworldread_1 | Registering path: helloworld/(.*)
helloworldread_1 | [Dapp Manager] 2015/06/11 08:49:23 Done registering dapps.
helloworldread_1 | [Decerver Core] 2015/06/11 08:49:23 Server started.
helloworldread_1 | [Decerver Core] 2015/06/11 08:49:23 Running...
helloworldread_1 | [martini] listening on 0.0.0.0:3000 (development)
helloworldread_1 | Loading module: ipfs
helloworldread_1 | Loading module: lmd
helloworldread_1 | Loading module: monk
helloworldread_1 | % Total % Received % Xferd Average Speed Time Time Time Current
helloworldread_1 | Dload Upload Total Spent Left Speed
helloworldread_1 | [martini] Started GET /admin/switch/helloworld for [::1]:45167
helloworldread_1 | Url: /admin/switch/helloworld
helloworldread_1 | [Webserver] 2015/06/11 08:49:28 Switching to dapp: helloworld
helloworldread_1 | [Dapp Manager] 2015/06/11 08:49:28 Loading dapp: helloworld
helloworldread_1 | [ScriptEngine] 2015/06/11 08:49:28 Core script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/11 08:49:28 Networking script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/11 08:49:28 Event processing script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/11 08:49:28 Js utilities script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/11 08:49:28 Creating new runtime: helloworld
helloworldread_1 | [ScriptEngine] 2015/06/11 08:49:28 Runtimes: map[helloworld:0xc208081840]
helloworldread_1 | 2015/06/11 08:49:28 [MONK] Identity created
helloworldread_1 | 2015/06/11 08:49:28 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/11 08:49:28 [CHAIN] Last block (#2) f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c
helloworldread_1 | 2015/06/11 08:49:28 [CHAIN] ChainID (a4499f207770d8510564a257fd60a5e1c5e47756)
helloworldread_1 | 2015/06/11 08:49:28 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/11 08:49:28 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/11 08:49:28 [MONK] Created thelonious node
helloworldread_1 | 2015/06/11 08:49:28 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/11 08:49:28 [REACTOR] started
helloworldread_1 | 2015/06/11 08:49:28 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Server started
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/11 08:49:28 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:28 [REACTOR] added new subscription to messages
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Peer handling started
helloworldread_1 | 2015/06/11 08:49:28 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/11 08:49:28 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldread_1 | [Dapp Manager] 2015/06/11 08:49:28 Root contract: 0x356a857312db0666ea6981b1b15a914ced6fba11
helloworldread_1 | [Runtime] 2015/06/11 08:49:28 Creating helloworld.
100 7 100 7 0 0 143 0 --:--:-- --:--:-- --:--:-- 145
helloworldread_1 | [Runtime] 2015/06/11 08:49:28 Starting helloworld.
helloworldread_1 | [martini] Completed 200 OK in 40.644819ms
helloworldread_1 | success2015/06/11 08:49:28 [REACTOR] removed subscription to chainReady
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Added peer (172.17.0.19:15254) 1 / 10 ([eth])
helloworldread_1 | 2015/06/11 08:49:28 [PEER] [connected] (outbound) 172.17.0.19:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Peer is [eth] capable. (TD = 65536 ~ f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c) 33 / 0
helloworldread_1 | 2015/06/11 08:49:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Added peer (172.17.0.23:30303) 2 / 10 ([eth])
helloworldread_1 | 2015/06/11 08:49:28 [PEER] [connected] (outbound) 172.17.0.23:30303 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Peer is [eth] capable. (TD = 65536 ~ f04b3b086bb197da673ccb4f44bccdbf52f6970b59d741db3612cdd6596c256c) 33 / 0
helloworldread_1 | 2015/06/11 08:49:28 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:49:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:38 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:49:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:38 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:49:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:49 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:59 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:49:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:09 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:19 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:29 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:39 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:49 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:58 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:50:58 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:50:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:50:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:08 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:51:08 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:08 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:08 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:51:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:18 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:51:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:18 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:51:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:28 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:51:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:28 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:51:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:38 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:51:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:38 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:51:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:48 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:51:48 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:48 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:48 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:51:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:58 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:51:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:51:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:51:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:09 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:19 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:29 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:52:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:39 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:52:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:48 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:59 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:52:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:52:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:08 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:18 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:53:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:53:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:29 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:53:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:39 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:49 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:58 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:53:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:58 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:53:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:53:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:09 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:54:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:18 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:54:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:18 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:54:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:29 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:38 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:54:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:38 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:54:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:49 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:58 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:59 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:54:59 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:09 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:09 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:09 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:18 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:19 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:19 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:28 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:55:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:28 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:29 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:55:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:29 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:39 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:55:39 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:39 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:49 [SERV] Peer 172.17.0.19:15254 already added.
helloworldread_1 | 2015/06/11 08:55:49 [SERV] Peer 172.17.0.23:30303 already added.
helloworldread_1 | 2015/06/11 08:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/11 08:55:49 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | My environment good sir:
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_helloworldmaster_1
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldread_1 | COMPILERS_PORT_9098_TCP_PORT=9098
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP_PORT=30304
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PORT=5001
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_END=tcp://172.17.0.2:15256
helloworldread_1 | HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldread_1 | COMPILERS_PORT_9098_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_PORT_9099_TCP_PORT=9099
helloworldread_1 | HELLOWORLDWRITE_PORT=tcp://172.17.0.4:3000
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_PORT_9099_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP=tcp://172.17.0.4:3000
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP=tcp://172.17.0.2:15254
helloworldread_1 | IPFS_1_PORT_8080_TCP_ADDR=172.17.0.1
helloworldread_1 | HOSTNAME=da606d55a30b
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP=tcp://172.17.0.2:15255
helloworldread_1 | IPFS_PORT_4001_TCP_ADDR=172.17.0.1
helloworldread_1 | IPFS_1_PORT_4001_TCP=tcp://172.17.0.1:4001
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP=tcp://172.17.0.4:15254
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP=tcp://172.17.0.4:4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_NAME=/helloworlddapp_helloworldread_1/helloworldwrite
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT=tcp://172.17.0.3:9098
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP=tcp://172.17.0.2:15256
helloworldread_1 | IPFS_PORT_5001_TCP_ADDR=172.17.0.1
helloworldread_1 | IPFS_1_PORT_5001_TCP=tcp://172.17.0.1:5001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldread_1 | IPFS_1_PORT_8080_TCP_PORT=8080
helloworldread_1 | IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HOME=/home/eris
helloworldread_1 | OLDPWD=/go/src/github.com/eris-ltd
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldread_1 | IPFS_PORT_4001_TCP_PORT=4001
helloworldread_1 | COMPILERS_1_ENV_GOPATH=/go
helloworldread_1 | IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP=tcp://172.17.0.4:3005
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP=udp://172.17.0.4:4002
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.3
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_compilers_1
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_ADDR=172.17.0.1
helloworldread_1 | IPFS_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | IPFS_PORT_5001_TCP_PORT=5001
helloworldread_1 | IPFS_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP_PORT=30303
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP=tcp://172.17.0.4:30303
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.3
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP=tcp://172.17.0.1:4001
helloworldread_1 | HELLOWORLDMASTER_ENV_user=eris
helloworldread_1 | IPFS_PORT_5001_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_PORT_9098_TCP=tcp://172.17.0.3:9098
helloworldread_1 | HELLOWORLDWRITE_1_ENV_CONTAINERS=true
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP_PORT=30304
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP=tcp://172.17.0.4:30304
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.2:15256
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP=tcp://172.17.0.1:5001
helloworldread_1 | HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldread_1 | COMPILERS_PORT_9099_TCP=tcp://172.17.0.3:9099
helloworldread_1 | IPFS_1_PORT=tcp://172.17.0.1:4001
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_1_ENV_user=eris
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT=tcp://172.17.0.4:3000
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PORT=8080
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP_PORT=3000
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.2:15254
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_ENV_SERVE_GBLOCK=true
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.2:15255
helloworldread_1 | HELLOWORLDMASTER_ENV_GOPATH=/go
helloworldread_1 | COMPILERS_1_ENV_repository=lllc-server
helloworldread_1 | IPFS_1_NAME=/helloworlddapp_helloworldread_1/ipfs_1
helloworldread_1 | IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_helloworldwrite_1
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.2:15256
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT=tcp://172.17.0.1:4001
helloworldread_1 | HELLOWORLDMASTER_1_PORT=tcp://172.17.0.2:15254
helloworldread_1 | IPFS_PORT_8080_TCP_ADDR=172.17.0.1
helloworldread_1 | COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | IPFS_1_PORT_8080_TCP=tcp://172.17.0.1:8080
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.2:15254
helloworldread_1 | IPFS_PORT_4001_TCP=tcp://172.17.0.1:4001
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP_PORT=3005
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP_PORT=4002
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDWRITE_PORT_15254_TCP=tcp://172.17.0.4:15254
helloworldread_1 | IPFS_PORT_5001_TCP=tcp://172.17.0.1:5001
helloworldread_1 | COMPILERS_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP_PROTO=udp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30303_TCP=tcp://172.17.0.4:30303
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_user=eris
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_NAME=/helloworlddapp_helloworldread_1/helloworlddapp_ipfs_1
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_ENV_IPFS_PATH=/data/ipfs
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDMASTER_1_NAME=/helloworlddapp_helloworldread_1/helloworldmaster_1
helloworldread_1 | IPFS_PORT_8080_TCP_PORT=8080
helloworldread_1 | IPFS_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_30304_TCP=tcp://172.17.0.4:30304
helloworldread_1 | user=eris
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_START=15254
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_END=15256
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_ADDR=172.17.0.2
helloworldread_1 | IPFS_PORT_8080_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.3:9098
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_8080_TCP=tcp://172.17.0.1:8080
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDMASTER_1_ENV_FETCH_PORT=15256
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3000_TCP=tcp://172.17.0.4:3000
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP_ADDR=172.17.0.4
helloworldread_1 | PATH=/go/bin:/usr/src/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.3:9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_SERVE_GBLOCK=true
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | COMPILERS_1_PORT=tcp://172.17.0.3:9098
helloworldread_1 | HELLOWORLDWRITE_ENV_CONTAINERS=true
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_ENV_MASTER=true
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PORT=15255
helloworldread_1 | IPFS_PORT=tcp://172.17.0.1:4001
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4001_TCP=tcp://172.17.0.4:4001
helloworldread_1 | HELLOWORLDWRITE_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_ENV_user=eris
helloworldread_1 | HELLOWORLDMASTER_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PORT=15256
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP_PORT=3000
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_1_PORT_9098_TCP_ADDR=172.17.0.3
helloworldread_1 | COMPILERS_1_NAME=/helloworlddapp_helloworldread_1/compilers_1
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP_PROTO=tcp
helloworldread_1 | IPFS_NAME=/helloworlddapp_helloworldread_1/ipfs
helloworldread_1 | IPFS_ENV_IPFS_PATH=/data/ipfs
helloworldread_1 | COMPILERS_ENV_repository=lllc-server
helloworldread_1 | COMPILERS_1_PORT_9099_TCP_ADDR=172.17.0.3
helloworldread_1 | HELLOWORLDWRITE_1_PORT_3005_TCP=tcp://172.17.0.4:3005
helloworldread_1 | HELLOWORLDWRITE_1_PORT_4002_UDP=udp://172.17.0.4:4002
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_15254_TCP=tcp://172.17.0.4:15254
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP_PORT=30303
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_ENV_GOPATH=/go
helloworldread_1 | DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDMASTER_PORT=tcp://172.17.0.2:15254
helloworldread_1 | IPFS_PORT_8080_TCP=tcp://172.17.0.1:8080
helloworldread_1 | COMPILERS_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | COMPILERS_1_PORT_9098_TCP_PORT=9098
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP_PORT=30304
helloworldread_1 | GOPATH=/go
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_PORT_START=15254
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_START=tcp://172.17.0.2:15254
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP_END=tcp://172.17.0.2:15256
helloworldread_1 | COMPILERS_1_PORT_9098_TCP_PROTO=tcp
helloworldread_1 | COMPILERS_1_PORT_9099_TCP_PORT=9099
helloworldread_1 | HELLOWORLDWRITE_1_PORT=tcp://172.17.0.4:3000
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP_PORT=3005
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP_PORT=4002
helloworldread_1 | COMPILERS_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | COMPILERS_1_PORT_9099_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP_PROTO=udp
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDMASTER_NAME=/helloworlddapp_helloworldread_1/helloworldmaster
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15254_TCP=tcp://172.17.0.2:15254
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_CONTAINERS=true
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_MASTER=true
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT_END=15256
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15255_TCP=tcp://172.17.0.2:15255
helloworldread_1 | IPFS_1_PORT_4001_TCP_ADDR=172.17.0.1
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_1_NAME=/helloworlddapp_helloworldread_1/helloworldwrite_1
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_user=eris
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP_ADDR=172.17.0.2
helloworldread_1 | HELLOWORLDMASTER_ENV_FETCH_PORT=15256
helloworldread_1 | HELLOWORLDMASTER_1_PORT_15256_TCP=tcp://172.17.0.2:15256
helloworldread_1 | IPFS_1_PORT_5001_TCP_ADDR=172.17.0.1
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP_PORT=3000
helloworldread_1 | HELLOWORLDWRITE_PORT_3000_TCP=tcp://172.17.0.4:3000
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PORT=15254
helloworldread_1 | COMPILERS_PORT=tcp://172.17.0.3:9098
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3000_TCP_PROTO=tcp
helloworldread_1 | PWD=/home/eris/.eris/dapps/helloworld
helloworldread_1 | HELLOWORLDMASTER_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP_PORT=15255
helloworldread_1 | IPFS_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP_PORT=15254
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP_PORT=4001
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_PORT_4001_TCP=tcp://172.17.0.4:4001
helloworldread_1 | HELLOWORLDWRITE_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDMASTER_PORT_15255_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP_PORT=15256
helloworldread_1 | IPFS_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | IPFS_1_PORT_5001_TCP_PORT=5001
helloworldread_1 | IPFS_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDWRITE_1_PORT_15254_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30303_TCP=tcp://172.17.0.4:30303
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_ENV_GOPATH=/go
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_repository=lllc-server
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT=tcp://172.17.0.2:15254
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_4001_TCP_ADDR=172.17.0.1
helloworldread_1 | HELLOWORLDMASTER_PORT_15256_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDMASTER_1_ENV_user=eris
helloworldread_1 | COMPILERS_PORT_9098_TCP_ADDR=172.17.0.3
helloworldread_1 | COMPILERS_NAME=/helloworlddapp_helloworldread_1/compilers
helloworldread_1 | COMPILERS_1_PORT_9098_TCP=tcp://172.17.0.3:9098
helloworldread_1 | IPFS_1_PORT_5001_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDWRITE_1_PORT_30304_TCP=tcp://172.17.0.4:30304
helloworldread_1 | HELLOWORLDWRITE_PORT_30304_TCP_ADDR=172.17.0.4
helloworldread_1 | HELLOWORLDWRITE_ENV_GOLANG_VERSION=1.4.2
helloworldread_1 | ROOT_CONTRACT=
helloworldread_1 | CONTAINERS=true
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDMASTER_1_PORT_15254_TCP_START=tcp://172.17.0.2:15254
helloworldread_1 | HELLOWORLDDAPP_IPFS_1_PORT_5001_TCP_ADDR=172.17.0.1
helloworldread_1 | COMPILERS_PORT_9099_TCP_ADDR=172.17.0.3
helloworldread_1 | COMPILERS_1_PORT_9099_TCP=tcp://172.17.0.3:9099
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP_PORT=3005
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP_PORT=4002
helloworldread_1 | HELLOWORLDWRITE_PORT_3005_TCP=tcp://172.17.0.4:3005
helloworldread_1 | HELLOWORLDWRITE_PORT_4002_UDP=udp://172.17.0.4:4002
helloworldread_1 | GOLANG_VERSION=1.4.2
helloworldread_1 | HELLOWORLDDAPP_COMPILERS_1_ENV_DEBIAN_FRONTEND=noninteractive
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_3005_TCP_PROTO=tcp
helloworldread_1 | HELLOWORLDDAPP_HELLOWORLDWRITE_1_PORT_4002_UDP_PROTO=udp
helloworldread_1 | HELLOWORLDWRITE_PORT_30303_TCP_PORT=30303
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | Am fetching the genesis block and catching up the chain.
helloworldread_1 |
helloworldread_1 | 2015/06/12 15:08:04 [EPM-CLI] Fetched genesis block for chain 34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldread_1 | 2015/06/12 15:08:04 [EPM-CLI] Checked out chain: thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldread_1 | 2015/06/12 15:08:04 [EPM-CLI] Ref helloworld already exists
helloworldread_1 | 2015/06/12 15:08:05 [EPM-CLI] Running chain thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldread_1 | 2015/06/12 15:08:05 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldread_1 | 2015/06/12 15:08:05 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldread_1 | 2015/06/12 15:08:05 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldread_1 | 2015/06/12 15:08:05 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldread_1 | 2015/06/12 15:08:05 [MONK] Identity created
helloworldread_1 | 2015/06/12 15:08:05 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/12 15:08:05 [CHAIN] Last block (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/12 15:08:05 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldread_1 | 2015/06/12 15:08:05 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/12 15:08:05 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/12 15:08:05 [MONK] Created thelonious node
helloworldread_1 | 2015/06/12 15:08:05 [REACTOR] started
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Server started
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Peer handling started
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldread_1 | 2015/06/12 15:08:05 [PEER] Found common hash (bed1bf5c...)
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Added peer (172.17.0.4:30303) 2 / 10 ([eth])
helloworldread_1 | 2015/06/12 15:08:05 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldread_1 | 2015/06/12 15:08:05 [PEER] Found common hash (bed1bf5c...)
helloworldread_1 | 2015/06/12 15:08:06 [STATE] Processed block #1 (8461252d...)
helloworldread_1 | 2015/06/12 15:08:06 [CHAIN] Imported 1 blocks. #1 (8461252d) / 1 (8461252d)
helloworldread_1 | 2015/06/12 15:08:14 [EPM-CLI] Loading chain
helloworldread_1 | 2015/06/12 15:08:14 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldread_1 | 2015/06/12 15:08:14 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldread_1 | 2015/06/12 15:08:14 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldread_1 | 2015/06/12 15:08:14 [DOUG] Setting Doug Deployer: NoGenDoug=true, ModelName=, Path=
helloworldread_1 | 2015/06/12 15:08:14 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldread_1 | 2015/06/12 15:08:14 [MONK] Identity created
helloworldread_1 | 2015/06/12 15:08:14 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/12 15:08:14 [CHAIN] Last block (#1) 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f
helloworldread_1 | 2015/06/12 15:08:14 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldread_1 | 2015/06/12 15:08:14 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/12 15:08:14 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/12 15:08:14 [MONK] Created thelonious node
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] started
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Server started
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Peer handling started
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] added new subscription to messages
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldread_1 | 2015/06/12 15:08:14 [REACTOR] removed subscription to chainReady
helloworldread_1 | 2015/06/12 15:08:14 [EPM-CLI] Contract root:/home/eris/.eris/dapps/helloworld/contracts
helloworldread_1 | 2015/06/12 15:08:14 [EPM-CLI] Pkg path:.
helloworldread_1 | 2015/06/12 15:08:14 [EPM-CLI] There was no test found for package-definition %s. Deploying without test ...
helloworldread_1 | helloworld
helloworldread_1 | 2015/06/12 15:08:14 [EPM] Parsing helloworld.pdx
helloworldread_1 | 2015/06/12 15:08:14 [EPM] Executing job: deploy
helloworldread_1 | 2015/06/12 15:08:14 [EPM] ResolvedArgs:[./test.lll ROOT]
helloworldread_1 | 2015/06/12 15:08:14 [EPM] Deploying contract:./test.lll
helloworldread_1 | 2015/06/12 15:08:14 [EPM] Contract path:/home/eris/.eris/dapps/helloworld/contracts/test.lll
helloworldread_1 | 2015/06/12 15:08:14 [EPM] Abi spec:
helloworldread_1 | 2015/06/12 15:08:14 [STATE] (+) a5331a60099d9ad21b4839d33c80a9d309883bde
helloworldread_1 | 2015/06/12 15:08:14 [STATE] (+) a5331a60099d9ad21b4839d33c80a9d309883bde
helloworldread_1 | 2015/06/12 15:08:14 [TXP] (t) a5331a60 => 00000000 (0) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldread_1 | 2015/06/12 15:08:14 [PIPE] Contract addr 5e3d7b0bc5640a580895c4076e4b80badcf73c1f
helloworldread_1 | Storing: ROOT 5e3d7b0bc5640a580895c4076e4b80badcf73c1f
helloworldread_1 | 2015/06/12 15:08:14 [EPM] Deployed 5e3d7b0bc5640a580895c4076e4b80badcf73c1f as ROOT
helloworldread_1 | 2015/06/12 15:08:14 [EPM] Stored var ROOT:0x5e3d7b0bc5640a580895c4076e4b80badcf73c1f
helloworldread_1 | 2015/06/12 15:08:14 [MONK] Start mining
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldread_1 | 2015/06/12 15:08:14 [PEER] [connected] (outbound) 172.17.0.2:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Added peer (172.17.0.4:30303) 2 / 10 ([eth])
helloworldread_1 | 2015/06/12 15:08:14 [PEER] [connected] (outbound) 172.17.0.4:30303 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/12 15:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Peer is [eth] capable. (TD = 32768 ~ 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f) 33 / 0
helloworldread_1 | 2015/06/12 15:08:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:17 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:17 [REACTOR] added new subscription to newTx:pre
helloworldread_1 | 2015/06/12 15:08:17 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/12 15:08:17 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:17 [REACTOR] added new subscription to newTx:pre
helloworldread_1 | 2015/06/12 15:08:17 [MINER] Started
helloworldread_1 | 2015/06/12 15:08:17 [STATE] (+) a5331a60099d9ad21b4839d33c80a9d309883bde
helloworldread_1 | 2015/06/12 15:08:17 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldread_1 | 2015/06/12 15:08:17 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #0 0 (+ 0)
helloworldread_1 | 2015/06/12 15:08:17 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #0 0 (- 0)
helloworldread_1 | 2015/06/12 15:08:17 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 0 (- 0)
helloworldread_1 | 2015/06/12 15:08:17 [STATE] (+) 5e3d7b0bc5640a580895c4076e4b80badcf73c1f
helloworldread_1 | 2015/06/12 15:08:17 [STATE] 5e3d7b0bc5640a580895c4076e4b80badcf73c1f: #0 0 (+ 0)
helloworldread_1 | 2015/06/12 15:08:17 [VM] (init) 5e3d7b0bc5640a580895c4076e4b80badcf73c1f gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldread_1 | 2015/06/12 15:08:17 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/12 15:08:17 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 0 (+ 0)
helloworldread_1 | 2015/06/12 15:08:17 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 1500000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/12 15:08:17 [MINER] Mining on block 2. Includes 1 transactions
helloworldread_1 | 2015/06/12 15:08:18 [POW] Hashing @7khash
helloworldread_1 | 2015/06/12 15:08:19 [POW] Hashing @7khash
helloworldread_1 | 2015/06/12 15:08:20 [POW] Hashing @6khash
helloworldread_1 | 2015/06/12 15:08:21 [POW] Hashing @6khash
helloworldread_1 | 2015/06/12 15:08:22 [POW] Hashing @6khash
helloworldread_1 | 2015/06/12 15:08:23 [POW] Hashing @7khash
helloworldread_1 | 2015/06/12 15:08:24 [POW] Hashing @7khash
helloworldread_1 | 2015/06/12 15:08:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:08:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:25 [POW] Hashing @7khash
helloworldread_1 | 2015/06/12 15:08:25 [STATE] (+) a5331a60099d9ad21b4839d33c80a9d309883bde
helloworldread_1 | 2015/06/12 15:08:25 [STATE] (~) e017143e91374f0d99a89ec1af28318730cc98b473188abae82b88562b91a2d2
helloworldread_1 | 2015/06/12 15:08:25 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #0 0 (+ 0)
helloworldread_1 | 2015/06/12 15:08:25 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #0 0 (- 0)
helloworldread_1 | 2015/06/12 15:08:25 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 0 (- 0)
helloworldread_1 | 2015/06/12 15:08:25 [STATE] (+) 5e3d7b0bc5640a580895c4076e4b80badcf73c1f
helloworldread_1 | 2015/06/12 15:08:25 [STATE] 5e3d7b0bc5640a580895c4076e4b80badcf73c1f: #0 0 (+ 0)
helloworldread_1 | 2015/06/12 15:08:25 [VM] (init) 5e3d7b0bc5640a580895c4076e4b80badcf73c1f gas: 199999999999215 (d) 63deadbeef60105760258060146000396000f20060003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 0 -o- PUSH4 (g) 1 (199999999999214) => 0xdeadbeef
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 5 -o- PUSH1 (g) 1 (199999999999213) => 0x10
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 7 -o- SSTORE (g) 200 (199999999999013) {0x10 : 0xdeadbeef}
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 8 -o- PUSH1 (g) 1 (199999999999012) => 0x25
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 10 -o- DUP1 (g) 1 (199999999999011) => [1] 0x25
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 11 -o- PUSH1 (g) 1 (199999999999010) => 0x14
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 13 -o- PUSH1 (g) 1 (199999999999009) => 0x00
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 15 -o- CODECOPY (g) 3 (199999999999006)
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 16 -o- PUSH1 (g) 1 (199999999999005) => 0x00
helloworldread_1 | 2015/06/12 15:08:25 [VM] (pc) 18 -o- RETURN (g) 1 (199999999999004) => (37) 0x60003556601b5960203560003557600160005460206000f2602558600060005460206000f2
helloworldread_1 | 2015/06/12 15:08:25 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 0 (+ 0)
helloworldread_1 | 2015/06/12 15:08:25 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 1500000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/12 15:08:25 [STATE] Processed block #2 (c37904a9...)
helloworldread_1 | 2015/06/12 15:08:25 [CHAIN] Block #2 passed (c37904a9...)
helloworldread_1 | 2015/06/12 15:08:25 [CHAIN] Imported 1 blocks. #2 (c37904a9) / 2 (c37904a9)
helloworldread_1 | 2015/06/12 15:08:25 [MINER] posting new block!
helloworldread_1 | 2015/06/12 15:08:25 [MINER] 🔨 Mined block c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111
helloworldread_1 | 2015/06/12 15:08:25 [MINER]
helloworldread_1 | BLOCK(c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111): Size: 480.00 B
helloworldread_1 | PrevHash: 8461252dd7011f91d8f7a0521fd5f79702718380604ac1209eb598b427353d0f
helloworldread_1 | UncleSha: 1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347
helloworldread_1 | Coinbase: a5331a60099d9ad21b4839d33c80a9d309883bde
helloworldread_1 | Root: 389c33a63513be2632a17370601e91908e6a4d75bd56d13bdd5ee822039f673f
helloworldread_1 | TxSha: 0f5e58c3f243751c9540cfa395f07fc32a51302f772df44ae7829c943ab892cc
helloworldread_1 | Difficulty: 32768
helloworldread_1 | Number: 2
helloworldread_1 | MinGas: 10000000000000
helloworldread_1 | MaxLimit: 100000000000000000000000000000000000000000000000000
helloworldread_1 | GasUsed: 0
helloworldread_1 | Time: 1434121697
helloworldread_1 | Extra:
helloworldread_1 | Nonce: d1f59d081098253e8ca13ac6699874ef62c3e3ddca762c39722cf8845574d7fd
helloworldread_1 | NumTx: 1
helloworldread_1 |
helloworldread_1 | 2015/06/12 15:08:25 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 3000000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/12 15:08:25 [MINER] Mining on block 3. Includes 0 transactions
helloworldread_1 | 2015/06/12 15:08:25 [REACTOR] subscribing channel 0 to event newBlock blocked. skipping
helloworldread_1 | 2015/06/12 15:08:25 [REACTOR] subscribing channel 2 to event newBlock blocked. skipping
helloworldread_1 | 2015/06/12 15:08:25 [REACTOR] subscribing channel 3 to event newBlock blocked. skipping
helloworldread_1 | 2015/06/12 15:08:25 [MINER] Stopping...
helloworldread_1 | 2015/06/12 15:08:25 [POW] Breaking from mining
helloworldread_1 | 2015/06/12 15:08:25 [STATE] a5331a60099d9ad21b4839d33c80a9d309883bde: #1 3000000000000000000 (+ 1500000000000000000)
helloworldread_1 | 2015/06/12 15:08:25 [MINER] Mining on block 3. Includes 0 transactions
helloworldread_1 | 2015/06/12 15:08:25 [POW] Breaking from mining
helloworldread_1 | 2015/06/12 15:08:25 [MINER] Stopped
helloworldread_1 | 2015/06/12 15:08:25 [REACTOR] removed subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:25 [REACTOR] removed subscription to newTx:pre
helloworldread_1 | 2015/06/12 15:08:25 [REACTOR] removed subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:25 [REACTOR] removed subscription to newTx:pre
helloworldread_1 | 2015/06/12 15:08:25 [MONK] Stopped mining
helloworldread_1 | 2015/06/12 15:08:26 [EPM-CLI] Running chain thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a
helloworldread_1 | 2015/06/12 15:08:26 [EPM-CLI] Root directory: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldread_1 | 2015/06/12 15:08:26 [MONK] Root directory /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0
helloworldread_1 | 2015/06/12 15:08:26 [DOUG] Loading genesis config:/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldread_1 | 2015/06/12 15:08:26 [MONK] Loaded genesis configuration from: /home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0/genesis.json
helloworldread_1 | 2015/06/12 15:08:26 [MONK] Identity created
helloworldread_1 | 2015/06/12 15:08:26 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/12 15:08:26 [CHAIN] Last block (#2) c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111
helloworldread_1 | 2015/06/12 15:08:26 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldread_1 | 2015/06/12 15:08:26 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/12 15:08:26 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/12 15:08:26 [MONK] Created thelonious node
helloworldread_1 | 2015/06/12 15:08:26 [REACTOR] started
helloworldread_1 | 2015/06/12 15:08:26 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/12 15:08:26 [SERV] Server started
helloworldread_1 | 2015/06/12 15:08:26 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/12 15:08:26 [SERV] Peer handling started
helloworldread_1 | 2015/06/12 15:08:26 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | Configuring package.json with BLOCKCHAIN_ID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a) and
helloworldread_1 | ROOT_CONTRACT (0x5e3d7b0bc5640a580895c4076e4b80badcf73c1f) and
helloworldread_1 | PEER_SERVER (helloworldmaster:15254)
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | My package.json now looks like this.
helloworldread_1 | {
helloworldread_1 | "name": "Hello World",
helloworldread_1 | "id": "helloworld",
helloworldread_1 | "app_icon": "img/decerver.png",
helloworldread_1 | "version": "0.0.1",
helloworldread_1 | "homepage": "https://erisindustries.com",
helloworldread_1 | "author": {
helloworldread_1 | "name": "Eris Industries, Ltd.",
helloworldread_1 | "url": "https://erisindustries.com"
helloworldread_1 | },
helloworldread_1 | "repository": {
helloworldread_1 | "type": "git",
helloworldread_1 | "url": "git://github.com/eris-ltd/hello-world-dapp.git"
helloworldread_1 | },
helloworldread_1 | "bugs": {
helloworldread_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/issues"
helloworldread_1 | },
helloworldread_1 | "licenses": [
helloworldread_1 | {
helloworldread_1 | "type": "MIT",
helloworldread_1 | "url": "https://github.com/eris-ltd/hello-world-dapp/blob/master/LICENSE.txt"
helloworldread_1 | }
helloworldread_1 | ],
helloworldread_1 | "module_dependencies": [
helloworldread_1 | {
helloworldread_1 | "name": "monk",
helloworldread_1 | "version": "0.0.1",
helloworldread_1 | "data": {
helloworldread_1 | "peer_server_address": "helloworldmaster:15254",
helloworldread_1 | "blockchain_id": "34d0aa6e650206bb6811fd06da1ad7ea3296eb4a",
helloworldread_1 | "root_contract": "0x5e3d7b0bc5640a580895c4076e4b80badcf73c1f"
helloworldread_1 | }
helloworldread_1 | },
helloworldread_1 | {
helloworldread_1 | "name": "ipfs",
helloworldread_1 | "version": "0.0.1"
helloworldread_1 | }
helloworldread_1 | ]
helloworldread_1 | }
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | My chain config now looks like this.
helloworldread_1 | {
helloworldread_1 | "local_host": "0.0.0.0",
helloworldread_1 | "local_port": 15254,
helloworldread_1 | "listen": true,
helloworldread_1 | "remote_host": "helloworldmaster",
helloworldread_1 | "remote_port": 15254,
helloworldread_1 | "use_seed": true,
helloworldread_1 | "rpc_host": "",
helloworldread_1 | "rpc_port": 30304,
helloworldread_1 | "serve_rpc": false,
helloworldread_1 | "fetch_port": 50505,
helloworldread_1 | "chain_id": "",
helloworldread_1 | "chain_name": "",
helloworldread_1 | "mining": false,
helloworldread_1 | "max_peers": 10,
helloworldread_1 | "client": "eris:db(thelonious)",
helloworldread_1 | "version": "0.9.0",
helloworldread_1 | "id": "",
helloworldread_1 | "key_session": "ApF2jdcAc8",
helloworldread_1 | "key_store": "file",
helloworldread_1 | "key_cursor": 0,
helloworldread_1 | "key_file": "",
helloworldread_1 | "adversary": 0,
helloworldread_1 | "use_checkpoint": false,
helloworldread_1 | "latest_checkpoint": "",
helloworldread_1 | "config_file": "config",
helloworldread_1 | "root_dir": "/home/eris/.eris/blockchains/thelonious/34d0aa6e650206bb6811fd06da1ad7ea3296eb4a/0",
helloworldread_1 | "db_name": "database",
helloworldread_1 | "db_mem": false,
helloworldread_1 | "contract_path": "/go/src/github.com/eris-ltd/eris-std-lib",
helloworldread_1 | "genesis_config": "/go/src/github.com/eris-ltd/thelonious/monk/defaults/genesis.json",
helloworldread_1 | "log_file": "",
helloworldread_1 | "debug_file": "",
helloworldread_1 | "log_level": 2
helloworldread_1 | }
helloworldread_1 |
helloworldread_1 |
helloworldread_1 | Starting up! (Wheeeeeee says the marmot)
helloworldread_1 | [Decerver Core] 2015/06/12 15:08:29 Starting decerver bootstrapping sequence.
helloworldread_1 | [Decerver Core] 2015/06/12 15:08:29 Registering module 'ipfs'.
helloworldread_1 | [Decerver Core] 2015/06/12 15:08:29 Registering module 'lmd'.
helloworldread_1 | [Decerver Core] 2015/06/12 15:08:29 Registering module 'monk'.
helloworldread_1 | [Dapp Manager] 2015/06/12 15:08:29 Registering dapps
helloworldread_1 | [Dapp Manager] 2015/06/12 15:08:29 ## Registering dapp: Hello World ##
helloworldread_1 | [Dapp Manager] 2015/06/12 15:08:29 Loaded javascript file 'DappHttpAPI.js'
helloworldread_1 | [Dapp Manager] 2015/06/12 15:08:29 Loaded javascript file 'HelloWorld.js'
helloworldread_1 | Registering path: helloworld/(.*)
helloworldread_1 | [Dapp Manager] 2015/06/12 15:08:29 Done registering dapps.
helloworldread_1 | [Decerver Core] 2015/06/12 15:08:29 Server started.
helloworldread_1 | [Decerver Core] 2015/06/12 15:08:29 Running...
helloworldread_1 | [martini] listening on 0.0.0.0:3000 (development)
helloworldread_1 | Loading module: ipfs
helloworldread_1 | Loading module: lmd
helloworldread_1 | Loading module: monk
helloworldread_1 | % Total % Received % Xferd Average Speed Time Time Time Current
helloworldread_1 | Dload Upload Total Spent Left Speed
helloworldread_1 | [martini] Started GET /admin/switch/helloworld for [::1]:33336
helloworldread_1 | Url: /admin/switch/helloworld
helloworldread_1 | [Webserver] 2015/06/12 15:08:34 Switching to dapp: helloworld
helloworldread_1 | [Dapp Manager] 2015/06/12 15:08:34 Loading dapp: helloworld
helloworldread_1 | [ScriptEngine] 2015/06/12 15:08:34 Core script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/12 15:08:34 Networking script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/12 15:08:34 Event processing script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/12 15:08:34 Js utilities script loaded.
helloworldread_1 | [ScriptEngine] 2015/06/12 15:08:34 Creating new runtime: helloworld
helloworldread_1 | [ScriptEngine] 2015/06/12 15:08:34 Runtimes: map[helloworld:0xc208081840]
helloworldread_1 | 2015/06/12 15:08:34 [MONK] Identity created
helloworldread_1 | 2015/06/12 15:08:34 [CHAIN] Found genesis block
helloworldread_1 | 2015/06/12 15:08:34 [CHAIN] Last block (#2) c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111
helloworldread_1 | 2015/06/12 15:08:34 [CHAIN] ChainID (34d0aa6e650206bb6811fd06da1ad7ea3296eb4a)
helloworldread_1 | 2015/06/12 15:08:34 [CHAIN] Genesis (bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1)
helloworldread_1 | 2015/06/12 15:08:34 [CHAIN] Updating checkpoint block: (#0) bed1bf5c2b2729e21bb1add1c4025bd19047be0b41385bc7385f2c92cf6dccb1
helloworldread_1 | 2015/06/12 15:08:34 [MONK] Created thelonious node
helloworldread_1 | 2015/06/12 15:08:34 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/12 15:08:34 [REACTOR] started
helloworldread_1 | 2015/06/12 15:08:34 [REACTOR] added new subscription to chainReady
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Ready and accepting connections
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Server started
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Connecting to peer: helloworldmaster:15254
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Peer handling started
helloworldread_1 | 2015/06/12 15:08:34 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:34 [REACTOR] added new subscription to newBlock
helloworldread_1 | 2015/06/12 15:08:34 [REACTOR] added new subscription to messages
helloworldread_1 | 2015/06/12 15:08:34 [REACTOR] subscribing channel 1 to event chainReady blocked. skipping
helloworldread_1 | [Dapp Manager] 2015/06/12 15:08:34 Root contract: 0x5e3d7b0bc5640a580895c4076e4b80badcf73c1f
helloworldread_1 | [Runtime] 2015/06/12 15:08:34 Creating helloworld.
helloworldread_1 | [Runtime] 2015/06/12 15:08:34 Starting helloworld.
helloworldread_1 | [martini] Completed 200 OK in 30.919976ms
100 7 100 7 0 0 184 0 --:--:-- --:--:-- --:--:-- 189
helloworldread_1 | success2015/06/12 15:08:34 [REACTOR] removed subscription to chainReady
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Added peer (172.17.0.2:15254) 1 / 10 ([eth])
helloworldread_1 | 2015/06/12 15:08:34 [PEER] [connected] (outbound) 172.17.0.2:15254 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Peer is [eth] capable. (TD = 65536 ~ c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111) 33 / 0
helloworldread_1 | 2015/06/12 15:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Added peer (172.17.0.4:30303) 2 / 10 ([eth])
helloworldread_1 | 2015/06/12 15:08:34 [PEER] [connected] (outbound) 172.17.0.4:30303 eris:db(thelonious)/v0.9.0/linux/go1.4.2 [Peer discovery | Block chain relaying | Transaction relaying]
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Peer is [eth] capable. (TD = 65536 ~ c37904a97e872918213ba01b581be4cc001f25df83d188255ebb9baf1347a111) 33 / 0
helloworldread_1 | 2015/06/12 15:08:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:08:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:08:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:09:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:09:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:09:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:09:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:09:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:09:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:09:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:10:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:10:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:10:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:10:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:10:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:10:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:10:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:10:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:10:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:10:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:10:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:11:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:11:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:11:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:11:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:11:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:11:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:11:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:35 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:11:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:11:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:11:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:11:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:12:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:12:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:12:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:12:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:12:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:12:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:12:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:12:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:12:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:12:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:12:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:13:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:13:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:13:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:13:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:13:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:13:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:13:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:13:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:13:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:14:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:14:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:14:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:14:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:14:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:14:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:45 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:14:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:14:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:14:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:14:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:15:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:15:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:15:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:15:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:15:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:15:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:15:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:15:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:15:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:15:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:15:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:16:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:16:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:16:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:16:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:16:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:16:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:16:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:16:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:16:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:16:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:16:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:16:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:17:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:17:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:17:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:17:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:17:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:17:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:17:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:17:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:17:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:17:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:17:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:17:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:17:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:18:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:18:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:25 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:18:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:18:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:18:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:18:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:18:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:18:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:18:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:19:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:19:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:19:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:19:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:19:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:19:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:19:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:19:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:19:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:20:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:20:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:20:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:20:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:20:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:20:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:35 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:20:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:20:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:20:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:20:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:20:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:20:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:20:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:21:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:21:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:21:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:21:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:21:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:21:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:21:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:21:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:21:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:22:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:22:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:22:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:22:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:22:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:22:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:22:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:22:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:22:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:22:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:22:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:22:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:22:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:23:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:23:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:23:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:23:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:23:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:23:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:23:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:23:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:23:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:23:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:23:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:24:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:24:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:24:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:24:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:24:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:24:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:24:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:24:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:24:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:24:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:24:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:24:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:25:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:25:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:25:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:25:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:25:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:25:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:25:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:25:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:25:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:25:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:25:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:25:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:25:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:26:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:26:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:26:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:26:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:26:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:26:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:26:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:26:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:26:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:26:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:26:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:26:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:26:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:27:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:27:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:27:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:27:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:27:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:27:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:27:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:27:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:27:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:27:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:27:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:27:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:27:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:28:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:28:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:28:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:28:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:28:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:28:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:28:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:35 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:28:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:28:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:28:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:28:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:28:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:28:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:29:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:29:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:29:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:29:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:29:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:29:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:29:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:29:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:29:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:29:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:29:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:29:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:29:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:05 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:30:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:30:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:30:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:30:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:30:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:30:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:30:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:30:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:30:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:30:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:30:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:30:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:30:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:31:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:31:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:31:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:31:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:31:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:31:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:31:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:31:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:31:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:31:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:31:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:31:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:31:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:32:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:32:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:32:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:32:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:32:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:32:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:32:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:32:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:32:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:32:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:32:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:32:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:32:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:33:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:33:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:33:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:33:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:33:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:33:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:33:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:33:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:33:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:33:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:33:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:33:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:33:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:34:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:34:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:34:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:34:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:34:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:34:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:34:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:34:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:34:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:34:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:34:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:34:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:34:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:35:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:35:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:35:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:35:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:35:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:35:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:35:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:35:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:35:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:35:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:35:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:35:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:35:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:36:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:36:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:36:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:36:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:36:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:36:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:36:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:36:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:36:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:36:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:36:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:36:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:36:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:37:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:37:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:37:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:37:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:37:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:37:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:37:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:37:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:37:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:37:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:37:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:37:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:37:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:38:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:05 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:38:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:38:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:38:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:38:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:25 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:38:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:38:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:38:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:38:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:38:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:38:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:38:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:38:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:39:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:39:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:39:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:39:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:39:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:39:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:39:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:39:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:39:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:39:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:39:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:39:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:39:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:40:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:40:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:40:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:40:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:40:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:40:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:40:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:40:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:40:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:40:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:40:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:40:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:40:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:41:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:41:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:41:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:41:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:41:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:41:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:41:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:41:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:41:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:41:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:41:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:41:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:41:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:42:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:42:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:42:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:42:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:42:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:42:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:42:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:42:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:42:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:42:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:42:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:42:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:42:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:43:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:43:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:43:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:43:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:43:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:43:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:43:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:43:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:43:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:43:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:43:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:43:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:43:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:44:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:44:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:44:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:44:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:44:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:44:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:44:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:44:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:44:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:44:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:44:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:44:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:44:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:45:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:45:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:45:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:45:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:45:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:45:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:45:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:45:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:45:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:45:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:45:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:45:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:45:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:46:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:46:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:46:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:46:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:46:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:46:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:46:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:46:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:46:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:46:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:46:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:46:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:46:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:47:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:47:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:47:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:47:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:47:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:47:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:47:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:47:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:47:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:47:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:47:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:47:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:47:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:48:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:48:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:48:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:48:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:48:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:48:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:48:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:48:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:48:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:48:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:48:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:48:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:48:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:49:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:49:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:49:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:49:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:49:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:49:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:49:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:49:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:49:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:49:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:49:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:49:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:49:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:50:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:50:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:50:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:50:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:50:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:50:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:50:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:50:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:50:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:50:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:50:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:50:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:50:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:51:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:51:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:51:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:51:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:51:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:51:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:51:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:51:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:51:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:51:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:51:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:51:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:51:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:52:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:52:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:52:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:52:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:52:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:52:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:52:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:52:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:52:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:52:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:52:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:52:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:52:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:53:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:05 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:53:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:53:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:53:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:53:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:53:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:53:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:53:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:53:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:53:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:53:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:53:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:53:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:54:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:54:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:54:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:54:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:54:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:54:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:54:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:54:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:54:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:54:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:54:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:54:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:54:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:55:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:55:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:55:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:55:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:55:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:55:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:55:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:55:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:55:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:55:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:55:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:55:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:55:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:56:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:56:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:56:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:56:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:56:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:56:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:56:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:56:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:56:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:56:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:56:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:56:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:56:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:57:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:57:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:57:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:57:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:57:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:57:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:57:35 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:57:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:57:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:57:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:57:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:57:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:57:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:58:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:58:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:58:15 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:58:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:58:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:58:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:58:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:58:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:58:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:58:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:58:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:58:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:58:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:59:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:59:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:59:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:59:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:59:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:59:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:59:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:59:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:59:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:59:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 15:59:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 15:59:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 15:59:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:00:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:00:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:00:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:00:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:00:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:00:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:00:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:00:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:00:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:00:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:00:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:00:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:00:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:01:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:01:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:01:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:01:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:01:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:01:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:01:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:01:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:01:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:01:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:01:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:01:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:01:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:02:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:02:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:02:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:02:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:02:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:02:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:02:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:02:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:02:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:02:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:02:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:02:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:02:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:03:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:03:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:03:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:03:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:03:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:03:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:03:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:03:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:03:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:03:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:03:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:03:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:03:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:04:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:04:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:04:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:04:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:04:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:04:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:04:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:04:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:04:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:04:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:04:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:04:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:04:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:05:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:05:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:05:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:05:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:05:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:05:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:05:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:05:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:05:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:05:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:05:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:05:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:05:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:06:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:06:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:06:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:06:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:06:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:06:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:06:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:06:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:06:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:06:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:06:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:06:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:06:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:07:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:07:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:14 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:07:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:15 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:07:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:07:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:07:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:07:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:34 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:07:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:07:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:45 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:07:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:45 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:54 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:07:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:54 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:07:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:07:54 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:08:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:08:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:05 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:08:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:25 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:08:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:25 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:35 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:08:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:35 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:44 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:44 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:44 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:55 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:55 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:08:55 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:04 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:04 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:04 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:14 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:14 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:15 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:09:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:15 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:24 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:24 [SERV] Peer 172.17.0.2:15254 already added.
helloworldread_1 | 2015/06/12 16:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:24 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
helloworldread_1 | 2015/06/12 16:09:34 [SERV] Peer 172.17.0.4:30303 already added.
helloworldread_1 | 2015/06/12 16:09:34 [PEER] Connected to self. Disconnecting. If you don't think this should happen, change the peer's key
he
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment