Bitcoin Forum
September 09, 2024, 06:21:01 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 [123] 124 »
  Print  
Author Topic: Official FutureBit Apollo II/BTC Software/Image and Support thread  (Read 44483 times)
Sledge0001
Full Member
***
Offline Offline

Activity: 618
Merit: 157



View Profile WWW
September 01, 2024, 10:20:01 PM
 #2441

\Trimmed as this got too damn long!  Grin

Thanks I just tested and everything is open. Thanks so much for the details. So if I wanted to login to my dashboard from outside of my network, do we know which port needs to be open and how I actually get into it?

I figured out how to remote into my mac last night but I had to download an app. then put the YOURPUBLICIP:5900 - Is there something else I need in order to access dashboard from outside of the network?

I personally wouldn't leave my Apollo UI exposed to the internet. Keep it behind your firewall otherwise you're asking to get hacked.

It is my understanding (correct me if I am wrong) that the Apollo offers a Non-SSL encrypted login page via (Port 80) but I don't believe it offers a secure login connection via SSL (Port 443) through the UI to securely login.

This means if you expose Port 80 of the Apollo UI it will be available to anyone that knows your IP and worse yet when you try to connect remotely you would be sending your password over the internet in clear text. Not good by any means from a security perspective.


You'd be much better off if your router offers VPN functionality / connectivity this way you will be able to access your VPN and then your Apollo (and all other devices on your LAN) in a much more secured manner.

S19J PRO 104TH, S19 PRO 110TH & S19 XP 141TH ASIC MINERS FOR SALE IN CONUS!
https://bitcointalk.org/index.php?topic=5505774.0
Wolf_schiesst
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 03, 2024, 09:56:12 AM
Last edit: September 03, 2024, 01:18:01 PM by Wolf_schiesst
 #2442

To enable other BTC nodes to connect to your BTC node, you must enable port forwarding in your router to the apollo node.

Example:
Inbound rule:
Allow ANY SOURCE IP:Protocol:TCP:ANY SOURCE PORT -> APOLLO INTRANET NODE-IP:Protocol:TCP:PORT:8333

I highly advise to configure suitable internal and external firewall rules, accordingly, and place the Apollo node into a VLAN network which is separate from your normal untagged intranet LAN.

Example:
internal firewall: full isolation of apollo server from intranet network. Except access for specific admin device (allow access to web-if (port 80) and SSH (port 22)).
external firewall: allow access from any external port to apollo server tcp port 8333 only.

As Ubuntu is a very safe OS, I have no real doubt to get hacked.
However, you could consider additionally using TOR via flag in settings, to increase security.

You can try out, if your node is accessable using this link to bitnodes.io (or just check, whether your node is connected to > 11 nodes):
https://bitnodes.io/#join-the-network
Wolf_schiesst
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
September 03, 2024, 10:04:59 AM
 #2443

I would assume you're not running headless and are using the Apollo via keyboard & Monitor which would indicate you're asking about upgrading the Linux OS on the Apollo. Yes? If so, don't. As I recall, Futurebit advises to NOT update the installed Ubuntu 22.04 OS. Now, if I'm wrong on this or
misunderstood your question I apologize. But I would avoid any Ubuntu upgrades via "sudo" until Futurebit approves it. Just my opinion.
Thank you for your answer.
No, I run the Apollo Server as a pure network server (without keyboard, mouse and monitor).
Regarding “sudo apt update” and “sudo apt upgrade” I don't share your concerns.
As far as I have understood the support, you just should not do a distribution update, but these updates are ok (as they also contain security fixes) and can be done in addition to the Web-IF updates from Appollo.
My Apollo 2.0.5 system runs very stable even after having installed the latest Ubuntu OS updates with above commands using SSH.
crypto_curious
Full Member
***
Offline Offline

Activity: 933
Merit: 175


View Profile
September 03, 2024, 05:00:16 PM
 #2444

I'm curious if anyone has figured out a way to schedule their Apollo 2 to change modes based on time of day.  Would be helpful to switch off during peak hours and step up to turbo overnight.  I know it's not in the OS but my next step was to explore scripting something to do this.  

I scripted this functionality in bash, and currently using it for Apollo I, along with temperature control via external USB thermometer. It's been working like that for last two years. One miner is in a glass greenhouse, where it activates mostly at night/evening times. Another at home, also temperature controlled.

However, I am worried with current state of Apollo II - it does not stop burning power and mining even mining program is closed. I asked about this  a few posts up in the thread, as well as via customer support on Futurebit page. No reply yet. I hope they will be able to tell me how to stop Apollo II miner. If this is done, then I will be happy to share my scripts here with you and the community.

That would be awesome if you could. Even better would be that functionality baked into the UI  Tongue

Good news! After some work and digging into the problem, I’m excited to share that I’ve developed a Python-based script to control the Apollo II miner. I faced concerns about the miner not stopping even when the mining program was closed, but Futurebit has provided the apollo-helper proprietary binary, which can put the device into a reset state where it stops any work. This way, when the miner is not mining, power usage drops to almost zero, as it should. Currently, this solution only works on Arm64 boards because the apollo-helper binary is only available for that architecture. Windows or Linux AMD64 are not yet supported. Once Futurebit releases their binary for these systems, I will be happy to update my script.

The script I’ve created monitors the temperature using a TEMPer USB thermometer and can automatically start or stop the mining process based on configurable temperature thresholds. It also supports two mining speeds: ECO and BALANCED modes, depending on the external temperature. Additionally, it can send notifications via Telegram when the miner state changes (started, stopped, or miner binary crashes) as well as hourly notifications with stats.

I’ve published the code on my GitLab, and I’m thrilled to share it with the community. I hope this will be helpful. Please check it out! 😊

https://gitlab.com/UyosDP8sQsgO/apollo-ii-temperature-control/
Joelnolan
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
September 04, 2024, 12:33:52 AM
 #2445

Quick question. I just connected my new apollo 2 node and while its syncing I have it mining to my old node but my hashrate is around 5.3-5.5. Is it normal for it to be below 6 TH/S?
PennyBit
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 04, 2024, 03:45:27 PM
 #2446

Quick question. I just connected my new apollo 2 node and while its syncing I have it mining to my old node but my hashrate is around 5.3-5.5. Is it normal for it to be below 6 TH/S?

When running a single hash board, my particular Apollo 2 runs an "average" of 5.5 on ECO, 7.0 on BAL, and 8.5 on TURBO. Of course, by adding two more Apollo standard units I see an "average" of 16.5 on ECO, 21.0 on BAL, and 25.5 on TURBO. Although my hash rate does vary up and down throughout the day from hour-to-hour and minute to minute, the average stays about what was stated.
TIRMINE
Jr. Member
*
Offline Offline

Activity: 117
Merit: 4


View Profile
September 04, 2024, 03:52:45 PM
 #2447

Hi all - has anyone run into this issue? I've had my Apollo II for about a month.  Working fine for the first few weeks.  Over the last week and a half.  3 times the node and miner both stop.  I monitor it using remote desktop.  Unfortunately since I lose access to it when this happens I cannot reboot it from where I'm at.  When I get home I have to physically turn it off with the power switch and back on again to get it back up and running.  The first time it happened was about a week ago.  Then again yesterday and again today.  When running the miner is set to eco mode.  Any ideas?

Thank you!
PennyBit
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 04, 2024, 08:53:25 PM
 #2448

Hi all - has anyone run into this issue? I've had my Apollo II for about a month.  Working fine for the first few weeks.  Over the last week and a half.  3 times the node and miner both stop.  I monitor it using remote desktop.  Unfortunately since I lose access to it when this happens I cannot reboot it from where I'm at.  When I get home I have to physically turn it off with the power switch and back on again to get it back up and running.  The first time it happened was about a week ago.  Then again yesterday and again today.  When running the miner is set to eco mode.  Any ideas?

Thank you!

