Trending questions in Blockchain

0 votes
1 answer

Using zCash through BitcoinJ

Your code isn't accounting for the format ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,670 points
466 views
0 votes
1 answer

CryptoCurrency NODE.js Web3 Ethereum - Can't connect to TESTRPC

Your connection is working. To return an ...READ MORE

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

Bitcoin - BitGO - Save all wallet objects into Array of Objects

 After noticing your following code: docs.forEach(function(address) { console.log(address); var ...READ MORE

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

what is the meaning of the term 'airdrops' in cryptocurrency?

Cryptocurrency vocabulary is difficult to pin down. ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,670 points
435 views
0 votes
1 answer

Currency Conversion using PHP

Please find below an example of converting ...READ MORE

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

Bitcoin blockchain rookie question: how is nonce (the secret number added to each block) generated?

It isn't a secret number but it's ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
552 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
414 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
533 views
+1 vote
0 answers

How to check a Bitcoin wallet balance from first generated address (m/44'/0'/0'/0/0)

Is there a way to check a ...READ MORE

Mar 4, 2022 in Blockchain by Soham
• 9,700 points
1,953 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
394 views
0 votes
0 answers

Can third party send an ERC20 token transaction to the Ethereum blockchain?

I want to create a smart contract ...READ MORE

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

understanding cryptocoins mining profit calculation

 The problem is that the miner you ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,670 points
357 views
0 votes
1 answer

Where actual blockchain state data stored : in memory , in file or in database?

Bitcoin nodes keep the raw block data ...READ MORE

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

Font Awesome 5 - why aren't icons like bitcoin, facebook, twitter showing?

You also need to use the brands.css ...READ MORE

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

How to store cryptocurrency balance without causing floating point errors in ruby/rails

 I suggest storing the values as integers. ...READ MORE

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

Can not add peer in local ethereum blockchain

You have port 30305 running in your ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
453 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
322 views
0 votes
1 answer

In-App Purchase vs. support developer with bitcoin

Not only do I think this will ...READ MORE

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

How to trigger change blockchain network request on MetaMask

was finally able to find the answer: await ...READ MORE

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

How To Get BTC Price on Binance from Binance API

In the Script environment for Apps, the ...READ MORE

Feb 28, 2022 in Blockchain by Soham
• 9,700 points
2,028 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,670 points
287 views
0 votes
1 answer

Storing Data on Blockchain

Yes, this is correct that if you ...READ MORE

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

BITCOIN TO USD API

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

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

Ethereum Smart Contract Blocking

Since transactions from a block are executed ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,670 points
271 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,670 points
257 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
386 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
375 views
0 votes
1 answer

Full nodes for ETH, BTC, and USDT in one server

You don't need to run another node ...READ MORE

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

How can I verify my bitcoin transaction independently?

Transactions are first, verified by the miners, and ...READ MORE

Apr 8, 2022 in Blockchain by Rahul
• 9,670 points
452 views
0 votes
1 answer

Blockchain POC on DApps in Java

You could be a little more specific ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
363 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
0 answers

Does the crypto wallet "Exodus" reveal your IP Address?

I've read that "SPV Wallets," also called ...READ MORE

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

Candlestick chart on bitcoinwisdom

In searching bitcoinwisdom's forums, I found a ...READ MORE

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

Are "unconfirmed transactions" of a blockchain's memory pool spread over nodes?

Yes, as soon as a transaction is ...READ MORE

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

How to create a custom fabric environment on ibm blockchain platform VScode

At the moment you can't use the ...READ MORE

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

What is the "eosio" account re:EOS blockchains?

Its private key is stored at config.ini # ...READ MORE

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

NodeJs blockchain on private ethereum

From what I understand, your JS code ...READ MORE

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

Cant use get_chart function in blockchain python client

As you said, get_chart is defined in ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
268 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
307 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
306 views
0 votes
0 answers

Node.js blockchain bitcoin api

So I want to use this: (taken ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,670 points
385 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
292 views
+1 vote
0 answers

How to generate bitcoin address from XPUB

How to generate bitcoin addresses from XPUB ...READ MORE

Mar 9, 2022 in Blockchain by Soham
• 9,700 points
1,450 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
262 views
0 votes
1 answer

Permissions within a blockchain?

To answer your question, try looking up ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
259 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
242 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,670 points
298 views