Most viewed questions in Blockchain

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
727 views
+2 votes
3 answers

Blockchain and HyperLedger difference

Hey, you got it right! Blockchain is ...READ MORE

Sep 7, 2018 in Blockchain by Omkar
• 69,210 points
726 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
726 views
0 votes
1 answer

How to write a program to get details of ERC tokens?

You can use Javascript with the Metamask ...READ MORE

Jul 13, 2018 in Blockchain by slayer
• 29,350 points
726 views
+1 vote
1 answer

How to store state data in Ethereum blockchain?

You won't have to overwrite the whole ...READ MORE

Apr 25, 2018 in Blockchain by Shashank
• 10,400 points
725 views
0 votes
1 answer

Protect photo ownership using blockchain

Photo ownership can be protected using Blockchain ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
724 views
0 votes
0 answers

Is there any resource for hyper ledger fabric to learn?

Hi, I have searched all the google sites, ...READ MORE

Mar 2, 2020 in Blockchain by anonymous
• 120 points
724 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
721 views
0 votes
1 answer

Why Gas Used By Txn is different when invoking the same function in the same smart contract?

The input data might be different, but ...READ MORE

Sep 25, 2018 in Blockchain by Christine
• 15,790 points
718 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
715 views
0 votes
0 answers

Blockchain.info wallet API callback

I am implementing blockchain.info wallet api to ...READ MORE

Jul 4, 2018 in Blockchain by sabby
• 4,390 points
715 views
0 votes
1 answer

Why do we use virtual machine for running smart contracts.

You can write smart contracts in any ...READ MORE

May 23, 2018 in Blockchain by Johnathon
• 9,090 points
715 views
+1 vote
1 answer

How is data retrieved in Ethereum?

Blockchain uses the concept of Merkle trees ...READ MORE

Apr 16, 2018 in Blockchain by Shashank
• 10,400 points
715 views
0 votes
1 answer

Trying to deploy fabric v1.1.0 on Kubernetes but getting a random error

Any particular reason for following slightly older ...READ MORE

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

Coinbase currency_exchange error

