Pages:
Author

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

newbie
Activity: 7
Merit: 0

The program starts fine, but I get stuck waiting for the device:

Code:
>>> Waiting for USB /dev/ttyACM0 [43] !!!
>>> Waiting for USB /dev/ttyACM0 [44] !!!

you should have added your user to the dailout group

Thank you, that seems to be the correct solution!
newbie
Activity: 53
Merit: 0
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.

Same here, update seem to have worked and the miner is hashing but cannot access the dashboard. IP is the same (scanned with Angry IP scanner)
newbie
Activity: 21
Merit: 0

The program starts fine, but I get stuck waiting for the device:

Code:
>>> Waiting for USB /dev/ttyACM0 [43] !!!
>>> Waiting for USB /dev/ttyACM0 [44] !!!

you should have added your user to the dailout group
newbie
Activity: 7
Merit: 0
I've got the Apollo 2 Standard unit hooked up to an Ubuntu 24.04 LTS machine. I have the GitHub repo cloned, and I run:

Code:
./apollo-miner-v2 -host us-east.stratum.braiins.com -port 3333 -user myusername -pswd anything123 -comport /dev/ttyACM0 -powermode eco -ao_mode 1

from within
Code:
Apollo-Miner-Binaries/Apollo II/linux-x86_64
.

The program starts fine, but I get stuck waiting for the device:

Code:
>>> Waiting for USB /dev/ttyACM0 [43] !!!
>>> Waiting for USB /dev/ttyACM0 [44] !!!

I verified that it's the right device:

Code:
$ ls -al /dev/tty*

crw-rw---- 1 root dialout 166,  0 Jun 11 01:53 /dev/ttyACM0

I have the unit plugged in, turned on, and connected via USB. I can hear the fans spinning, and the status LED is white on the front.

Any ideas what I might be missing?

Thank you in advance!


EDIT: I added permissions and changed owners of the device and now it seems to be working! For example:
Code:
$ sudo chmod +rwx /dev/ttyACM0
$ sudo chown myuser /dev/ttyACM0
newbie
Activity: 37
Merit: 0
If I win the lottery and find a block, will my miner interface tell me? Or do I just need to monitor my wallet?

It's good to check both, but usually, the miner interface will provide notifications when you find a block, and then you'll also see the transaction in your wallet.
newbie
Activity: 14
Merit: 0
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.

Update now reboots system, if you are accessing over web ui on another device the IP address most likely changed on reboot and you'll need to enter new ip address

Keep in mind update takes a while (15-30 minutes since whole UI is rebuilt from source) so it will get stuck in the 60-70% range for a while, dont touch or reboot the system until it reboots by itself otherwise the build will fail and you'll get a broken UI.

I'll have the 2.0.5 images up today (or you can re-image using 2.0.4 and try the OTA update again).

How do I find a new IP address? The full node made no indication of a new IP and simply doesn’t load.

Download an IP scanner or log into your router settings/app this list the devices.

These URLs should also work if you are on a Mac/linux machine to avoid needing ips..

futurebit-apollo-2.local

futurebit-apollo-btc.local

None of the above worked so I just reflashed the OS. Went through setup as normal and tried upgrading again. Everything seemed fine but the version still states 2.0.4 with an option to upgrade to 2.0.5. Any idea why? I am using the native UI of the apollo 2 full node.

Nevermind! It seems to have worked because when I logged in on another device on my network, it properly reflected the new 2.0.5 version. I then reloaded my browser on the unit and it is showing the correct version. Thanks for all the help!
newbie
Activity: 14
Merit: 0
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.

Update now reboots system, if you are accessing over web ui on another device the IP address most likely changed on reboot and you'll need to enter new ip address

Keep in mind update takes a while (15-30 minutes since whole UI is rebuilt from source) so it will get stuck in the 60-70% range for a while, dont touch or reboot the system until it reboots by itself otherwise the build will fail and you'll get a broken UI.

I'll have the 2.0.5 images up today (or you can re-image using 2.0.4 and try the OTA update again).

How do I find a new IP address? The full node made no indication of a new IP and simply doesn’t load.

Download an IP scanner or log into your router settings/app this list the devices.

These URLs should also work if you are on a Mac/linux machine to avoid needing ips..

futurebit-apollo-2.local

futurebit-apollo-btc.local

None of the above worked so I just reflashed the OS. Went through setup as normal and tried upgrading again. Everything seemed fine but the version still states 2.0.4 with an option to upgrade to 2.0.5. Any idea why? I am using the native UI of the apollo 2 full node.
newbie
Activity: 13
Merit: 0
If I win the lottery and find a block, will my miner interface tell me? Or do I just need to monitor my wallet?
legendary
Activity: 2188
Merit: 1401
~snip~
Which binary type did you download, only linux 64 arm 64 and windows gcc is being supported right now, the other binaries will still have the old version

Just tried again to make sure, and yes, it is still the old version. Here is the Linux x86_64 latest binary from main branch:

