Closed erNail closed 6 years ago
How many nodes you created ? Are they connecting each other successfully? If the deployment freezes, it is normally an issue with gas. Also, would you be able to try to deploy a simple contract from the geth console if nothing else works? you can attach to a node using docker exec and do 'geth attach qdata/geth.ipc' and loadScript('...')
Deploying contract in production like environment fails, the process freeze as mentioned in the above issue. In the geth console getting an error Unable to vote: Node is not configured for voting quorum-maker
Hi,
i've created nodes withouth docker-compose support, for a production-like environment. I can start the bootnode without problems, this is the output of
$ docker ps
:When i'm now trying to deploy a contract, via truffle or cakeshop, the process simply freezes. Any idea why ? When creating nodes with docker-compose support everything works fine.