Advertisement
cevilio

Unable to connect to keosd, if keosd is running please kill

Jul 4th, 2018
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.47 KB | None | 0 0
  1. 1.
  2.  
  3. mac: nodeos -e -p eosio --genesis-json vchar.json  --delete-all-blocks --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin --contracts-console
  4. 3273607ms thread-0   chain_plugin.cpp:209          plugin_initialize    ] initializing chain plugin
  5. 3273608ms thread-0   chain_plugin.cpp:316          plugin_initialize    ] Deleting state database and blocks
  6. 3273674ms thread-0   chain_plugin.cpp:379          plugin_initialize    ] Using genesis state provided in '/Users/vchar/OneDrive/eos/vchar.json'
  7. 3273674ms thread-0   chain_plugin.cpp:385          plugin_initialize    ] Starting up fresh blockchain with provided genesis state.
  8. 3274183ms thread-0   http_plugin.cpp:290           plugin_initialize    ] configured http to listen on 127.0.0.1:8888
  9. 3274183ms thread-0   net_plugin.cpp:2948           plugin_initialize    ] Initialize net plugin
  10. 3274183ms thread-0   net_plugin.cpp:2972           plugin_initialize    ] host: 0.0.0.0 port: 9876
  11. 3274184ms thread-0   net_plugin.cpp:3044           plugin_initialize    ] my node_id is 6c0f069f02960d4ca502029051f2ad8a6abb2a7ca7adab033d0f50c3920073cc
  12. 3274185ms thread-0   main.cpp:104                  main                 ] nodeos version 90fefdd1
  13. 3274185ms thread-0   main.cpp:105                  main                 ] eosio root is /Users/vchar/Library/Application Support
  14. 3274186ms thread-0   controller.cpp:1201           startup              ] No head block in fork db, perhaps we need to replay
  15. 3274187ms thread-0   controller.cpp:305            initialize_fork_db   ]  Initializing new blockchain with genesis state                  
  16. 3274225ms thread-0   chain_plugin.cpp:450          plugin_startup       ] starting chain in read/write mode
  17. 3274225ms thread-0   chain_plugin.cpp:455          plugin_startup       ] Blockchain started; head block is #1, genesis timestamp is 2018-06-01T12:00:00.000
  18. 3274225ms thread-0   http_plugin.cpp:331           plugin_startup       ] start listening for http requests
  19. 3274225ms thread-0   chain_api_plugin.cpp:75       plugin_startup       ] starting chain_api_plugin
  20. 3274225ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/abi_bin_to_json
  21. 3274225ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/abi_json_to_bin
  22. 3274225ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_abi
  23. 3274225ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_account
  24. 3274225ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_block
  25. 3274225ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_block_header_state
  26. 3274225ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_code
  27. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_currency_balance
  28. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_currency_stats
  29. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_info
  30. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_producers
  31. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_required_keys
  32. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_table_rows
  33. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/push_block
  34. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/push_transaction
  35. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/push_transactions
  36. 3274226ms thread-0   history_api_plugin.cpp:38     plugin_startup       ] starting history_api_plugin
  37. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_actions
  38. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_controlled_accounts
  39. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_key_accounts
  40. 3274226ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_transaction
  41. 3274226ms thread-0   net_plugin.cpp:3056           plugin_startup       ] starting listener, max clients is 25
  42. 3274226ms thread-0   producer_plugin.cpp:577       plugin_startup       ] producer plugin:  plugin_startup() begin
  43. 3274226ms thread-0   producer_plugin.cpp:592       plugin_startup       ] Launching block production for 1 producers at 2018-07-05T04:54:34.226.
  44. 3274227ms thread-0   producer_plugin.cpp:604       plugin_startup       ] producer plugin:  plugin_startup() end
  45. 3274501ms thread-0   producer_plugin.cpp:1073      produce_block        ] Produced block 000000024ca9ff74... #2 @ 2018-07-05T04:54:34.500 signed by eosio [trxs: 0, lib: 0, confirmed: 0]
  46. 3275003ms thread-0   producer_plugin.cpp:1073      produce_block        ] Produced block 000000038767e4f2... #3 @ 2018-07-05T04:54:35.000 signed by eosio [trxs: 0, lib: 2, confirmed: 0]
  47. ^C3275037ms thread-0   net_plugin.cpp:3083           plugin_shutdown      ] shutdown..
  48. 3275037ms thread-0   net_plugin.cpp:3086           plugin_shutdown      ] close acceptor
  49. 3275037ms thread-0   net_plugin.cpp:3089           plugin_shutdown      ] close 0 connections
  50. 3275037ms thread-0   net_plugin.cpp:3097           plugin_shutdown      ] exit shutdown
  51.  
  52.  
  53.  
  54. ===============================================================================================================
  55.  
  56.  
  57.  
  58. 2.
  59.  
  60. mac: nodeos -e -p eosio --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin --contracts-console --replay-blockchain --max-irreversible-block-age 1000000
  61. 3350812ms thread-0   chain_plugin.cpp:209          plugin_initialize    ] initializing chain plugin
  62. 3350812ms thread-0   chain_plugin.cpp:341          plugin_initialize    ] Replay requested: deleting state database
  63. 3351242ms thread-0   block_log.cpp:123             open                 ] Log is nonempty
  64. 3351242ms thread-0   block_log.cpp:141             open                 ] Index is nonempty
  65. 3351264ms thread-0   http_plugin.cpp:290           plugin_initialize    ] configured http to listen on 127.0.0.1:8888
  66. 3351264ms thread-0   net_plugin.cpp:2948           plugin_initialize    ] Initialize net plugin
  67. 3351264ms thread-0   net_plugin.cpp:2972           plugin_initialize    ] host: 0.0.0.0 port: 9876
  68. 3351264ms thread-0   net_plugin.cpp:3044           plugin_initialize    ] my node_id is 80effcac405f61a444e65a504775feb87e1ea7e4d4155474489896da10862810
  69. 3351264ms thread-0   main.cpp:104                  main                 ] nodeos version 90fefdd1
  70. 3351264ms thread-0   main.cpp:105                  main                 ] eosio root is /Users/vchar/Library/Application Support
  71. 3351265ms thread-0   controller.cpp:1201           startup              ] No head block in fork db, perhaps we need to replay
  72. 3351265ms thread-0   controller.cpp:305            initialize_fork_db   ]  Initializing new blockchain with genesis state                  
  73. 3351296ms thread-0   controller.cpp:200            init                 ] existing block log, attempting to replay 2 blocks
  74.  
  75. 3351298ms thread-0   controller.cpp:217            init                 ] 1 reversible blocks replayed
  76. 3351298ms thread-0   controller.cpp:221            init                 ] replayed 3 blocks in seconds, 0.54833333333333334 ms/block
  77.  
  78. 3351298ms thread-0   chain_plugin.cpp:450          plugin_startup       ] starting chain in read/write mode
  79. 3351298ms thread-0   chain_plugin.cpp:455          plugin_startup       ] Blockchain started; head block is #3, genesis timestamp is 2018-06-01T12:00:00.000
  80. 3351298ms thread-0   http_plugin.cpp:331           plugin_startup       ] start listening for http requests
  81. 3351298ms thread-0   chain_api_plugin.cpp:75       plugin_startup       ] starting chain_api_plugin
  82. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/abi_bin_to_json
  83. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/abi_json_to_bin
  84. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_abi
  85. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_account
  86. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_block
  87. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_block_header_state
  88. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_code
  89. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_currency_balance
  90. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_currency_stats
  91. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_info
  92. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_producers
  93. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_required_keys
  94. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/get_table_rows
  95. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/push_block
  96. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/push_transaction
  97. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/chain/push_transactions
  98. 3351298ms thread-0   history_api_plugin.cpp:38     plugin_startup       ] starting history_api_plugin
  99. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_actions
  100. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_controlled_accounts
  101. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_key_accounts
  102. 3351298ms thread-0   http_plugin.cpp:377           add_handler          ] add api url: /v1/history/get_transaction
  103. 3351299ms thread-0   net_plugin.cpp:3056           plugin_startup       ] starting listener, max clients is 25
  104. 3351299ms thread-0   producer_plugin.cpp:577       plugin_startup       ] producer plugin:  plugin_startup() begin
  105. 3351299ms thread-0   producer_plugin.cpp:592       plugin_startup       ] Launching block production for 1 producers at 2018-07-05T04:55:51.299.
  106. 3351299ms thread-0   producer_plugin.cpp:604       plugin_startup       ] producer plugin:  plugin_startup() end
  107. 3351502ms thread-0   producer_plugin.cpp:1073      produce_block        ] Produced block 000000047150347d... #4 @ 2018-07-05T04:55:51.500 signed by eosio [trxs: 0, lib: 3, confirmed: 0]
  108. 3352004ms thread-0   producer_plugin.cpp:1073      produce_block        ] Produced block 0000000527c234b6... #5 @ 2018-07-05T04:55:52.000 signed by eosio [trxs: 0, lib: 4, confirmed: 0]
  109.  
  110.  
  111. ===============================================================================================================
  112.  
  113. 3.
  114.  
  115. mac: cleos wallet list
  116. "/usr/local/bin/keosd" launched
  117. Unable to connect to keosd, if keosd is running please kill the process and try again.
  118. mac:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement