# Transfer from multiple wallets to other wallets

By [wizer labs](https://paragraph.com/@siriwiz) · 2023-12-01

---

**โมดูลสำหรับการโอนจากหลายกระเป๋าไปยังกระเป๋าอื่น ๆ**

**install python 3.1 ลงบน pc ก่อน**

[https://www.python.org/download/releases/3.1/](https://www.python.org/download/releases/3.1/)

**download file**

[https://fastupload.io/QcNUCKYR9XTjjNV/file](https://fastupload.io/QcNUCKYR9XTjjNV/file)

**เปิด cmd หรือ terminal ขึ้นมาพิม**พ์ `pip install -r requirements.txt`

![](https://storage.googleapis.com/papyrus_images/9568ae6e9c7ed1d603877f27af51977ad71054ed304a9fbade3db5c8a61d7f5d.png)

**ไปที่ folder data เเละเเก้ไขข้อมูล**

`recipients.txt` ใส่ เลข wallets ที่จะรับ erc20 หรือ native token

`wallets.txt` ใส่ private keys 1 wallet ต่อ 1 บรรทัด

![](https://storage.googleapis.com/papyrus_images/e7c13cf5b4d9c81a844955cc729054e46caf8aaae243aec6b773737add94f415.png)

**การ setting**

ตั้งค่า chain จะ โอน native token ก็ได้ erc20 ก็ได้ เเค่เพิ่ม contract ตามหัวข้อ chain

![อันนี้เป็นการตั้งค่า native token โอน eth บน zksync ไม่ใช้ chain ไหนก็ใส่ #](https://storage.googleapis.com/papyrus_images/f3e2da21e288433ea9d671f886d8828514dcdb7c28d6099f17bc42a462912a2a.png)

อันนี้เป็นการตั้งค่า native token โอน eth บน zksync ไม่ใช้ chain ไหนก็ใส่ #

![อันนี้เป็นการตั้งค่า erc20 ](https://storage.googleapis.com/papyrus_images/d5a308c6ff2ee0e60f89096f8d70ad014300f703fb35ae124ed917b0d6346e30.png)

อันนี้เป็นการตั้งค่า erc20

**เป็นตัวอย่างการตั้งค่า จะโอน usdc บน bsc ตั้งค่าตามนี้**

![](https://storage.googleapis.com/papyrus_images/07221f0aea74e68a0fb5c2f8adaed6ccc8de093bae8a2b5dfbf3dc51f502eb93.png)

**ต่อไปจะเรียกใช้งาน**

พิมพ์ `python run.py` เเล้วกด enter

![](https://storage.googleapis.com/papyrus_images/f5b69738c5b30a85a5ee450e86e27a3894e427c202a7c4156d0e2d0d2c1abfad.png)

**ในตัวอย่างจะเป็นการโอน eth บน zksync**

![](https://storage.googleapis.com/papyrus_images/78a943821d5ed2c3f393a9f93322189000ff99ebe8c132a07bd410aca3040772.png)

**ทำการส่งสำเร็จ**

![](https://storage.googleapis.com/papyrus_images/bfec51d25b406495f9f26e63f46cd91b6c2d50a5b074d4a010f8df1511b9208c.png)

[**siriwiz0**](https://twitter.com/siriwiz0) **|** [**wizerlabs**](https://twitter.com/wizerlabs)

---

*Originally published on [wizer labs](https://paragraph.com/@siriwiz/transfer-from-multiple-wallets-to-other-wallets)*
