Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodev3/near-wallet-hot
very hot...
https://github.com/brodev3/near-wallet-hot
Last synced: about 1 month ago
JSON representation
very hot...
- Host: GitHub
- URL: https://github.com/brodev3/near-wallet-hot
- Owner: brodev3
- License: mit
- Created: 2024-05-07T16:40:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T19:55:32.000Z (7 months ago)
- Last Synced: 2024-06-27T23:01:15.647Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NEAR-Wallet-HOT
## About
Automatically claim HOT rewards, the transaction is sent from the frontend !
Leave 0.1-0.3 near on the gas
Proxy **ONLY SOCKS5** supported
## Setup
1. Node JS
2. Clone the repository to your disk
3. In the folder, change the name of the ```config_ex.json``` on ```config.json```
4. Launch the console (for example, Windows PowerShell)
5. Specify the working directory where you have uploaded the repository in the console using the CD command
```
cd C:\Program Files\NEAR-Wallet-HOT
```
6. Install packages
```
npm install
```
7. **If you have used blumer** , you can add data to the config.json from the [blumer](https://github.com/brodev3/blumer) application:
To do this, you need to:
- Copy config.json from blumer/scr/config.json to NEAR-Wallet-HOT/config.json
- Get auth token
```
1. Log in to your account via the telegram web version https://web.telegram.org/
2. Open the developer console in the browser by pressing F12, then go to the Network section
3. Launch the Near wallet web application in Telegram in the browser
4. Log in to your wallet
5. Enter "status" in the search
6. Open the issued request, find the "Authorization" parameter in the request header, this is the auth token
```
- Get private key- Use ```add.js``` to add accounts:
```
node scr/tg/add
```
> If, when adding data to the config, you do not want to use an account for farming, then send an empty line, the program will skip this account9. Use ```import.js``` to import accounts:
```
node scr/tg/import
```
You need to create an application and get the api_id and api_hash for yours accounts.Proxy format: ```ip:port:login:pass``` OR send empty string for direct connection
Visit: https://my.telegram.org/
10. To start:
```
node index
```