admin Archive

The Blockchain.info API and Python

We decided to play around with the Blockchain.info API.  We wrote a small Python program that gets a random bitcoin address and prints the sent and received bitcoins,
Read More

Cryptocurrency & Big Data

Coin Market Capitalization can be seen on coinmarketcap.com for all cryptocurrencies.  All kinds of data can be observed : market price, capitalization, available supply and so on. It’s a
Read More

Arbitrage opportunity detector

I found a neat little tool called bitcoin-arbitage thats downloads data from bitcoin exchanges and tries to find arbitage opportunities. The tool has a warning:  “Real trading bots
Read More

Generating an all in one wallet

In this experimental tutorial we will investigate methods to create a set of wallets for cryptocoins. Each wallet is a receival address (you can receive coins on this
Read More

Getting a custom bitcoin address with vanitygen

Vanitygen is a command-line vanity bitcoin address generator. As a user you enter the word you want to see in your bitcoin address, and the private key is
Read More

Programming a simple bitcoin wallet

Ever wanted to program your own bitcoin wallet?  This tutorial may help you.  We will use Python and Pybitcointools, Python library for Bitcoin signatures and transactions. We assume
Read More

Linux shell commands for Bitcoin part II

If you have not read part 1 of this tutorial, see https://talkera.org/wpTalkera/linux-shell-commands-for-bitcoin/  I had a lot of replies and decided to write a follow up; Are you a sysadmin,
Read More