Hands-On Bitcoin Programming with Python by Harish Garg
Author:Harish Garg
Language: eng
Format: epub, pdf
Tags: COM051360 - COMPUTERS / Programming Languages / Python, COM083000 - COMPUTERS / Security / Cryptography, COM060180 - COMPUTERS / Web / Web Services and APIs
Publisher: Packt
Published: 2019-03-22T07:23:57+00:00
Now lets get some information about this block. For example, the block fee, block size, and block transactions can be obtained by using fee, size, and transactions properties respectively on the block object created, as shown in the following code:
#!/usr/bin/env python
# import blockchain library
from blockchain import blockexplorer
# get a particular block
block = blockexplorer.get_block('0000000000000000002e90b284607359f3415647626447643b9b880ee00e41fa')
print("Block Fee: %s\n" % block.fee)
print("Block size: %s\n" % block.size)
print("Block transactions: %s\n" % block.transactions)
Download
Hands-On Bitcoin Programming with Python by Harish Garg.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Cryptography | Encryption |
Hacking | Network Security |
Privacy & Online Safety | Security Certifications |
Viruses |
Effective Threat Investigation for SOC Analysts by Yahia Mostafa;(6221)
Practical Memory Forensics by Svetlana Ostrovskaya & Oleg Skulkin(5923)
Machine Learning Security Principles by John Paul Mueller(5902)
Attacking and Exploiting Modern Web Applications by Simone Onofri & Donato Onofri(5559)
Operationalizing Threat Intelligence by Kyle Wilhoit & Joseph Opacki(5543)
Solidity Programming Essentials by Ritesh Modi(3853)
Microsoft 365 Security, Compliance, and Identity Administration by Peter Rising(3497)
Mastering Python for Networking and Security by José Manuel Ortega(3326)
Future Crimes by Marc Goodman(3321)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3316)
Blockchain Basics by Daniel Drescher(3279)
Operationalizing Threat Intelligence by Joseph Opacki Kyle Wilhoit(3208)
Learn Computer Forensics - Second Edition by William Oettinger(3004)
Mobile App Reverse Engineering by Abhinav Mishra(2871)
Mastering Bitcoin: Programming the Open Blockchain by Andreas M. Antonopoulos(2845)
The Code Book by Simon Singh(2780)
From CIA to APT: An Introduction to Cyber Security by Edward G. Amoroso & Matthew E. Amoroso(2767)
Incident Response with Threat Intelligence by Roberto MartÃnez(2696)
The Art Of Deception by Kevin Mitnick(2590)
