Most voted questions in Blockchain

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,673 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
295 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
607 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
658 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
811 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,287 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,612 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,032 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
926 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
458 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
474 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
373 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
462 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
273 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
729 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
380 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,507 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
544 views
0 votes
1 answer

Is it possible to get wallet balance passing the wallet address on any cryptocurrency?

For Ethereum the API is called web3.eth.getBalance. There ...READ MORE

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

BITCOIN payments, OP_RETURN parameter

I want to automate BITCOIN payments and ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,670 points
198 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
640 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,670 points
293 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
405 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
481 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?

This is how I did so: https://www.binance.com/exchange-api/v2/public/asset-service/product/get-products Get this ...READ MORE

Apr 6, 2022 in Blockchain by Aditya
• 7,680 points
2,482 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
311 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
380 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
456 views
0 votes
0 answers

Is Blockchain a single linked list?

When seen as a datatype, is Blockchain ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,670 points
193 views
0 votes
0 answers

Azure Blockchain , Cannot read property 'uri' of undefined

I am starting with Azure Blockchain. When ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,670 points
262 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,670 points
276 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
392 views
0 votes
0 answers

Are all Blockchain array implementations incorrect?

I found many Blockchain implementations on the ...READ MORE

Apr 4, 2022 in Blockchain by Rahul
• 9,670 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
304 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
254 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
262 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
311 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
471 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
327 views
0 votes
0 answers

Is Blockchain a distributed database?

I have noticed that most of the ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,700 points
213 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
266 views
0 votes
0 answers

Ontology Blockchain development

I'm analyzing the Ontology blockchain. The core of ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,700 points
224 views
0 votes
0 answers

How to protect private blockchain with public blockchain?

Private blockchain has the risk of 51% ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,700 points
206 views
0 votes
0 answers

What is the difference between blockchain performance and blockchain scalability?

I really don´t get the difference between ...READ MORE

Apr 4, 2022 in Blockchain by Soham
• 9,700 points
222 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
297 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
400 views
0 votes
1 answer
0 votes
1 answer

How to get a list of Coinbase CryptoCurrency Coins

The following code: import requests ...READ MORE

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