The first thing in the "idea / guess" category would be heat - but since you're in ECO mode I doubt that's an issue unless there's an air flow problem for whatever reason. My second thought is related to a post from jstefanop back on 8/17/24 (Post #2398 & #2399) regarding a bad batch of power switches that are causing some issues on a small number of units. Perhaps that's the culprit? I also remember reading somewhere about loose cords not inserted 100% into the back of the units causing some grief. Outside of that, I'll go out on a crazy limb and say maybe check the seating on your memory cards underneath the full node unit (just a guess). Wish I had more to offer. Cheers!
TIRMINE
Jr. Member
*
Offline Offline

Activity: 117
Merit: 4


View Profile
September 04, 2024, 10:21:37 PM
 #2449

Hi all - has anyone run into this issue? I've had my Apollo II for about a month.  Working fine for the first few weeks.  Over the last week and a half.  3 times the node and miner both stop.  I monitor it using remote desktop.  Unfortunately since I lose access to it when this happens I cannot reboot it from where I'm at.  When I get home I have to physically turn it off with the power switch and back on again to get it back up and running.  The first time it happened was about a week ago.  Then again yesterday and again today.  When running the miner is set to eco mode.  Any ideas?

Thank you!

The first thing in the "idea / guess" category would be heat - but since you're in ECO mode I doubt that's an issue unless there's an air flow problem for whatever reason. My second thought is related to a post from jstefanop back on 8/17/24 (Post #2398 & #2399) regarding a bad batch of power switches that are causing some issues on a small number of units. Perhaps that's the culprit? I also remember reading somewhere about loose cords not inserted 100% into the back of the units causing some grief. Outside of that, I'll go out on a crazy limb and say maybe check the seating on your memory cards underneath the full node unit (just a guess). Wish I had more to offer. Cheers!

Thank you very much for this!  I will look into each of these.  I've also emailed support, so will see what they say as well
rayday11
Sr. Member
****
Offline Offline

Activity: 345
Merit: 251


View Profile
September 05, 2024, 05:00:23 PM
 #2450

If you cannot connect remotely again, try to access the miner, with a PC on the same network, as the Futurebit. If this fails, then try to ping it and last use a IP scanner to see all the devices, within your netwok.
TIRMINE
Jr. Member
*
Offline Offline

Activity: 117
Merit: 4


View Profile
September 05, 2024, 05:31:34 PM
 #2451

If you cannot connect remotely again, try to access the miner, with a PC on the same network, as the Futurebit. If this fails, then try to ping it and last use a IP scanner to see all the devices, within your netwok.

Tried this.  When the issue happens it dissapears from the ip scanner as well.  Happened again for the 4th time last night.  Just turned it off at this point and emailed support.  Obviously I have a faulty unit so hopefully they will come through and give me a way to send it back for a fix or replacement since its only been in my home for around 30 days
PennyBit
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 06, 2024, 08:29:26 PM
 #2452

If you cannot connect remotely again, try to access the miner, with a PC on the same network, as the Futurebit. If this fails, then try to ping it and last use a IP scanner to see all the devices, within your netwok.

Tried this.  When the issue happens it dissapears from the ip scanner as well.  Happened again for the 4th time last night.  Just turned it off at this point and emailed support.  Obviously I have a faulty unit so hopefully they will come through and give me a way to send it back for a fix or replacement since its only been in my home for around 30 days

When you get this straightened out let me / us know what the cause was please. Appreciate it. Cheers!
TIRMINE
Jr. Member
*
Offline Offline

Activity: 117
Merit: 4


View Profile
September 06, 2024, 08:33:48 PM
 #2453

If you cannot connect remotely again, try to access the miner, with a PC on the same network, as the Futurebit. If this fails, then try to ping it and last use a IP scanner to see all the devices, within your netwok.

Tried this.  When the issue happens it dissapears from the ip scanner as well.  Happened again for the 4th time last night.  Just turned it off at this point and emailed support.  Obviously I have a faulty unit so hopefully they will come through and give me a way to send it back for a fix or replacement since its only been in my home for around 30 days

When you get this straightened out let me / us know what the cause was please. Appreciate it. Cheers!

