m1xolyd1an
Rank: 88 / 1843
34 selected videos
Segwit Paper Wallet - Bitcoin Cold Storage
Segwitaddress.org - Video on some updates made to the open source Segwit Paper Wallet generator.
Github: https://github.com/coinables/segwitaddress
My Book: https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X
Twitter: https://twitter.com/coinableS
Building a profitable bitcoin AI trading bot. When back-tested against the MtGox 2013 bubble, Kytobot profited over $650 on a single-trade, no margin. BTC: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U
Follow the Kytobot at https://coinables.website
Related topics : bitcoin trade bot / bitcoin trading websites
Three Easy Ways to Generate Bitcoin Addresses on your Website
This tutorial goes over 3 easy ways to generating fresh bitcoin addresses on the fly for your website.
coinbase.com
bitpay.com
block.io
blockchain.info
blockchain.info/q/newkey
phpfiddle: http://phpfiddle.org/main/code/g5hu-cez3
phpCoinAddress: https://github.com/zamgo/PHPCoinAddress
code example w/ phpcoinaddress: http://pastebin.com/BX0xLfU9
Bitcoin JSON-RPC Tutorial 7 - Wallet Notify
Bitcoin JSON-RPC tutorial. How to set up and use bitcoind wallet notify feature.
My Book: Building Bitcoin Websites - https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X
BTC: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U
Programming a simple bitcoin trading bot with bitfinex API
Vid doesn't start until 17:15 minute mark!
Building Bitcoin Websites Book: https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X
BTC: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U
Github: https://github.com/coinables/Bitfinex-API-PHP
Why watch the game when you can learn to build a bitcoin web app instead?
Bitcoin and Websocket - Real-Time Live Transactions
In this video I go over websocket and how to implement a bitcoin websocket in your website to display new transactions in real-time using javascript and jquery .
My Bitcoin Web Dev Book: https://btcthreads.com/book
Get the code from this video here: http://btcthreads.com/websocket.html
Follow me on twitter: https://twitter.com/coinableS
https://bitcointalk.org/index.php?topic=990348.0
Related topics : bitcoin transactions time / bitcoin live transactions
How to use Block.IO API with PHP
Step-by-step tutorial on how to use block.io wallet API to integrate bitcoin payments on your website.
Building Bitcoin Websites Book: https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X
On shared hosting and need GMP? Goto cPanel, php versions, change from current x.x native version to x.x non-native.
BTC: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U
Related topics : bitcoin website / building a bitcoin wallet
How to use Blockchain Wallet API v2
How to set up blockchain.info wallet service API. Blockchain Wallet API V2
My Book: https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X
Login cURL PHP: http://btcthreads.com/how-to-setup-blockchain-wallet-service/
Mini PHP Library I made: https://github.com/coinables/blockchain-wallet-APIv2-PHP-Library
BTC: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U
How to Make a Pull Request to the Bitcoin Open Source Project
I recently had my first pull request merged to the bitcoin repo. In this video I go over the pull request process on the bitcoin repository on github. I show how to clone the repo, make a new branch, and squash your commits. https://github.com/bitcoin/bitcoin
Related topics : bitcoin open source github
How to Recover Missing Bitcoins / Not Showing Up While Wallet Syncing
This guide will show you how to recover your lost or missing bitcoins from the bitcoin core wallet while it's still syncing.
My Book: https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X
Related topics : building a bitcoin wallet