Advertisement
Makertronic

aleo

Sep 19th, 2024 (edited)
1,735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | Cryptocurrency | 0 0
  1. ###############################################################################
  2. # #
  3. # ALEO - Tutoriel en ligne de commande Bash #
  4. # Auteur : Makertronic #
  5. # Web : https://www.makertronic-yt.com/ #
  6. # Date : 18/09/2024 #
  7. # Description : Installation et configuration d'ALEO #
  8. # #
  9. ###############################################################################
  10. # #
  11. # Licence Apache 2.0 #
  12. # Copyright 2024 Makertronic. tous droits réservés #
  13. # #
  14. ###############################################################################
  15.  
  16.  
  17. ###############################################################################
  18. # #
  19. # Liens #
  20. # #
  21. ###############################################################################
  22.  
  23. - site officiel : https://aleo.org/
  24. - wallet : https://chromewebstore.google.com/detail/leo-wallet/nebnhfamliijlghikdgcigoebonmoibm
  25. - miner lien 1 : https://docs.google.com/document/d/1SW4bJYHCB-mcASRu5KN5UsVsgtbWkz9ww8MaPlhx5yE/edit
  26. - miner lien 2 : https://drive.google.com/drive/folders/18SwOMRomwh6xHvY3WAKNQ9up7FZP2fOU
  27. - pool : https://www.f2pool.com/
  28. - pool : https://zkpool.io/
  29.  
  30.  
  31.  
  32. ###############################################################################
  33. # #
  34. # FlightSheet #
  35. # #
  36. ###############################################################################
  37.  
  38. Installation URL
  39. https://public-download-ase1.s3.ap-southeast-1.amazonaws.com/aleo-miner/aleominer-3.0.4.tar.gz
  40.  
  41. Hash :
  42. aleo
  43.  
  44. Wallet and worker template (remplace makertronic par ton pseudo sur F2P):
  45. makertronic.%WORKER_NAME%
  46.  
  47. Pool URL:
  48. stratum+tcp://aleo-asia.f2pool.com:4400
  49.  
  50.  
  51. ###############################################################################
  52. # #
  53. # OC & logs #
  54. # #
  55. ###############################################################################
  56.  
  57. OC :
  58. nvtool --setcoreoffset 250 --setclocks 1400 --setmem 5001
  59.  
  60. Voir les logs:
  61. tail -f /hive/miners/custom/aleominer/aleominer1.log
  62.  
  63.  
  64.  
  65.  
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement