Created
January 31, 2019 03:19
-
-
Save bthaile/0cdc765863a6ac1edc4614e87c9d5ab7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[bthaile@mbp:~/gitrepos/augur (petong/docker-node-alpine *)]$ yarn workspace augur-node start | |
yarn workspace v1.12.3 | |
yarn run v1.12.3 | |
$ ts-node ./src/runServer | |
connecting to augur-node: undefined | |
connecting to ethereum-node: {"http":"http://localhost:8545","ws":"ws://localhost:8546"} | |
websocket ws://localhost:8546 opened | |
connected to ethereum | |
augur-102-3.db | |
Starting websocket secure server on port 9002 | |
Starting websocket server on port 9001 | |
Getting Augur logs from block 11 to block 116 | |
got 9 logs in blocks { fromBlock: 11, toBlock: 116 } | |
Fetching blocks details from 31 to 45 | |
new block: 31, 1548903556 (Wed Jan 30 2019 20:59:16 GMT-0600 (Central Standard Time)) | |
Processing 1 logs | |
new block: 34, 1548903546 (Wed Jan 30 2019 20:59:06 GMT-0600 (Central Standard Time)) | |
Processing 2 logs | |
new block: 36, 1548903546 (Wed Jan 30 2019 20:59:06 GMT-0600 (Central Standard Time)) | |
Processing 1 logs | |
new block: 38, 1548903546 (Wed Jan 30 2019 20:59:06 GMT-0600 (Central Standard Time)) | |
Processing 1 logs | |
new block: 40, 1548903546 (Wed Jan 30 2019 20:59:06 GMT-0600 (Central Standard Time)) | |
Processing 2 logs | |
new block: 43, 1548903546 (Wed Jan 30 2019 20:59:06 GMT-0600 (Central Standard Time)) | |
Processing 1 logs | |
new block: 45, 1548903546 (Wed Jan 30 2019 20:59:06 GMT-0600 (Central Standard Time)) | |
Processing 1 logs | |
Finished batch load from 11 to 116 | |
Bulk sync with blockchain complete. | |
Bulk orphaned orders check with blockchain complete. | |
Starting blockstream at block 117 | |
Missing abi for Augur.MarketMailboxTransferred | |
Stopping Augur Node Server | |
connecting to augur-node: undefined | |
connecting to ethereum-node: {"http":"http://localhost:8545","ws":"ws://localhost:8546"} | |
websocket ws://localhost:8546 opened | |
connected to ethereum | |
got 0 logs in blocks { fromBlock: 46, toBlock: 118 } | |
Fetching blocks details from 46 to 118 | |
Starting blockstream at block 119 | |
error Command failed with exit code 1. | |
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. | |
error Command failed. | |
Exit code: 1 | |
Command: /Users/bthaile/.nvm/versions/node/v10.13.0/bin/node | |
Arguments: /usr/local/Cellar/yarn/1.12.3/libexec/lib/cli.js start | |
Directory: /Users/bthaile/gitrepos/augur/packages/augur-node | |
Output: | |
info Visit https://yarnpkg.com/en/docs/cli/workspace for documentation about this command. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment