Other

[FreeCourseLab com] Udemy - Build a Blockchain and a Cryptocurrency from Scratch

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[FreeCourseLab com] Udemy - Build a Blockchain and a Cryptocurrency from Scratch

Infohash: 83CE3A7EB5A0303B6155138CD6FA068FB8F2B361

Total Size: 709.82 MB

Seeds: 0

Leechers: 0

Stream: Watch Full Movies @ LimeMovies

Last Updated: 2026-01-09 01:22:58 (Update Now)

Torrent added: 2019-06-07 19:30:25






Torrent Files List


1. Course Overview - What is the Blockchain And Why (Size: 709.82 MB) (Files: 183)

 1. Course Overview - What is the Blockchain And Why

  1. Course Overview and Roadmap.mp4

4.20 MB

  1. Course Overview and Roadmap.vtt

4.57 KB

  2. Note on the Introductory Videos.html

0.69 KB

  3. What is the Blockchain and Why Use it.mp4

9.02 MB

  3. What is the Blockchain and Why Use it.vtt

8.67 KB

  4. The Blockchain in Practice Cryptocurrencies and Cryptography.mp4

5.45 MB

  4. The Blockchain in Practice Cryptocurrencies and Cryptography.vtt

5.52 KB

  5. The Blockchain in Practice Mining and Bitcoin.mp4

7.33 MB

  5. The Blockchain in Practice Mining and Bitcoin.vtt

7.22 KB

  6. Roadmap to Building the Blockchain Guided by the Bitcoin White Paper.mp4

7.94 MB

  6. Roadmap to Building the Blockchain Guided by the Bitcoin White Paper.vtt

7.17 KB

  7. Important Course Repository and Requirements.html

2.05 KB

 10. Congratulations and Bonus Content

  1. Full-Stack version of this course! Also, Congratulations and Bonus Content.html

4.04 KB

  2. Ideas on Extending the Project.html

1.32 KB

 2. Build the Blockchain - Blocks

  1. Set Up the Blockchain Application.mp4

3.98 MB

  1. Set Up the Blockchain Application.vtt

2.70 KB

  1.1 set_up_blockchain_app.txt.txt

0.24 KB

  2. Create the Block.mp4

17.46 MB

  2. Create the Block.vtt

11.56 KB

  2.1 create-block-class.txt.txt

0.90 KB

  3. Genesis Block.mp4

7.86 MB

  3. Genesis Block.vtt

5.43 KB

  3.1 genesis_block.txt.txt

0.37 KB

  4. Mine Blocks.mp4

8.25 MB

  4. Mine Blocks.vtt

8.25 MB

  4.1 mine_blocks.txt.txt

0.81 KB

  5. SHA256 Hash Function.mp4

12.03 MB

  5. SHA256 Hash Function.vtt

7.50 KB

  5.1 sha256_hash.txt.txt

0.85 KB

  6. Test the Block.mp4

14.85 MB

  6. Test the Block.vtt

12.17 KB

  6.1 test_block.txt.txt

0.97 KB

 3. Build the Blockchain - the Chain

  1. Build the Blockchain Class.mp4

8.48 MB

  1. Build the Blockchain Class.vtt

5.79 KB

  1.1 blockchain_class.txt.txt

0.40 KB

  2. Test the Blockchain.mp4

9.67 MB

  2. Test the Blockchain.vtt

6.33 KB

  2.1 test_blockchain.txt.txt

0.50 KB

  3. Multiple Chain Validation.mp4

5.13 MB

  3. Multiple Chain Validation.vtt

3.84 KB

  4. Chain Validation.mp4

12.47 MB

  4. Chain Validation.vtt

7.06 KB

  4.1 chain_validation.txt.txt

0.94 KB

  5. Test Chain Validation.mp4

10.80 MB

  5. Test Chain Validation.vtt

6.17 KB

  5.1 test_chain_validation.txt.txt

0.60 KB

  6. Replace the Chain.mp4

8.04 MB

  6. Replace the Chain.vtt

4.33 KB

  6.1 replace_chain.txt.txt

0.60 KB

  7. Test Chain Replacement.mp4

9.89 MB

  7. Test Chain Replacement.vtt

5.19 KB

  7.1 test_replace_chain.txt.txt

0.41 KB

 4. Develop the Blockchain Application

  1. Organize the Project.mp4

4.54 MB

  1. Organize the Project.vtt

