question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to deploy contract on network

See original GitHub issue

Issue

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: image

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: image

And truffle console shows (the first output is about ganache, the second one is the one of Quorum Maker) image

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:closed
  • Created 4 years ago
  • Comments:77 (38 by maintainers)

github_iconTop GitHub Comments

1reaction
eggplantzzzcommented, May 10, 2019

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.

0reactions
fainashaltscommented, Nov 13, 2019

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to deploy smart contract on private blockchain
I'm after running a test with ganache, it deployed as expected. I can't figure out what the difference in my network is. –...
Read more >
Not able to deploy smart contract to private network
I am trying to deploy a smart contract. I have written the smart contract. To start the network, I used the following command....
Read more >
Not able to deploy contract on bsc network using truffle
same code I have deployed on bsctest network and ropsten but unable to deploy on bscmain network. ERROR : Unhandled error.
Read more >
Deploy & Run — Remix - Ethereum IDE 1 documentation
The Deploy & Run module allows you to send transactions to the current environment. To use this module, you need to have a...
Read more >
Deploying smart contracts
You need to deploy your smart contract for it to be available to users of an Ethereum network. To deploy a smart contract,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found