This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | """ | |
| Discussed in the video | |
| https://youtu.be/LYN3h5DjeXw | |
| See e.g. | |
| https://allbitcoinprivatekeys.com/1 | |
| * For the following we use Bitcoin specification conventions. | |
| * Essentially all those notions were around before and later blockchain | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | """ | |
| Script discussed in the video: | |
| https://youtu.be/i2QaBjCvMN4 | |
| How to steal all bitcoin (on average 10^-60 of it per day) | |
| This script checks whether a given Bitcoin private key (int) has | |
| funds using a CSV snapshot of the blockchain ledger. | |
| This ordered CSV of currently funded addresses can be downloaded from: | |
| http://addresses.loyce.club/ | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // ... snip ... | |
| #include <arith_uint256.h> | |
| // ... snip ... | |
| class CMainParams : public CChainParams { | |
| public: | |
| CMainParams() { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # | |
| # ./makeitrain.sh bitcoin-qt.crashdump.core | |
| # __ _ _ __ ___ __ ____ ____ | |
| # / ( \/ )/ _\ / __)/ _\/ ___(_ ) | |
| # ( O ) (/ ( (_ / \___ \ )( | |
| # \__(_/\_\_/\_/\___\_/\_(____/(__) | |
| # | |
| # Donations: | |
| # btc: 34fDhMUkvGVr1s2jQvhwmBfw1xqjstrLed |