Most answered questions in Blockchain

0 votes
1 answer

What if Gas required in my program exceeds the limit of 3000000?

Going through your code, I noticed that  you ...READ MORE

May 29, 2018 in Blockchain by Perry
• 17,100 points
603 views
0 votes
1 answer

Geth account password on command line

You've got the following two ways to create ...READ MORE

May 29, 2018 in Blockchain by Perry
• 17,100 points
2,054 views
0 votes
1 answer

How can I synchronize smart contract on blockchain?

This is how it is on Blockchain. ...READ MORE

May 29, 2018 in Blockchain by Perry
• 17,100 points
937 views
0 votes
1 answer

How can I integrate ethereum wallet on my site??

you can use web3 js API to ...READ MORE

May 29, 2018 in Blockchain by Perry
• 17,100 points
3,146 views
0 votes
1 answer

How can I simulate private bitcoin network with random peer discovery?

You can model the whatever network you ...READ MORE

May 29, 2018 in Blockchain by Johnathon
• 9,090 points
534 views
0 votes
1 answer

Can we say that Applications on hyperledger fabric are centralized?

In practice, you would expect every Org ...READ MORE

May 29, 2018 in Blockchain by Johnathon
• 9,090 points
461 views
0 votes
1 answer

How to read a state after writing it into a chaincode?

Data that is 'written' in chaincode is ...READ MORE

May 28, 2018 in Blockchain by Perry
• 17,100 points
1,833 views
0 votes
1 answer

Curl Script Usage in Ethereum Blockcypher's API

You should store and keep the private ...READ MORE

May 28, 2018 in Blockchain by Christine
• 15,790 points
1,184 views
0 votes
1 answer

How is the ledger kept consistent among differnt peers in blockchain?

Bitcoin doesn't guarantee that all ledgers become ...READ MORE

May 26, 2018 in Blockchain by Johnathon
• 9,090 points
891 views
0 votes
1 answer

how do we register our assets in hyperledger?

