Last modified by Xiaoling on 2024/10/21 15:44

From version 130.1
edited by Xiaoye
on 2022/06/09 15:09
Change comment: There is no comment for this version
To version 152.1
edited by Kilight Cao
on 2022/06/10 20:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoye
1 +XWiki.Kilight
Content
... ... @@ -560,14 +560,81 @@
560 560  
561 561  //However, the download and upgrade may fail due to the network.//
562 562  
563 -//So **We offer a manual check method:**//
563 +You can reboot your hotspot where the hotspot will try to upgrade when per booting.
564 564  
565 - **// Use the "draginoups" command to check//**
566 566  
566 +//and **We offer manual check methods:**//
567 +
568 + **// Use the "draginoups" command to check//**
569 +
570 +
571 +**//Note: How to access the hotspot CLI refer to ( Such as //**//[[Step 5.>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20All%20Gateway%20models/HP0D#H5.SSHAccessforLinuxconsole]]** )**//
572 +
567 567  [[image:image-20220601101358-1.png]]
568 568  
569 569  
570 570  
577 +== **7.16 Why is my miner running down?** ==
578 +
579 +//the default, the Miner is managed by docker.//
580 +
581 +//If you find the miner is offline where the miner is running down.//
582 +
583 +
584 +**What You can do?**
585 +
586 +**~1. Reboot the hotspot and check again.**
587 +
588 +//Usually, if the miner is just down, then a reboot is the quickest way//
589 +
590 +
591 +**2. Reinstall the Miner manually.**
592 +
593 +//If rebooting does not solve the problem you can reinstall MINER by one of the following methods//
594 +
595 + **1). There is an update button in the middle of the miner page, click this button and then the miner will be reinstalled.**
596 +
597 +
598 + **2). Run the "//minerup updat//e" command to reinstall the miner**
599 +
600 +
601 +
602 +[[image:image-20220610094825-2.png||height="457" width="835"]]
603 +
604 +[[image:image-20220610094755-1.png||height="706" width="834"]]
605 +
606 +
607 +== **7.17 What I can do** ==
608 +
609 +
610 +**I'm trapped somewhere, what can I do first?**
611 +
612 +
613 +//dragino provides a method of self-testing//
614 +
615 +//1.) Is Hotspot's Miner running?//
616 +
617 +//2). Is the miner version up to date?//
618 +
619 +//3). Is the height gap between local height and remote height kept within 100//
620 +
621 +
622 +**//Note: You can find the above three points on the Miner page, and //**
623 +
624 +**//If you are familiar with the Linux command line you can use the following command//**
625 +
626 +
627 +(% class="box infomessage" %)
628 +(((
629 +minerup update  #~-~-> reinstall miner but not clearing memory
630 +minerup flush  #~-~->  reinstall miner and clear memory
631 +minerup snap  #~-~->  load a snap_short to sync the block height
632 +minerup gap  #~-~->  check the height between local and remote.
633 +draginoup  #~-~->  check the miner version gap between local and remote.
634 +)))
635 +
636 +
637 +
571 571  = **8. How to reset the hotspot OS to the factory settings** =
572 572  
573 573  The hotspot is based on the Rpi-4B so the OS has been installed on the SD card.
... ... @@ -574,7 +574,9 @@
574 574  
575 575  So you have to re-flash the image into the SD card.
576 576  
644 +**Warning:  Do not reset unless necessary**
577 577  
646 +
578 578  //**Preparations:**//
579 579  
580 580  1. //Open the HP0D shell, and take out the SD card from the Raspberry PI 4B (Make sure the SD card is empty )//
... ... @@ -636,33 +636,53 @@
636 636  **Access the hotspot CLI, and run these Linux commands**
637 637  
638 638  
708 +(% class="box infomessage" %)
709 +(((
639 639  ~#~##update the software of dragino
640 640  
641 641  apt update
642 642  
643 643  apt install dragino*
715 +)))
644 644  
645 645  [[image:image-20220609150452-2.png||height="348" width="909"]]
646 646  
647 647  
648 648  
721 +(% class="box infomessage" %)
722 +(((
649 649  ~#~##configure the correct region for the miner and update it
650 650  
651 -uci set miner.general.region=<Region; Such as AS923-1/AU915/US915/EU868/IN865>
725 +uci set miner.general.region=<Region; Such as AS923_1/AU915/US915/EU868/IN865>
652 652  
653 653  uci commit miner
654 654  
655 655  minerup update
730 +)))
656 656  
657 -[[image:image-20220609150903-2.png]]
732 +[[image:image-20220609151513-5.png]]
658 658  
659 659  
735 +(% class="box infomessage" %)
736 +(((
660 660  ~#~##check the miner version
661 661  
662 662  draginoups
740 +)))
663 663  
664 -[[image:image-20220609150849-1.png]]
742 +[[image:image-20220609151419-3.png]]
665 665  
744 +
745 +(% class="box infomessage" %)
746 +(((
747 +~#~##unblock the function of wireless
748 +rfkill unblock wlan
749 +uci set wireless.general.mode=ap
750 +uci commit wireless
751 +)))
752 +
753 +[[image:image-20220609161204-1.png]]
754 +
666 666  = **9. OTA Version Info** =
667 667  
668 668  == **When does the OTA update happen?** ==
... ... @@ -678,11 +678,28 @@
678 678  1. //Add Miner version mark.//
679 679  1. //Add fast sync if miner GAP is large//
680 680  
770 +== **# 2022/05/18** ==
771 +
772 +
773 +1. //Update minerup to speed up synchronized blocks//
774 +
681 681  == **# 2022/05/24** ==
682 682  
683 - 1. //Update to the latest miner version: miner-arm64_2022.05.24.0_GA//
684 684  
778 +1. //Update to the latest miner version: miner-arm64_2022.05.24.0_GA//
685 685  
780 +== **# 2022/05/31** ==
781 +
782 +1. //Add WiFi STA icon display//
783 +
784 +1. //Optimize AP icon display//
785 +
786 +1. //Optimize home icon display//
787 +
788 +1. //Fix for Miner icon URL bug//
789 +
790 +1. //Add the secondary server configuration//
791 +
686 686  = **10. Supports** =
687 687  
688 688  (((
image-20220609151419-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +3.7 KB
Content
image-20220609151435-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +37.1 KB
Content
image-20220609151513-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +41.1 KB
Content
image-20220609161204-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +9.9 KB
Content
image-20220610094755-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +72.0 KB
Content
image-20220610094825-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoye
Size
... ... @@ -1,0 +1,1 @@
1 +128.0 KB
Content