update akton,

This commit is contained in:
louiscklaw
2025-02-01 01:59:26 +08:00
parent a767348238
commit 2a28dc17f0
18 changed files with 85 additions and 7 deletions

View File

@@ -2,14 +2,9 @@
set -ex set -ex
git config --global http.version HTTP/1.1
git config --global lfs.allowincompletepush true
git config --global lfs.locksverify true
git config --global http.postBuffer 5368709120
git add . git add .
git commit -m 'update,' git commit -m"update akton,"
git push git push

7
meta.md Normal file
View File

@@ -0,0 +1,7 @@
---
tags: python
---
### history:
![](./tg_history.png)

1
task1-draft/meta.md Normal file
View File

@@ -0,0 +1 @@
https://github.com/henrydunphys/nodepay-ai-bot

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

3
task2-draft/meta.md Normal file
View File

@@ -0,0 +1,3 @@
akton
https://www.carousell.com.hk/p/1281485279

View File

@@ -0,0 +1,37 @@
# NodePay
> A tool for earning points based on the nodeapy extended protocol.
## [Telegram Group ✈️](https://t.me/+iergzCgtkw9iZWFl)
> You can communicate via telegram.
## Instructional Video 🎬
https://youtu.be/Dgq8ExLBOBE
## Use 🚗
> copy nodepay bin file cookies.txt proxy.txt config.yml files to your server
### Cookie Fetch
> If you find cookie extraction troublesome you can try our paid service, please contact us on telegram.
#### 1、Login your nodepay account
#### 2、Preparing to extract cookies and uid
![img_2.png](img_2.png)
![img_3.png](img_3.png)
![img_4.png](img_4.png)
![img_5.png](img_5.png)
#### 3、Copy cookie and uid to cookies.txt
#### 4、Read config.yml to select configuration items
### 1、Linux
``` bash
chmod 755 nodepay
./nodepay
```
![img.png](img.png)
### 2、Windows
> dclick nodepay.exe file
![img_1.png](img_1.png)

View File

@@ -0,0 +1,9 @@
# Connection failed retry times
retry: -1
# oto means one-to-one. If you have two accounts with two Proxy Ip then you will have two tasks that need to be performed
# mtm means many-to-many. If you have two accounts with two Proxy Ip then you will have four tasks that need to be performed
# If you don't have Proxy Ip, you can select oto mode
mode: "mtm"
# Setting it to true will display the points every 5 minutes.
# Note: Points requests go through the local network, not the proxy network.
display_points: true

View File

@@ -0,0 +1,3 @@
your nodepay cookie1|uid1
your nodepay cookie2|uid2
................................

BIN
task2-draft/nodepay-1.0.73/img.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
task2-draft/nodepay-1.0.73/img_1.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
task2-draft/nodepay-1.0.73/img_2.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
task2-draft/nodepay-1.0.73/img_3.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
task2-draft/nodepay-1.0.73/img_4.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
task2-draft/nodepay-1.0.73/img_5.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
SOCKET5_IP:PORT|SOCKET5_USERNAME|SOCKET5_PASSWORD

View File

@@ -0,0 +1 @@
{"remarks":[""]}

BIN
tg_history.png (Stored with Git LFS) Normal file

Binary file not shown.