Skip to content

Munchen777/some_eth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SomeETH

Functions

  • Wallet Addresses | Private Keys
  • Proxy supports (http / https / socks4/ socks5)
  • Multithreading

🤖 Modules

  • Checker

📋 System Requirements

  • Golang compiler

🛠️ 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

Wallet Addresses | 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: 0
  max: 0

delay_between_accs:
  min: 0
  max: 0
  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

$SOMEETH Meme Airdrop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages