Skip to content

Munchen777/megaeth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MegaETH

Functions

  • Proxy supports (http / https / socks4/ socks5)
  • Multithreading

🤖 Modules

  • Faucet
  • Mint Start Fun NFT
  • Mint Megamafia NFT
  • Mint Mega Cat NFT
  • Mint Blackhole NFT
  • Mint Xyroph NFT

📋 System Requirements

🛠️ Installation

  1. Install Golang (if it hasn't installed yet):

Golang

  1. Clone the repository
git clone [repository URL]
  1. Install dependencies:
go mod tidy

⚙️ Configuration

1. Structure of configuration files

config/private_keys.txt

Private keys of EVM wallets (mandatory)

config/proxies.txt

The software supports different proxy formats. Don't forget to specify scheme - http:// https:// socks4:// socks5://

settings.yaml Configuration

Edit the config/config.yaml file with the following settings:

shuffle_accs: true # optional

delay_before_start:
  min: 10
  max: 30

delay_between_accs:
  min: 30
  max: 60

capmonster_api_key: "" # mandatory
  1. Launch software:
go run main.go

🔒 Security Recommendations

  1. Protect Private Keys:

    • Never share your private keys or mnemonic phrases
    • Store sensitive data in secure, encrypted locations
    • Use environment variables or secure configuration management
  2. Proxy Usage:

    • Use reliable and secure proxy servers
    • Rotate proxies to avoid IP blocking
    • Validate proxy credentials and connectivity

🤝 Contributing

How to Contribute

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📜 License

Distributed under the MIT License. See LICENSE for more information.

📞 Support

For questions, issues, or support, please contact us through our Telegram channels.

About

Processing MegaETH | Faucet | Mint NFT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages