Click here to Skip to main content
15,893,564 members
Everything / Cryptocurrency / Bitcoin

Bitcoin

Bitcoin

Great Reads

by Marc Clifton
Hashcash is a proof-of-work system used to limit email spam and denial-of-service attacks, and more recently has become known for its use in bitcoin (and other cryptocurrencies) as part of the mining algorithm.
by Ernie M. Bonilla
Overview of potential vulnerabilities and threats
by charankumar516
Absolute Beginner's Guide to Arduino
by BADGROOVY
A quick article on how to receive an SMS using RingCentral when Bitcoin Vault cryptocurrency changes price

Latest Articles

by F. Aro
Using HSMs for Crypto Wallets Creation, Storage and Transactions Signing for Bitcoin, Ethereum
by Ádám Ficsór
Quickstart to Bitcoin wallet development in C#
by Nicolas Dorier
An efficient and extensible way to scan the Blockchain
by BADGROOVY
A quick article on how to receive an SMS using RingCentral when Bitcoin Vault cryptocurrency changes price

All Articles

Sort by Updated

Bitcoin 

26 Jun 2018 by Alfred Ong
var alice = new SafeAccount(id: 2); var aliceAddress = safe.GetAddress(index: 1, hdPathType: HdPathType.Receive, account: alice); var alicePrivate = safe.FindPrivateKey(aliceAddress, account: alice); // safe.GetPrivateKey(index: 1, hdPathType: HdPathType.Receive,...
19 Mar 2020 by Asish6542165
I want some help with the implementation of sha256 and ripemd160 hash in the c program. Does anyone know how can I perform sha256 on a char array? I wrote a code #include #include #include int main...
19 Mar 2020 by Asish6542165
I want to code a c program to perform ripemd160 hash on a char array. But I cannot figure out how could I do it. Can anyone suggest a c code to do the following? What I have tried: I came across this function in OpenSSL but I cannot figureout...
22 Mar 2020 by Asish6542165
just follow this link. SHA256 and RIPEMD160HASH in C program[^] when I replace const unsigned char* rawdata =...
27 Mar 2020 by Asish6542165
I have a function that returns a bitcoin address but I want to perform base58check encoding on it to convert it to a bitcoin address. unsigned char address[]="008f26a17cbbc941a9dbe63a1f1c69591f08aab94bd586ad5e" The address is stored in an...
19 May 2020 by BADGROOVY
A quick article on how to receive an SMS using RingCentral when Bitcoin Vault cryptocurrency changes price
9 Nov 2014 by charankumar516
Absolute Beginner's Guide to Arduino
19 Mar 2020 by CPallini
What about The Documentation[^]? Looks you are unfamiliar with the documentese (you should fix that as soon as possible). try const char mystr = "My Beautiful String"; // first parameter is the input string unsigned long len = strlen(...
7 Jun 2014 by DamithSL
check BitcoinLib[^] it is C# Bitcoin, Litecoin and Bitcoin-Clones Library & RPC Wrapper
7 Jun 2014 by Dave Kreskowiak
How about, oh, I don't know, ASKING BITCOIN!!A very simple Google for "Bitcoin payment gateway"... Results[^].
3 May 2018 by Ernie M. Bonilla
Overview of potential vulnerabilities and threats
28 Oct 2022 by F. Aro
Using HSMs for Crypto Wallets Creation, Storage and Transactions Signing for Bitcoin, Ethereum