brycecurtis / indy-tutorial-sandbox

A turnkey, Docker-based sandbox that enables quick and easy exploration of Hyperledger Indy concepts.
Apache License 2.0
25 stars 22 forks source link

FIX problems starting nodes #5

Closed xaviernopre closed 6 years ago

xaviernopre commented 6 years ago

Running the demo ('make run-demo'), I had some errors : 'Request acceptance aborted. Cannot sync because not connected. Please connect first.'. The indy nodes was not running, exiting after few seconds. I found the solution, the comment to start indy node seems to have changed, I have added IP adresses '0.0.0.0' twice after the node name and between port numbers, and it works ! :-)

brycecurtis commented 6 years ago

@xaviernopre Thanks for the pull request. I just now saw your PR after checking in the same fix. I'm glad you were able to resolve it before I did.

xnopre commented 6 years ago

Hi Bryce, It's a pity that you could not take my PR, it would have mde me happy to be referenced as contributor on the projet ;-)