Not able to deploy contract on network
See original GitHub issueIssue
I have developed a Quorum maker network and configured the truffle-config.js to connect to it. If I open truffle console, it makes no errors, so I understand is accessing the network. Also, I am able to acces web UI of quorum maker so in fact the network is created.
However, when I tried to deploy a contract through truffle, I got:
Also, if I deploy the contract directly from quorum maker web UI, the contracts appears to be deployed but if form truffle console I run “networks”, I get that no contract is deployed on the network, so something is generating that inconsistency and I don’t understand the reason.
Steps to Reproduce
Create Quorum maker network on centOS virtual Machine with IP 192.168.26.9 and RPC port 22000 Join node on same IP but different ports configure truffle-config.js to work with that network Compile contracts Try to deploy
Expected Behavior
Get my contract deployed and accessible over truffle console and stop getting inconsistencies with quorum maker
Actual Results
This error got displayed:
And truffle console shows (the first output is about ganache, the second one is the one of Quorum Maker)
Environment
- Operating System: CentOS 7
- Ethereum client: Geth - Quorum Maker network
- Truffle version (
truffle version
): v5.0.14 - node version (
node --version
): v10.15.1 - npm version (
npm --version
): 6.4.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:77 (38 by maintainers)
But that error you are getting, “authentication needed: password or unlock” is not from Truffle. Or actually you probably need to unlock some accounts on starting Geth so that they can be used. It would make sense that you could connect to it and do some basic things but not send transactions.
Hi @romisalve, we’re closing this for issue maintenance as its been a while. If you’d still like some guidance here, please open a new issue and we’ll take a look!