Latest questions in Blockchain

0 votes
1 answer

What happen to the mining fee for the blocks that are stale?

As I understood the forks of the ...READ MORE

Jun 4, 2018 in Blockchain by Shashank
• 10,400 points
501 views
0 votes
1 answer

How can I modify hyperledger's blockchain endorsement policy?

The number of peers is of lesser ...READ MORE

Jun 4, 2018 in Blockchain by Shashank
• 10,400 points
937 views
0 votes
1 answer

Account not listed in the Deploy Contract screen?

You need to get an initial allocated ...READ MORE

Jun 4, 2018 in Blockchain by Perry
• 17,100 points
371 views
0 votes
1 answer

Can I swap an ERC-20 token with a Neo NEP5 token using a smart contract?

Every Blockchain has a separate administration. So, it ...READ MORE

Jun 4, 2018 in Blockchain by Perry
• 17,100 points
722 views
0 votes
1 answer

How to get the already existing channels in Hyperledger v1.0?

You cannot see all available channels,  but you ...READ MORE

Jun 4, 2018 in Blockchain by Perry
• 17,100 points
2,311 views
0 votes
1 answer

How is a request sent from an app to a smart contract?

Yes, the contract is distributed by every node ...READ MORE

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

What could be the best term to use for the collection of contracts in a .sol file?

module - don't think so. Because module ...READ MORE

Jun 2, 2018 in Blockchain by Shashank
• 10,400 points
534 views
0 votes
1 answer

where is ethereum contract instance state stored???

Migrating the state to a new version ...READ MORE

Jun 2, 2018 in Blockchain by Shashank
• 10,400 points
399 views
0 votes
1 answer

Can smart contract have token balance?

Smart contracts can receive and send tokens ...READ MORE

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

Is IPFS, blockchain a decentralized file system?

HTTP protocol is the most popular on ...READ MORE

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

Can I secretly add numbers in a smart contract and only add sum?

In am not sure about that, but ...READ MORE

May 30, 2018 in Blockchain by Shashank
• 10,400 points
609 views
0 votes
3 answers

How to create a cryptocurrency based reward system using Ethereum?

Hey, you can take the help of ...READ MORE

Oct 28, 2020 in Blockchain by jamesright
• 140 points
1,469 views
0 votes
1 answer

How do I develop a supply chain DApp on Blockchain?

Either of the ways is acceptable but ...READ MORE

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

How do I send back ethers to the sender of the tokens in a smart contract?

Whenever a smart contract receives ether via ...READ MORE

May 30, 2018 in Blockchain by Perry
• 17,100 points
3,386 views
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
610 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,058 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
944 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,149 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
540 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
467 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,841 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,191 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
894 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
906 views
+1 vote
4 answers

What is the asset, key-value pair in hyperledger fabric?

Let me explain with an example. Suppose ...READ MORE

May 2, 2019 in Blockchain by Kiran
2,934 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,744 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
505 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
725 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,082 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
412 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
453 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,216 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
539 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
920 views
0 votes
2 answers

How to set permissions within a blockchain?

There are blockchains that allow defining permissions. Hyperledger ...READ MORE

Aug 28, 2018 in Blockchain by Michael
883 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
458 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,275 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
524 views
0 votes
2 answers

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

This link could help you. READ MORE

Aug 28, 2018 in Blockchain by Suman
1,372 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,083 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,288 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
656 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
513 views
+1 vote
2 answers

What if a bitcoin clients could create identical private keys?

If this happens, then Person B will ...READ MORE

Aug 28, 2018 in Blockchain by Evan
647 views
+1 vote
2 answers

How can a public proof of work be secured?

Bitcoin was the first implementation of blockchain, ...READ MORE

May 9, 2018 in Blockchain by Johnathon
• 9,090 points
597 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
424 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
620 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
359 views
+2 votes
2 answers

How can I traverse the blocks of transactions in hyperledger fabric?

For hyperledger fabric you can use query ...READ MORE

May 8, 2018 in Blockchain by Rachel
5,097 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,045 views