Once you run the Putty application, enter the local IP address of your Apollo in the Host Name
dialog box, enter your user, which will be futurebit
, the @
symbol, followed by your Apollo local IP local address. For example, all together, it should look like: futurebit@192.168.69.16
and then select Open
at the bottom. You can also save these settings so you don't have to enter this information manually each time.
You may see a warning like this, select Yes
to add the key to Putty's cache.
Next, you should be asked for the password, enter futurebit123
.
Then you should be looking at a screen like this, DO NOT RUN THE UPDATES, doing that will brick your device and you'll have to reflash the factory image. This is a known issue and will be corrected in a future update, you can read more about it here.
All you need to do from this point is add the RPC settings to the Bitcoin configuration file. First, change the directory to the location of the configuration file by running this command: cd /opt/apolloapi/backend/node
And then this command will open that file in a text editor called "Nano": sudo nano bitcoin.conf
Once you have the configuration file open, add the following lines:
rpcbind=127.0.0.1
rpcbind=192.168.69.16
(your Apollo local IP address)
rpcallowip=127.0.0.1
rpcallowip=192.168.69.12
(your desktop local IP address)
Then hit ctrl + x
to exit, y
for yes, and enter
to save. Now you can exit your SSH session by running the exit
command.
Back in the web dashboard, click on the Reboot
button in the left-hand side menu. This will shutdown and restart the Apollo and the changes made to the bitcoin.conf
file will be applied.
Now you are ready to configure Sparrow Wallet to talk to your Apollo Bitcoin Core instance. Once you have Sparrow Wallet installed and launched, you will be presented with an empty user interface. Navigate to File
> Preferences
.
Then click on the Server tab on the left-hand side. Click on the Bitcoin Core tab for the Server Type
.
Enter the local IP address for the Apollo in the URL dialog box. Use the same User/Pass that was in the bitcoin.conf
file, futurebit/futurebit
. Test the network connection from Sparrow Wallet. If it's good, you should see the green check mark next to Test Connection and some information populated in the dialog box below that. Then you can close that window.
Privacy note: Unfortunately, Bitcoin Core stores your public keys and balances unencrypted on the computer it is running on. Although your bitcoin are not directly at risk of theft, if this computer is regularly connected to the internet, it is at risk to hackers - which has the potential to make you a target if your balance and geographic location are discovered. To learn more about Sparrow Wallet best practices, check out this Sparrow Wallet resource.
Once configured you can now use Sparrow Wallet as a hot wallet, for Whirlpool CoinJoins, for a watch-only wallet for an air-gapped hardware wallet, and more. All configured to use the Apollo as the backend node, keeping your transaction inquiries more private and allowing you to broadcast directly to the Bitcoin network from your own node. Best practice is use the password feature in Sparrow Wallet to encrypt your wallet data file just in case any one gains access to this file, they will not be able to open it without the password.
This guide has demonstrated unboxing, setting up, connecting, and configuring the FutureBit Apollo in such a way that it is remotely accessed on a home network, mining on solo CK Pool, and running the backend for a remotely accessible Bitcoin desktop wallet. There will be more developments in store for the Apollo so be sure to follow @FutureBit on Twitter for announcements and check out their website to order an Apollo for yourself.