Most voted questions in Blockchain

0 votes
1 answer

What is the peer node start in hyperledger?

Nodes are the fundamental element of the ...READ MORE

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

AWS multichain network, "Couldn't connect to the seed node" error

The error says "please check multichaind is ...READ MORE

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

How to store photos in Hyperledger smart contract?

To do this, you need to represent ...READ MORE

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

AttributeError while trying to start peer port in Hyperledger.

If you are new to blockchain then ...READ MORE

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

How to set up Hyperledger Fabric v0.6 network without docker?

Hyperledger Fabric v0.6 does not provide any ...READ MORE

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

Error while trying to create dir if missing: mkdir /var/hyperledger: permission denied

The following commands should help: sudo mkdir -p ...READ MORE

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

How to set web3 solidity variable value?

The setLog transaction has not yet been mined by ...READ MORE

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

How does my peer communicate with fabric CA?

Peers do not communicate with CA directly.. ...READ MORE

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

"const is reserved" parse error.

It could be an error because of ...READ MORE

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

Use of command : ./teardownFabric.sh

Note that if you've run the teardown ...READ MORE

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

How can i copy block aspects in hyperledger fabric?

There are three ways you can do ...READ MORE

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

REQUEST_TIMEOUT error in Hyperledger Fabric, Linux

My docker version was 1.7. And its ...READ MORE

Jul 6, 2018 in Blockchain by Christine
• 15,790 points
2,441 views
0 votes
2 answers

Where can i find Hyperledger Fabric Node SDK sample application?

Here are some links where you can ...READ MORE

Apr 26, 2019 in Blockchain by Firoz
3,092 views
0 votes
1 answer

How to send chaincode error to the calling application?

To pass message all the way to ...READ MORE

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

IRS demo Scheduled Event - InitiationHandler

The TODO you are looking for has ...READ MORE

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

Generic put and get in hyperledger fabric

For this, you have to write a ...READ MORE

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

Error connecting due to rpc error

In the previous version, this problem was ...READ MORE

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

How to define different privacy for different users in Fabric 1.0?

The privacy restriction to particular peers in ...READ MORE

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

Cant decode hex sting into decimal. Getting TypeError.

On the line where it shows error, ...READ MORE

Jul 6, 2018 in Blockchain by slayer
• 29,350 points
4,375 views
0 votes
1 answer

Send Payment error in Blockchain API

The following code should help: $address = null; try ...READ MORE

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

How do I add multiple recipients for transactions via Blockchain API?

Convert the recipes into JSON objects. x = ...READ MORE

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

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

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

Jul 6, 2018 in Blockchain by aryya
• 7,450 points
565 views
0 votes
0 answers

Identification of purchased product

I have created coins on test network.Now ...READ MORE

Jul 6, 2018 in Blockchain by charlie_brown
• 7,720 points
261 views
0 votes
1 answer

How to prevent the smart contract from being modified and deployed in the blockchain network?

To expand on Matthew's answer, each state ...READ MORE

Jul 6, 2018 in Blockchain by aryya
• 7,450 points
639 views
0 votes
1 answer

composer network start with error SERVICE_UNAVAILABLE

I think there is an issue with ...READ MORE

Jul 6, 2018 in Blockchain by aryya
• 7,450 points
881 views
0 votes
1 answer

How to create a ‘feeless’ ERC20 token?

You can't have another address pay for ...READ MORE

Jul 6, 2018 in Blockchain by aryya
• 7,450 points
703 views
0 votes
1 answer

how can i convert stub.GetTxTimestamp() to type string?

You can not directly convert the timestamp ...READ MORE

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

"set RNG(RandomUtils.Random) before generating random numbers" error

Use the following code, you just have ...READ MORE

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

IBM Blockchain cant retrieving multiple rows from table

You can not use the older implementation ...READ MORE

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

How to retrieve complete world state of hyperledger?

you can achieve this by iteration process ...READ MORE

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

difference between running docker image in and outside of vagrant

Most people recommend to run docker containers ...READ MORE

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

Updating data of struct to save in chaincode.

You can use a code similar to ...READ MORE

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

How is consensus reached when there are only two peers in Hyperledger Fabric?

The consensus is achieved in the ordering ...READ MORE

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

Passing hash string with smart contracts

eth.sendTransaction is a go etherum function. There more ...READ MORE

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

"could not find test.properties" error in Hyperledger v1.0

There is no java sdk for your ...READ MORE

Jul 5, 2018 in Blockchain by digger
• 26,740 points
451 views
0 votes
0 answers

Blockchain.info wallet API callback

I am implementing blockchain.info wallet api to ...READ MORE

Jul 4, 2018 in Blockchain by sabby
• 4,390 points
706 views
0 votes
1 answer

Hyperledge fabric v0.6 querying states between a period range

The Hyperledge fabric v0.6 does not provide ...READ MORE

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

How would I run SpringBoot with the Java-SDK of Hyperledger Fabric java daemon?

I am not familiar with SpringBoot, but ...READ MORE

Jul 4, 2018 in Blockchain by aryya
• 7,450 points
2,008 views
0 votes
1 answer

How to make transactions without creating assets in multichain?

To transfer your Mycoins, you can make ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
517 views
0 votes
1 answer

Geth 'sendTransaction' not working

When transactions are put in a loop, ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,166 views
0 votes
1 answer

Network issue while testing Chaincode.

You can do the following things: You can ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
395 views
0 votes
1 answer

How read-write sets is used in hyperledger?

You can find the explaination about it ...READ MORE

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

How blocks are linked in the Hyperledger Fabric blockchain?

The structure of block in Hyperledger Fabric ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,370 views
0 votes
1 answer

How to remove the previous BlockChain data?

One of the reasons preventing the blockchain ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
643 views
0 votes
1 answer

How ordering nodes synchronize work?

To prevent time-based retention and prevent expiring ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
577 views
0 votes
1 answer

How to change "gasLimit" on Azure private blockchain?

Before deploying your network on Azure you ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
629 views
0 votes
1 answer

In Hyperledger fabric, how does committer validate the transaction?

Endorsing and committing are just two functions ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
1,045 views
0 votes
1 answer

Who is miners in smart contracts?

Proof of work is used as a ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,210 points
670 views
0 votes
1 answer

repository hyperledger/fabric-tools not found: does not exist or no pull access

You can manually pull this (and any ...READ MORE

Jul 3, 2018 in Blockchain by charlie_brown
• 7,720 points
753 views
0 votes
1 answer

Blockchain/decentralized apps development intro

If you are looking for books, try ...READ MORE

Jul 3, 2018 in Blockchain by charlie_brown
• 7,720 points
364 views