Most viewed questions in Blockchain

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
423 views
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
423 views
0 votes
1 answer

Can we protect a Private Blockchain with a Public Blockchain and how?

I have recently reviewed Exonum framework (https://exonum.com/) ...READ MORE

Jun 19, 2018 in Blockchain by Perry
• 17,100 points
423 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,350 points
422 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
421 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,670 points
418 views
0 votes
1 answer

mingw32 set command not working

From standard cmd, the unquoted original works just ...READ MORE

Aug 31, 2018 in Blockchain by slayer
• 29,350 points
418 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
417 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,210 points
417 views
0 votes
1 answer

How many blocks does Wavesnet Blockchain have?

This question is old, and you obviously ...READ MORE

Aug 7, 2018 in Blockchain by Perry
• 17,100 points
417 views
0 votes
1 answer

How feasible is it to use one way cryptographic hash function?

you can use the ouput hash function ...READ MORE

May 8, 2018 in Blockchain by Johnathon
• 9,090 points
417 views
0 votes
1 answer

bitcoin to currency converter and it's reverse in php

Ok, you can get the value by ...READ MORE

Mar 31, 2022 in Blockchain by Rahul
• 9,670 points
415 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,350 points
415 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
414 views
0 votes
1 answer

Can cryptocurrency work without blockchain technology?

Cryptocurrency do not compulsorily require blockchain.. What ...READ MORE

Jul 11, 2018 in Blockchain by slayer
• 29,350 points
414 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
413 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
412 views
0 votes
1 answer

Blockchain PoC Implementation

It depends on your use case like ...READ MORE

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

Display the state information to a list of participants dynamically.

There might be a bug in your ...READ MORE

Jul 24, 2018 in Blockchain by Christine
• 15,790 points
410 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
408 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
408 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
407 views
0 votes
1 answer

Multichain: Make every miner participate in the validation.

By default 30% is the minimum number ...READ MORE

Mar 1, 2019 in Blockchain by Omkar
• 69,210 points
406 views
0 votes
1 answer

Cannot download fabric-sdk-go.

This happens and I know how frustrating ...READ MORE

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

Basic pusher connection to cryptsy using javascript

Try this <script src="//js.pusher.com/2.2/pusher.min.js" type="text/javascript"></script> <script type="text/javascript"> var pusher = ...READ MORE

Sep 11, 2018 in Blockchain by slayer
• 29,350 points
404 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,210 points
404 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
403 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
401 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
399 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,350 points
398 views
0 votes
1 answer

How to define different privacy for different users in Fabric 1.0?

The privacy restriction to particular peers in ...READ MORE

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

Generating cryptocoin address.

30 in decimal will give you a ...READ MORE

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

Webpack destroying code in production.

The problem is that Uglify mangles too ...READ MORE

Aug 22, 2018 in Blockchain by slayer
• 29,350 points
397 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
397 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
396 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
396 views
0 votes
1 answer

Bitcoin ticker + fontawesome

Font Awesome arrow up is displayed like ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,700 points
395 views
0 votes
1 answer

Get bitcoin historical data

Actually, you CAN get the whole Bitcoin ...READ MORE

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

Bitcoinjs browser compile creates an empty file

Try the following: Create index.js with the ...READ MORE

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

Unable to change a state variable in a contract

I am assuming that the issue is ...READ MORE

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

Public key encoding changes

You are printing the memory address of ...READ MORE

Sep 19, 2018 in Blockchain by Christine
• 15,790 points
394 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
394 views
0 votes
1 answer

how to modify smart contract template for self defined functionality

TL;DR; This code simply defines the start ...READ MORE

Aug 1, 2018 in Blockchain by aryya
• 7,450 points
393 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
392 views
0 votes
1 answer

where is ethereum contract instance state stored???

Migrating the state to a new version ...READ MORE

Jun 2, 2018 in Blockchain by Shashank
• 10,400 points
391 views
+1 vote
0 answers
0 votes
1 answer

How to convert Bitcoin rate to USD?

You can use blockchain.info API: URL: https://blockchain.info/ticker Response: { "USD" ...READ MORE

Aug 21, 2018 in Blockchain by slayer
• 29,350 points
389 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
389 views
0 votes
2 answers

Difference between various blockchain protocols

There are several differences between those blockchain ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
388 views