salma sultana

Logo

Former End User Consultant, Current Software Developer, and a Master's degree holder in Data Science and Engineering.

View My GitHub Profile

List of programs

  1. Generate a base58 encoded bitcoin address

  2. Extract P2SH address from a pubKey script

  3. Get the information of a block*

  4. Get the unspent transaction outputs of an address*

  5. Find a phrase that produces a hash starting with 0

  6. Generate a compressed bitcoin address from a compressed public key

  7. Calculate the maximum amount of bitcoin that can be mined

  8. Generate the merkle root of two transaction hashes

  9. Generate a P2SH address from a base58 encoded bitcoin address

  10. Creates a script which pays to a base58 encoded bitcoin address

  11. Extract and decode the script of genesis block*

  12. Generate a bitcoin address which contains a human readable message

  13. Verify the merkle root of a block*

*Require running a full node.


Generate Bitcoin Address –>

back