Most viewed questions in Blockchain

0 votes
1 answer

What encoding or data type can be used to get alphanumeric string in elixir?

Integers in Elixir are arbitrary precision integers, ...READ MORE

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

How to generate coin address using bitcoin-ruby?

The only difference between the addresses is ...READ MORE

Aug 29, 2018 in Blockchain by slayer
• 29,360 points
651 views
0 votes
1 answer

How to use bitcoin price as place holder in php?

You can do it by providing an ...READ MORE

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

How ordering nodes synchronize work?

To prevent time-based retention and prevent expiring ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,230 points
650 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
649 views
0 votes
1 answer

Cant set Remix IDE to work on testrpc

As I can see that you are ...READ MORE

Dec 11, 2018 in Blockchain by Omkar
• 69,230 points
647 views
0 votes
1 answer

Is it possible to claim BCH without knowing private key?

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

Sep 5, 2018 in Blockchain by Christine
• 15,790 points
647 views
0 votes
1 answer

How to Track Payment API in Coinbase

Use the callback_url option as described in the API. ...READ MORE

Sep 5, 2018 in Blockchain by slayer
• 29,360 points
647 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
647 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,360 points
647 views
0 votes
1 answer

Is it possible to setup private ethereum network for creating applications??

yes, ethereum is an open source platform ...READ MORE

Apr 18, 2018 in Blockchain by Christine
• 15,790 points
647 views
0 votes
1 answer

How can I take the required info and send it to a div in the html page?

window.onload=function(){ var anima = document.getElementById("crypto"); var ret = document.getElementById("btn"); ret.addEventListener("click",function(){ var ...READ MORE

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

Where is query displayed in Hyperledger?

Composer configures the named queries for a ...READ MORE

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

How to display State Information to a list of participants dynamically?

The if condition mentioned below will never ...READ MORE

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

Hyperledger Composer: How to update a contract after it is saved?

Try this and see if this works: /** * ...READ MORE

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

How to create a version control for a simple array using blockchain?

For tracking changes you may simply save ...READ MORE

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

Can not find sayText method in QtBitcoinTrader

You've not added the ApplicationServices and CoreFoundation frameworks to your build, ...READ MORE

Aug 30, 2018 in Blockchain by slayer
• 29,360 points
644 views
0 votes
1 answer

How will I know the result of Fabric Transaction from application client?

When a transaction happens, a proposal response ...READ MORE

Feb 5, 2019 in Blockchain by Omkar
• 69,230 points
643 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
643 views
–1 vote
1 answer

Unable to create account in geth

Well, that's not how you create a ...READ MORE

Dec 28, 2018 in Blockchain by Omkar
• 69,230 points
641 views
0 votes
1 answer

Hyperledger Fabric: unable to check out source code from gerrit.hyperledger.org

There's something wrong with your SSH key. ...READ MORE

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

Can i transfer Kraken to Poloniex?

You can use withdrawFunds method from the ...READ MORE

Jul 24, 2018 in Blockchain by slayer
• 29,360 points
639 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
639 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
638 views
0 votes
0 answers

How do we increase the amount of gas?

Jun 25, 2019 in Blockchain by Neha Agarwal
637 views
0 votes
1 answer

Are Ethereum contract function securable?

The reason is that you are using ...READ MORE

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

Why does Blockchain comes under Distributed Ledger Technology instead of being merely a replicated database?

1. Data in a database is generally subject ...READ MORE

Aug 10, 2018 in Blockchain by Christine
• 15,790 points
637 views
0 votes
2 answers

Hyperledger Fabric Bluemix not accepting logins.

The error is caused because your certificate ...READ MORE

Jun 29, 2018 in Blockchain by Omkar
• 69,230 points
637 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,360 points
636 views
+1 vote
1 answer

Using bccsp instance from chaincode

You can take a look at this code snippet. ...READ MORE

Oct 22, 2018 in Blockchain by Christine
• 15,790 points
635 views
0 votes
1 answer

How to get property of non object in Coinbase API

First, your sendMoney() call is stored into ...READ MORE

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

How to get current value of bitcoin?

You can use json_decode to transform it ...READ MORE

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

Hyperledger fabric node sdk deploy.js example failing

Have you installed couchdb? Install couchdb as ...READ MORE

Sep 17, 2018 in Blockchain by slayer
• 29,360 points
632 views
0 votes
1 answer

How to add https security for Node js?

You need to add the key and cert to the createServer function. const options ...READ MORE

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

Why am I getting a grp timeout while setting up a Hyperledger development?

This error usually means that Validation Peer ...READ MORE

Jun 7, 2018 in Blockchain by Christine
• 15,790 points
632 views
0 votes
1 answer

How is a request sent from an app to a smart contract?

Yes, the contract is distributed by every node ...READ MORE

Jun 4, 2018 in Blockchain by Perry
• 17,100 points
630 views
0 votes
1 answer

Why do bitcoin uses UTXO model? What are the advantages UTXO mechanism provides out of the box?

Basically, Bitcoin nodes maintain a set of ...READ MORE

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

Sending hash in function parameter

I am developing a smart contract using ...READ MORE

Oct 8, 2018 in Blockchain by Omkar
• 69,230 points
628 views
0 votes
1 answer

How to create Quorum rawTransaction?

Unfortunately this capability is not currently supported ...READ MORE

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

Can a hyperledger composer work without fabric installed?

The pre-requisites section of hyperledger composer explains ...READ MORE

Jul 24, 2018 in Blockchain by digger
• 26,740 points
627 views
0 votes
0 answers

I got stuck in Blockchain Course. Please Help Me!

Please help me I got stuck in ...READ MORE

Sep 6, 2020 in Blockchain by Arcadius
• 120 points
626 views
0 votes
1 answer

Hyperledger Composer error in transaction

Check that you have declare the function ...READ MORE

Jul 21, 2018 in Blockchain by shweta
• 440 points
625 views
0 votes
1 answer

Windows not able to recognize Monax command

You probably know this already but support ...READ MORE

Jun 22, 2018 in Blockchain by Johnathon
• 9,090 points
625 views
0 votes
1 answer

How can i read headers of blockchain in multichain?

You could use a recent feature known ...READ MORE

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

How to open bitcoin-qt wallet with bitcoinj?

I found this issue solved at the ...READ MORE

Aug 24, 2018 in Blockchain by slayer
• 29,360 points
624 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
621 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
621 views
0 votes
1 answer

Hyperledger Fabric: peer creation no ordering service endpoint created error

You have to pass an orderer in ...READ MORE

Nov 15, 2018 in Blockchain by Omkar
• 69,230 points
619 views
+2 votes
1 answer

What is Bitcoin Powered Electrical Outlet?

Bitcoin powered electrical outlet is nothing but ...READ MORE

Sep 20, 2018 in Blockchain by Bhaskar
619 views