You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will run in a loop and prompt you for sentinel wallet addresses and amounts that you would like to send in single transaction (batch sending) based on the seed phrase you specify in the scrtxxs file.
6
+
7
+
# Installation
8
+
9
+
* requires sentinel-sdk
10
+
11
+
* requires >= python 3.10
12
+
13
+
To install the dependency:
14
+
15
+
```shell
16
+
pip install sentinel-sdk
17
+
```
18
+
19
+
Clone the repository
20
+
21
+
```shell
22
+
git clone https://github.com/MathNodes/MultiPay
23
+
```
24
+
25
+
# Configuration
26
+
27
+
Within the repository directory, edit the **scrtxxs.py** to your specific parameters.
28
+
29
+
* WalletName - The name you will give your sending wallet in the krygin
30
+
31
+
* HotWalletPW - The Password for your wallet in the keyring
32
+
33
+
* WalletSeed - The seed phrase of the sending wallet if not already in the keyring. leave blank if you already imported this wallet once before
34
+
35
+
# Run
36
+
37
+
To run the MultiPay script do the following:
38
+
39
+
```shell
40
+
python3 SentinelMultiPay.py
41
+
```
42
+
43
+
and follow the on screen prompts
44
+
45
+
# Logs & Keyring
46
+
47
+
The log file will be in the following folders
48
+
49
+
OS X:
50
+
51
+
```shell
52
+
/Users/username/.meile-multi-pay/multipay.log
53
+
```
54
+
55
+
Linux:
56
+
57
+
```shell
58
+
/home/username/.meile-multi-pay/multipay.log
59
+
```
60
+
61
+
This is also the folder the encrypted keyring will reside in.
62
+
63
+
# Donations
64
+
65
+
Because we are working on a small grant with no VC funding, any additional contributions to our developer team is more than certainly welcomed. It will help fund future releases.
0 commit comments