See original script here: https://github.com/bitcoin/bitcoin/blob/master/contrib/init/bitcoind.service
sudo nano /etc/systemd/system/bitcoind.service
Then enter the text in the file above. We are going to omit some of the arguments:
| //* 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="") |
| #!/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 |
| #!/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) |
| # 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 |
| ### 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 |
See original script here: https://github.com/bitcoin/bitcoin/blob/master/contrib/init/bitcoind.service
sudo nano /etc/systemd/system/bitcoind.service
Then enter the text in the file above. We are going to omit some of the arguments:
$ 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 |
| pi@raspberrypi:~ $ cd bin/station/ | |
| pi@raspberrypi:~/bin/station $ npm start | |
| > [email protected] prestart /home/pi/bin/station | |
| > npm run clean && npm run build:babel | |
| > [email protected] clean /home/pi/bin/station | |
| > rimraf build && mkdir build |
| 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', |