Latest questions in Blockchain

0 votes
1 answer

How can I change endorsement policies in hyperledger?

Well the good news is that it ...READ MORE

Jul 19, 2018 in Blockchain by Johnathon
• 9,090 points
1,031 views
0 votes
1 answer

How do I get the total amount sent to an address?

If you are using web3JS you can ...READ MORE

Jul 19, 2018 in Blockchain by Johnathon
• 9,090 points
712 views
0 votes
1 answer

How to change Endorsement policies

Well the good news is that it ...READ MORE

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

How to use Blockchain to store government records?

As I understood you are planning to ...READ MORE

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

What is the purpose of Blockchain Technology?

The purpose of Blockchain technology is to ...READ MORE

Jul 23, 2018 in Blockchain by Omkar
• 69,230 points
1,420 views
0 votes
1 answer

Can we store encrypted data into transaction?

Ethereum can store whatever bytes you want, ...READ MORE

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

GetState query via chaincode always returns empty value

fabric uses an ccenv image to build the chaincode when ...READ MORE

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

Getting error while trying to submit a transaction on hyperledger playground

not enough information as to how you ...READ MORE

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

How do I calculate number of full nodes in bitcoins/altcoins?

You can not calculate/estimate the total number ...READ MORE

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

Can someone help me conceptualizing blockchain for supply chain demo?

I think you should take a step ...READ MORE

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

How blockchain hides it's HTML source?

When you click View Source, you see ...READ MORE

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

Sorting data into appropriate key in an object

I think that your code has an ...READ MORE

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

How to understand transaction verification in blockchain

They said it takes about 10 minutes ...READ MORE

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

Should I require a specific condition when working with indexes in Solidity?

You are using it correctly. require is intended to ...READ MORE

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

Is it possible to claim Bitcoin Cash from an exchange that does not support it?

You can't claim BCH without knowing private ...READ MORE

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

How to solve "'Asset:org.acme.trading.Commodity' does not exist" error?

The error is mainly because the asset ...READ MORE

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

How to limit execution of smart contract only to my dapp?

You can use modifiers to do it ...READ MORE

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

How to make Geth transactions faster?

You can change the speed by the ...READ MORE

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

What does "Using network 'develop'" mean?

It means that the name of the ...READ MORE

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

How to build a non-payment application using Ethereum blockchain?

I hope the following link is helpful ...READ MORE

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

How to solve "error trying install composer runtime" in Hyperledger composer?

I think the docker-compose tool is not ...READ MORE

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

Where can i get bitcoins for testing?

You can get bitcoins for free for ...READ MORE

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

How to retain the container state after shutdown/restart of Hyperledger Fabric network?

In a Dev environment, you can first ...READ MORE

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

Can smart contract be altered after deployment?

No, you can not make changes to ...READ MORE

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

How do nodes communicate with each other in hyperledger?

First let me tell you that there ...READ MORE

Jul 17, 2018 in Blockchain by slayer
• 29,350 points
1,347 views
0 votes
2 answers

Issues while installing Hyperledger Composer

Follow these steps to correctly install: mkdir ~/fabric-dev-servers ...READ MORE

Nov 15, 2018 in Blockchain by Omkar
• 69,230 points
796 views
0 votes
1 answer

What happens to the short chain when the nodes follow the long chain?

This situation occurs every day in the ...READ MORE

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

How to call external data using smart contracts?

Smart contracts can not directly call external ...READ MORE

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

How to achieve consensus with peers from different departments?

Defining one MSP to represent each division. ...READ MORE

Jul 16, 2018 in Blockchain by digger
• 26,740 points
473 views
+1 vote
5 answers

How to solve "truffle: command not found" error in blockchain?

First try restarting the system and then ...READ MORE

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

How to generate new address for blockchain wallet?

You can use the following to generate ...READ MORE

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

Can i use HTTP GET to call external service in Hyperledger Composer?

Right now, the Hyperledger Composer supports only ...READ MORE

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

How to interact with blockchain using Java web app?

You can interact with the blockchain using ...READ MORE

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

How to get peer admin's certificate and key on Bluemix?

Follow the steps mentioned below: Create connection profile ~/.composer-connection-profiles/bmx-stage1-kubes/connection.json {  "name": ...READ MORE

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

How to extract h160 address of bitcoin blockchain?

You can extract the data using the ...READ MORE

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

How are unique public address generated in bitcoin?

In brief, the public addresses are generated ...READ MORE

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

Unable to request channel creation using Rest Api

I'd recommend taking a look at the ordering ...READ MORE

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

Hyperledger Fabric V1.0 Application using Java SDK Client for is waiting indefinitely when invoking chaincode

I ran into a similar issue to ...READ MORE

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

How to handle memory and processor limitations of nodes in blockchain?

Yes, that's a valid concern. The Bitcoin ...READ MORE

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

How is computational and electricity wastage be avoided other than successful bitcoin miner?

What you are describing is an inherent ...READ MORE

Jul 14, 2018 in Blockchain by Shashank
• 10,400 points
313 views
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,189 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
967 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
386 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,234 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
604 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,090 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
804 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
645 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
718 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,487 views