Most viewed questions in Blockchain

0 votes
1 answer

Blockchain Hyperledger private key not able to send coins

From the code you posted, if(whichType == TX_SCRIPTHASH){//pay ...READ MORE

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

How to use Proc/lamba returned from a method in Ruby?

You need to remove the colon: list.select(&valid_transaction) The & ...READ MORE

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

Is there a pricing calculator for azure-blockchain-workbench or azure baas using hyperledger fabric?

The cost of Blockchain Workbench is an ...READ MORE

Apr 11, 2022 in Blockchain by Rahul
• 9,680 points
502 views
0 votes
0 answers

Blake2b-512 with ED25519 in PHP with NanoSalt library (Nano Crypto)

I have been trying to generate a Nano ...READ MORE

Mar 4, 2022 in Blockchain by Soham
• 9,700 points
501 views
0 votes
1 answer

Is {from: thesponsor, value: 10000000, gas: 3000000} considered as a transaction object?

Yes, {from: thesponsor, value: 10000000, gas: 3000000} ...READ MORE

Jul 25, 2018 in Blockchain by digger
• 26,740 points
501 views
0 votes
0 answers

how can i add more than one node to mining blocks ??

i created 6 nodes whit one node ...READ MORE

Apr 12, 2020 in Blockchain by Hicham
• 120 points
500 views
0 votes
1 answer

sellprice and buyprice fixing in smart contract.

It is due to the fact you ...READ MORE

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

Blockchain ToBTC API not returning Php variable

Seems like you have a syntax error ...READ MORE

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

Who decided the rules for Cryptocurrency in the first place?

A single miner can tamper with a ...READ MORE

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

Hyperledger Composer: Not able to query fabric.

Add another rule to .acl file to ...READ MORE

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

IRS demo Scheduled Event - InitiationHandler

The TODO you are looking for has ...READ MORE

Jul 6, 2018 in Blockchain by slayer
• 29,360 points
497 views
0 votes
1 answer

How to use Blockchain to store records and secure transactions between government and users and also between 2 users?

As I understood you are planning to ...READ MORE

Jun 27, 2018 in Blockchain by aryya
• 7,450 points
496 views
0 votes
0 answers

Does timestamp also change with nonce to calculate block hash in blockchain? How hash is calculated?

Do we need to update date timestamp ...READ MORE

Mar 8, 2022 in Blockchain by Soham
• 9,700 points
494 views
0 votes
1 answer

What is a decentralized-distributed system? Why Blockchain is decentralized-distributed system?

The essential understanding of what Distributed systems ...READ MORE

Feb 24, 2022 in Blockchain by Aditya
• 7,680 points
494 views
0 votes
1 answer

Will blockchain be feasible in future when the ledgers will be of a larger size?

I read this post "Blockchains don’t scale. ...READ MORE

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

Why is Nubits faster than Bitcoin?

Different implementation of blockchain can have different ...READ MORE

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

Which blockchain framework should I learn?

There are a few frameworks to choose ...READ MORE

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

Where is default chaincode is located in pc?

The path that you have mentioned in ...READ MORE

Mar 25, 2019 in Blockchain by Omkar
• 69,230 points
490 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
490 views
+1 vote
1 answer

How Blockchain work in a mobile app?

At present there is no provision to ...READ MORE

Apr 10, 2018 in Blockchain by Johnathon
• 9,090 points
490 views
0 votes
1 answer

How to send ethers to a contract?

Transfer of tokens means you will deduct ...READ MORE

Jul 25, 2018 in Blockchain by charlie_brown
• 7,720 points
489 views
0 votes
1 answer

Can not make a peer in Hyperledger Fabric

You have not installed jdk on your system. ...READ MORE

Nov 22, 2018 in Blockchain by Omkar
• 69,230 points
488 views
0 votes
0 answers

What will happen to the transactions with unconsumed states when modified contract is integrated in the network?

I have build a CorDapp using "Yo!CorDapp" ...READ MORE

May 23, 2019 in Blockchain by Sriram
• 160 points
487 views
0 votes
1 answer

What files are supported by BigchainDB?

BigchainDB supports .json file format. It can ...READ MORE

Feb 26, 2019 in Blockchain by anonymous
487 views
0 votes
1 answer

Can i use HTTP GET to call external service in Hyperledger Composer?

Right now, the Hyperledger Composer supports only ...READ MORE

Jul 16, 2018 in Blockchain by slayer
• 29,360 points
485 views
0 votes
1 answer

How connect library to smart contract from external resources?

pragma solidity ^0.4.0; import "github.com/OpenZeppelin/zeppelin-solidity/contracts/math/SafeMath.sol"; contract MathExtended { ...READ MORE

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

Serializing payment details in google protocol buffers

This is how you can do it: serialized_payment_details ...READ MORE

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

what is blockchain private key?

A cryptocurrency user's private key is what ...READ MORE

Jan 7, 2022 in Blockchain by Edureka
• 12,690 points
478 views
0 votes
1 answer

Can smart contract be altered after deployment?

No, you can not make changes to ...READ MORE

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

How to solve "'Asset:org.acme.trading.Commodity' does not exist" error?

The error is mainly because the asset ...READ MORE

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

admin.peer not working

There is a typo in your command. ...READ MORE

Jan 10, 2019 in Blockchain by Omkar
• 69,230 points
474 views
0 votes
1 answer

Transaction Verification in Blockchain

Yes if your transaction was lucky enough ...READ MORE

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

BitcoinJ instance shutting down before transaction confirmation

Instead of attaching to an individual transaction ...READ MORE

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

How to use Blockchain to store government records?

As I understood you are planning to ...READ MORE

Jul 18, 2018 in Blockchain by charlie_brown
• 7,720 points
473 views
0 votes
1 answer

Where to find the private key of a member in azure blockchain service?

As per the article, the method used ...READ MORE

Mar 31, 2022 in Blockchain by Rahul
• 9,680 points
472 views
0 votes
1 answer

Can I fork an existing blockchain?

You know it's important to realize what ...READ MORE

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

Do we require a specific condition when working with indices on solidity?

Your code is written correctly. require is intended to ...READ MORE

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

How can I send data to docker?

Whenever i invoke chaincode from the cli ...READ MORE

Nov 17, 2018 in Blockchain by Christine
• 15,790 points
470 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
470 views
0 votes
1 answer

how can I save my nodejs blockchain??

point 1 and 2 are not immune ...READ MORE

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

Can someone pls explain the hyperledger consensus?

The multiple peers determine the validity of ...READ MORE

May 22, 2018 in Blockchain by Shashank
• 10,400 points
468 views
0 votes
1 answer

PHP. Bitcoin to Ukrainian Hrivna price ticker

I would suggest, that instead of dividing ...READ MORE

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

Why do we not use Istanbul Byzantine Fault Tolerance (IBFT) in Public Blockchains?

The use of the IBFT consensus involves ...READ MORE

Mar 24, 2022 in Blockchain by Rahul
• 9,680 points
463 views
0 votes
1 answer

When I create public getters (committed code), my contract exceeds code size limit

Are you pushing info one by one ...READ MORE

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

Google API post request to IBM blockchain error

You have specified query as parameter to method and function but if you ...READ MORE

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

Network issue while testing Chaincode.

You can do the following things: You can ...READ MORE

Jul 3, 2018 in Blockchain by Omkar
• 69,230 points
460 views