Most answered questions in Blockchain

0 votes
1 answer

Security threat principles for Blockchain

These are some steps to prevent/eliminate security threats ...READ MORE

Feb 13, 2019 in Blockchain by Omkar
• 69,210 points
1,065 views
0 votes
1 answer

What is 51% attack in Blockchain?

51% Attack is a situation where a group ...READ MORE

Feb 13, 2019 in Blockchain by Omkar
• 69,210 points
668 views
0 votes
1 answer

Why is off-chain transaction used?

Though on-chain transactions secure data, off-chain transactions ...READ MORE

Feb 13, 2019 in Blockchain by Omkar
• 69,210 points
347 views
0 votes
1 answer

What are off-chain transactions?

An off-chain transaction is the movement of ...READ MORE

Feb 13, 2019 in Blockchain by Omkar
• 69,210 points
1,252 views
0 votes
1 answer

Blockchain secret sharing

Blockchain has many methods to provide data ...READ MORE

Feb 12, 2019 in Blockchain by Omkar
• 69,210 points
1,064 views
0 votes
1 answer

Use of Blind Signature

Bling Signature is a form of digital signature in ...READ MORE

Feb 12, 2019 in Blockchain by Omkar
• 69,210 points
660 views
0 votes
1 answer

Not able to install ganache

There is an alternative method. You can ...READ MORE

Feb 8, 2019 in Blockchain by Omkar
• 69,210 points
2,254 views
0 votes
1 answer

Not able to set up the testrpc or geth client on ubuntu

The commands you have used installs Ethereum ...READ MORE

Feb 8, 2019 in Blockchain by Omkar
• 69,210 points
586 views
0 votes
1 answer

How to select a single account in Ganache?

When you use web3, selecting a single ...READ MORE

Feb 5, 2019 in Blockchain by Omkar
• 69,210 points
1,557 views
0 votes
1 answer

How will I know the result of Fabric Transaction from application client?

When a transaction happens, a proposal response ...READ MORE

Feb 5, 2019 in Blockchain by Omkar
• 69,210 points
530 views
0 votes
1 answer

Does Hyperledger support Smart Contract like Ethereum?

Yes, but not exactly true. Ethereum uses ...READ MORE

Feb 4, 2019 in Blockchain by Omkar
• 69,210 points
711 views
0 votes
1 answer

Do the orderers see the transaction data in Hyperledger Fabric?

No, the orderers do not see the ...READ MORE

Feb 4, 2019 in Blockchain by Omkar
• 69,210 points
884 views
0 votes
1 answer

How to ensure data privacy in Hyperledger Fabric?

There are different ways data privacy in ...READ MORE

Jan 31, 2019 in Blockchain by Omkar
• 69,210 points
1,489 views
0 votes
1 answer

Does a hyperledger fabric application client need to connect to all peers?

No, it is not necessary to connect ...READ MORE

Jan 31, 2019 in Blockchain by Omkar
• 69,210 points
1,044 views
0 votes
1 answer

How many peers in fabric network need to endorse a transaction?

The number of peers required to endorse ...READ MORE

Jan 31, 2019 in Blockchain by Omkar
• 69,210 points
1,821 views
0 votes
1 answer

Truffle deployer is not working

If you have deployed it before, then ...READ MORE

Jan 29, 2019 in Blockchain by Omkar
• 69,210 points
1,118 views
0 votes
1 answer

Cannot read property 'getBlock' of undefined

getBlock is used by web3 and to use it, ...READ MORE

Jan 29, 2019 in Blockchain by Omkar
• 69,210 points
1,334 views
0 votes
1 answer

Not able to install truffle

This error occurs when there are permission ...READ MORE

Jan 29, 2019 in Blockchain by Omkar
• 69,210 points
1,860 views
0 votes
1 answer

program can't start because cudart64_70.dll is missing

You might have missed out installing the ...READ MORE

Jan 29, 2019 in Blockchain by Omkar
• 69,210 points
825 views
0 votes
1 answer

Truffle does not open console, instead opens truffle.js file

When running truffle commands on Windows system, ...READ MORE

Jan 29, 2019 in Blockchain by Omkar
• 69,210 points
764 views
0 votes
1 answer

Private ethereum network account balance is zero

There are two reasons due to which ...READ MORE

Jan 28, 2019 in Blockchain by Omkar
• 69,210 points
1,699 views
0 votes
1 answer

Not able to connect nodes on Ethereum Private Network using bootnodes.

If you have created the private network ...READ MORE

Jan 27, 2019 in Blockchain by Omkar
• 69,210 points
1,622 views
0 votes
1 answer

