├── ARM ├── Linux │ ├── pasa │ └── reflect.sh └── windows │ ├── pasa.exe │ └── reflect.sh ├── Linux ├── pasa └── reflect.sh ├── Mac ├── pasa └── reflect.sh ├── PrivacyPolicy.pdf ├── Readme ├── UserGuide.pdf ├── Windows ├── pasa.exe └── reflect.sh ├── img ├── android-chrome-144x144.png ├── apple-touch-icon.png ├── favicon-32x32.png └── settings.sol └── toturial ├── ALEO-SupperCat锄头PASA集群教程SC2023.1.pdf ├── Pasa SupperCat Hoe in Mining Aleo tutorial.pdf ├── Pasa_Hpool_Aleo_Tutorial教程v2023.1.pdf └── readme /ARM/Linux/pasa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/ARM/Linux/pasa -------------------------------------------------------------------------------- /ARM/Linux/reflect.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #PASA Global VER.5032.1109 3 | #============================================== 4 | echo "PasaOS Web3.0 Operation DockerNode:[$1]" 5 | echo "################################################################################" 6 | #echo "+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+" 7 | echo " " 8 | #echo "NodeNetwork ID:" 9 | 10 | urlhead="http://" 11 | cyberip=`sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $1` 12 | port=":8668" 13 | api1="/pasa/doshell=" 14 | #cmd=$2 15 | api2="&id=" 16 | #id=$3 17 | api3="&ctlk=" 18 | #ctlk=$4 19 | api4="&service=" 20 | #service=$5 21 | api5="&devicenum=" 22 | #devicenum=$6 23 | echo "#IP:$cyberip" 24 | address=${urlhead}${cyberip}${port}${api1}$2${api2}$3${api3}$4${api4}$5${api5}$6 25 | #echo "#CyberAPI:$address" 26 | echo " " 27 | echo " " 28 | echo "DockerPasa Excute Result: [Docker :$1 ]" 29 | if [[ ${cyberip}=="" ]]; then 30 | echo " " 31 | echo "NO DOCKER OR NO PASA RUNING IN DOCKER! GET DOCKER IP FAIL! INSTALL DOCKER FIRST! " 32 | fi 33 | curl ${address} 34 | echo " " 35 | echo "DockerNode:[$1] IP:[${cyberip}] Done!" 36 | echo "" 37 | 38 | #echo "_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_" 39 | #echo "=====================================================================================" 40 | -------------------------------------------------------------------------------- /ARM/windows/pasa.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/ARM/windows/pasa.exe -------------------------------------------------------------------------------- /ARM/windows/reflect.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #PASA Global VER.5032.1109 3 | #============================================== 4 | echo "PasaOS Web3.0 Operation DockerNode:[$1]" 5 | echo "################################################################################" 6 | #echo "+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+" 7 | echo " " 8 | #echo "NodeNetwork ID:" 9 | 10 | urlhead="http://" 11 | cyberip=`sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $1` 12 | port=":8668" 13 | api1="/pasa/doshell=" 14 | #cmd=$2 15 | api2="&id=" 16 | #id=$3 17 | api3="&ctlk=" 18 | #ctlk=$4 19 | api4="&service=" 20 | #service=$5 21 | api5="&devicenum=" 22 | #devicenum=$6 23 | echo "#IP:$cyberip" 24 | address=${urlhead}${cyberip}${port}${api1}$2${api2}$3${api3}$4${api4}$5${api5}$6 25 | #echo "#CyberAPI:$address" 26 | echo " " 27 | echo " " 28 | echo "DockerPasa Excute Result: [Docker :$1 ]" 29 | if [[ ${cyberip}=="" ]]; then 30 | echo " " 31 | echo "NO DOCKER OR NO PASA RUNING IN DOCKER! GET DOCKER IP FAIL! INSTALL DOCKER FIRST! " 32 | fi 33 | curl ${address} 34 | echo " " 35 | echo "DockerNode:[$1] IP:[${cyberip}] Done!" 36 | echo "" 37 | 38 | #echo "_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_" 39 | #echo "=====================================================================================" 40 | -------------------------------------------------------------------------------- /Linux/pasa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/Linux/pasa -------------------------------------------------------------------------------- /Linux/reflect.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #PASA Global VER.5032.1109 3 | #============================================== 4 | echo "PasaOS Web3.0 Operation DockerNode:[$1]" 5 | echo "################################################################################" 6 | #echo "+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+" 7 | echo " " 8 | #echo "NodeNetwork ID:" 9 | 10 | urlhead="http://" 11 | cyberip=`sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $1` 12 | port=":8668" 13 | api1="/pasa/doshell=" 14 | #cmd=$2 15 | api2="&id=" 16 | #id=$3 17 | api3="&ctlk=" 18 | #ctlk=$4 19 | api4="&service=" 20 | #service=$5 21 | api5="&devicenum=" 22 | #devicenum=$6 23 | echo "#IP:$cyberip" 24 | address=${urlhead}${cyberip}${port}${api1}$2${api2}$3${api3}$4${api4}$5${api5}$6 25 | #echo "#CyberAPI:$address" 26 | echo " " 27 | echo " " 28 | echo "DockerPasa Excute Result: [Docker :$1 ]" 29 | if [[ ${cyberip}=="" ]]; then 30 | echo " " 31 | echo "NO DOCKER OR NO PASA RUNING IN DOCKER! GET DOCKER IP FAIL! INSTALL DOCKER FIRST! " 32 | fi 33 | curl ${address} 34 | echo " " 35 | echo "DockerNode:[$1] IP:[${cyberip}] Done!" 36 | echo "" 37 | 38 | #echo "_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_" 39 | #echo "=====================================================================================" 40 | -------------------------------------------------------------------------------- /Mac/pasa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/Mac/pasa -------------------------------------------------------------------------------- /Mac/reflect.sh: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /PrivacyPolicy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/PrivacyPolicy.pdf -------------------------------------------------------------------------------- /Readme: -------------------------------------------------------------------------------- 1 | 2 | 3 | About PasaOS | 关于PASA 4 | 5 | PasaOS is a secure, credible, and distributed Web3.0 application, open-sourcedonGitHub, aiming to provide global applications for the development of the Web3ecosystem, including encryption field information, mining tools, cluster controlmanagement, encryption investment analysis, etc. 6 | PasaOS 是一个安全、可信、分布式的 Web3.0 应用,开源于 GitHub,旨在为Web3 生态的发展提供全球应用,包括加密领域信息、挖矿工具、集群控制管理、加密投资分析等,单日PASA用户新增600+, 7 | 到目前为止,PASA是全球唯一一个开源免费的集群管理系统,全球用户100,000+,也是唯一一个同时可以管理1000+设备的部署及自定义封装的集群管理系统。 8 | 9 | Q&A | 技术交流群 10 | Telegram : 11 | https://t.me/aleopasa 12 | 13 | windows | Windows下载: 14 | https://pasagit.oss-cn-hangzhou.aliyuncs.com/windows/pasa.exe 15 | 16 | linux | Linux下载: 17 | https://pasagit.oss-cn-hangzhou.aliyuncs.com/linux/pasa 18 | 19 | linuxInstall | Linux安装脚本: 20 | ___________________________________________________________ 21 | 22 | cd ~; 23 | wget   https://pasagit.oss-cn-hangzhou.aliyuncs.com/linux/pasa 24 | sudo chmod  777  ./pasa; 25 | nohup ~/pasa& 26 | ___________________________________________________________ 27 | 28 | wiki | 维基: 29 | https://github.com/PasaWorld/pasa/wiki/PasaOS-User-Guide-Web3.0-Global-Service 30 | 31 | PasaOS User Guide | 用户指南: 32 | https://github.com/PasaWorld/pasa/blob/main/UserGuide.pdf 33 | 34 | PasaOS Privacy Policy | 隐私条款: 35 | https://github.com/PasaWorld/pasa/blob/main/PrivacyPolicy.pdf 36 | 37 | 38 | Public Pro Version Lisence(No Limit) | 公共Pro版本Lisence,无设备数量限制(私有版本LISENCE,可以自主创建): 39 | ID: 40 | pro@pasaos.com 41 | 42 | Lisence: 43 | aW5mbz0oc2VydmljZTpBbGVvK1N1cHBlckNhdF9Tb2x1dGlvbjtpZDpwcm9AcGFzYW9zLmNvbTthZGRyZXNzOjB4OTM4NmQ0NDZFNzUyOTYxN0JjMEM4QjBGNTQ3N2QwOTc5MjdiODg4ODt0eXBlOnByO2RlYWRsaW5lOjIwMjMtMy0zMTtsaXNlbmNldG9rZW46ZTgxYjc5YmEyNGRiMTdiYTdlYWVlYWYwMzYxMmEyMWJkMzE3Njc2Mzsp 44 | 45 | 46 | PASA OS IMPORTANT LEGAL NOTICES 47 | 48 | The information disclosed to you hereunder (the “Materials”) is provided solely for the selection and use of Pasa OS products. To the 49 | maximum extent permitted by applicable law: (1) Materials are made available "AS IS" and with all faults, Pasa OS hereby DISCLAIMS 50 | ALL WARRANTIES AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING BUT NOT LIMITED TO WARRANTIES OF 51 | MERCHANTABILITY, NON-INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and (2) Pasa OS shall not be liable (whether 52 | in contract or tort, including negligence, or under any other theory of liability) for any loss or damage of any kind or nature related 53 | to, arising under, or in connection with, the Materials (including your use of the Materials), including for any direct, indirect, special, 54 | incidental, or consequential loss or damage (including loss of data, profits, goodwill, or any type of loss or damage suffered as a 55 | result of any action brought by a third party) even if such damage or loss was reasonably foreseeable or Pasa OS had been advised 56 | of the possibility of the same. Pasa OS assumes no obligation to correct any errors contained in the Materials or to notify you of 57 | updates to the Materials or to product specifications. You may not reproduce, modify, distribute, or publicly display the Materials 58 | without prior written consent. Certain products are subject to the terms and conditions of Pasa OS’s limited warranty, please refer to 59 | Pasa OS’s Terms of Sale which can be viewed at pasa legal files; IP cores may be subject to warranty and 60 | support terms contained in a license issued to you by Pasa OS. Pasa OS products are not designed or intended to be fail-safe or for use 61 | in any application requiring fail-safe performance; you assume sole risk and liability for use of Pasa OS products in such critical 62 | applications, please refer to Pasa OS’s Terms of Sale which can be viewed at privacy. 63 | 64 | PASA OS重要法律通知 65 | 以下向您披露的信息(“材料”)仅供选择和使用Pasa OS产品之用。至适用法律允许的最大范围:(1)材料按“原样”提供,且存在所有缺陷,Pasa OS特此否认所有明示、暗示或法定的保证和条件,包括但不限于适销性、非侵权性或适合任何特定用途;(2)Pasa OS不承担任何责任(无论在合同或侵权行为中,包括疏忽或任何其他责任理论)与材料(包括您对材料的使用)相关,包括任何直接、间接、特殊、, 66 | 附带或后果性损失或损害(包括数据、利润、商誉的损失或第三方提起的任何诉讼的结果),即使此类损害或损失是合理可预见的,或Pasa OS已收到通知同样的可能性。Pasa OS没有义务纠正材料中包含的任何错误或通知您材料或产品规范的更新。您不得复制、修改、分发或公开展示材料未经事先书面同意。某些产品受Pasa OS有限保修条款的约束,请参阅Pasa OS的销售条款,可在Pasa法律文件中查看;IP核心可能受到保修和Pasa OS向您颁发的许可证中包含的支持条款。Pasa OS产品的设计或设计目的不是故障安全或使用在任何需要故障安全性能的应用中;在此类关键情况下使用Pasa OS产品的风险和责任由您自行承担应用程序,请参阅Pasa OS的销售条款,该条款可在隐私中查看。 67 | 68 | 69 | 2. How to apply for a license 70 | 2.1 Enter "http://127.0.0.1:8888/pasa" in the address bar of the browser to enter thePasaOS console (Firefox/Chrome). 71 | 72 | 2.1.1. [Free service version] In the project Solution application in the Pasa Servicecolumn, select the project you need, click to select a "project Solution", click "CreateLisence" in the lower left column, and follow the prompts to enter the email addressused for payment The address and BSC (BEP20) wallet address will automaticallyjump to the creation page. 73 | 74 | 2.1.2. Version selection: Select the free version you need on the creation page, andfollow the prompt on the page to "confirm" to create your exclusive free versionofLisence. Click "←" in the upper left corner of the address bar to return to the PasaOSconsole and start your service experience. 75 | 76 | 2.2. [Paid solution version] In the project Solution application in the Pasa Servicecolumn, select the project you need, click to select a "project Solution", click "CreateLisence" in the lower left column, and follow the prompts to enter the email addressfor payment and BSC (BEP20) wallet address will automatically jump to the creationpage. 2.2.1. Version selection: On the creation page, select the basic version (≤5 units) or 77 | professional version (unlimited) according to the number of cluster control devices youneed. 2.2.2. Time selection: Select the service time you need, click "OK" according totheprompt, and the system will automatically calculate the "amount" to be paid accordingto the service time. 2.2.3. Note: Please use the BEP20 address you entered for the first time to pay! Thisprocess is completed on the BSC chain, you may need to wait for a while, please donot exit the page during the process! 78 | 79 | 2.2.4. After completing the on-chain payment, you will get an exclusive Solution Lisence, please keep it safe. Click "←" in the upper left corner of the address bar to return tothePasaOS console and start your solution experience. 80 | 81 | PasaOS 用户指南一、关于 PasaOS 82 | 83 | PasaOS 是一个安全、可信、分布式的 Web3.0 应用,开源于GitHub,旨在为Web3 生态的发展提供全球应用,包括加密领域信息、挖矿工具、集群控制管理、加密投资分析等 . 2.如何申请牌照 84 | 2.1 在 浏 览 器 地 址 栏 输 入 “ http://127.0.0.1:8888/pasa ”,进入PasaOS 控制台(Firefox/Chrome)。 85 | 2.1.1. 【免费服务版】在 Pasa Service 一栏的 project Solution application 中,选择你需要的项目,点击选择一个“project Solution”,点击左下栏的“Create Lisence”,根据提示输入邮箱 用于支付的地址和 BSC(BEP20)钱包地址会自动跳转到创建页面。 86 | 2.1.2. 版本选择:在创建页面选择您需要的免费版本,根据页面提示“确认”即可创建您的专属免费版 Lisence。 点击地址栏左上角的“←”返回PasaOS 控制台,开始您的服务体验。 87 | 2.2. 【付费解决方案版】在 Pasa Service 栏目中的项目解决方案申请中,选择您需要的项目,点击选择一个“项目解决方案”,点击左下方栏目中的“Create Lisence”,根据提示输入邮箱 支付地址和 BSC(BEP20)钱包地址会自动跳转到创建页面。2.2.1. 版本选择:在创建页面,根据您需要的集群控制设备数量,选择基础版(≤5台)或专业版(不限)。 88 | 2.2.2. 时间选择:选择您需要的服务时间,根据提示点击“确定”,系统会根据服务时间自动计算需要支付的“金额”。 89 | 2.2.3. 注意:请使用您第一次输入的 BEP20 地址进行支付!此过程在BSC链上完成,您可能需要稍等片刻,过程中请不要退出页面! 90 | 2.2.4. 完成链上支付后,您将获得一份专属的 Solution Lisence,请妥善保管。点击地址栏左上角的“←”返回 PasaOS 控制台,开始您的解决方案体验。 91 | 92 | Guide de l'utilisateur PasaOS 93 | 1. À propos de PasaOS 94 | PasaOS est une application Web3.0 sécurisée, crédible et distribuée, open-source sur GitHub, visant à fournir des applications globales pour ledéveloppement de 95 | 96 | l'écosystème Web3, y compris les informations de champdechiffrement, les outils d'exploration de données, la gestion du contrôle des clusters, l'analyse des investissements dans le chiffrement, etc. . 97 | 2. Comment demander une licence 98 | 99 | 2.1 Entrez "http://127.0.0.1:8888/pasa" dans la barre d'adresse du navigateur pour 100 | accéder à la console PasaOS (Firefox/Chrome). 101 | 102 | 2.1.1. [Version de service gratuite] Dans l'application de solution de projet dans lacolonne Pasa Service, sélectionnez le projet dont vous avez besoin, cliquez pour 103 | sélectionner une "solution de projet", cliquez sur "Créer une licence" dans la colonneen bas à gauche et suivez les invites pour saisir l'e-mail adresse utilisée pour lepaiement L'adresse et l'adresse du portefeuille BSC (BEP20) passeront 104 | automatiquement à la page de création. 105 | 106 | 2.1.2. Sélection de la version : sélectionnez la version gratuite dont vous avez besoinsur 107 | la page de création et suivez l'invite sur la page pour "confirmer" afin de créer votreversion gratuite exclusive de Lisence. Cliquez sur "←" dans le coin supérieur gauchede la barre d'adresse pour revenir à la console PasaOS et commencer votre expériencede service. 108 | 109 | 2.2. [Version de la solution payante] Dans l'application de solution de projet dans lacolonne Pasa Service, sélectionnez le projet dont vous avez besoin, cliquez pour 110 | sélectionner une "solution de projet", cliquez sur "Créer une licence" dans la colonneen bas à gauche et suivez les invites pour saisir l'e-mail l'adresse de paiement et 111 | l'adresse du portefeuille BSC (BEP20) passeront automatiquement à la page decréation. 112 | 113 | 2.2.1. Sélection de la version : Sur la page de création, sélectionnez la version de base (≤5 unités) ou la version professionnelle (illimitée) en fonction du nombre d'appareils decontrôle de cluster dont vous avez besoin. 114 | 115 | 2.2.2. Sélection de l'heure : sélectionnez l'heure de service dont vous avez besoin, cliquezsur "OK" selon l'invite, et le système calculera automatiquement le "montant" à payer 116 | en fonction de l'heure de service. 117 | 118 | 2.2.3. Remarque : Veuillez utiliser l'adresse BEP20 que vous avez saisie pour la premièrefois pour payer ! Ce processus est terminé sur la chaîne BSC, vous devrez peut-êtreattendre un moment, veuillez ne pas quitter la page pendant le processus ! 119 | 120 | 2.2.4. Après avoir effectué le paiement en chaîne, vous obtiendrez une licence de solutionexclusive, veuillez la conserver précieusement. Cliquez sur "←" dans le coin supérieur 121 | gauche de la barre d'adresse pour revenir à la console PasaOS et commencer votreexpérience de solution. 122 | 123 | PasaOS 사용자 가이드 124 | 1. PasaOS 소개PasaOS 는 암호화 필드 정보, 마이닝도구, 클러스터제어관리, 암호화 투자 분석 등을 포함하여 Web3 생태계개발을위한글로벌애플리케이션을 제공하는 것을 목표로 GitHub 에서오픈소스로제공되는안전하고 신뢰할 수 있으며 분산된 Web3.0 애플리케이션입니다. . 125 | 126 | 2. 면허 신청 방법 127 | 128 | 2.1 브라우저의 주소창에 "http://127.0.0.1:8888/pasa"를입력하여PasaOS콘솔(Firefox/Chrome)로 들어갑니다. 129 | 130 | 2.1.1. [무료 서비스 버전] Pasa 서비스 열의 프로젝트 솔루션응용프로그램에서 필요한 프로젝트를 선택하고 "프로젝트 솔루션"을클릭하여선택하고왼쪽 하단 열의 "라이선스 생성"을 클릭하고 프롬프트에따라이메일을입력하십시오. 결제에 사용된 주소 주소와 BSC(BEP20) 지갑주소는자동으로생성 페이지로 이동합니다. 131 | 132 | 2.1.2. 버전 선택: 생성 페이지에서 필요한 무료 버전을선택하고페이지의프롬프트에 따라 "확인"하여 독점 무료 버전의 Lisence 를생성합니다. 주소표시줄의 왼쪽 상단에 있는 "←"를 클릭하여 PasaOS 콘솔로돌아가서서비스경험을 시작하십시오. 133 | 134 | 2.2. [유료솔루션 버전] 파사서비스란의 프로젝트솔루션신청에서필요한프로젝트를 선택하고 "프로젝트솔루션"을 클릭하여 선택후좌측하단의"라이선스 생성"을 클릭 후 안내에 따라 이메일 입력 결제용주소와BSC(BEP20) 135 | 지갑 주소가 생성 페이지로 자동 이동됩니다. 136 | 137 | 2.2.1. 버전 선택: 생성 페이지에서 필요한 클러스터 제어장치수에따라기본 버전(≤5 장치) 또는 전문가 버전(무제한)을 선택합니다. 138 | 139 | 2.2.2. 시간 선택: 필요한 서비스 시간을 선택하고 프롬프트에따라"확인"을클릭하면 시스템이 서비스 시간에 따라 지불할 "금액"을자동으로계산합니다. 140 | 141 | 2.2.3. 참고: 처음 입력한 BEP20 주소를 사용하여 결제하세요! 이프로세스는BSC 체인에서 완료되며 잠시 기다려야 할 수 있습니다. 프로세스중에페이지를 종료하지 마십시오! 142 | 143 | 2.2.4. 온체인 결제를 완료하면 독점 솔루션 라이센스를받게되므로안전하게보관하십시오. 주소 표시줄의 왼쪽 상단 모서리에있는"←"를클릭하여PasaOS 콘솔로 돌아가서 솔루션 경험을 시작하십시오. 144 | 145 | PasaOS ユーザーガイド1.PasaOS について 146 | 147 | PasaOS は、暗号化フィールド情報、マイニングツール、クラスター制御管理、暗号化投資分析などを含む、Web3 エコシステムの開発のためのグローバル アプリケーションを提供することを目的として、GitHubでオープンソース化された、安全で信頼できる分散 Web3.0 アプリケーションです。 . 148 | 149 | 2. 免許の申請方法 150 | 2.1 ブラウザのアドレスバーに「http://127.0.0.1:8888/pasa」と入力して、PasaOSコンソール (Firefox/Chrome) に入ります。 151 | 152 | 2.1.1. 【無料サービス版】Pasa Service 欄のプロジェクトソリューション申請で、必要なプロジェクトを選択し、「プロジェクトソリューション」をクリックして選択し、左下欄の「ライセンスの作成」をクリックし、プロンプトに従ってメールを入力します。 決済に使用するアドレスアドレスとBSC(BEP20)ウォレットアドレスは自動で作成ページにジャンプします。 153 | 154 | 2.1.2. バージョンの選択: 作成ページで必要な無料バージョンを選択し、ページのプロンプトに従って「確認」して、専用の無料バージョンのLisence を作成します。 アドレス バーの左上隅にある [←] をクリックしてPasaOS コンソールに戻り、サービス エクスペリエンスを開始します。2.2. 【有償版】プロジェクトソリューション申請のパササービス欄で、必要なプロジェクトを選択し、「プロジェクトソリューション」をクリックして選択し、左下欄の「ライセンスの作成」をクリックし、プロンプトに従ってメールを入力してください。 決済用アドレスと BSC(BEP20)ウォレットアドレスは自動で作成ページにジャンプします。 155 | 156 | 2.2.1. バージョンの選択: 作成ページで、必要なクラスター制御デバイスの数に応じて、ベーシック バージョン (≤5 台) またはプロフェッショナルバージョン (無制限) を選択します。 157 | 158 | 2.2.2. 時間の選択: 必要なサービス時間を選択し、プロンプトに従って「OK」をクリックすると、サービス時間に応じて支払われる「金額」がシステムによって自動的に計算されます。 159 | 160 | 2.2.3. 注: 最初に入力した BEP20 アドレスを使用して支払いを行ってください! 161 | このプロセスは BSC チェーンで完了します。しばらく待つ必要がある場合があります。プロセス中にページを終了しないでください。2.2.4. オンチェーン決済が完了すると、専用のソリューションライセンスが発行されますので、大切に保管してください。 アドレス バーの左上隅にある[←] 162 | をクリックして PasaOS コンソールに戻り、ソリューションエクスペリエンスを開始します。 163 | 164 | 165 | PasaOS-Benutzerhandbuch 166 | 167 | 1. Über PasaOS 168 | PasaOS ist eine sichere, glaubwürdige und verteilteWeb3.0-Anwendung, Open-Source auf GitHub, die darauf abzielt, globaleAnwendungen für die Entwicklung des Web3-Ökosystems bereitzustellen, einschließlich Verschlüsselungsfeldinformationen, Mining-Tools, Cluster-Kontrollmanagement, Analyse von Verschlüsselungsinvestitionen usw. 169 | 170 | 2. So beantragen Sie eine Lizenz 171 | 2.1 Geben Sie „http://127.0.0.1:8888/pasa“ in die Adressleiste des Browsers ein, umdie PasaOS-Konsole (Firefox/Chrome) aufzurufen. 172 | 173 | 2.1.1. [Kostenlose Serviceversion] Wählen Sie in der Projektlösungsanwendung inder 174 | Pasa-Service-Spalte das gewünschte Projekt aus, klicken Sie, um eine „Projektlösung“ auszuwählen, klicken Sie in der unteren linken Spalte auf „Lizenz erstellen“undbefolgen Sie die Eingabeaufforderungen, um die E-Mail einzugeben für die Zahlungverwendete Adresse Die Adresse und die BSC (BEP20)-Wallet-Adresse springenautomatisch zur Erstellungsseite. 175 | 176 | 2.1.2. Versionsauswahl: Wählen Sie auf der Erstellungsseite die benötigte kostenloseVersion aus und folgen Sie der Aufforderung auf der Seite zur „Bestätigung“, umIhreexklusive kostenlose Version von Lisence zu erstellen. Klicken Sie auf „←“inder 177 | oberen linken Ecke der Adressleiste, um zur PasaOS-Konsole zurückzukehren undIhreService-Erfahrung zu starten. 2.2. [Kostenpflichtige Lösungsversion] Wählen Sie in der Projektlösungsanwendunginder Spalte Pasa Service das gewünschte Projekt aus, klicken Sie zur Auswahl einer „Projektlösung“, klicken Sie in der unteren linken Spalte auf „Lizenz erstellen“undbefolgen Sie die Eingabeaufforderungen, um die E-Mail einzugeben Zahlungsadresseund BSC (BEP20) Wallet-Adresse springen automatisch zur Erstellungsseite. 178 | 179 | 2.2.1. Versionsauswahl: Wählen Sie auf der Erstellungsseite die Basisversion ( ≤5Einheiten) oder die Professional-Version (unbegrenzt) entsprechend der Anzahl der 180 | benötigten Cluster-Steuergeräte aus. 181 | 182 | 2.2.2. Zeitauswahl: Wählen Sie die gewünschte Servicezeit aus, klicken Sie nachder 183 | Aufforderung auf "OK", und das System berechnet automatisch den zu zahlenden"Betrag" entsprechend der Servicezeit. 184 | 185 | 2.2.3. Hinweis: Bitte verwenden Sie zum Bezahlen die von Ihnen eingegebeneBEP20-Adresse! Dieser Vorgang ist auf der BSC-Kette abgeschlossen, Sie müssenmöglicherweise eine Weile warten, bitte verlassen Sie die Seite während des Vorgangsnicht! 186 | 187 | 2.2.4. Nach Abschluss der On-Chain-Zahlung erhalten Sie eine exklusive Lösungslizenz, bitte bewahren Sie diese gut auf. Klicken Sie auf „←“ in der oberen linken Ecke der 188 | Adressleiste, um zur PasaOS-Konsole zurückzukehren und Ihre Lösungserfahrungzustarten. 189 | 190 | 191 | 192 | PasaOS Guia do usuário 193 | 1. Sobre PasaOS PasaOS é um aplicativo Web3.0 seguro, confiável e distribuído, de código aberto no GitHub, com o objetivo de fornecer aplicativos globais paraodesenvolvimento do ecossistema Web3, incluindo informações de campodecriptografia, ferramentas de mineração, gerenciamento de controle de cluster, análisede investimento em criptografia, etc. . 194 | 195 | 2. Como solicitar uma licença 196 | 197 | 2.1 Digite "http://127.0.0.1:8888/pasa" na barra de endereço do navegador para entrar 198 | no console do PasaOS (Firefox/Chrome). 199 | 200 | 2.1.1. [Versão de serviço gratuito] No aplicativo Solution do projeto na coluna PasaService, selecione o projeto que você precisa, clique para selecionar um"project Solution", clique em "Create Lisence" na coluna inferior esquerda e siga as instruçõespara inserir o e-mail endereço usado para pagamento O endereço e o endereçodacarteira BSC (BEP20) irão automaticamente para a página de criação. 201 | 202 | 2.1.2. Seleção de versão: selecione a versão gratuita necessária na página de criaçãoesiga as instruções na página para "confirmar" para criar sua versão gratuita exclusivado Lisence. Clique em "← " no canto superior esquerdo da barra de endereçopararetornar ao console PasaOS e iniciar sua experiência de serviço. 203 | 2.2. [Versão da solução paga] No aplicativo Solução do projeto na coluna Pasa Service, selecione o projeto que você precisa, clique para selecionar uma "Solução do projeto", clique em "Criar licença" na coluna inferior esquerda e siga as instruções para inserir oe-mail endereço para pagamento e o endereço da carteira BSC (BEP20) irãoautomaticamente para a página de criação. 204 | 205 | 2.2.1. Seleção da versão: Na página de criação, selecione a versão básica (≤5 unidades) 206 | ou a versão profissional (ilimitada) de acordo com o número de dispositivos decontrole de cluster que você precisa. 2.2.2. Seleção de tempo: Selecione o tempo de serviço que você precisa, clique em"OK"de acordo com o prompt e o sistema calculará automaticamente o "valor" a ser pagodeacordo com o tempo de serviço. 207 | 208 | 2.2.3. Nota: Por favor, use o endereço BEP20 que você digitou pela primeira vez parapagar! Este processo é concluído na cadeia BSC, pode ser necessário aguardar umpouco, por favor, não saia da página durante o processo! 209 | 210 | 211 | 2.2.4. Depois de concluir o pagamento on-chain, você receberá uma licença de soluçãoexclusiva, mantenha-a em segurança. Clique em "←" no canto superior esquerdodabarra de endereço para retornar ao console do PasaOS e iniciar sua experiência comasolução. 212 | -------------------------------------------------------------------------------- /UserGuide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/UserGuide.pdf -------------------------------------------------------------------------------- /Windows/pasa.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/Windows/pasa.exe -------------------------------------------------------------------------------- /Windows/reflect.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #PASA Global VER.5032.1109 Windows Client@ver.5032.1109 3 | #============================================== 4 | echo "PasaOS Web3.0 Operation DockerNode:[$1]" 5 | echo "################################################################################" 6 | #echo "+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+" 7 | echo " " 8 | #echo "NodeNetwork ID:" 9 | 10 | urlhead="http://" 11 | cyberip=`sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $1` 12 | port=":8668" 13 | api1="/pasa/doshell=" 14 | #cmd=$2 15 | api2="&id=" 16 | #id=$3 17 | api3="&ctlk=" 18 | #ctlk=$4 19 | api4="&service=" 20 | #service=$5 21 | api5="&devicenum=" 22 | #devicenum=$6 23 | echo "#IP:$cyberip" 24 | address=${urlhead}${cyberip}${port}${api1}$2${api2}$3${api3}$4${api4}$5${api5}$6 25 | #echo "#CyberAPI:$address" 26 | echo " " 27 | echo " " 28 | echo "DockerPasa Excute Result: [Docker :$1 ]" 29 | if [[ ${cyberip}=="" ]]; then 30 | echo " " 31 | echo "NO DOCKER OR NO PASA RUNING IN DOCKER! GET DOCKER IP FAIL! INSTALL DOCKER FIRST! " 32 | fi 33 | curl ${address} 34 | echo " " 35 | echo "DockerNode:[$1] IP:[${cyberip}] Done!" 36 | echo "" 37 | 38 | #echo "_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_+_" 39 | #echo "=====================================================================================" 40 | -------------------------------------------------------------------------------- /img/android-chrome-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/img/android-chrome-144x144.png -------------------------------------------------------------------------------- /img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/img/apple-touch-icon.png -------------------------------------------------------------------------------- /img/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/img/favicon-32x32.png -------------------------------------------------------------------------------- /img/settings.sol: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /toturial/ALEO-SupperCat锄头PASA集群教程SC2023.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/toturial/ALEO-SupperCat锄头PASA集群教程SC2023.1.pdf -------------------------------------------------------------------------------- /toturial/Pasa SupperCat Hoe in Mining Aleo tutorial.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/toturial/Pasa SupperCat Hoe in Mining Aleo tutorial.pdf -------------------------------------------------------------------------------- /toturial/Pasa_Hpool_Aleo_Tutorial教程v2023.1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PasaWorld/pasa/33033b6d22c952e318ed31cbe0ed965918e81e34/toturial/Pasa_Hpool_Aleo_Tutorial教程v2023.1.pdf -------------------------------------------------------------------------------- /toturial/readme: -------------------------------------------------------------------------------- 1 | SupeprCat is the highest power HOE in Mining ALEO Pls check pdf. 2 | --------------------------------------------------------------------------------