Will do.  They finally got back to me today and said it sounds like it's having an overheating issue and I'm shipping it back to them.  stinks I have to pay to ship it back but hopefully gets straightened out asap.  They said approx two weeks.
PennyBit
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 06, 2024, 09:58:08 PM
 #2454

If you cannot connect remotely again, try to access the miner, with a PC on the same network, as the Futurebit. If this fails, then try to ping it and last use a IP scanner to see all the devices, within your netwok.

Tried this.  When the issue happens it dissapears from the ip scanner as well.  Happened again for the 4th time last night.  Just turned it off at this point and emailed support.  Obviously I have a faulty unit so hopefully they will come through and give me a way to send it back for a fix or replacement since its only been in my home for around 30 dayshope it

When you get this straightened out let me / us know what the cause was please. Appreciate it. Cheers!

Will do.  They finally got back to me today and said it sounds like it's having an overheating issue and I'm shipping it back to them.  stinks I have to pay to ship it back but hopefully gets straightened out asap.  They said approx two weeks.


Yeah, I was thinking heat problems as well but since you were running ECO it didn't really add up (unless there's intermittent fan issues / malfunctions). Oh well, I hope it all works out for you. On a side note, I've still got an overdue standard unit just sitting at the FEDX hub in Memphis now 3 days late with no updates or explanations as to why or when I'll ever see it. Three cheers for PATIENCE!
TIRMINE
Jr. Member
*
Offline Offline

Activity: 117
Merit: 4


View Profile
September 06, 2024, 10:38:48 PM
 #2455

If you cannot connect remotely again, try to access the miner, with a PC on the same network, as the Futurebit. If this fails, then try to ping it and last use a IP scanner to see all the devices, within your netwok.

Tried this.  When the issue happens it dissapears from the ip scanner as well.  Happened again for the 4th time last night.  Just turned it off at this point and emailed support.  Obviously I have a faulty unit so hopefully they will come through and give me a way to send it back for a fix or replacement since its only been in my home for around 30 dayshope it

When you get this straightened out let me / us know what the cause was please. Appreciate it. Cheers!

Will do.  They finally got back to me today and said it sounds like it's having an overheating issue and I'm shipping it back to them.  stinks I have to pay to ship it back but hopefully gets straightened out asap.  They said approx two weeks.


Yeah, I was thinking heat problems as well but since you were running ECO it didn't really add up (unless there's intermittent fan issues / malfunctions). Oh well, I hope it all works out for you. On a side note, I've still got an overdue standard unit just sitting at the FEDX hub in Memphis now 3 days late with no updates or explanations as to why or when I'll ever see it. Three cheers for PATIENCE!

Yeah, kind of annoying of course.  I ordered in April and received late July only to have to send it back after a short time.  Hopefully they rectify it right away and I can get to hashing.
iomon
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 07, 2024, 03:37:16 PM
Last edit: September 07, 2024, 03:48:41 PM by iomon
 #2456

Hi, Just got also the New Apollo II.

Can someone confirm what are the ECO default values.

I saw in an older post that is Power:48 Freq:30 (-brd_ocp 48  -osc 30) but when i use these as custom i have totally different behavior.

After 10min

Power     Freq      Watt         Watts/T    Temp   Speed
48        30      173            35           62           4.97
eco   Mode      197            37           68           5.35


Thank you
PennyBit
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
September 07, 2024, 11:40:44 PM
 #2457

Hi, Just got also the New Apollo II.

Can someone confirm what are the ECO default values.

I saw in an older post that is Power:48 Freq:30 (-brd_ocp 48  -osc 30) but when i use these as custom i have totally different behavior.

After 10min

Power     Freq      Watt         Watts/T    Temp   Speed
48        30      173            35           62           4.97
eco   Mode      197            37           68           5.35


Thank you