Geth console can’t access smart contract

You are running commands using an object ...READ MORE

Jan 27, 2019 in Blockchain by Omkar
• 69,210 points
848 views
0 votes
1 answer

Ethereum transaction not getting Updated

You have done everything right except for ...READ MORE

Jan 27, 2019 in Blockchain by Omkar
• 69,210 points
674 views
0 votes
1 answer

Variable declaration problem in truffle console.

The reason it says “undefined” is because ...READ MORE

Jan 27, 2019 in Blockchain by Omkar
• 69,210 points
1,123 views
0 votes
1 answer

How to create custom accounts in testrpc?

Yes, you can use testrpc to do ...READ MORE

Jan 27, 2019 in Blockchain by Omkar
• 69,210 points
482 views
0 votes
1 answer

Calling Truffle Commands through a script

Seems like its due to async behavior ...READ MORE

Jan 25, 2019 in Blockchain by Omkar
• 69,210 points
1,096 views
0 votes
1 answer

How to run a Javascript in truffle console?

There are two ways to do this. You ...READ MORE

Jan 24, 2019 in Blockchain by Omkar
• 69,210 points
2,154 views
0 votes
1 answer

How to call a payable contract function from truffle console?

You can use a contract function, on ...READ MORE

Jan 24, 2019 in Blockchain by Omkar
• 69,210 points
2,321 views
0 votes
1 answer

Truffle dev says my function is not a function

It seems you are using truffle v5. ...READ MORE

Jan 24, 2019 in Blockchain by Omkar
• 69,210 points
1,944 views
0 votes
1 answer

Solidity Error: Exceeds block gas limit

Remove the line norpc:true and change the ...READ MORE

Jan 24, 2019 in Blockchain by Omkar
• 69,210 points
2,604 views
0 votes
1 answer

Truffle can not find artifacts error

To deploy any project/ smart contract, you ...READ MORE

Jan 24, 2019 in Blockchain by Omkar
• 69,210 points
4,638 views
0 votes
1 answer

truffle migrate Error: “Cannot find module 'truffle-expect'”

Seems like you are missing some modules ...READ MORE

Jan 24, 2019 in Blockchain by Omkar
• 69,210 points
1,067 views
0 votes
1 answer

Unexpected error: Cannot provision contracts while instantiating the console

This is a common problem with truffle ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
627 views
0 votes
1 answer

Not able to install truffle-contract

There’s a permission error. Run this command ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
1,903 views
0 votes
1 answer

Solidity: casting address to address payable

I don’t see why direct casting isn’t ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
7,572 views
0 votes
1 answer

Error while sending an address to functions

In solidity 0.5.0 (and above) there are ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
2,949 views
0 votes
1 answer

Not able to use ERC721 token in my project

Like this error indicates, you have to ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
612 views
0 votes
1 answer

'env' is not recognized as an internal or external command

According to the error, it seems like ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
14,564 views
0 votes
1 answer

How can I call a contract from another contract?

There are two ways to solve this. ...READ MORE

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

Problem adding peers to Ethereum private network

Seems like you have not created the ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
2,256 views
0 votes
1 answer

How to add peer to ethereum private network?

To connect a node to already existing ...READ MORE

Jan 22, 2019 in Blockchain by Omkar
• 69,210 points
2,736 views
0 votes
1 answer

Problem monitoring geth instance

Try the following command: geth monitor --attach ./chain-data/geth.ipc ...READ MORE

Jan 22, 2019 in Blockchain by Omkar
• 69,210 points
529 views
–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
0 votes
1 answer

Not able to deploy smart contract to private network

This could happen due to 3 possible ...READ MORE

Jan 18, 2019 in Blockchain by Omkar
• 69,210 points
756 views
0 votes
1 answer

Testrpc can't find log handlers

This doesn't usually happen, maybe the log ...READ MORE

Jan 18, 2019 in Blockchain by Omkar
• 69,210 points
503 views
0 votes
1 answer

Truffle migrate Server Error

Seems like truffle didn't find a server. ...READ MORE

Jan 18, 2019 in Blockchain by Omkar
• 69,210 points
359 views
0 votes
1 answer

Truffle "Migrations" ran out of gas error

This error is caused because the amount ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
3,897 views
0 votes
1 answer

"Migrations" exceeded the block limit (with a gas value you set).

In the error you have posted, in ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
5,563 views
0 votes
1 answer

"Migrations" -- Returned error: authentication needed: password or unlock.

By default, the accounts are locked and ...READ MORE

Jan 17, 2019 in Blockchain by Omkar
• 69,210 points
3,978 views