Code:
wget "https://github.com/jstefanop/Apollo-Miner-Binaries/raw/main/Apollo%20BTC(Gen%201)/linux-x86_64/apollo-miner"
chmod +x apollo-miner
./apollo-miner --help
Quote from: apollo-miner
apollo-miner 09bb0bf 2021-11-22, msp ver 0xd166


Will have those updated later today.
hero member
Activity: 1008
Merit: 960
~snip~
Which binary type did you download, only linux 64 arm 64 and windows gcc is being supported right now, the other binaries will still have the old version

Just tried again to make sure, and yes, it is still the old version. Here is the Linux x86_64 latest binary from main branch:

Code:
wget "https://github.com/jstefanop/Apollo-Miner-Binaries/raw/main/Apollo%20BTC(Gen%201)/linux-x86_64/apollo-miner"
chmod +x apollo-miner
./apollo-miner --help
Quote from: apollo-miner
apollo-miner 09bb0bf 2021-11-22, msp ver 0xd166
legendary
Activity: 1235
Merit: 1202
Had a free moment so decided to upgrade. Went fine, as said it takes a while between the 60 and 70% mark but after that it rebooted and came up no worries. I've bound an IP address to the Apollo2 so it kept the same IP and away it went hashing again
newbie
Activity: 21
Merit: 0
My Apollo has upgraded three times and gets stuck after the reboot but the version stays at 2.0.4
https://pasteboard.co/QEuZz6WuZOWA.png
and then it displays the image above i.e. goes back to 0% when I reload the UI it still displays the old version number
The package.json updated today also has the old version number?

Okay fixed that minor hiccup the update process didn't like my VPN gateway
So v2.0.5 installed fine but I still have an orange power button?


Orange power button has gone now after getting a new upgrade message with detailed instructions
newbie
Activity: 21
Merit: 0
My Apollo has upgraded three times and gets stuck after the reboot but the version stays at 2.0.4
https://pasteboard.co/QEuZz6WuZOWA.png
and then it displays the image above i.e. goes back to 0% when I reload the UI it still displays the old version number
The package.json updated today also has the old version number?

Okay fixed that minor hiccup the update process didn't like my VPN gateway
So v2.0.5 installed fine but I still have an orange power button?
newbie
Activity: 21
Merit: 0
My Apollo has upgraded three times and gets stuck after the reboot but the version stays at 2.0.4
https://pasteboard.co/QEuZz6WuZOWA.png
and then it displays the image above i.e. goes back to 0% when I reload the UI it still displays the old version number
The package.json updated today also has the old version number?
jr. member
Activity: 95
Merit: 2
update worked just fine for me. I have the IP address reserved so all I had to do was refresh
legendary
Activity: 2188
Merit: 1401
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.

Update now reboots system, if you are accessing over web ui on another device the IP address most likely changed on reboot and you'll need to enter new ip address

Keep in mind update takes a while (15-30 minutes since whole UI is rebuilt from source) so it will get stuck in the 60-70% range for a while, dont touch or reboot the system until it reboots by itself otherwise the build will fail and you'll get a broken UI.

I'll have the 2.0.5 images up today (or you can re-image using 2.0.4 and try the OTA update again).

How do I find a new IP address? The full node made no indication of a new IP and simply doesn’t load.

Download an IP scanner or log into your router settings/app this list the devices.

These URLs should also work if you are on a Mac/linux machine to avoid needing ips..

futurebit-apollo-2.local

futurebit-apollo-btc.local
newbie
Activity: 14
Merit: 0
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.

Update now reboots system, if you are accessing over web ui on another device the IP address most likely changed on reboot and you'll need to enter new ip address

Keep in mind update takes a while (15-30 minutes since whole UI is rebuilt from source) so it will get stuck in the 60-70% range for a while, dont touch or reboot the system until it reboots by itself otherwise the build will fail and you'll get a broken UI.

I'll have the 2.0.5 images up today (or you can re-image using 2.0.4 and try the OTA update again).

How do I find a new IP address? The full node made no indication of a new IP and simply doesn’t load.
legendary
Activity: 2188
Merit: 1401
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.

Update now reboots system, if you are accessing over web ui on another device the IP address most likely changed on reboot and you'll need to enter new ip address

Keep in mind update takes a while (15-30 minutes since whole UI is rebuilt from source) so it will get stuck in the 60-70% range for a while, dont touch or reboot the system until it reboots by itself otherwise the build will fail and you'll get a broken UI.

I'll have the 2.0.5 images up today (or you can re-image using 2.0.4 and try the OTA update again).
legendary
Activity: 1235
Merit: 1202
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.

Yeah I'll wait then. Running it as a headless unit and don't want to directly plug into it to mess around, hopefully a fix comes soon
jr. member
Activity: 31
Merit: 4
Anyone had a successful flash to 2.0.5? I'm a bit weary to upgrade until others report some success, don't have time currently to stuff around reflashing SD cards

It seems it's worked for me because the node is running and the solo mining works.. but i can't reach the dashboard via the browser. Didn't test to plug the apollo directly by hdmi.
Pages:
Jump to: