Most viewed questions in Blockchain

0 votes
1 answer

NBitcoin throws InvalidOperationException with the message: “Mac HMACSHA256 not recognised.”

If someone would like to figure out ...READ MORE

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

Why hyperledger REST server has PUT method?

Actually, with the PUT method, you don't ...READ MORE

Jul 19, 2018 in Blockchain by aryya
• 7,450 points
436 views
0 votes
1 answer

Crypto Currency ICO process

To answer your question, only for the ...READ MORE

Feb 28, 2022 in Blockchain by Soham
• 9,700 points
435 views
0 votes
1 answer

What technologies can be used to build private blockchain technologies?

Blockchain could be private or public. There ...READ MORE

May 8, 2018 in Blockchain by Robbie
435 views
0 votes
1 answer

Why is off-chain transaction used?

Though on-chain transactions secure data, off-chain transactions ...READ MORE

Feb 13, 2019 in Blockchain by Omkar
• 69,230 points
434 views
0 votes
0 answers

How does Atox debut in the center of cross-border payment industry?

Introduction: The “global village” created by the ...READ MORE

Jan 24, 2019 in Blockchain by anonymous

recategorized Jan 24, 2019 by Vardhan 434 views
0 votes
1 answer

Currency Conversion using PHP

 An example of converting EUR to USD ...READ MORE

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

difference between running docker image in and outside of vagrant

Most people recommend to run docker containers ...READ MORE

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

Get amount of Bitcoins at an address with PHP

While checking the Coinbase address balance, the ...READ MORE

Feb 28, 2022 in Blockchain by Soham
• 9,700 points
432 views
0 votes
1 answer

what is the latest block chain development and top players with this tech, such as Digital Asset Holdings ?

The blockchain technology still has a few ...READ MORE

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

MtGox Gem Failing to Login

Try using a smaller nonce for v1 ...READ MORE

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

How to run multichain with no permissions?

Multichain by default runs on multichain protocol. ...READ MORE

Mar 1, 2019 in Blockchain by Omkar
• 69,230 points
427 views
0 votes
1 answer

How do I ensure that the token name is not redundant?

From my experience no, the trick is ...READ MORE

Jul 11, 2018 in Blockchain by Shashank
• 10,400 points
424 views
+1 vote
1 answer

Does deploying a contract mean create a new block in blockchain?

Does deploying a contract mean creating a ...READ MORE

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

IBM Cloud - Blockchain platform | Problem creating MSP definition

I have found a solution by doing ...READ MORE

Apr 11, 2022 in Blockchain by Rahul
• 9,680 points
422 views
0 votes
1 answer

Access variables through auto-generated getters from a different contract

You just need to pass it in ...READ MORE

Oct 3, 2018 in Blockchain by slayer
• 29,360 points
421 views
0 votes
1 answer

Ethereum Token Nam Redundancy

From my experience no, the trick is ...READ MORE

Jun 27, 2018 in Blockchain by aryya
• 7,450 points
421 views
0 votes
1 answer

How can I verify my bitcoin transaction independently?

Transactions are verified by miners, they do ...READ MORE

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

Hyperledger Farbic: Deploying business network definition

Try to clean everything using the below ...READ MORE

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

How to set bitcoin reward less than 1 coin?

Coin is defined here: https://github.com/bitcoin/bitcoin/blob/master/src/amount.h#L16 static const CAmount COIN ...READ MORE

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

What is blockchain and Ethereum? Where is it used?

A blockchain is an immutable, sequential chain of ...READ MORE

Apr 11, 2022 in Blockchain by Rahul
• 9,680 points
416 views
0 votes
1 answer

Building Hyperledger Fabric Blockchain

To build your own app using Hyperledger ...READ MORE

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

Can we create a hyperledger fabric with peers from different platforms?

Yes, it is possible. Peers from different ...READ MORE

Jul 24, 2018 in Blockchain by slayer
• 29,360 points
413 views
0 votes
0 answers

Corda - How to check if counter party nodes are running?

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

May 28, 2019 in Blockchain by Sriram
• 160 points
410 views
0 votes
1 answer

Why is Proof of Work necessary in Blockchain?

You are missing the double-spending problem. If ...READ MORE

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

Blockchain implementation

It solely depends on the objective of ...READ MORE

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

How should I set my mac for Installing Hyperledger Composer Playground?

Use the following link to install the ...READ MORE

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

Distinguish between private blockchains and hashgraph, ripple

Most of the distributed databases are fault ...READ MORE

Apr 18, 2018 in Blockchain by Christine
• 15,790 points
409 views
+2 votes
1 answer

Has Blockchain made illegal activities easier?

Not really.. The transparency of Blockchain makes ...READ MORE

Sep 20, 2018 in Blockchain by Sumit
406 views
0 votes
1 answer

Blockchain decentralised database on rails

You have to handle this with a ...READ MORE

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

Ethereum serpent version conflict error.

Upgrade to the lastest version of ethereum-serpent ...READ MORE

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

Store contract results tag in a variable

then() takes a function as argument that is ...READ MORE

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

Nodejs Express: Getting different output in console.log and callback

If your getOrderStatus() function is like this: function getOrderStatus(_orderId, callback) ...READ MORE

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

Where can i get bitcoins for testing?

You can get bitcoins for free for ...READ MORE

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

Terminating transaction-cli

You can use the -f, -finish <script> which executes ...READ MORE

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

How is computational and electricity wastage be avoided other than successful bitcoin miner?

What you are describing is an inherent ...READ MORE

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

How are the ethers sent to smart contract in the IBM example?

They are in magical variable msg. The function ...READ MORE

Sep 28, 2018 in Blockchain by digger
• 26,740 points
393 views
0 votes
0 answers

Blockchain platform in C

I am trying to understand available blockchain ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
390 views
0 votes
1 answer

Etheruem: Pyethereum Error

Try running this: sudo easy_install -U setuptools In my ...READ MORE

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

Can I perform transaction from different server - Blockchain

You need to understand the differences between ...READ MORE

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

How to get bitcoins for testing?

In order to see how Bitcoin works, ...READ MORE

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

Bluemix Blockchain

To answer your doubt, the  "starter network" ...READ MORE

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

Cant understand cpp snippet

From the function: ...READ MORE

Aug 27, 2018 in Blockchain by slayer
• 29,360 points
368 views
0 votes
0 answers

What is the difference between Amazon managed Blockchain and Amazon Blockchain Templates?

I am a beginner in Blockchain and ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
367 views
0 votes
0 answers

How to get AUD price of bitcoin at a particular date

I am trying to find out how ...READ MORE

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

What did permissioned blockchain solve?

To answer your question, the permissioned networks ...READ MORE

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

timmolter/XChange - Cryptsy GetFee

Looks like cryptsy posts their fees here: Fees if(VolumeInBTC ...READ MORE

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

Transaction in a blockchain

I assume you should take it as ...READ MORE

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

How would calculate the exchange rate of Bitcoin/GBP?

You simply divide 1 by the resulting ...READ MORE

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

How do I do experiments of blockchain consensus algorithms

I'm writing a paper on the blockchain ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,680 points
355 views