Categories
Tutorials

Insufficient Funds? How to add funds to your Cryptocurrency Trading Account

Have you created a new trading account and do not know how to transfer funds to it? Do you know the rules and prerequisites for transferring money between your account and your wallet, as well as the security points to observe? Do you know techniques like double-checking address and 2FA activation? In this article, we…Continue readingInsufficient Funds? How to add funds to your Cryptocurrency Trading Account

Categories
Academy

Everything You Wanted To Know About Bitcoin Addresses

An address is a string of alphanumeric characters which identifies a bitcoin wallet. Users can use addresses to send and receive cryptocurrency. Addresses are usually identifiers for their public keys, and are recorded on the blockchain. Addresses might have a protocol name at the beginning of them, such as “bitcoin:1aF398Csd3hF…..”. This allows browsers to open…Continue readingEverything You Wanted To Know About Bitcoin Addresses

Categories
Bitcoin

Pbwhatkey — deterministic private key generator (PBKDF2 & pywallet.py based)

Tested with Python 2.6, pbkdf2_rmd v0.1 (Python module), pywallet V1.1Continue readingPbwhatkey — deterministic private key generator (PBKDF2 & pywallet.py based)

Categories
Bitcoin

On the length of bitcoin addresses

Longer addresses will definitely inhibit the adoption of bitcoin by the public and should be high on the list of things to avoid.Continue readingOn the length of bitcoin addresses

Categories
Bitcoin

Send to multiple addresses transactions hacking

The strange thing is that when I look up information on the transaction on blockchain.info I see that additional BTC are send to a third address.Continue readingSend to multiple addresses transactions hacking

Categories
Tutorials

How Bitcoin Addresses are generated? Understand the Math behind Bitcoin

To use Bitcoin, user generally needs two things: Private Key and Bitcoin Address.Continue readingHow Bitcoin Addresses are generated? Understand the Math behind Bitcoin

Categories
Tutorials

[Full Guide+Code]Seed Phrase & The Process of Deriving Bitcoin Addresses from It

Earlier Bitcoin Wallet used to be a bunch of private keys. In order to use new address, user had to generate new private key which made the whole process cumbersome because user had to backup each and every private key. Hierarchical Deterministic (HD) wallet made the process easier.Continue reading[Full Guide+Code]Seed Phrase & The Process of Deriving Bitcoin Addresses from It

Categories
Bitcoin

Why does vout sometimes not have address?

I am trying to parse all transactions. I found that some transactions do not have addresses in their vout.Continue readingWhy does vout sometimes not have address?

Categories
Bitcoin

mnemocheck, checks that your seed phrase matches an address

I’ve always had this small doubt that those seed words I wrote down and encrypted might have a typo.Continue readingmnemocheck, checks that your seed phrase matches an address

Categories
Bitcoin

scripthash to address

It seems that electrumx stores scripthash, but I want to get all the wallet addresses.Continue readingscripthash to address