Most answered questions in Blockchain

0 votes
1 answer

IBM Container Service blockchain deployment error.

This error might be caused because of ...READ MORE

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

How to add peers on a running Hyperledger Fabric?

You can not use configtxlator tool for ...READ MORE

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

How to control visibility of assets in Hyperledger Fabric?

you can use proof of Authority consensus ...READ MORE

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

why are permissions not stored in blockchain?

When a channel is created, the configurations ...READ MORE

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

How to develop peer to peer network in hyperledger fabric?

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

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

How to create users on hyperledger and how to assign policies to the created users?

First the users need to establish identity ...READ MORE

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

how to learn writing java code for Hyperledger Fabric?

You can learning writing java codes for ...READ MORE

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

How i can use nodejs to watch transactions in bitcoin network?

you can use  const Socket = require('blockchain.info/Socket'); const mySocket ...READ MORE

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

How to upload data from PC or sensors to blockchain?

you can do it by writing a ...READ MORE

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

how to get modification history of asset?

You can use GetHistoryForKey() API as shown ...READ MORE

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

How to solve Runtime error when querying Hyperledger?

OCI is open container initiative.. The error ...READ MORE

Jul 9, 2018 in Blockchain by slayer
• 29,350 points
782 views
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
845 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,235 views
+1 vote
1 answer

What is blockchain apart from bitcoin?

Blockchain is a decentralized database where the ...READ MORE

Jul 9, 2018 in Blockchain by digger
• 26,740 points
596 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
699 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
499 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,196 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,594 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,888 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
698 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,425 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
589 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
626 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,482 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,042 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
426 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
363 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
663 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
404 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,421 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,583 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
687 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
595 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
649 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
910 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
713 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,248 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
592 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
469 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,201 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
360 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,044 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,182 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,154 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
460 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
637 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,030 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
526 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,202 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
409 views