Bitcoin Forum
April 26, 2024, 05:37:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [48] 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  Print  
Author Topic: Official FutureBit Apollo LTC Image and Support thread  (Read 49473 times)
psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
January 06, 2020, 05:26:53 PM
Last edit: January 06, 2020, 07:15:26 PM by psycodad
 #941

Regarding SD card lifespan: I started to use fstrim on the rootfs weekly from cron, but it is too early to judge if that has any beneficial effects on SD card reliability in the Apollo.
Will post again, once I have a record of 2-3 months using it.

Quoting myself...
From my limited testing with my 2 Apollos this definitely help to improve stability a lot. Didn't had to restart a single time since I have the below in /etc/crontab:
Code:
5  0	* * 0	root	/usr/bin/ionice -c 3 /sbin/fstrim -v / | logger

This fstrims the SD card once a week and logs the outcome to syslog.

I need this...

My Apollo nº 4 hangs (stop mining) randomly every few days (sometimes 1 or 2 days, max it runs about a week). This also happen to my Apollo nº 3, but less frequentely. Good my Apollos nº 1 and nº 2 runs for weeks. I never need to reflash. To "restart" miner is enough to get it running again.

May you give me some instructions about to add fstrim? Sorry, here a Windows user  Sad

Sure, first get rid of Windows! (Nah, just kidding  Wink)

I don't claim this will solve your problems, but it has improved my situation a lot. It shouldn't do any harm but I still recommend you to try it first with only one of your Apollos to see if it works out for you.

If you have Windows 10, I believe ssh should be part of it already, otherwise get yourself Putty.

Open a CMD window and connect to your Apollo where you want to try it out:
Code:
ssh futurebit@192.168.1.101
(Replace 192.168.1.101 with the IP of your Apollo in question.

Login as user futurebit with password futurebit and then sudo to root (I didn't manage to get done in one line with sudo):
Code:
sudo su -

Now as root issue the following command (make sure to copy-paste it correctly!):
Code:
echo -e "\n# weekly fstrim\n5 0\t * * 0\troot\t/usr/bin/ionice -c 3 /sbin/fstrim -v / | logger" >> /etc/crontab

Then check if crontab looks like it should by
Code:
cat /etc/crontab

It should like:
Quote
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user   command
17 *   * * *   root    cd / && run-parts --report /etc/cron.hourly
25 6   * * *   root   test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6   * * 7   root   test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6   1 * *   root   test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )

# weekly fstrim
5 0      * * 0  root    /usr/bin/ionice -c 3 /sbin/fstrim -v / | logger

If all is fine, just logout - no reboot or anyhting needed, fstrim will run next sunday at 5min past midnight.

HTH

Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
VictorGT
Hero Member
*****
Offline Offline

Activity: 748
Merit: 523


View Profile
January 06, 2020, 06:21:11 PM
 #942

Thanks. Changes added  Smiley

Yes, Windows 10 has ssh. I need to use "-l futurebit" for login name after "ssh IP".
psycodad
Legendary
*
Offline Offline

Activity: 1604
Merit: 1564


精神分析的爸


View Profile
January 06, 2020, 07:16:57 PM
 #943

Thanks. Changes added  Smiley

Yes, Windows 10 has ssh. I need to use "-l futurebit" for login name after "ssh IP".

Thank you for your feedback.
You are right, I forgot the user part in ssh login, I have added it above.

Bennylax3
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 08, 2020, 03:25:10 AM
 #944

I apologize if this has been covered in the forum but is there a method to reset the password? Do you have to rewrite the image file and start fresh?
estacionsj
Jr. Member
*
Offline Offline

Activity: 55
Merit: 2


View Profile
January 08, 2020, 05:27:48 AM
 #945

I apologize if this has been covered in the forum but is there a method to reset the password? Do you have to rewrite the image file and start fresh?
I think u have to start fresh and re-flash ,have not seen a option to
Change it....

Anyone.....
estacionsj
Jr. Member
*
Offline Offline

Activity: 55
Merit: 2


View Profile
January 10, 2020, 12:49:37 AM
 #946

Any updates from the people testing out the Full Node, How is it working out.
MoparMiningLLC
aka Stryfe
Legendary
*
Online Online

Activity: 2058
Merit: 2201


EIN: 82-3893490


View Profile WWW
January 10, 2020, 05:07:35 AM
 #947

Any updates from the people testing out the Full Node, How is it working out.

I second this. I would love to have a full node.

Mine BTC @ kano.is
Offering escrow services https://bitcointalk.org/index.php?topic=5154480
All Bitcoin 3D printing needs at CryptoCloaks
HagssFIN
Legendary
*
Offline Offline

Activity: 2422
Merit: 1706


Electrical engineer. Mining since 2014.


View Profile WWW
January 10, 2020, 08:28:31 AM
 #948

Yeah, one buying point for me when I bought this, was to use it also as a full node.

jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2090
Merit: 1396


View Profile
January 10, 2020, 05:18:17 PM
 #949

Yeah, one buying point for me when I bought this, was to use it also as a full node.

Had to pause testing on this during the holidays. Focus for this year is going to be software, and getting the full node running smoothly is #1 priority for the next few weeks.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
bonestabone
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 14, 2020, 10:16:08 PM
 #950

Thanks for the update, good to hear that it's close. Do you still need help testing this out?
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2090
Merit: 1396


View Profile
January 14, 2020, 11:19:06 PM
 #951

Thanks for the update, good to hear that it's close. Do you still need help testing this out?

Yes everyone who DMed me will get an email once a stable solution is worked out.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
MoparMiningLLC
aka Stryfe
Legendary
*
Online Online

Activity: 2058
Merit: 2201


EIN: 82-3893490


View Profile WWW
January 14, 2020, 11:33:44 PM
 #952

Thanks for the update, good to hear that it's close. Do you still need help testing this out?

Yes everyone who DMed me will get an email once a stable solution is worked out.

awesome!

Mine BTC @ kano.is
Offering escrow services https://bitcointalk.org/index.php?topic=5154480
All Bitcoin 3D printing needs at CryptoCloaks
klintay
Legendary
*
Offline Offline

Activity: 1775
Merit: 1032


Value will be measured in sats


View Profile WWW
January 18, 2020, 07:31:53 PM
 #953

Yeah, one buying point for me when I bought this, was to use it also as a full node.

Had to pause testing on this during the holidays. Focus for this year is going to be software, and getting the full node running smoothly is #1 priority for the next few weeks.

awesome, nodes are more and more in demand so this is a great innovation for the scene  Smiley Smiley Smiley Smiley Smiley
estacionsj
Jr. Member
*
Offline Offline

Activity: 55
Merit: 2


View Profile
January 18, 2020, 08:07:24 PM
 #954

Does any one know of a map that shows how many nodes are there and we’re they are located.
VictorGT
Hero Member
*****
Offline Offline

Activity: 748
Merit: 523


View Profile
January 19, 2020, 09:37:01 PM
 #955

Google is your friend, just search "litecoin network nodes"

https://blockchair.com/es/litecoin/nodes

Not sure if blockchair is good a blockchain+network explorer. Just the first I found  Smiley.
estacionsj
Jr. Member
*
Offline Offline

Activity: 55
Merit: 2


View Profile
January 19, 2020, 09:49:59 PM
 #956

Google is your friend, just search "litecoin network nodes"

https://blockchair.com/es/litecoin/nodes

Not sure if blockchair is good a blockchain+network explorer. Just the first I found  Smiley.
I did search, found a couple of links that were dead, that’s why I asked here...but I’ll do a couple more searches.
So far google has not been my freind but ENEMY.
estacionsj
Jr. Member
*
Offline Offline

Activity: 55
Merit: 2


View Profile
January 19, 2020, 11:15:12 PM
 #957

Google is your friend, just search "litecoin network nodes"

https://blockchair.com/es/litecoin/nodes

Not sure if blockchair is good a blockchain+network explorer. Just the first I found  Smiley.

Thanks
I was looking for more like a map.
Before they have a map version and it showed like in San Francisco (that’s we’re I’m at) had like 2 nodes, but one we get the node running on the Apollo there will be 3 nodes with mine Smiley
VictorGT
Hero Member
*****
Offline Offline

Activity: 748
Merit: 523


View Profile
January 19, 2020, 11:50:03 PM
 #958

Yeah... I have 4 Apollos and I will run a full LTC node on one of them ASAP.
jstefanop (OP)
Legendary
*
Offline Offline

Activity: 2090
Merit: 1396


View Profile
January 20, 2020, 08:06:48 PM
Merited by MoparMiningLLC (1)
 #959

Google is your friend, just search "litecoin network nodes"

https://blockchair.com/es/litecoin/nodes

Not sure if blockchair is good a blockchain+network explorer. Just the first I found  Smiley.

Thanks
I was looking for more like a map.
Before they have a map version and it showed like in San Francisco (that’s we’re I’m at) had like 2 nodes, but one we get the node running on the Apollo there will be 3 nodes with mine Smiley

Yea, as you can see the latest LitecoinCore only has about 700 nodes running. Once our node is online and enough people upgrade we could easily be the #1 or #2 version of a full node running the litecoin network. Make no mistake this would be a game changer in decentralization.

Project Apollo: A Pod Miner Designed for the Home https://bitcointalk.org/index.php?topic=4974036
FutureBit Moonlander 2 USB Scrypt Stick Miner: https://bitcointalk.org/index.php?topic=2125643.0
estacionsj
Jr. Member
*
Offline Offline

Activity: 55
Merit: 2


View Profile
January 24, 2020, 01:00:52 AM
Last edit: January 24, 2020, 02:03:11 AM by estacionsj
 #960

someone on ebay is selling 5 futurebit Apollo miners.He is claiming that one apollo can be cranked up to 250-400 MH/s...Has anyone tried and how many watts did it draw, Probably can only run for 10 minutes?


If you really wanna crank these things each unit can go up to 250-400 MH/s with the right tuning (Experienced users only - but I can give some level of guidance).
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 [48] 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  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!