Pages:
Author

Topic: Official FutureBit Apollo BTC Software/Image and Support thread - page 8. (Read 40536 times)

full member
Activity: 592
Merit: 151
Went back and forth a bit with jstefanop for a bit to figure out why my Apollo II could sync & solo mine, but wouldn't stay connected to a pool. Wanted to share what we found in case others encounter the same issue:

Asus routers (and presumably others) have a feature called AiProtection with a a Two Way Intrusion Protection setting that will specifically block bitcoin mining.

https://www.asus.com/support/faq/1008719/#a3

You'll have to disable this if you plan on mining behind any router with a similar protection. Worth noting that it can sometimes be automatically re-enabled during a firmware update.


Yes Trend Micro deems bitcoin mining as malicious and Asus will not work with them to remove this.

I mentioned this exact thing happening here to someone else with an Asus router:

https://bitcointalksearch.org/topic/m.63493197
newbie
Activity: 6
Merit: 0
Went back and forth a bit with jstefanop for a bit to figure out why my Apollo II could sync & solo mine, but wouldn't stay connected to a pool. Wanted to share what we found in case others encounter the same issue:

Asus routers (and presumably others) have a feature called AiProtection with a a Two Way Intrusion Protection setting that will specifically block bitcoin mining.
https://kmpic.asus.com/images/2023/01/18/e13e2ea5-dbbf-4bb9-835d-b9adef8687f7.png
https://www.asus.com/support/faq/1008719/#a3

You'll have to disable this if you plan on mining behind any router with a similar protection. Worth noting that it can sometimes be automatically re-enabled during a firmware update.
newbie
Activity: 14
Merit: 0


Had to fix some issues with board detection on older Batch 1/2 units. Should have the image out in a few hours.

FYI we just pushed 2.0.4 out that fixes solo page issues when you find a share higher than 2.1 Billion (it will crash the UI on versions lower than this)

Press the power button and go down to the version number to force an update

Updates now reboot the system, so you will need to refresh the page after it reached 90% complete if you are accessing from another computer(update can take 10-15m so dont do anything until progress reaches 90%).

Not sure what you mean by "Press power button"
Is the "power button" on the MCU2 software and do I download it from the last MCU2 update link?
Or is there a separate MCU1 software update link?

Thanks
legendary
Activity: 2117
Merit: 1397

I believe 4TB drives should work with it, only tested up to 2TB though.

2TB will last nearly 10 years before you need to upgrade. Anything higher is overkill since these drives will be a fraction of the cost when you need top upgrade.

We are hesitant to add USB/custom locations for node drive since they are notoriously slow. Would not do this especially if you want to solo mine.

In that case, I agree then. 2TB is plenty.
Still have a few GB's on the 1TB NVMe for now.

How is progress on MCU1 software update?



Had to fix some issues with board detection on older Batch 1/2 units. Should have the image out in a few hours.

FYI we just pushed 2.0.4 out that fixes solo page issues when you find a share higher than 2.1 Billion (it will crash the UI on versions lower than this)

Press the power button and go down to the version number to force an update

Updates now reboot the system, so you will need to refresh the page after it reached 90% complete if you are accessing from another computer(update can take 10-15m so dont do anything until progress reaches 90%).
newbie
Activity: 14
Merit: 0

I believe 4TB drives should work with it, only tested up to 2TB though.

2TB will last nearly 10 years before you need to upgrade. Anything higher is overkill since these drives will be a fraction of the cost when you need top upgrade.

We are hesitant to add USB/custom locations for node drive since they are notoriously slow. Would not do this especially if you want to solo mine.

In that case, I agree then. 2TB is plenty.
Still have a few GB's on the 1TB NVMe for now.

How is progress on MCU1 software update?

legendary
Activity: 2117
Merit: 1397
Any chance on hardware DIY upgrade?
[MCU1----->MCU2]

Looking forward to the MCU1 software update. I've had my Apollo 2 plugged in ready to go for a few days :-)

Thanks!!


Should have the MCU1 update out by tomorrow. There is no point to update the MCU, its the exact same hardware MCU2 just has slightly different pinouts and configuration that was custom designed for our application.

OK, great! Thanks for update.
What is the max replacement VNMe capacity for the V1 Apollo unit?
Can the new software (V2) include option to use USB SSD instead of internal VNMe?

Thanks again.


I believe 4TB drives should work with it, only tested up to 2TB though.

2TB will last nearly 10 years before you need to upgrade. Anything higher is overkill since these drives will be a fraction of the cost when you need top upgrade.

We are hesitant to add USB/custom locations for node drive since they are notoriously slow. Would not do this especially if you want to solo mine.
newbie
Activity: 14
Merit: 0
Any chance on hardware DIY upgrade?
[MCU1----->MCU2]

Looking forward to the MCU1 software update. I've had my Apollo 2 plugged in ready to go for a few days :-)

Thanks!!


Should have the MCU1 update out by tomorrow. There is no point to update the MCU, its the exact same hardware MCU2 just has slightly different pinouts and configuration that was custom designed for our application.

OK, great! Thanks for update.
What is the max replacement VNMe capacity for the V1 Apollo unit?
Can the new software (V2) include option to use USB SSD instead of internal VNMe?

Thanks again.
legendary
Activity: 2117
Merit: 1397
Any chance on hardware DIY upgrade?
[MCU1----->MCU2]

Looking forward to the MCU1 software update. I've had my Apollo 2 plugged in ready to go for a few days :-)

Thanks!!


Sorry guys dropped the ball on this one, obviously focused on making sure we had a shippable OS for all our Apollo II units going out.

Good news is that all the work we have done for the Apollo II translates to all Apollo BTC units, we just finalized a stable release for Apollo II and BTC/MCU2 units and will have an image for MCU1 units hopefully by tomorrow/sunday.

We are all working overtime to get the OS and all Apollo IIs out to you all!

Should have the MCU1 update out by tomorrow. There is no point to update the MCU, its the exact same hardware MCU2 just has slightly different pinouts and configuration that was custom designed for our application.
legendary
Activity: 2117
Merit: 1397

I assume that the internal flash memory is being read much too quickly, but all services have not started yet. A pause would then have to be inserted in the rc.local before mounting the SSD.

Code:
mount /dev/nvme0n1p1 /media/nvme
#mount nvme drive


Code:
#mount nvme drive
sleep 5 && mount /dev/nvme0n1p1 /media/nvme

if there is a pause of about 5 seconds before the mount command is set, the SSD will work after booting the MCU-2.

This helps with super-fast SD cards or internal flash memory of the Orange PI 4 LTS

Thanks, we will look into this, most likely need to tune when we start the rc.local service. Would rather avoid sleep in startup code.
newbie
Activity: 14
Merit: 0
Any chance on hardware DIY upgrade?
[MCU1----->MCU2]

Looking forward to the MCU1 software update. I've had my Apollo 2 plugged in ready to go for a few days :-)

Thanks!!


Sorry guys dropped the ball on this one, obviously focused on making sure we had a shippable OS for all our Apollo II units going out.

Good news is that all the work we have done for the Apollo II translates to all Apollo BTC units, we just finalized a stable release for Apollo II and BTC/MCU2 units and will have an image for MCU1 units hopefully by tomorrow/sunday.

We are all working overtime to get the OS and all Apollo IIs out to you all!
newbie
Activity: 11
Merit: 0

I assume that the internal flash memory is being read much too quickly, but all services have not started yet. A pause would then have to be inserted in the rc.local before mounting the SSD.

Code:
mount /dev/nvme0n1p1 /media/nvme
#mount nvme drive


Code:
#mount nvme drive
sleep 5 && mount /dev/nvme0n1p1 /media/nvme

if there is a pause of about 5 seconds before the mount command is set, the SSD will work after booting the MCU-2.

This helps with super-fast SD cards or internal flash memory of the Orange PI 4 LTS
newbie
Activity: 7
Merit: 0
Is there a detailed explanation of how Solo Mining works in the new Apollo OS v2? When I switch to solo mining, I can see my stats at solo.ckpool.org, but the Solo Mining page on the Apollo still says, "Waiting for first share. Please wait until the first share is received."
legendary
Activity: 2117
Merit: 1397
Yes, you have to wait for the MCU1 version of the OS to come out, unfortunately. Right now you can't use the Apollo 2 (I'm in the same boat).
Ngl a little disappointed that we as holdest customers get to use the Apollo 2 last, but it is what it is.. I'd rather they have it figured it out instead of rushing the OS out and risk bricking the machine or something.

Hello all.  I have one of the full node Apollo 1 machines and just got my Apollo II Standard to plug into the original Apollo and increase my hashrate.  I have followed the instructions that came with the machine and it does not appear to be increasing the hashrate of my original device in the mining pool.  Is there something else that needs to be done so that the two units will work together?  I know a new OS is coming out soon for the old machines but as of now, it doesn't seem like the original Apollo BTC Full Node is using the new Apollo II standard for any work.  Any help would be appreciated.

That was what I was afraid of.  I guess they wanted to get the miners out but it would be nice if we could use them.  Now only those that bought full machines will be able to do anything with them.  Here’s to hoping they get the software update out soon.

Sorry guys dropped the ball on this one, obviously focused on making sure we had a shippable OS for all our Apollo II units going out.

Good news is that all the work we have done for the Apollo II translates to all Apollo BTC units, we just finalized a stable release for Apollo II and BTC/MCU2 units and will have an image for MCU1 units hopefully by tomorrow/sunday.

We are all working overtime to get the OS and all Apollo IIs out to you all!
newbie
Activity: 3
Merit: 0
Yes, you have to wait for the MCU1 version of the OS to come out, unfortunately. Right now you can't use the Apollo 2 (I'm in the same boat).
Ngl a little disappointed that we as holdest customers get to use the Apollo 2 last, but it is what it is.. I'd rather they have it figured it out instead of rushing the OS out and risk bricking the machine or something.

Hello all.  I have one of the full node Apollo 1 machines and just got my Apollo II Standard to plug into the original Apollo and increase my hashrate.  I have followed the instructions that came with the machine and it does not appear to be increasing the hashrate of my original device in the mining pool.  Is there something else that needs to be done so that the two units will work together?  I know a new OS is coming out soon for the old machines but as of now, it doesn't seem like the original Apollo BTC Full Node is using the new Apollo II standard for any work.  Any help would be appreciated.

That was what I was afraid of.  I guess they wanted to get the miners out but it would be nice if we could use them.  Now only those that bought full machines will be able to do anything with them.  Here’s to hoping they get the software update out soon.
newbie
Activity: 44
Merit: 0
Yes, you have to wait for the MCU1 version of the OS to come out, unfortunately. Right now you can't use the Apollo 2 (I'm in the same boat).
Ngl a little disappointed that we as holdest customers get to use the Apollo 2 last, but it is what it is.. I'd rather they have it figured it out instead of rushing the OS out and risk bricking the machine or something.

Hello all.  I have one of the full node Apollo 1 machines and just got my Apollo II Standard to plug into the original Apollo and increase my hashrate.  I have followed the instructions that came with the machine and it does not appear to be increasing the hashrate of my original device in the mining pool.  Is there something else that needs to be done so that the two units will work together?  I know a new OS is coming out soon for the old machines but as of now, it doesn't seem like the original Apollo BTC Full Node is using the new Apollo II standard for any work.  Any help would be appreciated.
newbie
Activity: 3
Merit: 0
Hello all.  I have one of the full node Apollo 1 machines and just got my Apollo II Standard to plug into the original Apollo and increase my hashrate.  I have followed the instructions that came with the machine and it does not appear to be increasing the hashrate of my original device in the mining pool.  Is there something else that needs to be done so that the two units will work together?  I know a new OS is coming out soon for the old machines but as of now, it doesn't seem like the original Apollo BTC Full Node is using the new Apollo II standard for any work.  Any help would be appreciated.
newbie
Activity: 0
Merit: 0
Quote
Next update im just nuking HW errors

I agree ... everything looks good apart the NW Error Number..

Thank you for your help.

https://bashify.io/i/txz0LA_miner

legendary
Activity: 2117
Merit: 1397
Hi,

Update to OS 2 (Thank you)

Still showing >20% Hardware Errors Sad

Please advice.

Regards

Kim

Total pools and hashboards

Hashboards

Active 1/1

2.54 TH/s

59°C

2760 rpm

62.68 W/TH

19.60 A

20.60%

Next update im just nuking HW errors Cheesy

The HW error rate in the overview section should not be there and will be removed for "Reject Rate" which is a more accurate representation of real errors. If your share reject rate is low you dont actually have 20% hardware errors (and based on your hashrate looks like you are at balanced mode and hashing at the right speed).
newbie
Activity: 0
Merit: 0
Hi,

Update to OS 2 (Thank you)

Still showing >20% Hardware Errors Sad

Please advice.

Regards

Kim

Total pools and hashboards

Hashboards

Active 1/1

2.54 TH/s

59°C

2760 rpm

62.68 W/TH

19.60 A

20.60%
legendary
Activity: 2117
Merit: 1397
Thank you for the great new V2 SD card image. I've been following you on Github for a long time and compiling the image myself.

The installation of the V2 SD card image went smoothly. The Apollo V1 starts with the SCB/MCU 2 board with full fan performance. I don't know yet whether this is a feature or a bug. The Apollo SBC/MCU 1 didn't do that. It's very annoying...
If you shut down the board, the large black fan also runs at full power.
Shortly after switching on, the fan switches off and the volume becomes bearable again.

If you use an OrangePi 4 LTC with internal eMMC storage, the internal SSD is not mounted.

It would make sense to wait until the network has "booted up" before mounting the SSD?!?!?

I assume that the internal flash memory is being read much too quickly, but all services have not started yet. A pause would then have to be inserted in the rc.local before mounting the SSD.

Code:
mount /dev/nvme0n1p1 /media/nvme
#mount nvme drive

Yes this is normal between the two MCU variants. It's hardware differences in how they hold their control pins before/after shutdown, which affects what state our hashboard is in.

Not sure about SSD not mounting, images are built for our hardware so stock board with different configurations might have different results. You can modify the rc-local.service file to start it up when you want.
Pages:
Jump to: