Most voted questions in Blockchain

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,428 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
886 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
394 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
656 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
671 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
437 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
358 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,897 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,398 views
0 votes
1 answer

How to get all address and send ethers in solidity using a loop?

I found a similar code somewhere: contract  Holders{ uint ...READ MORE

Jul 31, 2018 in Blockchain by digger
• 26,740 points
2,541 views
0 votes
4 answers

How to solve “bind: cannot assign requested address” Error?

You must mention in your host.conf file ...READ MORE

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

Using web3swift to create raw transaction.

Here you go: var options = Web3Options.defaultOptions() options.gasLimit = ...READ MORE

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

How to solve “Error: Expected a Resource or Concept”?

There are few errors in code. I ...READ MORE

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

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

This seems to be a problem with ...READ MORE

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

Can someone explain me how PBFT works?

You can submit your transaction to any ...READ MORE

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

How can i extract information from Ethereum blockchain using python?

Give the RPC (--rpc) option when you ...READ MORE

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

How do i startup the quantum resistant ledger (QRL) node?

There is an open issue in GitHub ...READ MORE

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

How to download the full blocks (with transactions) directly and in parallel from the connected nodes in NodesGroup?

 just got informed, that NBitcoin currently does ...READ MORE

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

Error in Chaincodes not getting picked up by ./startFabric.sh

After changing chaincode in fabric-samples/chaincode/fabcar/go/fabcar.go (this is ...READ MORE

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

Unable to perform an operation in Ethereum private network

It seems that the Unix socket can't ...READ MORE

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

Can we custom tokens on Ethereum?

Yes, it is possible. You need to ...READ MORE

Jul 31, 2018 in Blockchain by Mohini
• 260 points
450 views
0 votes
1 answer

Hyperledger fabric ./byfn.sh -m up command hangs during execution

Run the following command: sudo docker stop $(docker ...READ MORE

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

What is approve and allowance method?

approve(): This method is used by one ...READ MORE

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

Solidity how to solve “Error Encoding arguments ” error while using create button?

When you pass multiple arguments, you need ...READ MORE

Jul 30, 2018 in Blockchain by slayer
• 29,350 points
3,525 views
0 votes
1 answer

Solidity and Web.js for Ethereum blockchain data

Your code is not right. I have ...READ MORE

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

How to extract Ethereum Blockchain data?

You are using web3.eth.getTransaction(txHash) web3.eth.getTransaction(txHash) will only return info ...READ MORE

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

Why is there no infinite loop problem in Hyperledger Fabric?

Hyperledger uses a timeout mechanism for chaincode ...READ MORE

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

Solidity code to change value of name

Try this for setName: function setName(string _name) public ...READ MORE

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

Not able to execute a deployed contract?

The problem is that you are not ...READ MORE

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

How to “unrecognized import path error” while using go for hyperledger fabric?

The solution to this problem is as ...READ MORE

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

How to solve “network state unknown. Review successful transactions manually” error?

There seems to be error in the ...READ MORE

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

Php code to generate Ethereum wallets.

You can use web3.eth.accounts in web3js web3.eth.accounts.create(); With Php, ...READ MORE

Jul 27, 2018 in Blockchain by slayer
• 29,350 points
3,082 views
0 votes
1 answer

How to solve “The method personal_newAccount does not exist/is not available” Error?

You are connecting using WS but have ...READ MORE

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

Can I use inherited contract in artifacts.require() statement?

Yes, this code will work just fine. ...READ MORE

Jul 27, 2018 in Blockchain by digger
• 26,740 points
466 views
0 votes
2 answers

How to solve “sender doesn't have enough funds to send tx” error in Ethereum?

I also had the same error. I ...READ MORE

Mar 3, 2020 in Blockchain by Noha Abuaesh
5,447 views
0 votes
1 answer

Error in playground while committing transaction on the ledger

1. Is this transaction is trying to ...READ MORE

Jul 27, 2018 in Blockchain by shweta
• 440 points
507 views
0 votes
1 answer

How to modify h2 port in Corda for IntelliJ?

When you use IntelliJ, the nodes are ...READ MORE

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

How to set chaincode path in Hyperledger Fabric?

For chaincode to properly run on your ...READ MORE

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

How to upload or deploy bna file on IBM blockchain service?

The link you provide is for Go ...READ MORE

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

In PBFT view change what happens to committed operations after a valid snapshot?

I think that those messages are executed ...READ MORE

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

How to solve “ltdl.h: No such file or directory” error?

It seems like you are missing header ...READ MORE

Jul 26, 2018 in Blockchain by slayer
• 29,350 points
2,771 views
0 votes
3 answers

How to solve “VM Exception while processing transaction: revert” error?

I am using windows 7. Any solution ...READ MORE

Apr 30, 2019 in Blockchain by Rajesh
5,944 views
0 votes
1 answer

What is the expiry time of blockchain wallet address?

There is no expiry time for your ...READ MORE

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

How to generate events in Hyperledger Fabric?

You can generate events using a method ...READ MORE

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

sendProposal - timed out after:45000, sendPeersProposal - Promise is rejected: Error: REQUEST_TIMEOUT

You could simply replace --net=bridge with --net=artifacts_default in your DockerFile.  I used ...READ MORE

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

How to interact with smart contract in GO?

I am providing an example. Modify it ...READ MORE

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

How to create own coins in Blockchain Ethereum wallet?

To create own coins you have to ...READ MORE

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

Unable to create a Mist connection to a private Ethereum Blockchain.

You could do the following: 1. Start another ...READ MORE

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

Error in generating network sample.

I resolved this issue by downloading the ...READ MORE

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

Error while generating smart contracts which returns array of struct in Web3j v3.3.1

Solidity does not support returning structs in ...READ MORE

Jul 26, 2018 in Blockchain by Perry
• 17,100 points
1,782 views