Skip to content

Instantly share code, notes, and snippets.

//* Full credits and appreciation to The Rational Flibbr Indicators Creator
//* flibbr : flibbr.com : @flibbr
//* Consider tipping flibbr
study(title="The Rational Flibbr Indicator v2", shorttitle="The Rational Flibbr Indicator v2")
//Inputs
useCustomTick = input(false, title="Custom ticker? [Y/N]", confirm=true)
tickCustom = input(title="Symbol [e.g. BTCCNY:HUOBI]", type=string, defval="")
@MrChrisJ
MrChrisJ / Update_Bitcoin_Fullnode_0.13.1.sh
Last active August 14, 2017 20:15
Updating Bitcoin Fullnode from v0.12 to 0.13.1
#!/bin/sh
# Install updates
sudo apt-get update
# Install dependencies for Bitcoin Core (not the GUI)
sudo apt-get install build-essential autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libtool libevent-dev -y
# Install dependencies for Bitcoin QT (GUI)
sudo apt-get install libqt4-dev qt4-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev -y
@MrChrisJ
MrChrisJ / Install_Bitcoin_0.13.1.sh
Created October 30, 2016 14:04
Install Bitcoin 0.13.1 Bash script by @Ollycad1
#!/bin/sh
# Install updates
sudo apt-get update
sudo apt-get upgrade -y
# Install dependencies for Bitcoin Core (not the GUI)
sudo apt-get install build-essential autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev libtool libevent-dev -y
# Install dependencies for Bitcoin QT (GUI)
@MrChrisJ
MrChrisJ / ReadMe.txt
Created March 28, 2016 23:41
Fullnode Readme.txt for Self Made Nodes
# README.TXT
============
Getting started with your Self Made Bitcoin Fullnode.
This is for users who downloaded the FullnodeOS
For more info: https://fullnode.protip.is
## The rules of Fullnode
Rule 1: Talk about #Fullnode
Rule 2: Do not try to own #Fullnode
@MrChrisJ
MrChrisJ / bitcoin.conf
Last active November 25, 2019 14:34
20160324--Bitcoin.conf_Bitcoin0.12
### bitcoin.conf configuration file for the Bitcoin #Fullnode Project: Not (Just) Made In China
## These settings are designed for the Raspberry Pi versions 2 & 3 see http://fullnode.protip.is for details
## Lines beginning with # are comments.
## Uncomment and edit options you wish to use, detailed guide here: https://en.bitcoin.it/wiki/Running_Bitcoin
### Enable incoming data connections
## To ensure your Fullnode validates transactions it is necessary to have both ‘upnp’ and ‘listen’ enabled.
## Note that many users will also need to enable Port Forwarding on their home router.
## To do this: go to your router’s page e.g. 192.168.0.1 in your browser then choose Advanced Settings
## Setup port forwarding on TCP/UDP 8333 to 8333 for the IP address of your Fullnode and Apply Changes
@MrChrisJ
MrChrisJ / Fullnode_Extras.md
Last active March 14, 2016 19:03
Fullnode_Extras.md
@MrChrisJ
MrChrisJ / gist:a7bb07c79f2229a92e24
Last active February 21, 2016 22:58
Using IPFS on Fullnode
$ git clone https://github.com/Enegnei/AppleVsFBI
$ ipfs add -r -H /home/pi/AppleVsFBI/

Moved over to another computer

ipfs get /ipfs/QmTWfFj2n7sz5KG2Ep8gSCRysSDZP9hjz6ctsjYfkRRNzK -o /home/pi/AppleVsFBI
ipfs/QmP7G9tHy1kgP1x2esokcK63ZWDoykqn6ZnsUw9qbMKQ3D
ipfs get /ipfs/QmP7G9tHy1kgP1x2esokcK63ZWDoykqn6ZnsUw9qbMKQ3D
ipfs/QmexoUKfnf11Ux5RGzLFFhe8WnDCV5nzc7dUFUaucBxFbp
ipfs/QmX4MoZgeZoNPB57ZSMLd1tRPfNcQ1NvgpmWQmdNv6qooy
@MrChrisJ
MrChrisJ / 20160219--IPFS_Station_Crashing_Rpi2.txt
Last active February 22, 2016 18:08
IPFS Station Crashing on Raspberry Pi 2
pi@raspberrypi:~ $ cd bin/station/
pi@raspberrypi:~/bin/station $ npm start
> ipfs-station@1.0.0-alpha.1 prestart /home/pi/bin/station
> npm run clean && npm run build:babel
> ipfs-station@1.0.0-alpha.1 clean /home/pi/bin/station
> rimraf build && mkdir build
@MrChrisJ
MrChrisJ / IPFS Station Error installing using NPM v3.txt
Last active February 23, 2016 00:18
IPFS Station Error installing using NPM v3
pi@raspberrypi:~/station $ npm version
{ 'ipfs-station': '1.0.0-alpha.1',
npm: '3.7.3',
ares: '1.10.1-DEV',
http_parser: '2.5.0',
modules: '46',
node: '4.0.0',
openssl: '1.0.2d',
uv: '1.7.3',
v8: '4.5.103.30',