How a bitcoin transaction works

1. A user needs to open the wallet application and attempt to send the a certain crypto from sender to recipient .2. This transaction now awaiting to be picked up ,it hovers in a ‘pool of unconfirmed transaction’3. Miners on the network select transactions from these pools and form them into a ‘block’.4. By selecting […]

Read More How a bitcoin transaction works

Block Chain

it is immutable ,sequential chain of records called Blocks. They can contain transactions,files or any data you like .They are chained together using hashes. It uses hash functions :it takes in input value and that creates an out put value deterministic of the input value. It takes an input and outputs a hash . A […]

Read More Block Chain

How to open a Jupyter Notebook

Once you have python and the jupyter notebooks installed you are ready to open the notebooks using the following steps: First open up your Command Prompt (search for cmd on a Windows machine) or if you are on a Mac use your terminal (Spotlight search for terminal). Next in you terminal/command prompt type pwd and press enter (this will […]

Read More How to open a Jupyter Notebook