Bitcoin Forum
May 03, 2024, 03:25:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 [81] 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 »
1601  Economy / Speculation / Re: 100 bitcoins. Will I be a millionaire by 2020? on: March 16, 2015, 01:40:17 AM
you will be millonarie but no in 2020

I think he will be before 2020.

Explain more my serial spamming friend, why would we be millionaires before 2020 i am very curious? I have my doubts that we will ever get to anywhere near where you lot believe it will. Who is going to buy a bitcoin for $10,000 i know i begrudge paying over $250 there is not enough need for it to go to them levels, if it becomes needed then the sky is the limit but the truth is it is not needed yet.

No one is going to buy a bitcoin for $10,000.
They will be buying 100 bits for 1 dollar.  That's if we see large adoption and demand.
1602  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 16, 2015, 01:34:54 AM
Are you dumb? Grin  Don't share pixelated big shitty pic!


LFC just deleted it... now it looks like you're talking about my pic  Cheesy
1603  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 16, 2015, 01:18:40 AM
Did the 3D EMA cross over yet??

1604  Economy / Speculation / Re: This is the all-in moment (Sunday March 15, 2015) on: March 15, 2015, 09:59:21 PM
So moon confirmed?
1605  Bitcoin / Project Development / Re: So You Want To Use Bitcoin On Your Website? on: March 15, 2015, 03:02:27 PM
-snip-

Good complete lesson on how to integrate Bitcoin. Bitpay does the job quite well too Tongue

Yeah, but Bitpay takes some profit from your sales, innit?

DOB, gov't license, Tax ID/SSN, Credit bureaus, right to reject account and close...
Not everyone likes Bitpay or Coinbase as a solution. Especially as states start creating laws that require web owners to have a "bit license" or similar.

Bitpay TOS Section 2.1:
We may require additional information about you (including any person signing below or otherwise agreeing to the Terms on behalf of the merchant) such as, for instance, your date of birth, tax identification number or government-issued identification, and we may also obtain information about you from third parties, such as credit bureaus and identity verification services. We have the right to reject your account registration, or to later close your BitPay account, if you do not provide us with accurate, complete and satisfactory information.
1606  Bitcoin / Project Development / So You Want To Use Bitcoin On Your Website? on: March 14, 2015, 11:39:10 PM
So we're all at least somewhat techy if we're into bitcoin, but that doesn't mean we all know how to code like a pro.
I believe there is a serious lack of tutorials and step-by-step walk throughs available in the bitcoin ecosystem.

I can google "how to light my fart on fire" and find endless videos available. There's even a wikipedia page dedicated to it (http://en.wikipedia.org/wiki/Fart_lighting). This is a serious issue that such a ridiculous topic can have so many resources, but something as serious as integrating and building bitcoin websites does not. I know there are a lot of knowledgeable coders out there that know how to make cool bitcoin related websites, but for some reason no one is making tutorials.

Since I began working with bitcoin related websites mid last year I ran into lots of hurdles and I have compiled what I have learned into some step by step videos and written tutorials.

I know I'm not the greatest coder and there are probably better ways to do the things I demonstrate, but as I stated previously I only created these because they don't exist already and I wish they did when I was getting started. If you think I missed something crucial I advise you to create something better because it's something that the community could really use.

==========
My Book: Building Bitcoin Websites
==========

So You Want To Use Bitcoin On Your Website?

Goto my youtube channel to see all videos

I'm now doing a series on Bitcoin NodeJS Development
https://www.youtube.com/playlist?list=PLhWIQKZKupCasXHue7itsB0twiIwQtDV_

Bitcoin NodeJS Part 1 - Hello World
Bitcoin NodeJS Part 2 - Express
Bitcoin NodeJS Part 3 - Create a Brain Wallet
Bitcoin NodeJS Part 4 - Callback Functions
Bitcoin NodeJS Part 5 - Build a Converter App with EJS & Bootstrap

Written Lessons:
Table of Contents
Lesson 1 - Intro into Bitcoin
Lesson 2 - Intro to Web Wallets
Lesson 3 - Intro to PHP and JSON
Lesson 4 - More PHP and JSON
Lesson 5 - API
Lesson 6 - PROJECT - Create a simple bitcoin webstore
Bitcoin and Websocket - Real-Time Live Transactions
Chain.com API - Create a Address & Transaction Browser
How to use blockchain's new receive payments API with PHP & cURL
How to use blockchain's new Blockchain Wallet API V2
Intro Bitcoin JavaScript Tutorials


Video Lessons:
Lesson 1 - Intro into Bitcoin
Lesson 2 - Intro to Web Wallets
Lesson 3 - Intro to PHP and JSON
Lesson 4 - More PHP and JSON
Lesson 5 - API
Lesson 6 - PROJECT - Create a simple bitcoin webstore
How To Create Dynamic Bitcoin URIs
How To Use Blockchain.info Receive Payments API Deprecated as of Dec 7th 2015, see new version
Bitcoin and Websocket - Real-Time Live Transactions
How To Easily Query Bitcoin Blockchain Stats with Blockchain.info API
How To Create A Bitcoin Address Validation Form
How to use blockchain's new receive payments API with PHP & cURL
How to use Block.IO API to integrate bitcoin payments on your website
How to use Blockchain Wallet Service API V2
Programming a simple bitcoin trading bot with bitfinex API
How to build your first Bitcoin Chrome Extension
How to build a Bitcoin Mining Calculator in PHP
Blockchain WebSocket using Javascript


Bitcoind and JSON-RPC API
1. Intro - https://www.youtube.com/watch?v=cMM-t7azzJE
2. Setting up on a VPS - https://www.youtube.com/watch?v=ygNit44dQHA
3. Customize the bitcoin.conf - https://www.youtube.com/watch?v=W54aRszkEOI
4. Testing with bitcoin command line interface - https://www.youtube.com/watch?v=vmdYD7vutTI
5. Your first JSON-RPC calls - https://www.youtube.com/watch?v=ARL_PvDEBtU
6. More JSON-RPC calls - https://www.youtube.com/watch?v=FyLCKMqkWIA
7. Wallet Notify - https://www.youtube.com/watch?v=o4BPt4RXOm4

Building Bitcoin Websites:
Some older videos. This is where I started...
The videos are less structured but still useful.

PLAYLIST: Building Bitcoin Websites
Contents:
How to get the Price
Create a BTC/USD Converter
Using Blockchain.info API
Building A Bitcoin Faucet

Again, I know these aren't the best but it's a start in a world without walkthrough tutorials for building bitcoin related websites.
 Cool
==========
EDIT: 3/22/15
Updated: tinyStore files to include basic form validation and integrated bitcoin client URI during the purchase.
Added New Video: How To Create Dynamic Bitcoin URIs

EDIT: 4/1/15
Added New Video: How To Use Blockchain.info Receive Payments API

EDIT: 5/8/15
Added Video and Written Lesson on websocket.
Lesson: Bitcoin and Websocket - Real-Time Live Transactions
Video: Bitcoin and Websocket - Real-Time Live Transactions

EDIT: 5/25/15
Chain.com API
Videos:
Building a Bitcoin Address Browser
Building a Bitcoin Address Browser 2
Building a Bitcoin Address Browser 3
Building a Bitcoin Address Browser 4

EDIT: 8/1/2015
My tutorials have now been featured on Blockchain's blog!
http://blog.blockchain.com/2015/07/30/building-bitcoin-websites-using-the-blockchain-api-video-tutorial/

EDIT: 10/17/2015
How To Create A Bitcoin Address Validation Form

EDIT: 11/18/2015
2nd Feature article on blockchain.info's blog
https://blog.blockchain.com/2015/11/18/using-the-blockchain-api-to-determine-the-time-left-until-the-next-bitcoin-block-halving/

EDIT: 12/4/2015
Written: How to use blockchain's new receive payments API with PHP & cURL
Video: How to use blockchain's new receive payments API with PHP & cURL

EDIT: 1/3/2016
Video: How to use Block.IO API to integrate bitcoin payments on your website

EDIT: 4/13/2016
Added a video series on bitcoind JSON-RPC API usage.
https://www.youtube.com/watch?v=cMM-t7azzJE&index=27&list=PLhWIQKZKupCYEPtkR8sPLRJ5VDu8NepcV[/quote]

EDIT: 5/5/2016
How to build your first Bitcoin Chrome Extension
https://www.youtube.com/watch?v=lWC6E7175I8

EDIT: 5/25/2016
How to build a Bitcoin Mining Calculator in PHP
https://www.youtube.com/watch?v=iMuwInCCIYw

EDIT: 7/2/2016
Since I do so much with PHP, I added some simple introduction Bitcoin JavaScript tutorials
https://coinables.github.io

EDIT: 8/15/2016
Added a video on Blockchain WebSocket using Javascript
https://www.youtube.com/watch?v=55xvr2oqMdk

EDIT: 12/18/2016
Bitcoin NodeJS Tutorial Series work in progress
Bitcoin NodeJS Part 1 - Hello World
Bitcoin NodeJS Part 2 - Express
Bitcoin NodeJS Part 3 - Create a Brain Wallet
Bitcoin NodeJS Part 4 - Callback Functions
Bitcoin NodeJS Part 5 - Build a Converter App with EJS & Bootstrap
1607  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 13, 2015, 08:41:26 PM
to more accurate . 6.25 btc per block

But I don't have a joker gif saying 6.25  Grin
1608  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 13, 2015, 08:32:23 PM
Amazing how a 1% drop after double digit gains and the shits come out the wood work again Smiley
Amazing how double digit gains after triple digit losses brings back the bulltards Wink

Inca never left. Inca is probably the sole valiant warrior responsible for 2015 The Year of The Bull. It's not trolling, it's troll slaying.
On a side note:
In six years, 2021 will be year of the Ox (bull). It comes right after the reward having to 6 BTC per block... six!

1609  Economy / Speculation / Re: If BTC goes to ten hundred billion dollars on: March 13, 2015, 08:20:21 PM


came here to see a picture of dr evil. Was not disappointed.

Wink you're welcome
1610  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 13, 2015, 07:14:39 PM
Price is rapidly approaching zero, abandon ship!  Tongue
1611  Economy / Speculation / Re: Could 1 satoshi become worth $1? on: March 13, 2015, 06:44:05 PM
That sounds amazing but even 0.01$ as @coinableS said is amazing too!Everything can happen in Bitcoin World..who knows..  Cool

Kind Regards,
BTC-Bank.

I said $0.001.  Mr Mis-quoter Wink
1612  Economy / Speculation / Re: Could 1 satoshi become worth $1? on: March 13, 2015, 06:26:38 PM
I could live with 1 satoshi being worth 1/10th of a cent (aka $100K per BTC)  Wink
1613  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 13, 2015, 06:05:37 PM
Looks like it's time to short... but that's okay we can still fall down to the 260-250 range and still be within our steady uptrend since mid January.
1614  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 12, 2015, 11:08:18 PM
any currency is by definition centralized.

they are talking about decentralized network that will use USD and that will be used by banks.

Yea guys, it's decentralized but it's ran by the central banks and has oversight by the government that can freeze and seize. It's for your own protection. Obey.  Roll Eyes


central banks will run the coins, but the network will be run by IBM I guess.

you will be the only one able to access your wallet with keys.

bitcoin is super secure but they still managed to seize ross' coins. so they can fuck you one way or another.

That's bologna! Ross was dumb enough to have his laptop open in a public place managing the silkroad website.  Whether he gave up his keys willingly or if they were dug up is totally different that a government ran "blockchain".
1615  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 12, 2015, 10:38:20 PM
any currency is by definition centralized.

they are talking about decentralized network that will use USD and that will be used by banks.

Yea guys, it's decentralized but it's ran by the central banks and has oversight by the government that can freeze and seize. It's for your own protection. Obey.  Roll Eyes
1616  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 12, 2015, 10:25:15 PM
Truth is they have not the slightest idea how Bitcoin and the blockchain works, but they think it's cool and want to build their own, LOL. Another thing is strong network effects for a secure blockchain, that's what these dumbtarts will never understand.

You are absolutely 100% right, they have no real clue about bitcoin's purpose, how it works or why people are attracted to it.
1617  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 12, 2015, 09:59:32 PM
Why are we posting rockets during red candles??
1618  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 12, 2015, 09:56:13 PM
I do not like the IBM news, and have gone into capital preservation mode by closing my long for now. I'll wait to see if the market can shake this off:  I believe IBM not using bitcoin will be construed as a negative, or at least an excuse to take profits.

http://www.reuters.com/article/2015/03/12/us-bitcoin-ibm-idUSKBN0M82KB20150312

Edit: one post up, worst. gif. ever.  Cheesy



IBM will make USD blockchain? where do I sign in?

Yea that's how I read it too. "We're going to use the blockchain but make it centralized and with USD".... brilliant!
1619  Economy / Speculation / Re: Critical Levels - EW analysis on: March 12, 2015, 09:41:13 PM
Quote
almost every single person that I personally meet asks me about Bitcoin.
Whoa. I've only had two ppl mention BTC to me and both have engineering degrees.

I still haven't met anyone "in the wild" that has mentioned bitcoin without me being the one to bring it up. And they only "know" the typical things about bitcoin "ponzi, CEO suicide, went bankrupt".
1620  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: March 12, 2015, 06:19:22 PM
it has now formed a double cup formation.

What's the cup size Wink
Pages: « 1 ... 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 [81] 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!