Most answered questions in Blockchain

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

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

Generate Ethereum addresses in HD Wallet using public key only (bitcoinj/web3j)

Like Bitcoin, Ethereum uses secp256k1. Ethereum addresses ...READ MORE

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

What's the difference between distributed hashtable technology and the bitcoin blockchain?

A Distributed Hash Table is simply a key-value ...READ MORE

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

Private ethereum blockchain mining on a Raspberry Pi - is it possible?

There are some pretty good guides out ...READ MORE

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

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

I was unable to locate the exact ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,700 points
666 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

Generate new Ethereum Wallet in NodeJS

 In its simplest form, the Ethereum wallet ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,700 points
1,596 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

Kotlin Convert Bitcoin value into Satoshi Value

java.lang.NumberFormatException: For input string: "45,586" This means ...READ MORE

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

How can I import a Bitcoin paper wallet key into a bitcoinlib wallet?

Your code should work in the latest ...READ MORE

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

Coinbase API v2 Getting Historic Price for Multiple Days

Any reason you aren't using coinbase pro? The ...READ MORE

Apr 12, 2022 in Blockchain by Soham
• 9,700 points
2,133 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
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
437 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

How to swap an Ethereum ERC-20 and Neo NEP5 token with a smart contract?

Each blockchain is its own separated administration. ...READ MORE

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

Is it possible to set up bots for BitCoin faucet websites?

I managed to create a bot for ...READ MORE

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

How to get the current price of a cryptocurrency on google sheets from coinmarketcap?

Your code does not appear to use ...READ MORE

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

How to get sender bitcoin address from transaction ID?

 You can use any scripting language with ...READ MORE

Apr 12, 2022 in Blockchain by Rahul
• 9,670 points
2,475 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

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

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

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

Is there a way to get the market cap or market cap rank of a coin using the Binance API?

There is no "legal" way to get ...READ MORE

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

How to use local binance smart chain lightclient to access the blockchain with web3.js?

So the answer is that I was ...READ MORE

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

safeTransferFrom does not transfer etherium to the target. ERC-721

I changed my contract buy function like ...READ MORE

Apr 7, 2022 in Blockchain by Rahul
• 9,670 points

edited Mar 13, 2023 by Gunashree 1,761 views
0 votes
1 answer

How to get historic Bitcoin Price Index using coinbase or any other open source API?

I would recommend you to use the ...READ MORE

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

How to visualize real-time data candlestick chart for cryptocurrencies?

Take a look at https://github.com/highfestiva/finplot. Where you can ...READ MORE

Apr 7, 2022 in Blockchain by Rahul
• 9,670 points
2,282 views
0 votes
1 answer

Where does Hyperledger Fabric store the database for the Blockchain and where do i can see it and how?

Hyperledger fabric supports LevelDB and CouchDB as ...READ MORE

Apr 7, 2022 in Blockchain by Rahul
• 9,670 points
1,978 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

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

Stratum connection for bitcoin pool mining

After hours of tinkering around I have ...READ MORE

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

What's the difference between SHA and AES encryption?

You use SHA functions to take a ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
4,612 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

blockchain consensus 51% vs number of nodes validation

51% is an attack vector for Proof ...READ MORE

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

How to resolve blockchain dns using Python Requests

BDNS is offline and I don't know if ...READ MORE

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

Best database type to store data that will be used with a blockchain?

Storing just the hash on the blockchain ...READ MORE

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

bitcoin to currency converter and it's reverse in php

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

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

How to request the data of only one cryptocurrency using CoinMarketCap api?

If you want to get the price ...READ MORE

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

How to get Bitcoin Private Key from an ExtPrivKey using NBitcoin

From what I see in the code ...READ MORE

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

Crypto algorithm list

The learning here is that cyphers and ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
912 views
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

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

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
361 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

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

Protect photo ownership using blockchain

Photo ownership can be protected using Blockchain ...READ MORE

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

How to get price from bitcoin to USD with api

If I'm not wrong, is this what ...READ MORE

Apr 7, 2022 in Blockchain by Aditya
• 7,680 points
2,491 views