Most answered questions in Blockchain

0 votes
1 answer

Where does Hyperledger Fabric store the database for the Blockchain? [closed]

The Hyperledger Fabric stores the database in ...READ MORE

Jul 13, 2018 in Blockchain by Perry
• 17,100 points
2,184 views
0 votes
1 answer

Hyperledger: How to test endorsement policy for the business network in multiple organizations?

Give the proposal responses you are receiving ...READ MORE

Jul 13, 2018 in Blockchain by Perry
• 17,100 points
947 views
0 votes
1 answer

In a non-cryptocurrency implementation of Blockchain, how to successfully mine a node?

Difficulty is a property of the blockchain, ...READ MORE

Jul 13, 2018 in Blockchain by Perry
• 17,100 points
382 views
0 votes
1 answer

What is the purpose of Blockchain Technology?

Purpose of Blockchain Technology: A blockchain technology is ...READ MORE

Jul 18, 2018 in Blockchain by Mohini
• 260 points
10,218 views
0 votes
1 answer

Error during Hyperledger installation: Manifest peer latest not found

Change the tag from latest to x86_64-1.0.2 in the compose file. ...READ MORE

Jul 13, 2018 in Blockchain by Perry
• 17,100 points
598 views
0 votes
1 answer

How to check Bitcoin Wallet ?

This can be done using Extended Public ...READ MORE

Jul 13, 2018 in Blockchain by Perry
• 17,100 points
1,079 views
0 votes
1 answer

Transaction Id in Bitcoin Blockchain

The TransactionId comes from sending the coin. ...READ MORE

Jul 13, 2018 in Blockchain by Christine
• 15,790 points
799 views
0 votes
1 answer

Hyperledger Composer rest server NPM versions

The Hyperledger Composer pre-requisites can be installed ...READ MORE

Jul 13, 2018 in Blockchain by Christine
• 15,790 points
641 views
0 votes
1 answer

Blockchain Python Syntax Error