Hard question to answer as your question actually creates more questions than answers. Regardless, the short answer is it's the luck of the silicon draw. In other words, it's simply all the variables involved that creates the inconsistency in the expected values. First of all, you're trying to replicate a hard-coded algorithm preassigned to accommodate all those variables when you try to do it via the custom settings. It's probably not going to happen. Maybe pretty close, but no cigar (which I think you already achieved). I have found for instance, if I do a simple reboot of the miner I will see a variation of 3-4 watts just because I restarted. Don't know why. And it will stay that way until another reboot in the future. Then it will change a little. Sometimes it's just because the fan is running at a slightly different speed. Sometimes it's because I'm pulling more power to other units on the same circuit and starving the Apollo a bit (guess). I've even noticed that some pools put more of a drag (slight) on my system than in other cases such as my own node or solo.ckpool. Then, of course, there's heat and humidity, and maybe even the alignment of the stars and moon phase (just kidding). All kidding aside, unless there's a good reason to try and replicate what the algorithm is doing I would sincerely suggest using the custom settings to your advantage in promoting higher hash-rates without overheating your units. Just my opinion but cheers anyway!
iomon
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 08, 2024, 07:51:07 AM
Last edit: September 08, 2024, 12:52:05 PM by iomon
 #2458

Hi, Just got also the New Apollo II.

Can someone confirm what are the ECO default values.

I saw in an older post that is Power:48 Freq:30 (-brd_ocp 48  -osc 30) but when i use these as custom i have totally different behavior.

After 10min

Power     Freq      Watt         Watts/T    Temp   Speed
48        30      173            35           62           4.97
eco   Mode      197            37           68           5.35


Thank you


Hard question to answer as your question actually creates more questions than answers. Regardless, the short answer is it's the luck of the silicon draw. In other words, it's simply all the variables involved that creates the inconsistency in the expected values. First of all, you're trying to replicate a hard-coded algorithm preassigned to accommodate all those variables when you try to do it via the custom settings. It's probably not going to happen. Maybe pretty close, but no cigar (which I think you already achieved). I have found for instance, if I do a simple reboot of the miner I will see a variation of 3-4 watts just because I restarted. Don't know why. And it will stay that way until another reboot in the future. Then it will change a little. Sometimes it's just because the fan is running at a slightly different speed. Sometimes it's because I'm pulling more power to other units on the same circuit and starving the Apollo a bit (guess). I've even noticed that some pools put more of a drag (slight) on my system than in other cases such as my own node or solo.ckpool. Then, of course, there's heat and humidity, and maybe even the alignment of the stars and moon phase (just kidding). All kidding aside, unless there's a good reason to try and replicate what the algorithm is doing I would sincerely suggest using the custom settings to your advantage in promoting higher hash-rates without overheating your units. Just my opinion but cheers anyway!


Much appreciated for your reply. Yes finally i will use only the custom settings.  LOW setup during Day Time (higher Temp and cost for Khw/h) and HIGH Settings during night time.
I set a crontab job to switch between these setting automatically. The only problem is that the GUI still shows the old values. (Not sure how to force a refresh)

I noticed also that increasing the Frequency (same Power) there are no changes in Speed,Watt/T,Temp etc.
Joelnolan
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
September 08, 2024, 08:32:10 PM
 #2459

I have miners about to be pointed from offsite locations to my apollo 2 node. Is there are way for me to see each offsite miner on the dashboard so I know if and when a minter is offline?

Right now I have 5 miners working but Only see 4 in the total pools and hashboards section.

Cheers
Sledge0001
Full Member
***
Offline Offline

Activity: 618
Merit: 157



View Profile WWW
September 08, 2024, 10:33:23 PM
 #2460

I have miners about to be pointed from offsite locations to my apollo 2 node. Is there are way for me to see each offsite miner on the dashboard so I know if and when a minter is offline?

Right now I have 5 miners working but Only see 4 in the total pools and hashboards section.

Cheers



I know this was requested by me to be fixed in the next release. Hopefully we will see this soon!

S19J PRO 104TH, S19 PRO 110TH & S19 XP 141TH ASIC MINERS FOR SALE IN CONUS!
https://bitcointalk.org/index.php?topic=5505774.0
Pages: « 1 ... 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 [123] 124 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!