kachangred (25)in #exploit • 6 years ago • NoneDelegate Call ExploitDelegateCall is one of the first dApps to be built on its own dAppChain ( Loom Network ), and it functions similarly…kachangred (25)in #python • 7 years ago • NoneBuild a Blockchain in Python, Part 3: Mining Rewards and Transaction IntegrationWelcome! Today, we're going to implement some other features of mining and integrate transactions into our…kachangred (25)in #programming • 7 years ago • NoneBuilding a Blockchain in Python, Part 2: Transactions and KeysTransactions are the information contained in blocks that are digitally signed by the sender of the coins, so that…kachangred (25)in #etherscan • 7 years ago • NoneWhat Etherscan Comments Tell Us About Crypto AdoptionSometimes, when I'm bored, or waiting for the bus, I hop on to Etherscan and look at new contracts or just follow the…kachangred (25)in #blockchain • 7 years ago • NoneBuilding a Blockchain in Python, Part 1 : Blocks and BlockchainWelcome! As an exercise in visualizing the underlying concepts of blockchain behind cryptocurrency, we're going to…kachangred (25)in #python • 7 years ago • NoneGenerating Markov Chains from SubredditsWelcome back! Today, I made a simple tool with PRAW and Markov chains, similar to the one I made with the…kachangred (25)in #bitcoin • 7 years ago • NoneGenerate your Own Vanity Addresses for Ethereum and Bitcoin in PythonHello! Today, we're going to be writing a really simple python script to generate vanity addresses, which are…kachangred (25)in #airdrop • 7 years ago • None//kachangred (25)in #markov • 7 years ago • NoneSimulating Satoshi - Markov Chain with Bitcoin WhitepaperWelcome! Today, we're going to play around with Markov chains , which are mathematical systems that predict the…