Look here:  print('Block #{} has been added to ...READ MORE

Jul 13, 2018 in Blockchain by Christine
• 15,790 points
717 views
0 votes
1 answer

How do I start mining on my private chain?

You could try deleting the datadir/.etash and ...READ MORE

Jul 13, 2018 in Blockchain by Christine
• 15,790 points
1,476 views
0 votes
1 answer

Hyperledger-Fabric Endorsement Policy: What are Members and Admins?

The goal of endorsement policy to set ...READ MORE

Jul 13, 2018 in Blockchain by Christine
• 15,790 points
872 views
0 votes
1 answer

How to solve Corda Node Startup Exception?

The error says "port may be in ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
703 views
0 votes
1 answer

How to solve "Failed to get identity 'admin'" error?

It seems like this error is caused ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
468 views
0 votes
1 answer

What is the difference between Blockchin and Bitcoin

Blockchain has potential beyond Bitcoin and cryptocurrency. ...READ MORE

Jul 13, 2018 in Blockchain by shweta
• 440 points
1,631 views
0 votes
1 answer

What if I change Chaincode state in invokeChaincode?

The chaincode state is not changed when ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
798 views
0 votes
1 answer

What is transientMap in node.js and getTransient in chaincode?

TransientMap: TransientMap  contains data that might be used to ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
1,117 views
0 votes
1 answer

Will blockchain be feasible in future when the ledgers will be of a larger size?

I read this post "Blockchains don’t scale. ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
427 views
0 votes
1 answer

How to write a program to get details of ERC tokens?

You can use Javascript with the Metamask ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
729 views
0 votes
1 answer

What is the max number of participants,assets and transactions?

Yes, there will be limits.. But the ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
640 views
0 votes
1 answer

How to solve "Failed to deserialize creator identity error"?

It seems like the problem is caused ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
1,428 views
0 votes
1 answer

What is CA (Authority) in Hyperledger Fabric?

Hyperledger fabric includes a modular Certificate Authority ...READ MORE

Jul 12, 2018 in Blockchain by shweta
• 440 points
968 views
0 votes
1 answer

Error while Querying System Chaincode.

Do not interact directly with the ledger.. ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
621 views
0 votes
1 answer

Getting error when i execute ./byfn.sh -m up command.

The error is caused because you're trying ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
850 views
0 votes
1 answer

How to create a Genesis Block in a Private Network?

{     "nonce": "0x0000000000000042",     "difficulty": "0x000000100",     "alloc": {     },     "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",     "coinbase": "0x0000000000000000000000000000000000000000",     "timestamp": "0x00",     "parentHash": ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
1,819 views
0 votes
1 answer

What is the format for crypto-config.yaml and configtx.yaml in Hyperledger Fabric?

You can find the details you want ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,258 views
0 votes
1 answer

How to avoid Ethereum Token Name redundancy?

I dont think you can do anything ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
462 views
0 votes
1 answer

Error while running curl command in Docker Quickstart Terminal

You can get the new version of ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,560 views
0 votes
1 answer

How to use real world/live data in my smart contract?

You cant access/embed real world data using ...READ MORE

Jul 12, 2018 in Blockchain by digger
• 26,740 points
912 views
0 votes
1 answer

'ppa:ethereum' error while installing ethereum on ubuntu

First try: sudo apt-get install --reinstall ca-certificates If ...READ MORE

Jul 12, 2018 in Blockchain by slayer
• 29,350 points
2,673 views
0 votes
1 answer

How Hyperledger projects are different from each other?

Hyperledger includes a range of business Blockchain ...READ MORE

Jul 12, 2018 in Blockchain by shweta
• 440 points
576 views
0 votes
1 answer

What are the differences between chain and state database in hyperledger fabric?

There are two place which "store" data ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
1,934 views
0 votes
1 answer

How do I access the github repository for deploying blockchain on bluemix?

You start with creating a new project. ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
545 views
0 votes
1 answer

Not being able to deploy blockchain demo app on bluemix

The car lease demo's "Deploy to Bluemix" ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
500 views
0 votes
1 answer

How can I access the details of a given address from a blockchain?

There are two ways to actually do ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
692 views
0 votes
1 answer

How can I create multiple connection profiles and multiple nodes in hyperledger composer?

 If you want to learn more about ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
821 views
0 votes
1 answer

How can I retrieve to and from address in transaction directly from blockchain?

The spending conditions, i.e., who is able ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
1,035 views
0 votes
1 answer

Include real world data in smart contract

What you are looking for is an ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
803 views
0 votes
1 answer

How do I ensure that the token name is not redundant?

From my experience no, the trick is ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
312 views
0 votes
1 answer

Where are the transaction details of a smart contract is written in Ethereum?

First ques:where in the blockchain is a ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
630 views
0 votes
1 answer

What exactly is BigChainDB?

Technically, BigChainDB internally uses RethinkDB as a ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
848 views
0 votes
1 answer

How to connect javascript to solidity/ethereum?

You can connect javascript to solidity by ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
1,167 views
0 votes
1 answer

Can cryptocurrency work without blockchain technology?

Cryptocurrency do not compulsorily require blockchain.. What ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
415 views
0 votes
1 answer

How to update data in Corda?

Yes, in corda you can store data ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
790 views
0 votes
1 answer

How to monitor Ethereum private network?

geth should be started with --metrics. try the ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
1,340 views
0 votes
1 answer

How to solve EACCES:permission denied error in Hyperledger Composer?

It seems like there is no required ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
2,107 views
0 votes
1 answer

How to use Rest API support in local development environment?

Rest API is not available for Hyperledger ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
698 views
0 votes
1 answer

WireTransaction type mismatch in Corda.

On M14. checkSignature should take a DigitalSignature.WithKey.. ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
387 views
0 votes
1 answer

Why is Nubits faster than Bitcoin?

Different implementation of blockchain can have different ...READ MORE

Jul 11, 2018 in Blockchain by digger
• 26,740 points
426 views
0 votes
1 answer

What is the maximum number of nodes in corda?

No, there is no restriction of he ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
1,007 views
0 votes
1 answer

How to transact custom token instead of ethers using JSON rpc?

First create your custom token. Then develop ...READ MORE

Jul 10, 2018 in Blockchain by digger
• 26,740 points
883 views