3.17 KB

  1.1 organize_project.txt.txt

0.33 KB

  2. Blockchain API - Get Blocks.mp4

12.20 MB

  2. Blockchain API - Get Blocks.vtt

10.65 KB

  2.1 get_blocks.txt.txt

0.81 KB

  3. Mine Blocks Post Request.mp4

8.36 MB

  3. Mine Blocks Post Request.vtt

7.23 KB

  3.1 mine_blocks_post.txt.txt

0.68 KB

 5. Create the Blockchain Network

  1. Peer to Peer Server.mp4

3.34 MB

  1. Peer to Peer Server.vtt

3.44 KB

  2. Create the WebSocket Server.mp4

11.43 MB

  2. Create the WebSocket Server.vtt

9.65 KB

  2.1 p2p_server.txt.txt

0.84 KB

  3. Connect to Blockchain Peers.mp4

10.70 MB

  3. Connect to Blockchain Peers.vtt

8.45 KB

  3.1 connect_peers.txt.txt

1.09 KB

  4. Handle Messages from Peers.mp4

13.81 MB

  4. Handle Messages from Peers.vtt

8.85 KB

  4.1 handle_peer_messages.txt.txt

0.93 KB

  5. Synchronize the Blockchain across Peers.mp4

12.36 MB

  5. Synchronize the Blockchain across Peers.vtt

9.58 KB

  5.1 synchronize_chain.txt.txt

1.66 KB

 6. Proof of Work

  1. Proof of Work and the 51% Attack.mp4

9.58 MB

  1. Proof of Work and the 51% Attack.vtt

7.08 KB

  2. Proof of Work and the Nonce.mp4

13.87 MB

  2. Proof of Work and the Nonce.vtt

7.68 KB

  2.1 proof_of_work.txt.txt

1.32 KB

  3. Test the Nonce Functionality.mp4

14.58 MB

  3. Test the Nonce Functionality.vtt

7.79 KB

  3.1 test_proof_of_work.txt.txt

0.69 KB

  4. Dynamic Block Difficulty.mp4

19.23 MB

  4. Dynamic Block Difficulty.vtt

11.22 KB

  4.1 dynamic_difficulty.txt.txt

1.79 KB

  5. Test Difficulty Adjustment.mp4

17.32 MB

  5. Test Difficulty Adjustment.vtt

10.11 KB

  5.1 test_dynamic_difficulty.txt.txt

0.73 KB

 7. Wallets and Transactions on the Blockchain

  1. Notes on the Upcoming Cryptocurrency Implementation.html

0.72 KB

  10. Test Transaction Verification.mp4

5.46 MB

  10. Test Transaction Verification.vtt

3.97 KB

  10.1 test_transaction_verification.txt.txt

0.40 KB

  11. Transaction Updates.mp4

13.05 MB

  11. Transaction Updates.vtt

7.45 KB

  11.1 transaction_updates.txt.txt

0.57 KB

  12. Test Transaction Updates.mp4

13.74 MB

  12. Test Transaction Updates.vtt

6.74 KB

  12.1 test_transaction_updates.txt.txt

0.72 KB

  2. Wallets, Keys, and Transactions.mp4

9.61 MB

  2. Wallets, Keys, and Transactions.vtt

7.28 KB

  3. Create Wallet.mp4

7.79 MB

  3. Create Wallet.vtt

5.19 KB

  3.1 create_wallet.txt.txt

1.41 KB

  4. Chain Util and Key Generation.mp4

13.20 MB

  4. Chain Util and Key Generation.vtt

8.49 KB

  4.1 chain_util_key_gen.txt.txt

2.05 KB

  5. Create a Transaction.mp4

14.91 MB

  5. Create a Transaction.vtt

9.54 KB

  5.1 create_transaction.txt.txt

1.48 KB

  6. Test the Transaction.mp4

21.72 MB

  6. Test the Transaction.vtt

10.60 KB

  6.1 test_transaction.txt.txt

1.32 KB

  7. Sign a Transaction.mp4

15.87 MB

  7. Sign a Transaction.vtt

8.48 KB

  7.1 sign_transaction.txt.txt

2.90 KB

  8. Test the Transaction Input.mp4

3.33 MB

  8. Test the Transaction Input.vtt

2.20 KB

  8.1 test_transaction_input.txt.txt

0.24 KB

  9. Verify Transactions.mp4

9.45 MB

  9. Verify Transactions.vtt

