Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing CD in getting started guide after opening second terminal to open cli wallet #72

Closed
MartijnL4 opened this issue Oct 31, 2021 · 2 comments

Comments

@MartijnL4
Copy link

Hi guys, just popping in. Wanted to try and get a node running, have to verify something. When opening cli_wallet by your instructions, wouldn't you first need to cd into revpop-core/build/revpop-core, and then run ./programs/cli_wallet/cli_wallet, otherwhise cli_wallet (or witness_node for that matter) will not be found.

Second Q, How can i verify if everything is working allright after doing all that is instructed? I dont see Witness x production slot has arrived; generating a block now...
Generated block #x with timestamp x at time x

I'll rebuild today to see if i made any errors. Thanks for your time!

@MartijnL4
Copy link
Author

2740890ms th_a db_block.cpp:221 _push_block ] Failed to push new block:
10 assert_exception: Assert Exception
cr_itr->hash == hash: Hash is broken.
{}
th_a commit_reveal_v3_evaluator.cpp:150 do_evaluate

{"op":{"fee":{"amount":0,"asset_id":"1.3.0"},"account":"1.2.84","value":"2385449785887841765","maintenance_time":1635677500,"witness_key":"RVP7YGHVHbfEB9UKdKHAnNiqNbDpTqxdhYu2f4B4dfyamU2rHyzHV"}}
th_a  commit_reveal_v3_evaluator.cpp:162 do_evaluate

{}
th_a  evaluator.cpp:48 start_evaluate

{"op":[62,{"fee":{"amount":0,"asset_id":"1.3.0"},"account":"1.2.84","value":"2385449785887841765","maintenance_time":1635677500,"witness_key":"RVP7YGHVHbfEB9UKdKHAnNiqNbDpTqxdhYu2f4B4dfyamU2rHyzHV"}]}
th_a  db_block.cpp:766 apply_operation

{"trx":{"ref_block_num":50380,"ref_block_prefix":661623571,"expiration":"2021-10-31T10:52:10","operations":[[62,{"fee":{"amount":0,"asset_id":"1.3.0"},"account":"1.2.84","value":"2385449785887841765","maintenance_time":1635677500,"witness_key":"RVP7YGHVHbfEB9UKdKHAnNiqNbDpTqxdhYu2f4B4dfyamU2rHyzHV"}]],"extensions":[],"signatures":["20708347055f828cfb87d8c74ee076380772f7a9063c2edeeb683c62a3dba1ad5e282aa75e9e710a262983c35d03b616554a54d9f73a6bca8af90528760e6ae1ec"]}}
th_a  db_block.cpp:752 _apply_transaction

{"next_block.block_num()":4965581}
th_a  db_block.cpp:659 _apply_block

2740893ms th_a application.cpp:556 handle_block ] Error when pushing block:
10 assert_exception: Assert Exception
cr_itr->hash == hash: Hash is broken.
{}
th_a commit_reveal_v3_evaluator.cpp:150 do_evaluate

{"op":{"fee":{"amount":0,"asset_id":"1.3.0"},"account":"1.2.84","value":"2385449785887841765","maintenance_time":1635677500,"witness_key":"RVP7YGHVHbfEB9UKdKHAnNiqNbDpTqxdhYu2f4B4dfyamU2rHyzHV"}}
th_a  commit_reveal_v3_evaluator.cpp:162 do_evaluate

{}
th_a  evaluator.cpp:48 start_evaluate

{"op":[62,{"fee":{"amount":0,"asset_id":"1.3.0"},"account":"1.2.84","value":"2385449785887841765","maintenance_time":1635677500,"witness_key":"RVP7YGHVHbfEB9UKdKHAnNiqNbDpTqxdhYu2f4B4dfyamU2rHyzHV"}]}
th_a  db_block.cpp:766 apply_operation

{"trx":{"ref_block_num":50380,"ref_block_prefix":661623571,"expiration":"2021-10-31T10:52:10","operations":[[62,{"fee":{"amount":0,"asset_id":"1.3.0"},"account":"1.2.84","value":"2385449785887841765","maintenance_time":1635677500,"witness_key":"RVP7YGHVHbfEB9UKdKHAnNiqNbDpTqxdhYu2f4B4dfyamU2rHyzHV"}]],"extensions":[],"signatures":["20708347055f828cfb87d8c74ee076380772f7a9063c2edeeb683c62a3dba1ad5e282aa75e9e710a262983c35d03b616554a54d9f73a6bca8af90528760e6ae1ec"]}}
th_a  db_block.cpp:752 _apply_transaction

{"next_block.block_num()":4965581}
th_a  db_block.cpp:659 _apply_block

{"new_block":{"previous":"004bc4cc13936f27475ac6794dbde684c1d0fc77","timestamp":"2021-10-31T10:51:45","witness":"1.6.17","transaction_merkle_root":"51cff4e022de75038f017ae0cac88af57074f64a","extensions":[],"witness_signature":"206c92e3c5b6bf49ee509eb129c46c4458a1d01e6af75ef1b5175e7bd165e5d5797c04294f4ad28bfa0dae18ae5e34634846dfe1f5155c015810d1544db783fee8","transactions":[{"ref_block_num":50380,"ref_block_prefix":661623571,"expiration":"2021-10-31T10:52:10","operations":[[62,{"fee":{"amount":0,"asset_id":"1.3.0"},"account":"1.2.84","value":"2385449785887841765","maintenance_time":1635677500,"witness_key":"RVP7YGHVHbfEB9UKdKHAnNiqNbDpTqxdhYu2f4B4dfyamU2rHyzHV"}]],"extensions":[],"signatures":["20708347055f828cfb87d8c74ee076380772f7a9063c2edeeb683c62a3dba1ad5e282aa75e9e710a262983c35d03b616554a54d9f73a6bca8af90528760e6ae1ec"],"operation_results":[[1,"1.25.54"]]}]}}
th_a  db_block.cpp:227 _push_block

Getting this error after following last step, no sign of Generated Block message

@MartijnL4
Copy link
Author

Solved it myself, happily running transactions now! However, i do believe a cd into build is missing when opening cli_wallet. Correct me if i'm wrong. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant