Bitcoin Forum
May 03, 2024, 10:26:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 72 73 ... 105 »
441  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 23, 2020, 09:50:00 PM
You must copy Litecoin folder to root folder of USB drive. Not the content of Litecoin folder to root folder.

Maybe I dont understand you. Sorry.



I made the folder "Litecoin" in the root folder and then copied the contents of my existing Litecoin Node to the "Litecoin" folder on the jump drive.

so its like E:\Litecoin\blocks and E:\Litecoin\chainstate and etc etc for all the folders/files that were on my external drive for my nodes (I am running 9 different crypto currency nodes atm and they are all housed on a single 2 tb external USB drive.

I simply copied everything from G:\Litecoin to E:\Litecoin (E:\ being the Samsung jump drive)


one update, I noticed that my regular Litecoin node went from 23 connections to only 8 connections (all outbound) - is there a chance the two nodes interfere with each other? I have never ran multiple nodes on the same network for the same coin. I have shut down my regular node, restarted the Apollo and trying to start the Apollo's node now.

How have you formated the drive? Make sure its Fat32. The only interference could be if you haven't manually port forwarded...unpn might be changing the port forward from the old node to the new one, thats why your incoming connections got cut.


If its still not loading ssh into the Apollo and run

systemctl status node

and post the output here.
442  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Moonlander 2 Driver and Support Thread on: April 23, 2020, 07:26:44 PM
I hate to be constantly asking questions and it seems like im taking the easy way out but i keep running into road blocks and i spend hours trying to make it work before asking on here.  When i start the command ./start_moonlander2.sh it takes me to the mining screen and there 2 things happen. Either it doesnt find any devices on my powered usb hub or i get this message futurebit write error input/output error.  I am so lost on why these 4 moonlanders arent showing up as a device

So, you may need to figure out where the Moonlander is connected, then declare it.  I just got into this, and if you are not used to to the terminal it can be frustrating.  I wrote this so it will do the work for you in Linux (if you are on a Raspberry Pi).

export MoonlanderDEV=$(dmesg | grep tty | awk '/cp210x/ {print $NF}' | tail -n1)
echo $MoonlanderDEV
./bfgminer --scrypt -S /dev/$MoonlanderDEV --set MLD:clock=600 -o stratum+tcp://scrypt.na.mine.zpool.ca:3433/#skipcbcheck -u <WALLET> -p c=<COIN>,sd=128


if you run "dmesg | grep tty" it will return the plug/unplug events and state where the device "mounts".  Awk then searches and prints only the appropriate line (something to the effect of "ttyUSB0").  Tail only prints the last time it was done.  I set that as an environmental variable, then run the bfgminer based on that.

(I only do this because I also have a Gekko Newpac and the two do not play well together unless you specify the ports)

I hope this helps!


Thank you so much for taking the time to help me.  I was getting frustrated because no matter what i tried or looked for on the internet did not work :/  The code that you have me enter, when do i enter that? after i run the whole BFGminer setup?


You need to have a working bfgminer program first (so download and untar the one from the futurebit website).  Then cd to that directory "cd bfgminer".  Then run the three commands one at a time. (the echo is not really necessary, but I like to see that the script is working, so it should return something like ttyUSB0).  Then the following line will actually start the mining, so you don't use the StartMoonlander.sh anymore.

TL;DR.  Enter it in the same directory as the bfgminer program.

Best of luck!

Very Much appreciate it! (dmesg | grep tty | awk '/cp210x/ {print $NF}' | tail -n1)  is this symbol "|" suppose to represent anything in the command line


Your making this more complicated than it needs to be...all the script does is most likely put in /dev/ttyUSB0 next to the scan command so just cd into the folder and run this command and it should work

./bfgminer --scrypt -S /dev/ttyUSB0 --set MLD:clock=600 -o stratum+tcp://scrypt.na.mine.zpool.ca:3433/#skipcbcheck -u <WALLET> -p c=<COIN>,sd=128

if that does not work then cd into /dev and ls...youll see what the right ttyUSB number is
443  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 23, 2020, 06:20:34 PM

Need to update the images...thats not even Batch 1 images but the prototype  Undecided
444  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 23, 2020, 05:11:43 PM
Sorry for the wall of text  Grin

Condensed version here:

https://bitcointalk.org/index.php?topic=5081750.msg48523684#msg48523684
When will the New two connection  power supplies be available

Its already available here: https://shop.futurebit.io/products/pre-order-futurebit-apollo-200w-power-supply-shipping-july
445  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 23, 2020, 05:10:00 PM
will the kit be available at bitshopper.de? if yes when? thanks.

Yes ill be sending him some kits for Euro distribution in the next 2 weeks.
446  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 22, 2020, 05:07:04 PM
Hi stefanop,

I can not change/create password for Apollo webGUI with last software. I get a message "Setup is not finished"  Undecided.

By the way, full node running well (blockachain synced, 15 connections  Smiley).

Can you screenshot that and let me know the steps to reproduce...not seeing it on our end.
447  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 22, 2020, 05:06:21 PM
edit - removed my prior question posted in this comment due to my own dumbass figuring it out lol

but I have a new question - if I already run a litecoin node via the litecoin core

can this essentially replace that? or would it be in addition to? I guess what i mean is that i currently use my existing node as both node and wallet - I wont need to run both after I upgrade the apollo to do this, right?

This initial release only has full node functionality. We haven't enabled the wallet yet as it requires some additional security hardening. Nothing wrong with running more nodes though....each node usually connects to random other nodes, so the more nodes you run the more you strengthen the network.
448  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 22, 2020, 05:03:10 PM
If we have to shut down / reboot our miner do we need to stop the node first then shutdown or just shutdown will do?

You can just shutdown...it also closes the node properly before it shuts off.

Should note this in the instructions, its really important that you shutdown the miner through the shutdown menu when running a full node now. You could get away with shutting it down through power with just the miner, but this will most likely corrupt the node if you dont shut it down properly.

Shutdown can take a minute or two so be patient...youll see the miner stop mining and it will only flash green....only pull power when the front LED goes blank or Red.
449  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 22, 2020, 05:00:49 PM
is it possible to buy only the MCU upgrade without sdcard and usb key?

Added a variant on the store that is just MCU upgrade Smiley
450  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 22, 2020, 05:00:25 PM
Does running a full node affect the units hash rate?
Also, I have 2 Apollo's. If I decide to go the full node route, should I put a full node on both units?

No it does not, the only effect you might see if a less response Web UI while the node is loading for the first 15-30 minutes after you start it up and while its syncing.
451  Economy / Computer hardware / Re: [Batch 3] FutureBit Apollo LTC Official Order Thread on: April 22, 2020, 12:01:30 AM
Batch 2 is currently sold out, but we have finally release the long awaited Full Node update for Apollos

Check out the info here to upgrade: https://bitcointalk.org/index.php?topic=5081750.msg54272660#msg54272660

Batch 3 will go live soon, the will also ship with a Full Node out of the Box!
452  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] FutureBit Project Apollo: Bringing ASIC Mining Back to the Home Miner! on: April 21, 2020, 11:59:19 PM
Full node update is finally out for more info check https://bitcointalk.org/index.php?topic=5081750.msg54272660#msg54272660 !
453  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 21, 2020, 11:51:57 PM
Sorry for the wall of text  Grin

Condensed version here:

https://bitcointalk.org/index.php?topic=5081750.msg48523684#msg48523684
454  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 21, 2020, 11:40:00 PM
FutureBit Apollo Full Node Update is Here!

This took way longer than I ever imagined, but one of the most important updates for the Apollo and FutureBit in general is finally here! As you guys all know I have been slowly building up FutureBit to be the answer to the increasingly centralized shift of every vertical in the crypto ecosystem in the last few years. Everything from mining, to blockchain/node services, to wallets etc are moving to online centralized "services" in an effort to mimic the traditional banking sector and onboard new users without educating them on what makes crypto different goes against everything they are doing.

The Apollo Full Node update is the first major step in bringing all these online services back to the control of each user. At the core of each online crypto service is a Full Node running on a server with a glorified front end, whether that be a your coinbase wallet, or blockchain explorer etc. By using these services you are trusting the centralized entity for all your crypto and blockchain information you get from them, and giving up all the personal power you hold in the crypto ecosystem to them.

This update will lay the foundation needed to run almost every aspect of the blockchain on your personal desktop device. While this update "only" runs a full Litecoin node, that step alone is the most important and should have a pretty profound effect just on the Litecoin network. There are less than 2,000 nodes running Litecoin right now, if every Apollo user updates we will be the #1 node on the network, and definitely the most decentralized network, with more individual users running nodes than centralized entities.

Going forward we will slowly be able to add many of the services you rely on online centralized companies currently serve. For example small features like basic wallet functionality and solo mining on the Apollo, and in future hardware updates with our separate full node device you'll be able to run your own block explorer querying your own full node, and not trusting some online site that they are serving you the correct information.

Anyway enough of the why, here is all the good stuff you guys have patiently waited over a year for  Grin

Full Node Instructions

First a quick overview of the Apollo Full node update and why it took us so long to get here. As you know we wanted to launch the update as a pure software update, and spent nearly half a year trying to optimize the node code and system on purely a  software layer. Due to the constrained memory environment and SD card based OS we realized this would create more issues than was worth to solve, and we didn’t want to create a version of the node that would be so different from how LitecoinCore runs that it would cause issues with the community (since we are expecting a large chunk of active nodes to be Apollo nodes once our update goes live). We scrapped those plans late last year and came up with the current hardware based solution.

What we ended up with is a fair compromised that allows us to run a FULL node (some of our previous implementations were running pruned full nodes), with minimal changes in hardware. The full node implementation that will be shipping in Apollo Batch 3 units will be a smaller OS industrial SD card (8 GB of MLC flash that is better suited for write demands of our embedded system), and an external 64GB USB based flash drive that will be plugged into the USB port of the Apollo, and serve as the storage medium of the full node, as well as offload some of the system swap operations off of the SD card.

This allows us a far more stable system with minimal node code changes other than the runtime environment of the node, and system level optimizations. The cost impact is not a free software update unfortunately, but we have kept it to under 20 USD with a simple external USB flash drive. With flash prices so low we can source 64GB flash drives that will store the full node at sufficient write speeds for this to be successful.

We have two simple options for most Apollo customers to participate from novice users to experienced.

1) The simplest is to purchase our upgrade kit we have made available that serves both Batch 1 and Batch 2 customers and are providing at cost. It includes everything you need and is a matter of swapping out an SD card and plugging in a USB drive if you dont want to deal with doing all the prep work yourself. Unfortunately for Batch 1 users we were not forward thinking enough to realize the MCU would have needed way more RAM than is provided for Batch 1 units, so it will require an MCU swap to run the full node. The link for these kits are here:

https://shop.futurebit.io/products/apollo-full-node-upgrade-kit

2) The other option for Batch 2 customers is to simply update your existing micro SD card use a USB drive you have lying around. The update image/instructions has been posted in the first post. For a USB drive you can use anything from a good USB 2 magnetic based drive, a good quality USB thumb drive, or even an external SSD. Basic requirements are > 64GB of space, and 4k random write speed that exceeds 2 MB/s. You can test your drive by downloading the following software

Windows: https://crystalmark.info/en/software/crystaldiskmark/
Mac: http://www.katsurashareware.com/pgs/adm.html

The recommended USB flash drives we have tested are below and all can be found for less than 20 USD:

https://www.samsung.com/us/computing/memory-storage/usb-flash-drives/usb-3-1-flash-drive-fit-plus-64gb-muf-64ab-am/
https://www.samsung.com/us/computing/memory-storage/usb-flash-drives/usb-3-1-flash-drive-bar-plus-64gb-titan-gray-muf-64be4-am/
https://www.lexar.com/portfolio_page/jumpdrive-m45-usb-3-1-flash-drive/

Keep in mind that real external USB SSD/Disk drives will be more reliable and be prone to less corruption/reboots while running a full node, but that above is a good balance vs cost to getting running quickly if you dont have a spare external drive. Cheap USB flash drives will probably not work at all and choke up the system, but we have had limited success with some if you want to try them out.

The drive either needs to be formatted in windows FAT, or Linux EXT4 format. The drive will need to be pre-loaded with a recent copy of a Litecoin Full Node chainstate and blocks folder placed in a folder named “Litecoin” in the root directory of the USB drive.

If you are already running LitecoinCore wallet version 16+ you can simply just copy your whole data directory into the Litecoin folder on the USB drive. This needs to be done since it will be very inefficient to download and validate the whole blockchain on an Apollo (it could take weeks from Block 0). While it is possible, if you dont want to wait for a full sync I am providing a weekly updated snapshot of Litecoin blockchain data thats inside the same MEGA download link for the update image. This is way faster as the time it takes to download ~20GB of data is orders of magnitude quicker than downloading and validating the whole chainstate on an Apollo due to its limited compute resources. Of course the downside is that you trust me to be providing a valid blockchain (which anyone can verify if they wanted too).

Once you have imaged your SD card with the Full Node update, and setup your USB drive just follow these steps to get started:

1)Boot the unit without the USB drive first. You obviously need to set up your Apollo again, and if you boot with the USB drive plugged in it will cause the UI to become unresponsive at times while the Full Node is loading, so you want to set it up first.

2)After you have setup the mining side of your Apollo, plug in your USB drive and reboot the system from the navigation menu. If you setup your drive correctly the Node will start up in the background after the Apollo reboots. Loading can take up to half an hour initially, but once it loads you will be presented with the new Node Dashboard with all the stats of you running node.

3) The node should automatically configure your router to open port 9333 via UPnP, and you should see more than 8 connections in your dashboard. If it stays on 8, this means you need to manually open the port to your Apollos IP address in your router port forwarding rules. If you dont do this your node won't be counted as a public node.

Always shutdown your Apollo through the Dashboard shutdown menu when running a Full Node, and wait for the front LED to turn off/Red before turning off power

Never Remove the USB drive while the Apollo is running, even if you have shutdown the node. The system offloads critical swap operation to the USB drive instead of using the onboard SD card, and you will crash your Apollo

Thats it! You are now running the worlds only Full Node that Mines at the same time! Hopefully in the coming days/weeks well see a huge spike in Litecoin Full nodes, and a large % being run by all you guys  Cool

Thanks to all the beta testers and every customer that has supported us....you guys rock and cant wait to release all the new stuff we are working on!

455  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 20, 2020, 10:06:51 PM

ahh you are talking about this line - yea didnt see that until you pointed it out. I thought there was like some update on the news page that I was missing.

Quote
Batch 3 units are already being manufactured and will ship as soon as they are available.
Did u see this also about the Node
https://shop.futurebit.io/products/apollo-full-node-upgrade-kit?variant=32275932151907

You guys are quick Wink lots of updates going to be posted in the next 48 hours.....its been a while but were finally got some fun stuff to release.

And yes Batch 2 is sold out, but we already started production on Batch 3 and will start shipping by end of the month. Batch 3 will come with full node functionality, and the power supply has been slightly revised with two 6 pin headers to handle the full 200 watt output power if anyone wants to push past turbo. No difference on the actual miner itself or case.
456  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Moonlander 2 Driver and Support Thread on: April 09, 2020, 09:35:32 PM
Thanks for your help  and your suggestions worked!!! but now when i do command ./start_moonlander2.sh  it takes me to the screen where it looks its mining but tells me it doesnt show any devices.  It is telling me its not reading my moonlanders.  How do i fix this?  i tried rebooting, turning the USB hub on and off, and also unplugging and plugging the moonlanders back in and still nothing.  It wont read any of the 4!!! i am soooooo close to get this running its frustrating

cd into /dev and run ls...do you see a bunch of /dev/USBx devices?
457  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: April 08, 2020, 02:58:50 PM
Yea SD cards dont like hard shutdowns. Always turn off the miner through the shutdown interface. This will be especially important with the Full Node update coming out soon.

Do you plan to have an API for this? I'd love to schedule a python or anything alike to do the "turn off" and combine it with an electricity timer for my power supply.

You can just remote ssh and shut it down via a script
458  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Moonlander 2 Driver and Support Thread on: April 08, 2020, 02:55:11 PM
Im stuck as well.  I pretty much get all the way to the end and keep getting this error.  Keep in mind i am running 2 newpacs right now as well if that matters.

./bfgminer: error while loading shared libraries: libncurses.so.5: cannnot open shared object file: No such file or directory



Please help ive been stuck for hours and cant figure it out

Make sure you have installed the proper library and retry

Code:
sudo apt install libncurses5

if that does not work try this


Code:
ln -s /usr/lib/libncurses++w.so.6.1 /usr/lib/libtinfo.so.5
ln -s /usr/lib/libncurses++w.so.6.1 /usr/lib/libncurses.so.5
ldconfig
459  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: March 30, 2020, 03:40:24 PM
My new Apollo just arrived today.  It literally took me 10 minutes to put it together and have it mining.  Insane!!!

Update:  Some time in the night, the miner just stopped working and now the apollo appears to be dead.


Update 1:  After a little bit of a panic session, I reflashed the SD card and all appears to be well.  Apparently the power went off sometime in the night here and fragged the filesystem enough to forget about the GPIO pins, so the hardware monitor wasn't starting.  Also added it to the UPS.

Yea SD cards dont like hard shutdowns. Always turn off the miner through the shutdown interface. This will be especially important with the Full Node update coming out soon.

            Jstefanop.......When do  U figure the Full Node update is coming out...

Hopefully by end of the week! This whole virus thing in NYC has been insane past month...had to move half my office remote  Undecided
460  Alternate cryptocurrencies / Mining (Altcoins) / Re: Official FutureBit Apollo LTC Image and Support thread on: March 23, 2020, 05:41:35 PM
My new Apollo just arrived today.  It literally took me 10 minutes to put it together and have it mining.  Insane!!!

Update:  Some time in the night, the miner just stopped working and now the apollo appears to be dead.


Update 1:  After a little bit of a panic session, I reflashed the SD card and all appears to be well.  Apparently the power went off sometime in the night here and fragged the filesystem enough to forget about the GPIO pins, so the hardware monitor wasn't starting.  Also added it to the UPS.

Yea SD cards dont like hard shutdowns. Always turn off the miner through the shutdown interface. This will be especially important with the Full Node update coming out soon.
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 72 73 ... 105 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!