Skip to content

nstevens1040/btcdonate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btcdonate

Webpage for Bitcoin donations

The actual github-pages website is here --> https://nstevens1040.github.io/btcdonate

The webpage calls api endpoints /ticker and /q/getreceivedbyaddress hosted on https://blockchain.info for exchange rate retrieval and for detecting a change in my Bitcoin balance, respectively.

My P2SH Bitcoin receiving address is hard coded into the webpage.

Features

  • The exchange rate is live and updates every 5 seconds.
  • Typing a Bitcoin amount automatically calculates the dollar amount.
  • Typing in a dollar amount automatically calculates the Bitcoin amount.