Author

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

legendary
Activity: 1235
Merit: 1202
Alright I got my new Apollo today and have tried to set it up! It seems to be running but I can't get it to mine. I have put in my pool information, but it still shows just the generic pool information with (jstefanop.apollodefault). My hash rate is 0 and power usage is 0. I tried setting up with slushpool so far. What is wrong? Node shows it is still sinking at 56% after about 4 hours since I plugged it in. I am using a wired connection.

Are you leaving out the stratum+tcp:// and just putting in the address. I did that when I first got it then figured out it doesn't want that in there
newbie
Activity: 1
Merit: 0
Alright I got my new Apollo today and have tried to set it up! It seems to be running but I can't get it to mine. I have put in my pool information, but it still shows just the generic pool information with (jstefanop.apollodefault). My hash rate is 0 and power usage is 0. I tried setting up with slushpool so far. What is wrong? Node shows it is still sinking at 56% after about 4 hours since I plugged it in. I am using a wired connection.
jr. member
Activity: 62
Merit: 1
I simply popped out the SSD and I have no problems - hashing away, never stopping. The burden of hosting a node does absolutely nothing for me - no benefit at all. Just happily mining SHA-256 crypto, stuffing my wallet!
full member
Activity: 933
Merit: 175
Any suggestions for troubleshooting reliability of my units? After the latest update to 3.1 I seem to be babysitting my units checking on them multiple times a day to make sure all 4 are working (one full and 3 additional units). At least once per day on average I have to restart the miner or the entire system. Prior to 3.1 the need for attention was much less frequent.

Temps seem fine at 63 to 65C for the units and 65C for the CPU (which I think is good).

I have tried switching to an external powered USB hub instead of running all off the USB ports on the full unit. I read here that helps with reliability. That has made no difference in my case.

Wondering if I should just reimage my SD Card and start from scratch...

Thanks in advance!

Miner stopping hashing might be caused by crashed mining binary (please see my post above). USB hub won't fix it. It crashes a lot for everyone, for me, I haven't seen more than a few days uptime on my miner and it's been running since beginning. bitcoind has weeks uptime and doesn't crash spontaneously at all, and apollo-miner can last only days. That's why I put mining process in the bash loop script, so I mine 24/7 without problems, miner crashes often and it's being restarted immediately. I don't know if full package version can restart mining process, I reinstalled system on mine to have full control.
full member
Activity: 933
Merit: 175
jstefanop, any news on standalone apollo-miner binary? It's been nearly 3 months since the release. Miner binary crashes a lot for everyone. GUI full package uses the same binary, so problems exist for everyone. For standalone users, Raspberry Pi binaries were promised, still no sight for it. I know GUI is important, but no reason to delay fundamental part of Apollo which is miner software.  Please at least compile binary for Raspberry and do nothing else, if miner package is not a priority. Thanks for all your work!
newbie
Activity: 8
Merit: 0
Anyone with a recent shipment notification care to share their order number to gauge where we're at?  I got to schedule an out of town job, would like to avoid overlapping with shipment if possible.
Mine was 4063 and delivery date was 8/10

I'm 4288 and mine is going to be here tomorrow.
jr. member
Activity: 95
Merit: 2
Anyone with a recent shipment notification care to share their order number to gauge where we're at?  I got to schedule an out of town job, would like to avoid overlapping with shipment if possible.
Mine was 4063 and delivery date was 8/10
newbie
Activity: 12
Merit: 0
Anyone with a recent shipment notification care to share their order number to gauge where we're at?  I got to schedule an out of town job, would like to avoid overlapping with shipment if possible.
newbie
Activity: 17
Merit: 0
Hey yall, its been a while!

Got my shiny new Apollo BTC's today, and got them up and running easily and seamlessly.
A really nice industrial design, and UX design on this one, well done!

I do have a few questions, that are more likely feature requests...
  • 1.  Can you set a hashrate target (instead of energy target), and have the power and clocks adjust to meet it?
  • 2.  Can you do any type of scheduling for adjusting hashrate, or starting/stopping the hash?  My electricity costs are dramatically higher in the evening and would want to mine outside that window daily.
  • 3.  If you have multiple Apollo units, controlled by one "Main/Full" unit, can you have those identified as separate workers to a pool? .
  • 4.  What are considered "reasonable" temperatures, or perhaps what are MAXIMUM temperatures which should not be exceeded for these units?.

Thanks, and cheers!

1. No, you can't do this. The miner itself doesn't really know it's true hashrate. The JSON log will let you see different ways it's calculated (by work solves, by pool hash rate, or by pool provided jobs)
2. Yes, but you need to use cron jobs or other scheduling to do this. If you buy the full package, you'd need to SSH in and setup the scheduling jobs to stop the miner and restart it with different parameters
3. Don't have a full unit, but you can definitely start each miner separately from the command line (they all use a unique USB tty ID)
4. Mine run at around 60 C on average. No sure on max, but I haven't seen any high temperature alarms

Hey there, thanks for taking the time to respond. I really appreciate it!!

Very glad to hear about the "cron jobs" in particular, not something I am familiar with but I will start doing my research.
If you do have any great resource links, I would happily take them though.

The reason I had asked about temps seems to have been addressed earlier in this thread too (finally found a few relevant posts).
Basically my concern was the CPU TEMP, which is blazing hot right now doing a full node sync. (between 80-85c)
Seems like this is to be expected, and not cause for concern as it will drop down to reasonable operating temps once the sync is complete?
Hashboards are staying at a very comfortable 60c

Cheers!
full member
Activity: 658
Merit: 118
Hey yall, its been a while!

Got my shiny new Apollo BTC's today, and got them up and running easily and seamlessly.
A really nice industrial design, and UX design on this one, well done!

I do have a few questions, that are more likely feature requests...
  • 1.  Can you set a hashrate target (instead of energy target), and have the power and clocks adjust to meet it?
  • 2.  Can you do any type of scheduling for adjusting hashrate, or starting/stopping the hash?  My electricity costs are dramatically higher in the evening and would want to mine outside that window daily.
  • 3.  If you have multiple Apollo units, controlled by one "Main/Full" unit, can you have those identified as separate workers to a pool? .
  • 4.  What are considered "reasonable" temperatures, or perhaps what are MAXIMUM temperatures which should not be exceeded for these units?.

Thanks, and cheers!

1. No, you can't do this. The miner itself doesn't really know it's true hashrate. The JSON log will let you see different ways it's calculated (by work solves, by pool hash rate, or by pool provided jobs)
2. Yes, but you need to use cron jobs or other scheduling to do this. If you buy the full package, you'd need to SSH in and setup the scheduling jobs to stop the miner and restart it with different parameters
3. Don't have a full unit, but you can definitely start each miner separately from the command line (they all use a unique USB tty ID)
4. Mine run at around 60 C on average. No sure on max, but I haven't seen any high temperature alarms
newbie
Activity: 5
Merit: 0
2) the hdmi output now doesn't appear to be working at all today after running the miner in turbo mode all night. is this a known issue? i've been keeping the cpu temp below 70C with fans and such.

i think i have an idea what caused this problem, in case anybody has a similar issue. it appears that the system requires any connected media to be connected during boot. if you plug it in after boot then no dice. i had the same problem with trying to connect a usb keyboard after it had already booted. hope this helps somebody Smiley

nah i don't think that's it. i thought i had this issue at fist. i think you just really have to double check the connection into the unit and make sure the cable is all the way in. i feel like on mine you need to push harder than you'd expect to make a solid connection.

maybe that's it, but i tried unplugging and replugging several times, jamming it in there as hard as i felt comfortable doing without breaking something. then i rebooted the system with the hdmi in (after it hadn't been working) and it worked fine. has worked fine since then, but i haven't unplugged the hdmi at all.

not trying to FUD, just sharing my experience
member
Activity: 82
Merit: 52
2) the hdmi output now doesn't appear to be working at all today after running the miner in turbo mode all night. is this a known issue? i've been keeping the cpu temp below 70C with fans and such.

i think i have an idea what caused this problem, in case anybody has a similar issue. it appears that the system requires any connected media to be connected during boot. if you plug it in after boot then no dice. i had the same problem with trying to connect a usb keyboard after it had already booted. hope this helps somebody Smiley

nah i don't think that's it. i thought i had this issue at fist. i think you just really have to double check the connection into the unit and make sure the cable is all the way in. i feel like on mine you need to push harder than you'd expect to make a solid connection.
newbie
Activity: 17
Merit: 0
Hey yall, its been a while!

Got my shiny new Apollo BTC's today, and got them up and running easily and seamlessly.
A really nice industrial design, and UX design on this one, well done!

I do have a few questions, that are more likely feature requests...
  • 1.  Can you set a hashrate target (instead of energy target), and have the power and clocks adjust to meet it?
  • 2.  Can you do any type of scheduling for adjusting hashrate, or starting/stopping the hash?  My electricity costs are dramatically higher in the evening and would want to mine outside that window daily.
  • 3.  If you have multiple Apollo units, controlled by one "Main/Full" unit, can you have those identified as separate workers to a pool? .
  • 4.  What are considered "reasonable" temperatures, or perhaps what are MAXIMUM temperatures which should not be exceeded for these units?.

Thanks, and cheers!
member
Activity: 136
Merit: 11
Any suggestions for troubleshooting reliability of my units? After the latest update to 3.1 I seem to be babysitting my units checking on them multiple times a day to make sure all 4 are working (one full and 3 additional units). At least once per day on average I have to restart the miner or the entire system. Prior to 3.1 the need for attention was much less frequent.

Temps seem fine at 63 to 65C for the units and 65C for the CPU (which I think is good).

I have tried switching to an external powered USB hub instead of running all off the USB ports on the full unit. I read here that helps with reliability. That has made no difference in my case.

Wondering if I should just reimage my SD Card and start from scratch...

Thanks in advance!
full member
Activity: 933
Merit: 175

Not sure I understand.  Is there an API?  Who is adding what to what?


As far as I know, there's no built-in RPC API like cgminer has. However, the miner software writes a JSON file that has it's current stats. You can parse this and it will show things like Uptime, Hashrate (calculated in different ways), Temperature, Current Pool, Share info, and power info.

I have a cron job that copies this file into my Apache folder, and then from there I use it to show a mining dashboard. I think other tools like AwesomeMiner would have to do something similar.

Exactly. I parse this JSON in simple script and send summary messages to Telegram:
jr. member
Activity: 107
Merit: 7
Would it be possible to run a moonlander2 off the Apollo?  I assume I would probably need a hub for power. I guess my question is can it run the software?
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
...
We had some issues with Fedex pickups last week, they were supposed to be picked up on Friday but our shipment was too large and could not be picked up. All remaining packages from last weeks shipments will go out today.
You probably should have remembered that the exact same reason was given last time ...
legendary
Activity: 4634
Merit: 1851
Linux since 1997 RedHat 4
I've noticed now that I have a second miner I cannot forward another IP address to 8333 for the new node. Does anyone have a solution? I have a new deco mesh router and it makes you pick the IP address when forwarding. Can the port the node uses be changed?
1) You can set bitcoin to run on any port you like.
e.g. run the second one on 8633
If you edit the bitcoin.conf add:
port=8633

or

2) forward 8333 to one of them, and pick another incoming port (e.g. 8633) to forward to the second one on 8333
jr. member
Activity: 95
Merit: 2
I've noticed now that I have a second miner I cannot forward another IP address to 8333 for the new node. Does anyone have a solution? I have a new deco mesh router and it makes you pick the IP address when forwarding. Can the port the node uses be changed?

There is no practical reason to run more than one node from a single external IP address. As you found out you cant forward the same port to more than one device in your network. As for as the outside world is concerned it only sees one "service" per IP address. Obviously you can do complicated internal network switching to make it work but its not worth it for a full node. If you have two full node devices, its better to run the second device from a different location with a different internet connection/IP address.

Thanks. I planned on moving this one to my sons house anyways. Guess for batch 3 I'll try to get a standard hash board only to plug into my primary node device.
legendary
Activity: 2188
Merit: 1401
How long does it take for the package to make it to FedEx once I get the shipping notification. I got the shipping notification and tracking number on Tuesday, but looking at the FedEx tracking page, it still says they're waiting for the package.  Sad

Tracking numbers are issued when your unit is first built, it can take a bit before it ends up in fedex possession. If you dont see movement this weekend it will definitely be by Monday latest.


Still no movement Sad The package status is still at "Label Created"

We had some issues with Fedex pickups last week, they were supposed to be picked up on Friday but our shipment was too large and could not be picked up. All remaining packages from last weeks shipments will go out today.
Jump to: