chainpoint / chainpoint-core

GNU Affero General Public License v3.0
11 stars 3 forks source link

Unable to submit hash via cli #35

Closed cogweh closed 4 years ago

cogweh commented 4 years ago

Using the instructions here: https://github.com/chainpoint/chainpoint-cli

npm i -g chainpoint-cli

chp submit 6efd383745a964768989b9df420811abc6e5873f874fc22a76fe9258e020c2e1
Cannot set property 'submitted_to' of undefined
Cannot set property 'submitted_to' of undefined
Cannot set property 'submitted_to' of undefined
Cannot set property 'submitted_to' of undefined
Cannot set property 'submitted_to' of undefined
Cannot set property 'submitted_to' of undefined
6efd383745a964768989b9df420811abc6e5873f874fc22a76fe9258e020c2e1 | Unable to submit at this time, try again
jacohend commented 4 years ago

Hi @cogweh , you'll need an actual gateway uri to pass to the cli via the flag --gateway_uri. You can use one of

cogweh commented 4 years ago

Hi @jacohend, I can submit to the second ip this time around. Seems proof generation is slow going? I did previously try both the main and testnet gateway IPs listed on twitter. Have not been able to make a full round of calls complete (submission -> validation).

jacohend commented 4 years ago

@cogweh You should be able to retrieve a Calendar (our blockchain) proof within 3 minutes. A bitcoin proof (where our blockchain anchors to btc) requires 90 minutes to confirm.

The first IP is under maintenance right now. We'll look into why you weren't able to submit to the testnet.

cogweh commented 4 years ago

@jacohend, thanks I'll revisit after some time to see if proofs were created. Knowing the expected proof timeframes will help.

jacohend commented 4 years ago

@cogweh No problem. You can open a further issue here or contact me at jacob@tierion.com for questions.