Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jplanc on github.
  • I am jplanc (https://keybase.io/jplanc) on keybase.
  • I have a public key ASCMjgPxluDYQ0D11r7-mbPuRU0RwfoNuSKosvWG1pv-QAo

To claim this, I am signing this object:

2018-08-14T05:50:56.727 thread-0 producer_plugin.cpp:330 on_incoming_block ] Received block 73f975cda2b90dd8... #8926000 @ 2018-08-01T17:13:40.500 signed by bitfinexeos1 [trxs: 1, lib: 8925672, conf: 0, latency: 1082236227 ms]
2018-08-14T05:51:04.570 thread-0 producer_plugin.cpp:330 on_incoming_block ] Received block 6d0791fa95bd6d48... #8927000 @ 2018-08-01T17:22:10.000 signed by eos42freedom [trxs: 260, lib: 8926682, conf: 0, latency: 1081734570 ms]
2018-08-14T05:51:10.162 thread-0 net_plugin.cpp:2155 operator() ] Peer p2p.eosdetroit.io:3018 closed connection
2018-08-14T05:51:10.350 thread-0 net_plugin.cpp:2155 operator() ] Peer 6b2582a06d3c:9876 - 99b8664 closed connection
2018-08-14T05:51:10.350 thread-0 net_plugin.cpp:1374 request_next_chunk ] Unable to continue syncing at this time
2018-08-14T05:51:19.982 thread-0 net_plugin.cpp:1935 connect ] host: node0.eosblocksmith.io port: 9876
2018-08-14T05:51:
=====================
======= build =======
=====================
sudo su -
yum -y install git
git clone https://github.com/EOSIO/eos -b v1.1.6 --recursive
cd eos
./eosio_build.sh
./eosio_install.sh
@jplanc
jplanc / gist:c83f0bf99abf09fa2dfd6efa09ca524f
Created August 6, 2018 13:38
Binance node instructions
### Install git, docker
yum install git docker
### Pull in latest eos repo
git clone https://github.com/EOSIO/eos.git --recursive --depth 1
### Build docker image
cd eos/Docker
docker build . -t eosio/eos --build-arg symbol=EOS
### Install git, docker
yum install git docker
### Pull in latest eos repo
git clone https://github.com/EOSIO/eos.git --recursive --depth 1
### Build docker image
cd eos/Docker
docker build . -t eosio/eos --build-arg symbol=EOS