Latest questions in Blockchain

0 votes
1 answer

How to solve “Package 'ethereum' has no installation candidate” error?

This error might have occurred because your ...READ MORE

Aug 8, 2018 in Blockchain by slayer
• 29,350 points
1,250 views
0 votes
1 answer

How to solve rpc error: code = Unknown desc = timeout expired while starting chaincode error?

In the peer configuration, the port you ...READ MORE

Aug 8, 2018 in Blockchain by digger
• 26,740 points
2,363 views
0 votes
1 answer

Truffle tutorials "Error:recipient address is not a contract address"

It appears like you have already migrated ...READ MORE

Aug 8, 2018 in Blockchain by slayer
• 29,350 points
897 views
0 votes
1 answer

How can a composer fabric business network file, be deployed to the bluemix blockchain service today?

You can use Composer with the Bluemix ...READ MORE

Aug 8, 2018 in Blockchain by Johnathon
• 9,090 points
471 views
0 votes
1 answer

How does a downed peer connects back to the network in a fabric network?

This might be due to the expected ...READ MORE

Aug 8, 2018 in Blockchain by Johnathon
• 9,090 points
447 views
0 votes
1 answer

How many blocks does Wavesnet Blockchain have?

This question is old, and you obviously ...READ MORE

Aug 7, 2018 in Blockchain by Perry
• 17,100 points
445 views
0 votes
1 answer

How can I create a feeless ERC-20 token?

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

Aug 7, 2018 in Blockchain by Perry
• 17,100 points
530 views
+1 vote
1 answer

Can one pay ICO's token to an ICO consultant?

It is in fact possible to programmatically ...READ MORE

Aug 6, 2018 in Blockchain by Perry
• 17,100 points
623 views
+1 vote
4 answers

Trying to connect to Cryptocompare's websocket stream using socketIO from a Python client

The reason might be that the the socketio ...READ MORE

Aug 6, 2018 in Blockchain by Perry
• 17,100 points
3,096 views
0 votes
1 answer

Why we should create two connection profiles for one organization, i.e 1. Org1 only and Org1 and Org2 ?

The need for the distinct Org1 and ...READ MORE

Aug 6, 2018 in Blockchain by aryya
• 7,450 points
586 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

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

IPFS transaction cost as a decentralized service

IPFS itself does not have transaction cost, ...READ MORE

Aug 3, 2018 in Blockchain by Perry
• 17,100 points
995 views
0 votes
1 answer

How do I withdraw the balance from a contract on Ethereum test blockchain?

Your need to improvise your code a ...READ MORE

Aug 3, 2018 in Blockchain by Perry
• 17,100 points
2,475 views
0 votes
1 answer

IBM BLUEMIX BLOCKCHAIN SDK-DEMO failing

These types of intermittent issues are usually ...READ MORE

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

How is running the asset_management.go different from running a simple chaincode like chaincode_example02.go

The chaincode workflow you mentioned is correct, ...READ MORE

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

How to debug chaincode? LedgerError - ResourceNotFound

The following command, CORE_CHAINCODE_ID_NAME=mycc CORE_PEER_ADDRESS=0.0.0.0:30303 ./chaincode_example02 doesn't deploy the chaincode, ...READ MORE

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

“Error getting chaincode package bytes” when deploying chaincode on hyperledger via REST

Considering that you are playing with Bluemix ...READ MORE

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

How to use a chaincode that's not on github?

There are two options: If you are not ...READ MORE

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

Fabric composer integration with Bluemix blockchain service

You can use Composer with the Bluemix ...READ MORE

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

Any security issues in migrating sensitive data in CouchDB to hyperledger composer

Hyperledger Composer and the underlying Hyperledger Fabric ...READ MORE

Aug 3, 2018 in Blockchain by Johnathon
• 9,090 points
613 views
0 votes
1 answer

Could I share ledger between channels in hyperledger?

You say that you want to use ...READ MORE

Aug 3, 2018 in Blockchain by Johnathon
• 9,090 points
864 views
+1 vote
1 answer

Error attempting installing ethermint

I faced the same issue. Here's where ...READ MORE

Aug 2, 2018 in Blockchain by Christine
• 15,790 points
614 views
+1 vote
1 answer

How do I check the history of my ethereum wallet using blockchain API?

f I understand well, you're looking for ...READ MORE

Aug 2, 2018 in Blockchain by Christine
• 15,790 points
2,034 views
0 votes
1 answer

How to deploy hyperledger fabric in production level?

Once you set up the Fabric, bring ...READ MORE

