https://github.com/tnodes/cintosgaming
https://github.com/tnodes/cintosgaming
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tnodes/cintosgaming
- Owner: Tnodes
- Created: 2025-02-25T06:35:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T06:37:33.000Z (over 1 year ago)
- Last Synced: 2025-11-22T18:03:54.007Z (8 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cintos geming Referral Generator
## Features
- Generates random user data (full name, email, Ethereum address).
- Support http proxy
- Saves referral information to a single JSON file.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Tnodes/cintosgaming
cd cintosgaming
```
2. Install dependencies:
```bash
npm install
```
## Usage
1. Configure your referral codes and delay in `src/config/config.js`.
2. Run the referral generator:
```bash
npm start
```
3. To send multiple referrals, you can call the `sendMultipleReferrals` method with the desired count.
## Configuration
- **Referral Codes**: Update the `referralCodes` array in `src/config/config.js` to include your referral codes.
- **Proxy**: Create `proxy.txt` and paste your proxy, example:
`username:password@ip:port`