First of all, the chaincode (or smart ...READ MORE

May 26, 2018 in Blockchain by Johnathon
• 9,090 points
902 views
0 votes
1 answer

How can I communicate with peer to peer in a hyperledger fabric local network?

The peers communicate among them through the ...READ MORE

May 24, 2018 in Blockchain by Johnathon
• 9,090 points
1,740 views
0 votes
1 answer

Can there be different smart contract with same logic or a master contract with all configuration?

It depends on the complexity of the ...READ MORE

May 23, 2018 in Blockchain by Johnathon
• 9,090 points
499 views
0 votes
1 answer

Why do we use virtual machine for running smart contracts.

You can write smart contracts in any ...READ MORE

May 23, 2018 in Blockchain by Johnathon
• 9,090 points
724 views
0 votes
1 answer

How Bitcoin wallet find unspent transaction output(UTXOs)?

The wallet apps are connected to the ...READ MORE

May 22, 2018 in Blockchain by Shashank
• 10,400 points
1,077 views
0 votes
1 answer

Can someone pls explain the hyperledger consensus?

The multiple peers determine the validity of ...READ MORE

May 22, 2018 in Blockchain by Shashank
• 10,400 points
404 views
0 votes
1 answer

Does the contract hosting account owns ether that is being sent to contract too??

I dont think so. I've done a ...READ MORE

May 22, 2018 in Blockchain by Johnathon
• 9,090 points
447 views
0 votes
1 answer

What happens to the blockchain currency when nodes gets disconnected?

After the resync of the network, the ...READ MORE

May 22, 2018 in Blockchain by Johnathon
• 9,090 points
1,209 views
0 votes
1 answer

How can I sync geth and testrpc private nodes locally?

node running on testrpc cannot be connected ...READ MORE

May 17, 2018 in Blockchain by Shashank
• 10,400 points
536 views
0 votes
1 answer

How do I use hyperledger fabric blockchain to build my own application?

To use fabric I would recommend you ...READ MORE

May 17, 2018 in Blockchain by Johnathon
• 9,090 points
914 views
+1 vote
1 answer

How do I develop enterprise solutions using hyperledger composer?

With IBM cloud you can use containers, ...READ MORE

May 15, 2018 in Blockchain by Shashank
• 10,400 points
447 views
0 votes
1 answer

Why am I not getting 100 ethers in my metamask account?

Sorry that you're having this problem. To ...READ MORE

Jun 14, 2018 in Blockchain by Christine
• 15,790 points
2,271 views
0 votes
1 answer

How a transaction validity is verified in blockchain?

Blockchain has the records the of all ...READ MORE

May 11, 2018 in Blockchain by Johnathon
• 9,090 points
517 views
0 votes
1 answer

How is storage space handled in hyperledger peer?

Every transaction is not stored by every ...READ MORE

May 11, 2018 in Blockchain by anonymous
1,081 views
0 votes
1 answer

How do I submit multiple transaction in a block?

There can only be one block at ...READ MORE

May 10, 2018 in Blockchain by Johnathon
• 9,090 points
1,281 views
0 votes
1 answer

Can a blockchain be used to verify or store a document on the blockchain?

Bitcoin is decentralized payment syatem. It was ...READ MORE

May 10, 2018 in Blockchain by Johnathon
• 9,090 points
647 views
0 votes
1 answer

Do I need to create a new validating peer once a new user join my network.?

Hyperledger has evolved a lot. The updated ...READ MORE

May 10, 2018 in Blockchain by Johnathon
• 9,090 points
508 views
0 votes
1 answer

How feasible is it to use one way cryptographic hash function?

you can use the ouput hash function ...READ MORE

May 8, 2018 in Blockchain by Johnathon
• 9,090 points
422 views
0 votes
1 answer

How to check the data integrity logic in proof of work mining?

The proof of work is actually works ...READ MORE

May 8, 2018 in Blockchain by Johnathon
• 9,090 points
614 views
0 votes
1 answer

What technologies can be used to build private blockchain technologies?

Blockchain could be private or public. There ...READ MORE

May 8, 2018 in Blockchain by Robbie
355 views
+1 vote
1 answer

How is ordering of transactions done in a block in hyperledger?

Consensus is the key concept for validating ...READ MORE

May 3, 2018 in Blockchain by Christine
• 15,790 points
1,036 views
0 votes
1 answer

Why is it downloading the blocks when I am trying to deploy the ethereum private network?

Once you have installed the Ethereum wallet, ...READ MORE

May 3, 2018 in Blockchain by Shashank
• 10,400 points
447 views
+1 vote
1 answer

What are peers and how a user enrolls into a specific peer?

In fabric, there is an admin, he ...READ MORE

May 3, 2018 in Blockchain by Shashank
• 10,400 points
1,744 views
0 votes
1 answer

How can we decrypt a transaction payload when confidentiality is on?

You can try the following: you can only ...READ MORE

May 3, 2018 in Blockchain by Shashank
• 10,400 points
626 views
+1 vote
1 answer

How can nodes interact with a Smart Contract?

If you are using Remix IDE to ...READ MORE

Apr 27, 2018 in Blockchain by Perry
• 17,100 points
584 views
0 votes
1 answer

How can I deploy a HelloWorld contract on my testrpc network?

The problem lies in the command: truffle migrate Your truffle migrate command ...READ MORE

Apr 27, 2018 in Blockchain by Perry
• 17,100 points

edited Aug 10, 2018 by Omkar 2,478 views
+1 vote
1 answer

Error while deploying chaincode in IBM Blockchain. Please help.

Try stripping out the 'tree/master' portion of ...READ MORE

Apr 26, 2018 in Blockchain by Christine
• 15,790 points
653 views
+1 vote
1 answer

What happened on deploy, invoke and query in Hyperledger chaincode?

1. Deploy: During Deploy the chaincode is written onto ...READ MORE

Apr 26, 2018 in Blockchain by Christine
• 15,790 points
1,235 views
+1 vote
1 answer

How can I connect to the specified nodes using IPFS?

You can actually connect to the specific ...READ MORE

Apr 25, 2018 in Blockchain by Christine
• 15,790 points
1,811 views
+1 vote
1 answer

What'd be the best database to store data on blockchain?

To read and add data you can ...READ MORE

Apr 25, 2018 in Blockchain by Christine
• 15,790 points
1,285 views
+1 vote
1 answer

How to store state data in Ethereum blockchain?

You won't have to overwrite the whole ...READ MORE

Apr 25, 2018 in Blockchain by Shashank
• 10,400 points
727 views
+1 vote
1 answer

what is use of msg.sender in solidity code?

msg.sender(address) function indicated the sender of the ...READ MORE

Apr 25, 2018 in Blockchain by Shashank
• 10,400 points
8,535 views
+1 vote
1 answer

Can I mine a specific transaction on ethereum?

On a public ethereum network it is ...READ MORE

Apr 24, 2018 in Blockchain by Shashank
• 10,400 points

edited Oct 6, 2021 by Sarfaraz 1,258 views
+1 vote
1 answer

What is the best way to search for an item in blockchain?

All transactions and records in blockchain are ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
1,508 views
0 votes
1 answer

Is it that new bitcoins gets created with the every block mined??

Bitcoin mining means validation of a block ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
575 views
0 votes
1 answer

What happens if the controller nodes in Corda shuts down, will other nodes function independently?

If the network map goes offline nodes ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
612 views
0 votes
1 answer

How pbft is being used in blockchain?

PBFT can tolerate byzantine failures. For tolerating ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
588 views
0 votes
1 answer

Where to store the data of decentralized applications??

Every blockchain is developed in a differnet ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
517 views
+1 vote
1 answer

How immutability is achieved in hyperledger fabric?

Since it is a private blockchain platform, ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
1,344 views
+1 vote
1 answer

How can I achieve a functionality where an action is performed after a payment is received?

See this can be achieved in more ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
477 views
+1 vote
1 answer

Which data structure to prefer to model a blockchain?

To start with, let me tell you ...READ MORE

Apr 21, 2018 in Blockchain by Perry
• 17,100 points
2,561 views