Aug 2, 2018 in Blockchain by aryya
• 7,450 points
2,715 views
0 votes
1 answer

How to set up hyperledger fabric on 2 different PCs?

I would recommend that you look at ...READ MORE

Aug 2, 2018 in Blockchain by aryya
• 7,450 points
1,246 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
759 views
0 votes
1 answer

How to solve “insufficient funds for gas * price + value” error?

Change the following line Credentials credentials = Credentials.create(firstAccount); To ...READ MORE

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

How to solve “error: no objects passed to create” Error?

It seems like a problem with the ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
7,443 views
0 votes
1 answer

Cant install quorum blockchain.

You are facing this issue because you ...READ MORE

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
737 views
0 votes
1 answer

How to send funds using CLI?

You can send funds from one address ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
512 views
0 votes
1 answer

Ethereum smart contract event trigger notification

I have an example here for web3js ...READ MORE

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
1,923 views
0 votes
1 answer

How does this Ethereum Console output mean?

I have divided the output into different ...READ MORE

Aug 1, 2018 in Blockchain by digger
• 26,740 points
480 views
0 votes
1 answer

How to send bitcoins to multiple recipients at once?

To send bitcoins to multiple recipients, you ...READ MORE

Aug 1, 2018 in Blockchain by slayer
• 29,350 points
469 views
0 votes
1 answer

How does the consensus mechanism work for a SaaS based blockchain?

Blockchain doesn't have the client-server architecture that ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
404 views
0 votes
1 answer

Where do we execute Smart Contracts on Hyperledger Fabric?

Take a look here: http://hyperledger-fabric.readthedocs.io/en/latest/txflow.html Hyperledger Fabric has 2 ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
448 views
0 votes
1 answer

how to give back each customer a self-defined amount of ether after ICO ends in smart contract?

It's a lot of question. I will ...READ MORE

Aug 1, 2018 in Blockchain by aryya
• 7,450 points
687 views
0 votes
1 answer

how to modify smart contract template for self defined functionality

TL;DR; This code simply defines the start ...READ MORE

Aug 1, 2018 in Blockchain by aryya
• 7,450 points
415 views
0 votes
1 answer

Problem with deploying to a single organization Hyperledger Fabric

It appears to me that  the proposal is ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
646 views
0 votes
1 answer

Blockchain PoC Implementation

It depends on your use case like ...READ MORE

Aug 1, 2018 in Blockchain by Christine
• 15,790 points
439 views
0 votes
1 answer

Why RLP encoding is used in Ethereum?

RLP is intended to be a highly ...READ MORE

Aug 4, 2018 in Blockchain by Mohini
• 260 points
1,461 views
0 votes
1 answer

How to get the current state of a smart contract?

Hey, you gotta provide the contract code, and ...READ MORE

Aug 1, 2018 in Blockchain by Perry
• 17,100 points
919 views
0 votes
1 answer

I want to use Blockchain receive API without exchange rate

You are not using receive API you are using Exchange ...READ MORE

Aug 1, 2018 in Blockchain by Perry
• 17,100 points
408 views
+2 votes
5 answers

How to install Ganache.appx on Windows 7

Go to https://github.com/trufflesuite/ganache/releases there are a set of ...READ MORE

Aug 17, 2018 in Blockchain by Omkar
• 69,230 points
14,085 views
0 votes
1 answer

geth personal.newAccount()\npassword command broke Ethereum CLI

The issue is with your command. It's ...READ MORE

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

Hyperledger Composer Error trying to instantiate composer runtime

If this message occurs in instantiating composer ...READ MORE

Jul 31, 2018 in Blockchain by shweta
• 440 points
684 views
0 votes
1 answer

Not able to send payments using Blockchain API.

Try the following code. It should help ...READ MORE

Jul 31, 2018 in Blockchain by slayer
• 29,350 points
463 views
+3 votes
4 answers

How to solve “ERROR: manifest for hyperledger/fabric-orderer:latest not found” error?

I was having the same problem and ...READ MORE

Sep 6, 2018 in Blockchain by Rakesh
5,988 views
0 votes
1 answer

How to use two different APIs to get combined results?

You can use nesting of function to ...READ MORE

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

How to join a peer to a channel in Hyperledger Fabric?

When you run the command: peer channel create ...READ MORE

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

Can’t find value for key while using CouchDB for Fabric.

In the output you have mentioned: {   "id": ...READ MORE

Jul 31, 2018 in Blockchain by slayer
• 29,350 points
1,441 views