m1xolyd1an

Rank: 88 / 1843

34 selected videos

How to Create a SegWit Vanity Address Generator in NodeJS

This video is an step-by-step guided exercise using nodejs and bitcoinjs-lib where we create a simple (and very slow) command line bitcoin segwit vanity address generator. This is intended for demonstration purposes for short vanity targets of 3-4 characters or less.

View more

Related topics : bitcoin address generator

Blockchain Websocket API - JavaScript

Video tutorial on using blockchain.info's websocket API to monitor a specific Bitcoin address in real-time.

Building Bitcoin Websites Book: https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X

Google Chart API url for QR code: http://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=

View more

Building Bitcoin Websites - Blockchain API 2 of 2

This second video goes over how to create PHP sessions, store the generated address in session variable and check the balance of the addresses generated by the user.

BTC address: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U

Follow me on twitter: https://twitter.com/coinableS

View more

Related topics : bitcoin address generator

Bitcoin Live Price Browser "Hack" Using Websockets

In this very short video I show how you can use one of the scripts from my book to monitor the live price or your total bitcoin worth in a tab on your chrome browser, without having to even go to a website.

https://github.com/coinables/Book/blob/master/150bfx.html

My Book: https://www.amazon.com/Building-Bitcoin-Websites-Beginners-Development/dp/153494544X

View more

Related topics : bitcoin price live

How To Create A Bitcoin Address Validation Form

In this video I go over how to create a simple form that validates the checksum of a bitcoin address.

Link to RosettaCode: rosettacode.org/wiki/Bitcoin/address_validation#PHP

BTC: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U

View more

Related topics : bitcoin address

Bitcoin NodeJS Part 5 - Build a Converter App with EJS & Bootstrap

Fifth video in the Bitcoin NodeJS series. We go into how to create dynamic pages and templating with EJS. We'll add a simple style with bootstrapcdn.com. Then we'll create a BTC USD conversion app.

View more

Related topics : bitcoin converter app

Tutorial - Building Bitcoin Websites - How to Get The Price 2 of 2

How to add the current bitcoin price to your website.

Part 2 goes over restricting output to 2 decimal places, inserting into HTML and using CSS to make it look nicer.

Donations accepted: 1J9ikqFuwrzPbczsDkquA9uVYeq6dEehsj

View more

Related topics : current bitcoin price

Bitcoin NodeJS Part 1 - Hello World

Bitcoin NodeJS Tutorial. Intro to NodeJS including installation, creating a basic http server, and fetching the current bitcoin price.

View more

Related topics : current bitcoin price / 1 bitcoin price

How To: Bitcoin URI Links

This viewer question video goes over creating custom dynamic bitcoin URI links using PHP. Works with bitcoin core, electrum, and multibit.

1J9ikqFuwrzPbczsDkquA9uVYeq6dEehsj

Code from this video: http://pastebin.com/KbG8NPhi

What's the tiny store?

https://www.youtube.com/watch?v=ozDespuaJJw&list=PLhWIQKZKupCYogutsw_qRuDWhjaHm19Ie&index=1

View more

Bitcoin NodeJS Part 6 - Blocktrail API Setup

Sixth video in the Bitcoin NodeJS series. How to setup and use blocktrail wallet API. If you get an error when installing the npm try installing it through git bash instead.

Tips: 1NPrfWgJfkANmd1jt88A141PjhiarT8d9U

View more

Related topics : setup a bitcoin wallet