This is the fix: $(document).ready(function () { ...READ MORE

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

Can I swap an ERC-20 token with a Neo NEP5 token using a smart contract?

Every Blockchain has a separate administration. So, it ...READ MORE

Jun 4, 2018 in Blockchain by Perry
• 17,100 points
713 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
712 views
0 votes
1 answer

Nodejs: How to pass user form data into defined class

This should do your work: // select the ...READ MORE

Sep 19, 2018 in Blockchain by digger
• 26,740 points
711 views
0 votes
1 answer

Not getting correct result after SHA256

You have to: Hash with SHA-256 the public key: 0450863AD64A87AE8A2FE83C1AF1A8403CB53F53E486D8511DAD8A04887E5B23522CD470243453A299FA9E77237716103ABC11A1DF38855ED6F2EE187E9C582BA6 Hash with RIPEMD-160 the ...READ MORE

Sep 11, 2018 in Blockchain by digger
• 26,740 points
711 views
+1 vote
1 answer

How is it possible to achieve privacy and confidentiality in smart contracts??

Any contract code written on the blockchain ...READ MORE

Apr 18, 2018 in Blockchain by Shashank
• 10,400 points

edited Aug 7, 2018 by Omkar 711 views
0 votes
1 answer

Nodejs cannot access Hyperledger composer shows error

1) you need Node 8.9.x or higher ...READ MORE

Oct 23, 2018 in Blockchain by Perry
• 17,100 points
710 views
0 votes
1 answer

obfuscating and deobfuscating a string in JavaScript

You can use btoa() and atob(). btoa() is like base64_encode() and atob() like base64_decode(). Here is an example: btoa('Some ...READ MORE

Aug 23, 2018 in Blockchain by slayer
• 29,350 points
710 views
+1 vote
2 answers

Hyperledger - Can I have some instances on one network while on a Virtual Box?

Yes, you can connect multiple instances to ...READ MORE

Aug 1, 2018 in Blockchain by Omkar
• 69,210 points
709 views
0 votes
1 answer

Is it possible to get wallet balance passing the wallet address on any cryptocurrency?

For Ethereum the API is called web3.eth.getBalance. There ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
708 views
0 votes
1 answer

How can I build a hexadecimal block if I have all the needed information?

Here you have some articles about bitcoin ...READ MORE

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

Does Hyperledger support Smart Contract like Ethereum?

Yes, but not exactly true. Ethereum uses ...READ MORE

Feb 4, 2019 in Blockchain by Omkar
• 69,210 points
707 views
0 votes
1 answer

Unable to establish session using blockchain-wallet-service

I have the same error. It gets ...READ MORE

Aug 31, 2018 in Blockchain by Sumit
707 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
707 views
0 votes
1 answer

How to call function in one contract from another contract in private blockchain?

Please check whether you have byzantiumBlock: 0 in your ...READ MORE

Oct 1, 2018 in Blockchain by digger
• 26,740 points
705 views
0 votes
1 answer

How to achieve simple OOP in Solidity?

contract A { uint public ...READ MORE

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

How should I set my mac to install "hyperledger composer playground locally" ?

Install the pre-reqs https://hyperledger.github.io/composer/in ...READ MORE

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

What path should I give for credentials in web3j?

WalletUtils.loadCredentials can be buggy, I would recommend ...READ MORE

Jun 27, 2018 in Blockchain by Shashank
• 10,400 points
705 views
0 votes
1 answer

Hyperledger Fabric: ./byfn.sh -m up failed

Try adding GODEBUG=netdns=go to the environment variables ...READ MORE

Oct 26, 2018 in Blockchain by Omkar
• 69,210 points
704 views
0 votes
1 answer

What happens to Ether in a smart contract after selfdestruct?

selfdestruct takes one argument an address and then sends all ...READ MORE

Oct 3, 2018 in Blockchain by digger
• 26,740 points
704 views
0 votes
1 answer

Hyperledger Composer: How to save deployments?

You are losing your deployments probably because ...READ MORE

Oct 29, 2018 in Blockchain by Omkar
• 69,210 points
703 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
703 views
0 votes
1 answer

Hyperledger Fabric: How to convert channel.tx artifact into json?

You can use configtxgen to do this: configtxgen ...READ MORE

Nov 8, 2018 in Blockchain by Omkar
• 69,210 points
702 views
+1 vote
1 answer

How can I initiate a transaction on ethereum private network using mobile device?

There is no android wallet to connect ...READ MORE

Apr 18, 2018 in Blockchain by Shashank
• 10,400 points
701 views
0 votes
1 answer

What is the process to Create Cryptocurrency for ICO?

No, you don’t have to issue the ...READ MORE

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

How to install Multichain in Windows?

There’s nothing as “installing” multichain in Windows. ...READ MORE

Mar 1, 2019 in Blockchain by Rohit
699 views
0 votes
2 answers

sendmany bitcoin command problem in Dynamic PHP array

You might consider spliiting that array up ...READ MORE

Sep 3, 2018 in Blockchain by Tenneb
698 views
0 votes
1 answer

Solidity Error: Member "equal" is not available in type(library Assert) outside of storage

You can get error because solidity does ...READ MORE

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

How to solve Corda Node Startup Exception?

The error says "port may be in ...READ MORE

Jul 13, 2018 in Blockchain by digger
• 26,740 points
698 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
697 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
697 views
0 votes
1 answer

Python authenticated calls to bitfinex exchange

You should use byte type api_secret. api_secret = ...READ MORE

Sep 7, 2018 in Blockchain by slayer
• 29,350 points
696 views
0 votes
1 answer

Hyperledger Fabric: cannot run chaincode from github on Ubuntu terminal

Like the error says: *SimpleChaincode does not implement ...READ MORE

Oct 31, 2018 in Blockchain by Omkar
• 69,210 points
694 views
0 votes
0 answers

Received error response from peer: message=failed to execute transaction 33b63361e1ce528c334ecf9ef70af2c9136c0fcc444d1ead9d24b5bae8c6dc57

Received this error while submitTransaction executes in ...READ MORE

May 4, 2020 in Blockchain by Edureka
• 120 points
693 views