Most voted "bitcoin" questions
Use this tag on application-related issues involving digital currency transactions. Bitcoin is a digital currency of the decentralized cryptocurrency type and also an alternative economic system. It is considered the world’s first decentralized digital currency, and responsible for the resurgence of the free banking system.
Learn more…6 questions
Sort by count of
-
14
votes2
answers1053
viewsProblem of the Byzantine Generals. How to implement a solution?
Initial considerations I’m conducting a survey on Bitcoin and bumped into the concept of Problem of the Byzantine Generals, where the creator of Bitcoin - Satoshi Nakamoto - wrote "Bitcoin: A…
-
2
votes0
answers211
viewsAPI for cryptocurrency quotation?
I would like to know if anyone knows an API to fetch quotations from major cryptocurrencies: Ethereum Bitcoin Dash Monero Zcash…
-
0
votes1
answer1721
viewsHow to find private bitcoin address key?
How do I get the private key from the data below? KEY PUBLIC: 04f2327c57013916e94041ee3ee6f7fcb3dd9cc92c1b7900f51ddfa277eac6b1e175d825d8ce295502cee0f912a18c15cdf2051a16b1d658c64d3b4b3aa4536cf5…
-
0
votes1
answer858
viewsApis tips for checking bitcoin quotes
Hello, I’m new to this Bitcoin thing, and I looked for some Apis to check the currency quotes, however the ones I found I didn’t quite understand how these work, someone who understands more of the…
-
0
votes1
answer33
viewsHow to list EXC exchange information via API in PHP?
Using PHP, like listing information from the EXC API, I’m having some difficulties and who can help, Details: LINK API: Here’s an example of how I tried to do: <?php $json =…
-
-1
votes0
answers24
viewsConvert Python time to Dart
I’m making an application for study I took the data from this api https://www.mercadobitcoin.com.br/trade-api/#get_order and I’m converting to Dart. I have the error of {"status_code": 203,…