Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###############################################################################
- # #
- # QUBIC - Tutoriel en ligne de commande Bash #
- # Auteur : Makertronic #
- # Web : https://www.makertronic-yt.com/ #
- # Date : 18/09/2024 #
- # Description : Installation et configuration d'un node LiLYPAD #
- # #
- ###############################################################################
- # #
- # Licence Apache 2.0 #
- # Copyright 2024 Makertronic. tous droits réservés #
- # #
- ###############################################################################
- ###############################################################################
- # #
- # Liens #
- # #
- ###############################################################################
- - pool : https://app.qubic.li/main/mining/pool
- - wallet : https://wallet.qubic.li/
- - aleo incentive pour mes membres : https://aleo.org/post/incentives-program-distribution/
- ###############################################################################
- # #
- # FlightSheet #
- # #
- ###############################################################################
- Installation URL
- https://github.com/qubic-li/hiveos/releases/download/latest/qubminer-latest.tar.gz
- Wallet and worker template:
- %WORKER_NAME%
- Pool URL:
- https://mine.qubic.li/
- Extra config arguments:
- nvtool --setcoreoffset 250 --setclocks 1700 --setmem 5001
- "accessToken":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJJZCI6ImRjNWQ5NzYwLTg2YmYtNDQxMy05NmVmLTA1ZDE1OTJhNWFiNiIsIk1pbmluZyI6IiIsIm5iZiI6MTcyNjYzODAxMCwiZXhwIjoxNzU4MTc0MDEwLCJpYXQiOjE3MjY2MzgwMTAsImlzcyI6Imh0dHBzOi8vcXViaWMubGkvIiwiYXVkIjoiaHR0cHM6Ly9xdWJpYy5saS8ifQ.eC9RnzBCu_ArfwDfJDgEm9kZXHJvARKFiEsjIl5xRPWBlXetVzDn0iNtcvq-nNy1iP3InJcA8eQYvH2HdbrcHWDDBvAQigpqYhBTYz81DWspAElwMcqbrrsRdBitgYMDmOOmbIo9-Mwdx0tEifmCCZ56hfzQSmDYxvmushvktf_g-nyopxpV1r5PCqueVF-RJGB338PbehqJglM7wW1dnolHcgHBW5aARvwxkaWPaPI8q23JG6vTfOpNpFd7U7Z5rx-tNpHwJ1g8n5QVWv-3Wt1iQIjKo6rL_deWT2DNB_JKBqZEgQqa1HPJxsp7ZPSbvOyQYt2i45J57Thtvmxz6A" AutoUpdate
- ###############################################################################
- # #
- # Sur la pool Jetski #
- # https://github.com/jtskxx/Jetski-Qubic-Pool #
- # #
- ###############################################################################
- 「 ✦ 🌊JETSKI POOL QUBIC🌊 ✦ 」
- How to connect?
- https://connect.jetskipool.ai/
- 🌴Pool Website🌴
- https://qubic.jetskipool.ai/
- Pool Discord
- discord.jetskipool.ai
- Pool Telegram
- https://t.me/JetskiQubic_bot
- ###############################################################################
- # #
- # DUAL MINE #
- # #
- ###############################################################################
- DUAL MINE QUBIC/ALEO:
- Suivez le processus d’une des options pour l’installation du mineur selon la pool choisie en suivant une des étapes précédente.
- Configuration de la FS Qubic/Aleo en ajoutant l’argument suivant :
- F2Pool:
- "idleSettings": {"gpuOnly": true,"command": "/hive/miners/custom/aleominer/aleominer","arguments": "-u stratum+tcp://aleo-asia.f2pool.com:4400 -w makertronic.%WORKER_NAME%"}
- par exemple :
- {
- "Settings": {
- "baseUrl": "https://mine.qubic.li/",
- "alias": "TONNOMWORKER",
- "trainer": {
- "cpu": false,
- "gpu": true,
- "gpuVersion": "CUDA12",
- "cpuVersion": "",
- "cpuThreads": 10
- },
- "useLiveConnection": false,
- "accessToken": "TONTOKEN",
- "idleSettings": {
- "command": "/hive/miners/custom/aleominer/aleominer",
- "arguments": "-u stratum+tcp://aleo-asia.f2pool.com:4400 -w pseudoF2Pool.%WORKER_NAME%"
- }
- }
- }
- ###############################################################################
- # #
- # GLIBC #
- # #
- ###############################################################################
- echo "deb http://cz.archive.ubuntu.com/ubuntu jammy main" >> /etc/apt/sources.list
- apt update
- apt install libc6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement