Trending questions in Blockchain

0 votes
1 answer

How to fix "failed to execute script docker compose" error on windows 7?

It seems like the container is not ...READ MORE

Jun 27, 2018 in Blockchain by Omkar
• 69,210 points
21,579 views
+1 vote
4 answers

Hyperledger: Cannot compile chaincode, cannot find package error

As the error says, it cant find ...READ MORE

Oct 26, 2018 in Blockchain by Omkar
• 69,210 points
11,996 views
0 votes
3 answers

Truffle migrate Could not connect to your Ethereum client.

As mentioned in the previous answer, you ...READ MORE

Feb 19, 2019 in Blockchain by Dinesh
11,383 views
+1 vote
2 answers

Not able to create new account in geth for private ethereum network

Looks like the account you are trying ...READ MORE

Dec 6, 2018 in Blockchain by Omkar
• 69,210 points
3,540 views
+1 vote
3 answers

Pass parameter as bytes32 to Solidity Smart Contract

Use the common.HexToHash package and pass the string ...READ MORE

Sep 19, 2019 in Blockchain by Grashias

edited Sep 19, 2019 by Omkar 9,149 views
+2 votes
3 answers

Hyperledger Fabric: Not able to create the channel "Channel creation failed" error

Seems like you have not set the ...READ MORE

Nov 2, 2018 in Blockchain by Omkar
• 69,210 points
7,156 views
+1 vote
4 answers

How to estimate the cost for deploying smart contract on mainnet?

Since you have already deployed the contract ...READ MORE

Apr 10, 2018 in Blockchain by Shashank
• 10,400 points
14,758 views
+2 votes
1 answer

how to convert hash160 to bitcoin address in python?

Hey @Raj. I use the following script. ...READ MORE

Jul 12, 2019 in Blockchain by Tanisha
3,213 views
+1 vote
1 answer

how to create channels with new orgs in Fabric? getting error: Attempted to include a member which is not in the consortium.

$: peer channel fetch config config_block.pb -o ...READ MORE

Jul 24, 2019 in Blockchain by Ayush
• 180 points
2,717 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,503 views
0 votes
3 answers

How to create a cryptocurrency based reward system using Ethereum?

Hey, you can take the help of ...READ MORE

Oct 28, 2020 in Blockchain by jamesright
• 140 points
1,454 views
+1 vote
1 answer

hyperledger fabric: can't find package: github.com/pkg/errors in GOPATH or GOROOT

Hey @aiga, try to add the package ...READ MORE

Aug 5, 2019 in Blockchain by Esha
1,855 views
+1 vote
4 answers

Uncaught Error: Returned values aren't valid, did it run Out of Gas?

Could be due to previously set values. ...READ MORE

Jan 31, 2019 in Blockchain by Omkar
• 69,210 points
7,632 views
+1 vote
1 answer

Can we pass string values to the contract which holds bytes 32 only?

A string is not byte32 and so ...READ MORE

Aug 26, 2019 in Blockchain by Rina
857 views
0 votes
1 answer

How can I become a miner in Blockchain?

You need to download software to become ...READ MORE

Jul 3, 2019 in Blockchain by Raman
3,162 views
0 votes
1 answer

how to develop healthcare records using DApp on Blockchain?

Hi. As Healthcare will be a private ...READ MORE

Jul 26, 2019 in Blockchain by Esha
2,057 views
+2 votes
1 answer

Trying to instantiate chain code on channel

Looking at the error, it seems like ...READ MORE

Aug 1, 2019 in Blockchain by Jessica
1,655 views
+1 vote
0 answers

Can I change the network id in ganache GUI? Is it work for calling the functions in solidity?

Can I change the network id in ...READ MORE

Aug 16, 2019 in Blockchain by anonymous

edited Aug 19, 2019 by Omkar 1,052 views
0 votes
2 answers

Why is getTransactionReceipt() returning None (NoneType object)?

If you want to know more about ...READ MORE

Sep 11, 2020 in Blockchain by pythoncourse
• 140 points
948 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,344 views
–1 vote
6 answers

Hyperledger fabric: Docker container error: Error response from daemon: Container is not running

I had to update the version of ...READ MORE

Apr 25, 2019 in Blockchain by Gani
8,977 views
0 votes
2 answers

Angular Bitcoin error: "Error trying to diff '[object Object]'"

There are two approaches to this: 1. You ...READ MORE

Sep 4, 2018 in Blockchain by slayer
• 29,350 points
13,302 views
+1 vote
3 answers

How to convert timestamp to readable format in blockchain.info?

