bitcoin core raspberry pi

Click Here for building Bitcoin XT LAST UPDATED OCTOBER 8, 2016Disclaimer: I cannot guarantee these steps will work 100% of the time.Like all DIY tutorials they make assumptions about things and are subject to external libraries and software being updated or changed.I periodically test and update these steps for changes or additions, but I can't guarantee that some troubleshooting won't be needed to get your node up and running.This tutorial is to install Bitcoin Core v0.13.0 (or possibly higher) on a Raspberry Pi 2 or 3.Options are given to install the GUI and wallet or not.We'll store the blockchain on an external USB flash drive (or hard drive), as that is more modular and better than storing it on a large microSD card with the OS.If you run into any Raspberry Pi problems while going through these steps, the Raspberry Pi Docs are a good source for help: If you wish to run a testnet node, the testnet blockchain is only around 8GB so keeping that on a 16GB microSD card with the OS will work well.
You can find what is needed to build a Bitcoin raspnode for around $100.The CanaKit Raspberry Pi 3 Complete Starter Kit costs $75 (plus tax and shipping) and comes with everything you need minus the USB drive and Ethernet cable (if you wish to cable directly to your router).With enough exploring, reasonably priced 128GB USB drives can be found, some in the $35 to $40 range.Some 500GB external HDs can be found in the $40 to $60 range.How to assemble your Raspberry Pi will depend on the case purchased.Once assembled, plug in your USB stick, HDMI cable to your monitor, USB keyboard, and either your USB Wifi adapter or an Ethernet cable going to your router.The device will automatically power on once you plug in the micro USB power cable.If your Raspberry Pi came with a microSD card preloaded with NOOBS you can insert the microSD card into your Raspberry Pi, plug in your power cable and it will walk you through your setup.Make sure you select Raspbian as your OS choice, which should be the first on the list.
It will take a few minutes to install.Once that is finished, reboot and jump to Raspbian config options.If you have a brand new microSD card, you will need to download a Raspbian image to your PC and image your microSD card.This tutorial will assume you are using a PC running Microsoft Windows.Instructions for imaging using Mac or Linux can be found in the Raspberry Pi documents: You can find the latest on the Raspberry Pi downloads page: Or directly download the latest here: If you are not going to use the GUI you should download and use Raspbian Jessie Lite, which comes without the desktop software and so is more streamlined (but you will need to install one more dependency, git).safest bitcoin online walletOnce downloaded, unzip the file.bitcoin bazaarIf you don't have an application installed for unzipping files, you can use the open source 7zip: The unzipped folder will have a large .img file.litecoin to xrp
In order to put this image on your microSD card we'll need to use the open source Win32DiskImager which can be found on sourceforge: Or directly download the latest here: Once downloaded run the installer, this will install Win32DiskImager.Insert your microSD card into your PC.Select the Raspbian .img file as the 'image file' and select your microSD card as your 'device'.Make sure what is selected is your microSD card and nothing else, especially your hard drive.This will take a few minutes.fedora 20 bitcoin clientOnce finished, eject your microSD card.bitcoin p2p digital currencyInsert your microSD card into your Raspberry Pi and plug in the power cable and wait while it boots up.ethereum programming languageWhen you first boot the latest Raspbian it will resize the image and reboot.bitcoin bon investissement
If you want do some more customizations and fine tuning you can follow these optional steps below: First launch the raspberry pi config menu with: And you'll see the menu below: If you won't be using Bitcoin-Qt (the GUI) then you can run it 'headless' and we can allocate a little more RAM to the CPU.Select "8 Advanced Options" then select "Memory Split" If you want to be able to SSH into your Raspnode, you can enable the SSH server here.Select "8 Advanced Options" then select "SSH" Change hostname.bitcoin ios minerThe default hostname is set to "raspberry".ethereum performance chartWe'll change ours to "raspnode" and the rest of the tutorial will assume this.If you leave yours as "raspberry" or change it to something else, anytime you see the hostname mentioned, use that instead of "raspnode".Select "8 Advanced Options" then select "Hostname" Edit the hostname to “raspnode" without quotes (or to your desired hostname) Here you can also change the default user (which is "pi") and password (which is "raspberry").
We'll leave these as is for the tutorial.If you change your username, make sure to use that instead of "pi" when it shows up in this tutorial.You can overclock your Raspberry Pi in order to give it a little more processing power.This may make the initial verification of the blockchain quicker, but is not needed for normal full node operations as the CPU generally sits around 10% and only jumps up to 30% or so when a new block is received.Choose the desired level of overclocking Go through the selection process to select your timezone, then select "OK" Once done, select "Finished" and your Raspberry Pi will reboot.When you get the "login" prompt, enter your username "pi" and it will prompt you for your password.Enter your password (which won't show up) and hit to log in (the password will be "raspberry" if you didn't change it in the raspi-config).We'll be using the command line to edit files.If you are not familiar with a command line this may be a little tricky.Raspbian comes with a few editors.
Nano is a relatively friendly editor and this tutorial will use that, but Raspbian also has vi for users who prefer it and can be used instead.If you have not used vi before, you should stick with nano.For those not familiar with Linux, some actions we take will require root privileges.We get that by using the command “sudo" before our desired command.This will only work if you are logged in as a user with sudo rights, which the default Raspbian user (“pi" in our case) has.Sudo can be set to require a password, but the default Raspbian user should be set to not need one.You may want to change the default keyboard layout.Edit /etc/default/keyboard to equal your desired country code, so for US keyboard layout change it to Then save and exit.Reboot to have it take effect.Reboot with If you are using a 128GB or larger microSD and wish to put everything on that including the blockchain, you can skip this section and go to networking.Make sure your USB stick is empty and using a file format that works natively with Linux (e.g.
FAT32 is a good option.You can do this by plugging your USB stick into your Windows PC and checking it's properties.If it isn't empty, format it as FAT32.Here you can also change the label.Make a note of the label, it will be helpful later (but not necessary).Windows may not give the option to format a drive that is very large as FAT32, in which case you will need to use some third party software, or format it in Linux.Also, note that Raspbian will most likely see FAT32 as VFAT which is what we'll see below.Create a directory that will act as a mount point for the USB stick, we'll call it bitcoinData and put it in the home directory (full path will be /home/pi/bitcoinData/: Plug your USB stick into your Raspberry Pi and wait a few seconds.In order to see where it is located, issue the command: You can issue the blkid command without sudo, but if you run it without root privileges you won't get any information back.What you should see is a few lines that look something like this: Which are specific to your OS.
What you are looking for is a line like: This is where knowing your label can help.The type should be “vfat" and you are looking to see what the /dev/sdxx is (it could be sda1, sdb1, or something similar, but most probably sda1).You don't actually need the label or uuid written down, just the location.If you are using an external hard drive there may be multiple partitions that show up like a boot partition and a data one.Make sure you mount a partition large enough to store the blockchain (not a boot partition).In order to tell your Raspberry Pi to mount your USB stick automatically so that anything we put in the bitcoinData directory will be going onto the USB and vice versa we need to edit the /etc/fstab file.It should have a few lines of information, at the end of the file add this, all as one line, starting with the location of your USB drive that you wrote down.If it is /dev/sda1, then what you add would be this: If you changed your username to something else, replace “pi" with that username above in all areas it shows up.
There are no spaces in that line, only a single tab between each chunk of data.There are other options that you could use if you wanted more or less restrictions on your drive, but this will work.You should only alter this setup if you know what you are doing.Basically this will automatically mount the USB drive on boot to our desired location, allow the pi (or substituted user) to read and write data to the drive, and a few other things beyond the scope of this tutorial.Save the file and exit.Reboot your Raspberry Pi: A swap file allows the microCD card to be used as extra memory if needed.It is slower and heavy use will shorten the life of a microSD card.Raspbian defaults to a 100Mb swap file which is not actually needed to build and run Bitcoin core under normal operating conditions.However if you are expecting to download the whole blockchain on the raspnode or the blockchain gets significantly behind, the downloading of extra blocks to catch up can exceed the built in memory and cause Bitcoin core to crash.
Enlarging the swap file by a little bit protects against this possibility.And change the default size of 100 Save and exit.Then run: If you are using an Ethernet cable and plugging directly into your router and DHCP is turned on, you can plug that in and you should have access to the Internet.You can check by pinging out: If you start to see pings you are good.Hit + c to stop the pings.If you are using a wifi adapter and have a password set for your router, there are a few more steps to take.Setting up and troubleshooting wifi on the Raspberry Pi is beyond the scope of this tutorial, so if the basic setup shown here doesn't work, you can reference the Raspberry Pi documentation for help: To setup your wifi, edit the file /etc/wpa_supplicant/wpa_supplicant.conf: Add this to the bottom of the file: network={ ssid="" psk="" } For example, if your wifi network is named myHomeWifi and your wifi password is mySuperSecret then wpa_supplicant.conf should look something like: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 network={ ssid="myHomeWifi" psk="mySuperSecret" } Then restart your wifi interface: If you need to set a static IP, that is currently out of the scope of this tutorial.
In order to install Bitcoin Core we need to install a few tools and software packages.First let's make sure everything is up to date and update it if it isn't: This one liner will download and install the packages we will need for Bitcoin Core 0.13.0: If you installed Raspbian Jessie Lite you'll also need to install git: That should take just a couple minutes.If you plan on using bitcoin-qt (the GUI and wallet) then you'll have to install additional dependencies: Make a directory to download required files: Bitcoin Core 0.11.2 uses version 4.8 of the Berkeley database so we'll need to download, build, and install that.If you wish to run your Bitcoin node without a wallet, you can skip to Installing Bitcoin.Download the Berkeley database source code, unzip it, then build the BerkeleyDB.The "make -j4" command should take around 5 minutes to complete.If you get errors, then remove the "-j4" and just execute "make".This will take around 20 minutes.Download the Bitcoin Core 0.13.x (0.13.0 as of Oct 8, 2016) source code from github and build it.
This command should download and install the latest 0.13.x version based on how Bitcoin Core organizes their repo, but that could change at any point.So if you wish to upgrade from 0.13.0 to 0.13.1, you would just need to use the same command, but updating to something like 0.14.x would require switching branches.Leaving the -b argument out will grab the latest development version which may or may not be stable and will not have been officially released yet.If you plan on using bitcoin-Qt (the GUI and wallet) then use this command: If you don't need the bitcoin-Qt (GUI) and will run your raspnode 'headless', then use this command instead: If you don't need the bitcoin-Qt (GUI) and don't need wallet functionality (and so you didn't install the Berkeley DB) then use: The '-O2' arguments above are a capital letter O, not the number zero.Make sure there is a space after /include and -O2.. If you don't want to use UPnP, which automatically tries to open a port on your router for incoming Bitcoin connections on 8333, then remove '--enable-upnp-default'.
Once that completes, then run: The "make -j2" command should take about 2.5 hours to complete if running without including the GUI, and many hours if being run with the GUI.Don't use "-j4" for this build.If you get errors using "-j2", then just run "make" but it will take around twice as long to build.Move into your mounted USB directory.Create the file bitcoin.conf and edit it, adding an rpc user and password.If you try running bitcoind before doing this, it will suggest a user and password, it is recommended you use those.bitcoin.conf should look something like this: THIS IS JUST AN EXAMPLE, DO NOT USE THIS PASSWORD!NOTE: If you are not using an external USB (or other) drive to store the blockchain then bitcoin.conf needs to go in ~/.bitcoin, not ~/bitcoinData.You also will not need to run bitcoind or bitcoin-qt with the "-datadir=/home/pi/bitcoinData" argument used below.Launch bitcoind, telling it to use our mounted USB drive for the blockchain data directory.If you want to run bitcoin-Qt (the GUI with wallet) then you'll have to first launch the desktop: Once the desktop has launched, open a terminal window: Once the blockchain is synced and verified, you'll see your wallet just as you'd expect: Downloading and verifying the full Bitcoin blockchain on the raspberry pi will take well over a month at this point and due to some optimizations made, doing so will cause the bitcoin software to crash many times during this period.