Login
Discover
Waves
Decks
Plus
Login
Signup
kachangred
@kachangred
25
Followers
78
Following
0
Resource Credits
Available
Used
Created
April 12, 2018
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
kachangred
exploit
2018-05-22 04:55
Delegate Call Exploit
DelegateCall is one of the first dApps to be built on its own dAppChain (Loom Network), and it functions similarly to Steemit. It is essentially a decentralized version of StackOverflow, and users get
$ 0.029
8
2
kachangred
python
2018-05-18 03:32
Build a Blockchain in Python, Part 3: Mining Rewards and Transaction Integration
Welcome! Today, we're going to implement some other features of mining and integrate transactions into our blockchain. If you look back at the code from the first article, you can see that the mine_block()
$ 0.000
4
kachangred
programming
2018-05-14 03:13
Building a Blockchain in Python, Part 2: Transactions and Keys
Transactions are the information contained in blocks that are digitally signed by the sender of the coins, so that anyone can verify that own those coins, and have the right to spend them. However, how
$ 0.075
8
2
kachangred
etherscan
2018-05-11 04:17
What Etherscan Comments Tell Us About Crypto Adoption
Sometimes, when I'm bored, or waiting for the bus, I hop on to Etherscan and look at new contracts or just follow the money. One thing that always gets me though is the comment section. Transaction, contracts,
$ 0.000
6
2
kachangred
blockchain
2018-05-10 04:51
Building a Blockchain in Python, Part 1 : Blocks and Blockchain
Welcome! As an exercise in visualizing the underlying concepts of blockchain behind cryptocurrency, we're going to build a simple blockchain in Python. Let's start off by defining a block: from hashlib
$ 0.000
3
kachangred
python
2018-05-06 15:33
Generating Markov Chains from Subreddits
Welcome back! Today, I made a simple tool with PRAW and Markov chains, similar to the one I made with the Bitcoin whitepaper. Markov chains are mathematical systems that predict the next event in a sequence,
$ 0.024
3
1
kachangred
bitcoin
2018-05-04 22:28
Generate your Own Vanity Addresses for Ethereum and Bitcoin in Python
Hello! Today, we're going to be writing a really simple python script to generate vanity addresses, which are cryptocurrency addresses that start with a certain phrase or sequence of letters. The process
$ 0.089
9
1
kachangred
airdrop
2018-05-04 04:20
/
/
$ 0.000
2
3
kachangred
markov
2018-05-04 02:47
Simulating Satoshi - Markov Chain with Bitcoin Whitepaper
Welcome! Today, we're going to play around with Markov chains, which are mathematical systems that predict the next "state" based on the current "state". I created a basic Markov chain
$ 0.057
10