You are talking about the block_time property ...READ MORE

Apr 29, 2019 in Blockchain by Raghu
10,009 views
+1 vote
8 answers

How is Blockchain a linked list?

Blockchain is similar to Single Linked List ...READ MORE

Aug 3, 2018 in Blockchain by Omkar
• 69,210 points
12,917 views
+1 vote
0 answers

Metamask popup on Server side (Express js) ?

So I have this problem when i ...READ MORE

Jul 15, 2019 in Blockchain by Dzaky
• 130 points
1,412 views
0 votes
0 answers

how to Build Bitcoin address and balance database?

How to build Bitcoin Address and Balance ...READ MORE

Jul 25, 2019 in Blockchain by Raj
• 180 points
908 views
0 votes
1 answer

How to check ethereum logs?

Hey there! You don't have a Verbose ...READ MORE

Jan 9, 2019 in Blockchain by Omkar
• 69,210 points
9,257 views
0 votes
2 answers

Can't get simple Coinbase button in Node to work

Coinbase sandbox is best to have when ...READ MORE

May 21, 2020 in Blockchain by anonymous
• 140 points
1,033 views
0 votes
0 answers

How to use mutual authentication without CA in hyperledger fabric

I want to use some certificateless mutual ...READ MORE

Jul 29, 2019 in Blockchain by behnaz
• 120 points
525 views
+1 vote
0 answers

Can't call contract function in Remix in Web3 provider mode, but it works in Javascript VM

A simple contract for addition, an error ...READ MORE

Jun 15, 2019 in Blockchain by XHQ
2,253 views
0 votes
1 answer

What is geth and solidity in Blockchain?

geth is a tool used to run a ...READ MORE

Jun 11, 2019 in Blockchain by Rishi
2,401 views
+1 vote
0 answers
+14 votes
5 answers

Difference between hyperledger fabric and sawtooth?

Source: https://www.hyperledger.org/wp-content/uploads/2017/ ...READ MORE

Aug 29, 2018 in Blockchain by Anurag
8,473 views
+1 vote
0 answers
0 votes
0 answers

Couldn't find network parameters file and compatibility zone wasn't configured/isn't reachable

After ran this command java -jar network-bootstrapper-VERSION.jar --dir <nodes-root-dir>.The files is generated.After ...READ MORE

Jun 20, 2019 in Blockchain by anonymous
1,533 views
+1 vote
1 answer

Multichain "Resource temporarily unavailable" error

The command you have executed is used ...READ MORE

Jul 10, 2019 in Blockchain by Olivia
568 views
+4 votes
4 answers

What are the implementations of IBM blockchain?

IBM is an open source community of ...READ MORE

Mar 30, 2018 in Blockchain by Christine
• 15,790 points
816 views
0 votes
1 answer

Solidity: casting address to address payable

I don’t see why direct casting isn’t ...READ MORE

Jan 23, 2019 in Blockchain by Omkar
• 69,210 points
7,569 views
0 votes
1 answer

In assymetric cryptography how and when the sender will share the public key with the receiver?

Consider this example: Suppose Bob wants to send ...READ MORE

Jul 3, 2019 in Blockchain by Sheila
568 views
+1 vote
1 answer

Listing all Bitcoin Miners

Yes, you can list down all the ...READ MORE

Jul 3, 2019 in Blockchain by John
503 views
0 votes
0 answers

Migrations ran out of gas

I have unboxed pet-shop. Then inside the ...READ MORE

Jun 25, 2019 in Blockchain by anonymous
888 views
0 votes
1 answer

Public and private keys created residing in laptop/mobile while initiating a transaction

You need to provide the receiver's public key ...READ MORE

Jul 3, 2019 in Blockchain by Rachit
501 views
+1 vote
2 answers

Not able to install Solidity in Ubuntu

As far as I can understand the ...READ MORE

Nov 26, 2019 in Blockchain by DeadShotOne96
1,618 views
0 votes
0 answers

In R3 Corda I don't know to start the web server port in server?

In R3 Corda all the nodes are ...READ MORE

Jun 26, 2019 in Blockchain by anonymous
804 views
0 votes
2 answers

Hyperledger Fabric: Error: could not assemble transaction, err proposal response was not successful.

Hey. It seems like you already have ...READ MORE

Nov 19, 2018 in Blockchain by Omkar
• 69,210 points
7,882 views
0 votes
0 answers

LIVE PODCAST THREAD** (#2 Are Smart contracts really the Future?)

Hey guys this is the link to ...READ MORE

Jun 28, 2019 in Blockchain by Vardhan
• 13,190 points
655 views