forked from XternA/income-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.json
154 lines (154 loc) · 4.89 KB
/
apps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[
{
"name": "EARNAPP",
"url": "https://bit.ly/4a4XJLF",
"description": " If previously installed. Obtain UUID from the dashboard to re-assign. Recommended, otherwise a new UUID is generated.",
"registration": "Register the new device with the following link: https://earnapp.com/r/",
"properties": [
"#EARNAPP_DEVICE_UUID"
],
"is_enabled": true
},
{
"name": "HONEYGAIN",
"url": "https://bit.ly/3x6nX1S",
"description": null,
"properties": [
"HONEYGAIN_EMAIL",
"HONEYGAIN_PASSWORD"
],
"is_enabled": true
},
{
"name": "PEER2PROFIT",
"url": "https://bit.ly/3x7CquB",
"description": " There is no website and this uses Telegram. You will need Telegram to interact with the site directly after logging in with the bot.",
"properties": [
"P2PROFIT_EMAIL",
"P2PROFIT_ID"
],
"is_enabled": true
},
{
"name": "TRAFFMONETIZER",
"url": "https://bit.ly/3TKmJlU",
"description": " Log into main dashboard to obtain token.",
"properties": [
"TRAFFMONETIZER_TOKEN"
],
"is_enabled": true
},
{
"name": "PAWNS",
"url": "https://bit.ly/498zRFV",
"description": null,
"properties": [
"PAWNS_EMAIL",
"PAWNS_PASSWORD"
],
"is_enabled": true
},
{
"name": "REPOCKET",
"url": "https://bit.ly/3TNO6LY",
"description": " Log in and go to 'Earn Money' > 'Sell Internet' > 'Use this API key with Docker' to obtain API key.",
"properties": [
"REPOCKET_EMAIL",
"REPOCKET_API_KEY"
],
"is_enabled": true
},
{
"name": "PACKETSTREAM",
"url": "https://bit.ly/4ajvcSg",
"description": " Log in, then go to 'Download' > 'Looking for the Mac or Linux app?'. Look for Linux and docker section and find 'CID=<YOUR_CID>'. That's your CID.",
"properties": [
"PACKETSTREAM_CID"
],
"is_enabled": true
},
{
"name": "PROXYRACK",
"url": "https://bit.ly/497RsOj",
"description": " Log in, then go to 'Profile' to obtain API key. Register device with given UUID in 'Devices' section. Obtain UUID from 'Devices' to re-use device UUID for re-registering.",
"properties": [
"PROXYRACK_API_KEY",
"*PROXYRACK_UUID"
],
"is_enabled": true
},
{
"name": "PROXYLITE",
"url": "https://bit.ly/4a3CjPe",
"description": " Log in, then click on your name at the top. On the homepage, 'Account ID' is the user ID",
"properties": [
"PROXYLITE_USER_ID"
],
"is_enabled": true
},
{
"name": "EARNFM",
"url": "https://bit.ly/3Vzenip",
"description": " Log in. Go to 'More' > 'Your API Key' to obtain token.",
"properties": [
"EARNFM_TOKEN"
],
"is_enabled": true
},
{
"name": "SPEEDSHARE",
"url": "https://bit.ly/4cstfEZ",
"description": " Log into the dashboard and go to 'Devices' to obtain authentication code.",
"properties": [
"SPEEDSHARE_AUTH_CODE",
"*SPEEDSHARE_UUID"
],
"is_enabled": true
},
{
"name": "SPIDE",
"url": "https://bit.ly/3VpoiXH",
"description": " After installing app, run ' docker logs spide 2>&1 | grep \"Device Key\" ' outside the tool to obtain device key. Log into dashboard to register device.",
"description_ext": "Use machine ID for existing device already registered. See guide: https://github.com/XternA/income-generator/wiki/Keys-and-IDs#machine-id",
"properties": [
"&SPIDE_MACHINE_ID"
],
"is_enabled": true
},
{
"name": "GRASS",
"url": "https://bit.ly/495PPAn",
"description": null,
"properties": [
"GRASS_EMAIL",
"GRASS_PASSWORD"
],
"is_enabled": true
},
{
"name": "MYSTERIUM",
"url": "https://bit.ly/4cl0YAt",
"description": " Setup requires going to 'localhost:4449' or '<ip_address_of_instance>:4449' in the browser and follow onboarding process to register node.",
"properties": null,
"is_enabled": true
},
{
"name": "BITPING",
"url": "https://bit.ly/43xHKDt",
"description": null,
"properties": [
"BITPING_EMAIL",
"BITPING_PASSWORD"
],
"is_enabled": true
},
{
"name": "GAGANODE",
"url": "https://bit.ly/4452ram",
"description": " Log into Dashboard. Go to 'Mining' > 'Install & Run' to obtain token.",
"properties": [
"GAGANODE_TOKEN"
],
"is_enabled": true
}
]