Skip to main content

Questions tagged [cryptocurrency]

Cryptocurrency is a digital asset designed to work as a medium of exchange that uses cryptography to secure its transactions, to control the creation of additional units, and to verify the transfer of assets.

1 vote
3 answers
178 views

I am writing code in C, and I need to do various operations with Bitcoin, from generating key pairs, to sign messages to post transactions. I found libraries for C++, but nothing in C that does all ...
capodieci's user avatar
2 votes
2 answers
3k views

In this code in Python, I used an API called CoinDesk to get the Bitcoin price as JSON. I'm trying to follow the best practices in coding, so, I've used logging and I'm using a code formatter in my ...
Meqdad Dev's user avatar
2 votes
0 answers
169 views

I wrote a little bash script that displays the transaction info in json: ...
reardenlife's user avatar
4 votes
2 answers
250 views

The script parses Bitcoin database (blkXXXXX.dat) files directly from raw binary to txt human readable view. And I think about how to encrease the speed of processing. Can anyone suggest how to ...
Denis Leonov's user avatar
9 votes
1 answer
2k views

EDIT: the code has been changed significantly since the OP based on the first posted answer and some refactoring. Feedback on the general design of the app itself is still more than welcome. The ...
KBriggs's user avatar
  • 193
8 votes
2 answers
338 views

I am developing JSafebox, a portable safebox project written in Java. The goal is to provide a secured environment where the user can browse encrypted files without leaking data on the drive. The ...
ortis's user avatar
  • 165
1 vote
3 answers
255 views

This class calculates the gains and losses (in USD) from the four leading cryptocurrencies using the Coinbase API. (The full repo can be found here) In addition to general feedback there are some ...
kingsfoil's user avatar
  • 179
17 votes
4 answers
26k views

I wanted to learn how to create a Bitcoin wallet in code. I used as reference this guide which has code examples in JavaScript. I wrote my implementation in Python. Here is the resulting code: ...
Diego Pino's user avatar

15 30 50 per page