Freelancer: mehedithedev
Kongsi:
Laporkan Entri

Here you can see an example

Save the script: Open a text editor and paste the script into a new file. Save the file with a .sh extension, for example, mining_script.sh. Make the script executable: Open a terminal and navigate to the directory where the script is saved. Then run the following command to make the script executable: (chmod +x mining_script.sh) Run the script: In the terminal, run the following command to start the script: (./mining_script.sh ) Set up a cron job (optional): If you want the script to run automatically at specified intervals, you can set up a cron job. To do this, run the following command in the terminal: (crontab -e ) This will open the crontab file in the text editor. Add a new line at the end of the file with the following format to run the script every day at a specified time:(minute hour day month day-of-week /path/to/mining_script.sh ) For example, to run the script every day at 12 PM, add the following line:(0 12 * * * /path/to/mining_script.sh ) Save and close the crontab

Penyertaan Peraduan #4 untuk                                                 Build a rotating stratum proxy for mining crypto coins at set periods of time

Papan Penjelasan Umum

  • mehedithedev
    mehedithedev
    • 1 tahun yang lalu

    Check my new entry : #7

    • 1 tahun yang lalu
  • boanoite52
    Penganjur Peraduan
    • 1 tahun yang lalu

    Any update?

    • 1 tahun yang lalu
    1. mehedithedev
      mehedithedev
      • 1 tahun yang lalu

      I apologize for the late reply as I was quite busy with my study permit application in Canada.

      "Thank you for your feedback. I have updated the script to include a stratum proxy that allows you to connect your ASIC miner to a single link and the script will handle the pool rotation. The ASIC miner can be configured to connect to the IP address and port of the server running the script, and the stratum proxy will forward connections to the specified pools. Let me know if you have any questions or if there's anything else I can help with."

      I'm sharing the updated version of the code in another entry as there is no option to share that code here.
      My new entry no is: #7

      • 1 tahun yang lalu
  • boanoite52
    Penganjur Peraduan
    • 1 tahun yang lalu

    Hello, thank you for your entry. Looks good, but I don't see how this would pick up the ASIC miner connection, for example I want to rent a miner at miningrigrentals.com and point it at a link of this script and this script will do the pool rotation , kinda like a proxy.

    • 1 tahun yang lalu
  • mehedithedev
    mehedithedev
    • 1 tahun yang lalu

    Let me know if you need more detailed information or to set it up on your machine.

    • 1 tahun yang lalu

Tunjukkan lebih banyak komen Sedang diproses...