Skip to content

Instantly share code, notes, and snippets.

@dereksnow
dereksnow / donate2.php
Created September 27, 2019 23:54 — forked from dhjw/donate2.php
Accept BCH donations and display message instantly
<?php
// address used throughout page and script. could also just be hardcoded without PHP.
$addr = 'qqvppp5pe4sce8qyvyncdrhekgkxcyw2hczvervmp8';
?>
<html>
<head>
<title>Donate BCH</title>
<style>
body { font:16pt arial; }
#address { font:18pt arial; }
Verifying that +dereksnow is my blockchain ID. https://onename.com/dereksnow
stylus:
compress: true
path: ./path/to/styl
include_css: true
@dereksnow
dereksnow / 0_reuse_code.js
Created June 6, 2014 20:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console