Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.86 KB

Readme.en.md

File metadata and controls

82 lines (59 loc) · 2.86 KB

Total Visitors

en 中文

Aron.DawnMiner

Written in .Net 8

If you find it useful, support me by using my referral code: ly90oppy

Register Now at dawn

Execution Screenshots

  1. Login image

  2. Mining Information image

1. Docker Installation

  1. Install Docker

    • Windows: Docker Desktop
    • Linux: If you're using Linux, you probably know how to do this already.
  2. Edit docker-compose.yml (In the docker-install folder of the source code)

    version: '1'
    services:
       dawn:
          image: aron666/dawn
          container_name: dawn
          environment:
            - DW_USER=user
            - DW_PASS=password
            - ADMIN_USER=admin
            - ADMIN_PASS=admin
            - PROXY_ENABLE=false # true
            - PROXY_HOST=http(s)://host:port
            - PROXY_USER=user
            - PROXY_PASS=pass
          volumes:
            - ./data:/app/data
          ports:
            - 5006:50006
    
    • Port 5006 will open a port on your computer. Open firewall port 5006 for LAN access.
  3. Execute

    //cmd, navigate to the directory first (docker-install)
    docker compose up -d
    or
    docker-compose up -d
    

    Once executed, you can access the backend status through the browser. For the first login, you need to input the verification code.

    • Local: http://localhost:5006
    • Other devices: Open cmd and type ipconfig/ifconfig to find your LAN IP, then access http://IP:5006
      • The process continues even if the webpage is closed.
      • For Windows auto-start, adjust settings in Docker Desktop.

    image

Support the Project

If you find this automated mining bot helpful and would like to support my ongoing development, feel free to:

Buy me a coffee!

Your support is like a freshly brewed cup of coffee that keeps me energized to keep coding!

Donation Addresses

  • BEP20 (USDT/BNB, etc.): 0xd14ee77edb0a052eb955db6fcd2a1cdcafeef53e
  • TRC20 (USDT, etc.): THrEH2tKHxCUiSiuFpGhU99Y4QdChW8dub

Thank you for your generosity! 🙌