admin Archive
Bitcoin
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
Altcoin
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
Bitcoin
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
Bitcoin
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
Bitcoin
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
Bitcoin
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
Bitcoin
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
Bitcoin
admin |
November 30, 2014
This article is intended for sysadmins interested in bitcoin and advanced linux users. By chaining all these commands together in different ways, you can do maintain a wallet,
Read More
Bitcoin
admin |
November 26, 2014
The ultimate goal of hardware wallet is to have a high level of security and to add convenience. Currently we have found two hardware wallets: Trezor and Ledger. To be able
Read More
Bitcoin
admin |
November 25, 2014
Trading fees vary among major exchanges and sites. We will give some insight into bitcoin trading price as of today. Lets have a look at the sales price of 1
Read More