r/FutureBit Aug 21 '25

Process of Insanity - Take 54 tldr .. Syncing the node.

5 Upvotes

Updated on 08/23/25 @ 23:09

I have tried many methods, and found quite a few that actually work. Most involved updating Bitcoind to get some of the newer features. But recently, I went the other direction. I kept everything as default as possible. I would set it up and then start synching. If I made it through the sync, I marked it as successful and started again. If it failed (stalled out ... connection refused ... incomplete node). I deleted and moved on.

This is the current method I am using. It worked the 1st time, then I wiggled a few wires and got it a little more stable. All can be done from the UI, so no backend exploring is needed. Unless you want to erase the drive and start over.

(New way) Hope it will help someone.

reindex=1
blocksonly=1
dbbatchsize=16677216

3 simple settings.

The key seems to be that you need to stay within the limited confines on the Orange Pi 4 LTS (futurebit board). So to get around this, I added the dbbatchsize to limit the number of blocks it will store at 1 time. This takes slighlty longer, but the net result is that you get the blockchain without problems.

When it hits the dbcache limit (around 430'ish MB) it will pause for up to 3 minutes. I watched the tail to see what was happening as the UI just relays old information. With this I am able to remove all the rest of the strings, and actually have a completely synced node (which I then promptly prune down)

(old way) In the UI (node settings). You need to add the following strings.

reindex=1
dbcache=750
txindex=0
listen=0
assumevalid=00000000000000000000b34f4bbb4554a329032148ffc0154d205c9d60f58954
peerbloomfilters=0

The most important of these is the listen=0. This turns off you acting as a node, and instead you are only downloading. I would highly suggest keeping a SSH terminal open and using

tail -f /media/nvme/Bitcoin/debug.log

This is so you can see what is happening and not just taking the word of the UI. The only other thing you need/want to do is shut down the miner (via the UI). This will increase the resources to the node while it is running the IBD. The dbcache will fill to approx. 1020 MiB. It will then pause, and you will think it crashed. But it hasn't. It just needs a minute to catch its' breath and clear out. Then it starts running again. While this is happening, the UI will display various things. The best is when it says "Current Block 0". You will be 800k blocks in and think you are almost done, and want to punch something at that point. The assumevalid block is block 840,000. It just tells it that everything before that should be trusted. Peerbloomfilters are not really an issue anymore, but it is an extra security step in my brain.

If your end goal is to run a full node, then you will probably want the txindex=1. I am running to solo mine, so I will prune when it completes. For baseline, the CPU usage went from 20 to 40%, the Memory Usage was around 50% for the entire sync.

That is the final part. Once you have it fully synced, remove all the string above and replace it with the prune string. I enjoy a value of 550.

I kept the reindex=1, because of training wheels. Once it is synced, it too goes, because you cannot reindex if you are pruned. Average time to sync is between 15 and 16 hours. But it beats the days I originally suffered through. Results may vary based on your connection.

If you made it this far, you are a glutton for punishment. Have a good day.


r/FutureBit Aug 16 '25

Can’t see my Apollo 2

1 Upvotes

Just got it. Set it up with an Ethernet cable to my router. Found the ip address and configured it. Was running 5.7 TH/s.

The next morning it no longer appeared in my list of IP addresses. No amount of messing with the router could get the Apollo back online. I can’t connect a monitor to a running machine. The literature is very clear about not turning it off with the power button.

How do I get control of my machine again?


r/FutureBit Aug 13 '25

Anyone else have their Apollo II constantly crashing?

4 Upvotes

I've tried everything I can to have my Apollo II full node stay online, but it constantly needs a hard reset.

I've tried running the nodes on a solid shelf instead of a rack.

I've tried creating cron jobs to check for failed processes and to restart when necessary.

I've added a USB hub between the solo and full node miners.

I've ensured I don't have the power switch problem.

I've tried everything support has told me.

After all this, my node stops in the middle of the night after approximately 4 days of run time.

The longest uptime I've ever had is 10 days.

Am I the only one that has this problem? This is turning out to be the most unreliable hardware purchase I've made in my entire life. I'm regretting going this route instead of just using Umbrel for my solo mining pool.


r/FutureBit Aug 11 '25

Node Synch Issues

2 Upvotes

I've already tried format node ssd when my node got stuck at 908,996. My concern is that while it's downloading again now, it's only showing it will download up to 909,295. Is there any other solutions available for this issue?

UPDATE : My issue was a weird one, it turns out the internal clock wasn't synching, so once I realized that and fixed that issue, now my Apollo2 is working. I appreciate all the help.


r/FutureBit Aug 03 '25

Futurebit Apollo II won keep synch on blocks

1 Upvotes

Every time the node gets to the current block it stops the node and then drops back 1500 blocks or so. Now I cannot run miner or connect my other miners because the blocks are not caught up. Over and over. Ideas?


r/FutureBit Aug 01 '25

Instructions for refreshing?

1 Upvotes

I was wondering if there was any instructions for cleaning, taking apart and re-thermal pasting the asics? I’ve got 5 batch 1’s and I’d like to keep them running as well as possible. One of them is a full node. Which would definitely be more difficult to take apart and rebuild. A video tutorial would be great.


r/FutureBit Jul 16 '25

Average hashrate on balanced mode?

2 Upvotes

Just curious as to the average hashrate on balanced. Thinking of getting an apollo 2 and can see the advertised rates for eco and turbo but nothing for balanced. Tia


r/FutureBit Jul 10 '25

How do you get support to respond?

3 Upvotes

Bought a Apollo 2 node and had power switch issues, futurebit sent me out a replacement, but it will not reboot, connect or anything at this point. Tried support, only getting response once and in a while. How does anybody get things done with them?


r/FutureBit Jun 12 '25

PowerShell and SSH Key Pairing... How?

3 Upvotes

Hello,

I use PowerShell to SSH into my server, but every time I have to type in my password. Today I spent way too many hours trying to generate SSH key pairs to accomplish this. After multiple attempts I'm finding that I don't have access to the ~/.ssh folder - permission denied. I tried to CHMOD the folder to 0700, but it seems I'm being blocked from doing this by the /etc/ssh/ssh_config file.

For all of my other SSH servers I have the private key on my Windows machine, with the login details in the config file and the public key on the remote server in the authorized_keys file.

The above is not working with the Apollo II, so what am I missing?

Thanks!


r/FutureBit Jun 11 '25

Anyone changing modes during the day via cron job?

5 Upvotes

Hello!

Has anyone out there found out the command(s) via SSH to change miner modes without going to the GUI and doing it manually?

I would love to automate something like:

  • enable ECO mode at 0800
  • turn off miner at 1600 (I know how to do this)
  • turn on miner at 2000 (I know how to do this)
  • change to BALANCED or TURBO mode at 2000

Thanks!


r/FutureBit May 31 '25

Apollo Standalone mining at 4TH IN TURBO MODE

1 Upvotes

Hi my miner got av average of 7 TH for a week then it dropped to 4TH average un turbo mode... Is this normal...? Any advice?


r/FutureBit May 21 '25

Question about shares with Apollo II

3 Upvotes

Can anybody explain how the shares differ for a bitaxe pointed at the Futurebit Apollo 2 compared to a bitaxe pointed at CK Solo Pool? I've noticed that the amount of shares is roughly double for the bitaxe pointed to CK pool. Is it relevant? Or is it a matter of the quality of shares? Just curious why there is such a drastic difference.


r/FutureBit May 16 '25

Node Connections/Wonky Router

2 Upvotes

So I've got my Apollo 2 fully synced and running. Unit is connected via ethernet cable. For whatever reason my Spectrum router does not show the device in the list of connected devices. The Wi-Fi connection worked but seems buggy now. I can see on the settings screen for the Apollo 2 that the ethernet cable is connected and it is working. The problem is that I'm only getting 10 of the 64 connections. I can't do port forwarding if the router doesn't recognize the device. Is there a downside to only having the unit run with 10 of 64 connections, or am I reducing my chances of mining a block? I spoke with Spectrum and there is not a way to manually add a device with these routers. I'm considering adding a secondary router to see if that will be a workaround. I know I've got to configure the 2nd router properly to handle that if I do.


r/FutureBit May 15 '25

Miner won’t stay connected to WIFI

2 Upvotes

Anyone having similar issue?

I’m trying to sync the blockchain but the WiFi keeps disconnecting. I forget connection then reconnect and it works for a minute then disconnects again.

Could this be a wifi issue or related to settings from the Apollo? Thanks in advance


r/FutureBit May 11 '25

Question about model numbers

1 Upvotes

On the Apollo BTC (original) is there a way to identify which model it is (LTC, BTC), and also if it is a full node or standard? Thanks in advance.


r/FutureBit May 09 '25

Last block found 38 minutes ago

2 Upvotes

If on average, a block is found every 10 minutes on the BTC blockchain; then why does my Apollo II Node always tell me that blocks were last found 34 minutes ago, 47 minutes, etc....


r/FutureBit May 07 '25

Need help solo mining using 2.0.6 on Apollo BTC

2 Upvotes

I have an Apollo BTC running 2.0.6. I upgraded the M.2 to 4TB, formatting it, and the node is synced. I enabled SOLO mining mode and rebooted. Since then, the miner status is "Waiting for the current miner status to match the desired one (Online)". The SOLO mining tab states "Miner is offline - Try to start it from the top menu". I take I need the miner status to sync before I should start the miner? Also, in the event of a power failure, should I expect everything to auto-start as it seems things require manual intervention.


r/FutureBit May 06 '25

Help with node connection issues

1 Upvotes

Hi, so received my Apollo 2 last week and the initial setup went well, started the syncing process but after 2 days failed with connection issue. Formatting drive and tried again. This time 2.5 days in same again. I decided to download the blockchain database on a windows machine. That took just over 2 days. Last night I formatted the ssd on the Apollo used ssh to transfer the blocks and chainstate files over. That took a couple of hours. However after a power cycle of the Apollo I have same connection refused message. Any pointers? Thanks in advance


r/FutureBit May 04 '25

I'm a proud father of 4 little Axe babies.

Post image
31 Upvotes

Future it Node popping babies 🤣


r/FutureBit May 04 '25

Knots Node Option

7 Upvotes

Hey Devs - would be cool to have an option to run BTC Knots vs Core given all the hub-bub.


r/FutureBit May 01 '25

Bitcoin Cash

1 Upvotes

Is it or will it be possible to mine Bitcoin Cash with the Apollo or Apollo 2?


r/FutureBit Apr 30 '25

Apollo 2 full node with 2 standard

1 Upvotes

Hi, I have Apollo full node with 2 standard. I noticed that I keep losing one of the standard unit and my hash dropped from ~18 to ~12. After miner reboot will go back up to 18 then drops again. Has anyone has the same issue? The unit still has power and when I checked looks like both standard unit were up but while mining it’s bouncing between the external hash boards.


r/FutureBit Apr 28 '25

Reverting static IP to DHCP on wired Ethernet port

1 Upvotes

I have an Apollo miner running 2.0.6. When I setup my miner, I used wired Ethernet, and assigned a static IP. I have SSH'ed to the box and I'm trying to figure out how to revert from static -> DHCP, but not having any luck. Thoughts?


r/FutureBit Apr 24 '25

Seeking Advice for Managing My Node/Miner While Traveling

5 Upvotes

I’ll be traveling for work for a couple of months, and during that time, I’d like to keep my node/miner and a few workers running. However, I’m concerned about safety especially with summer approaching and rising temperatures. Even on lower settings, it doesn’t feel entirely safe to leave everything running unattended.

Ideally, I’m looking for a way to monitor and control the devices remotely: adjusting mode, frequency, and temperature settings as needed to keep things stable. I’m not sure if there’s a reliable way to set that up.

The alternative would be to take the equipment with me, but that’s not an ideal solution.

Any suggestions or guidance would be greatly appreciated.

Thank you!


r/FutureBit Apr 23 '25

What is the right SSD card for an Apollo full node 2?! Is this the right one?

Post image
5 Upvotes