5.61 KB

  9.1 verify_transactions.txt.txt

0.72 KB

 8. Collect Transactions in a Pool

  1. Transaction Pool.mp4

2.21 MB

  1. Transaction Pool.vtt

1.93 KB

  10. Public Key Endpoint.mp4

3.50 MB

  10. Public Key Endpoint.vtt

2.50 KB

  10.1 public_key_endpoint.txt.txt

0.19 KB

  2. Transaction Pool - Add Transaction.mp4

6.46 MB

  2. Transaction Pool - Add Transaction.vtt

6.47 MB

  2.1 transaction_pool_add.txt.txt

1.15 KB

  3. Test the Transaction Pool.mp4

13.75 MB

  3. Test the Transaction Pool.vtt

9.50 KB

  3.1 test_transaction_pool.txt.txt

1.04 KB

  4. Create Transactions with the Wallet.mp4

11.70 MB

  4. Create Transactions with the Wallet.vtt

8.04 KB

  4.1 transactions_with_wallet.txt.txt

1.16 KB

  5. Test Wallet Transactions.mp4

17.77 MB

  5. Test Wallet Transactions.vtt

12.24 KB

  5.1 test_wallet_transactions.txt.txt

1.17 KB

  6. Get Transactions.mp4

8.48 MB

  6. Get Transactions.vtt

5.99 KB

  6.1 get_transactions.txt.txt

0.60 KB

  7. Post Transactions.mp4

8.68 MB

  7. Post Transactions.vtt

6.71 KB

  7.1 post_transactions.txt.txt

0.52 KB

  8. Add the Transaction Pool to the Peer to peer Server.mp4

13.87 MB

  8. Add the Transaction Pool to the Peer to peer Server.vtt

9.07 KB

  8.1 transaction_pool_to_p2p_server.txt.txt

1.27 KB

  9. Handle Transaction Messages in the Peer to peer Server.mp4

14.73 MB

  9. Handle Transaction Messages in the Peer to peer Server.vtt

10.55 KB

  9.1 handle_messages_p2p_server.txt.txt

1.59 KB

 9. Mine Transactions in a Block

  1. Miners of Transactions.mp4

1.76 MB

  1. Miners of Transactions.vtt

1.73 KB

  10. The Nuance of Wallet Balance.mp4

4.00 MB

  10. The Nuance of Wallet Balance.vtt

3.53 KB

  11. Calculate the Wallet Balance.mp4

18.65 MB

  11. Calculate the Wallet Balance.vtt

12.39 KB

  12. Calculate the Balance during each Transaction.mp4

10.00 MB

  12. Calculate the Balance during each Transaction.vtt

5.96 KB

  13. Test Balance Calculation.mp4

21.83 MB

  13. Test Balance Calculation.vtt

13.27 KB

  14. The Cryptocurrency in Action.mp4

7.47 MB

  14. The Cryptocurrency in Action.vtt

5.50 KB

  2. Create the Miner Class.mp4

8.30 MB

  2. Create the Miner Class.vtt

6.38 KB

  2.1 create_miner_class.txt.txt

0.66 KB

  3. Grab Valid Transactions.mp4

10.89 MB

  3. Grab Valid Transactions.vtt

6.96 KB

  3.1 grab_valid_transactions.txt.txt

1.28 KB

  4. Test Valid Transactions.mp4

15.12 MB

  4. Test Valid Transactions.vtt

9.28 KB

  4.1 test_valid_transactions.txt.txt

1.68 KB

  5. Reward Transactions.mp4

14.57 MB

  5. Reward Transactions.vtt

9.82 KB

  6. Test Reward Transactions.mp4

8.48 MB

  6. Test Reward Transactions.vtt

4.53 KB

  7. Reward Valid, and Clear Transactions.mp4

8.92 MB

  7. Reward Valid, and Clear Transactions.vtt

5.59 KB

  8. Broadcast Clear Transactions.mp4

6.46 MB

  8. Broadcast Clear Transactions.vtt

3.47 KB

  9. Mine Transactions Endpoint.mp4

14.72 MB

  9. Mine Transactions Endpoint.vtt

9.81 KB

 [FreeCourseLab.com].url

0.12 KB
 

tracker

leech seeds
 

Torrent description

Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [FreeCourseLab com] Udemy - Build a Blockchain and a Cryptocurrency from Scratch Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.

related torrents

Torrent name

health leech seeds Size
 


comments (0)

Main Menu