Most voted questions in Blockchain

–1 vote
1 answer

Truffle migrate network error

When you are running truffle on a ...READ MORE

Jan 18, 2019 in Blockchain by Omkar
• 69,210 points
602 views
–1 vote
2 answers

Truffle migrate not deploying contract.

truffle migrate --reset READ MORE

May 12, 2020 in Blockchain by Jason Romero
8,762 views
–1 vote
2 answers

Truffle migrate shows Error: Cannot find module 'truffle-expect'

You can also install the basic truffle-expect ...READ MORE

Feb 19, 2019 in Blockchain by Rohit
755 views
–1 vote
1 answer

Not able to compile truffle project

Hi. If you look at the error ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
1,627 views
–1 vote
1 answer

Not able to install truffle

I know this is very frustrating, I ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
3,665 views
–1 vote
1 answer

Miner in Ethereum Private network is hanging

Looking at your commands again, I figured ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
1,581 views
–1 vote
1 answer

Not able to create new account in geth for private ethereum blockchain

personal.newAccount() is not a default geth method. This ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
3,396 views
–1 vote
1 answer

Not able to use geth attach

You are getting this error because you ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
4,975 views
–1 vote
1 answer

geth attach Fatal: Unable to attach to remote geth: no known transport for URL scheme "c"

Seems like geth.ipc path is not set. When ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
1,812 views
–1 vote
1 answer

How to get pending transaction in geth?

You can check the pending transactions using ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
3,589 views
–1 vote
1 answer

Geth miner not working

Hi. miner.start() gives no output. So, when the output ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
2,276 views
–1 vote
1 answer

setEtherbase() not working in geth

setEtherbase() is not a method of the personal ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
1,288 views
–1 vote
1 answer

How to add a static node to private ethereum network?

There are two ways to do this. 1. Configuring ...READ MORE

Jan 11, 2019 in Blockchain by Omkar
• 69,210 points
1,618 views
–1 vote
1 answer

How to get balance of all accounts in ethereum network using javascript?

You can write a function that will ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,210 points
2,168 views
–1 vote
1 answer

How to list ethereum accounts in RPC?

You can use the following command to ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,210 points
1,259 views
–1 vote
1 answer

How to connect two different nodes in private ethereum network?

To connect two nodes, you can use ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,210 points
2,651 views
–1 vote
1 answer

How to change default account in private ethereum network?

First list the accounts: > eth.accounts NOTE: Even ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,210 points
1,644 views
–1 vote
1 answer

How to import an account in private ethereum network?

 When you create a new account, the ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,210 points
1,380 views
–1 vote
1 answer

Latest block number in Bitcoin

You can get the current block number ...READ MORE

Jan 7, 2019 in Blockchain by Omkar
• 69,210 points
514 views
–1 vote
1 answer

User Identity Management in Ethereum using ERC725

The identity consists of two main parts: Keys ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,210 points
1,771 views
–1 vote
1 answer

User Identity management on Ethereum Blockchain

User Identity management can be done via ERC725 ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,210 points
1,259 views
–1 vote
1 answer

Unable to create account in geth

Well, that's not how you create a ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,210 points
563 views
–1 vote
6 answers

Hyperledger fabric: Docker container error: Error response from daemon: Container is not running

I had to update the version of ...READ MORE

Apr 25, 2019 in Blockchain by Gani
8,982 views