Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

nodeos is not producing any output using docker #3858

Closed
blockchain-expert opened this issue Jun 6, 2018 · 2 comments
Closed

nodeos is not producing any output using docker #3858

blockchain-expert opened this issue Jun 6, 2018 · 2 comments

Comments

@blockchain-expert
Copy link

$ docker run --name nodeos -p 8888:8888 -p 9876:9876 -t eosio/eos nodeosd.sh arg1 arg2

1703456ms thread-0 chain_plugin.cpp:200 plugin_initialize ] initializing chain plugin
1703456ms thread-0 chain_plugin.cpp:354 plugin_initialize ] Starting up fresh blockchain with default genesis state.
1703634ms thread-0 http_plugin.cpp:285 plugin_initialize ] configured http to listen on 0.0.0.0:8888
1703634ms thread-0 net_plugin.cpp:2815 plugin_initialize ] Initialize net plugin
1703634ms thread-0 net_plugin.cpp:2836 plugin_initialize ] host: 0.0.0.0 port: 9876
1703635ms thread-0 net_plugin.cpp:2908 plugin_initialize ] my node_id is 32acbc211f38df90066a6c3aa3d6f8f907ef274231ae68a4ad7f3fa8d005e12d
1703635ms thread-0 main.cpp:104 main ] nodeos version 0961a56
1703635ms thread-0 main.cpp:105 main ] eosio root is /root/.local/share
1703635ms thread-0 controller.cpp:1142 startup ] No head block in fork db, perhaps we need to replay
1703635ms thread-0 controller.cpp:307 initialize_fork_db ] Initializing new blockchain with genesis state
1703670ms thread-0 chain_plugin.cpp:409 plugin_startup ] starting chain in read/write mode
1703670ms thread-0 chain_plugin.cpp:414 plugin_startup ] Blockchain started; head block is #1, genesis timestamp is 2018-06-01T12:00:00.000
1703670ms thread-0 http_plugin.cpp:323 plugin_startup ] start listening for http requests
1703670ms thread-0 chain_api_plugin.cpp:75 plugin_startup ] starting chain_api_plugin
1703670ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/abi_bin_to_json
1703670ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/abi_json_to_bin
1703670ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_account
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_block
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_code
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_currency_balance
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_currency_stats
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_info
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_producers
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_required_keys
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/get_table_rows
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_block
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_transaction
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/chain/push_transactions
1703671ms thread-0 history_api_plugin.cpp:38 plugin_startup ] starting history_api_plugin
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_actions
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_controlled_accounts
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_key_accounts
1703671ms thread-0 http_plugin.cpp:369 add_handler ] add api url: /v1/history/get_transaction
1703671ms thread-0 net_plugin.cpp:2920 plugin_startup ] starting listener, max clients is 25
1703671ms thread-0 producer_plugin.cpp:577 plugin_startup ] producer plugin: plugin_startup() begin
1703671ms thread-0 producer_plugin.cpp:592 plugin_startup ] Launching block production for 1 producers at 2018-06-06T05:28:23.671.
1703671ms thread-0 producer_plugin.cpp:604 plugin_startup ] producer plugin: plugin_startup() end

@bytefly
Copy link

bytefly commented Jun 13, 2018

I have the same output, no block produced.

@blockchain-expert
Copy link
Author

Issue solved.
Use new images as per this tutorial. They are very easy.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants