forked from c00w/bitHopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user.cfg.default
596 lines (517 loc) · 13.3 KB
/
user.cfg.default
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
#######################################
# User Configuration File
# Change the default values and make
# sure to change the name of this file
# to "user.cfg"
#
#######################################
################################################################
#
# Advice: Please read POOLS_INFO or search the bitHopper forum
# thread for detailed information on every pool you want to hop.
#
# For info. regarding pools speed you can visit bH's wiki
# https://github.com/c00w/bitHopper/wiki/Pool-status
#
################################################################
###############################################################################
# Valid pool roles are:
#
# mine = mines on this pool as usual (diff.*0.43)
# mine_c = mines score pools based on this simple formula
# (n/shares per unit time)/c ∝ (n/hashrate)/c = n/(hashrate*c)
# mine_slush = mine_c with c: 300
# mine_lp = monitor and makes educated guess mining
# without using the api
# mine_lp_force = mine untill lp is triggered and then resets
# back to previous role (don't use as default role for pool set-up)
# mine_nmc = setup pool for NMC mining
# mine_ixc = ixcoins pool and diff.
# mine_i0c = i0coins pool and diff.
# mine_scc = solidcoin pool and diff.
# mine_force = ignores active scheduler and mines only this pool
# (don't use as default role for pool set-up)
# backup = point bH this pool has a good payout system that can use to
# maintain achieved efficiency (see bh.cfg for more backup options)
# mine_charity = usually mines the pool when they hit
# and increased diff block (bad luck) + normal mining
# info = shows share count for this pool on stat page
# disable = disables pool completely (you can delete
# pool's entry in this cfg file too)
#
#
# Pool set-up:
#
# role: tell bH what kind of mining is wanted at
# this pool, pick a valid one from the list above
# penalty: floating point number, # of shares will be
# multiplied by this number when calculating
# shares against difficulty
# BACKUP SERVERS: Set it to the percent the server takes.
# The penalty/100 is added to the reject rate when calculating
# which server to use
# lp_penalty: normalize LP's of this pool with "x" seconds (greater for fast
# LP response pools)
# percent: keep submitting shares to pool, % value from you total output
# (1% = 1 share every 100)
# c: this variable is used together with "mine_c" role and
# determines how long it takes shares to decay in value on
# score pools (more info on page 200, bH thread in main forum)
# priority: use this setting for every pool if you want bH mine by your
# personal preference of them (0 = lowest prio, 1 = higher, etc.)
# refresh_limit: pool's api refreshing interval in seconds
# user_agent: HTTP User-Agent header to set when retrieving pool stats
# Overrides the default in bh.cfg
# user: worker username you setup for this pool, u can use {}
# to have bH mine different worker accounts ex. user_{bHworker}
# pass: password you have for the worker (not needed for all pools),
# use {} for password too, ex. password_{bHworkerpass}
# wallet: only for Payouts plugin, use a different address for each pool
#
###############################################################################
[slush]
#http://mining.bitcoin.cz (MergeM-Score)
#---Edit after this line if mined---
role: mine_c
c: 300
penalty: 1
user: c00w.testhop
pass: testhop
[bitclockers]
#http://bitclockers.com (Prop)
#---Edit after this line if mined---
role: info
bitclockers_user_apikey: 965469e512aa0de5a37b83ccfd5e849e
user: flargle
pass: x
[bcpool]
#http://bitcoinpool.com (Prop)
#---Edit after this line if mined---
role: info
user: c00w_test
pass: x
[deepbit]
#https://deepbit.net (Prop, PPS)
#---Edit after this line if mined---
lp_penalty: 0
role: mine_lp
user: your_username
pass: your_password
[btcmine]
# https://btcmine.com (Score)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[bclc]
#https://www.bitlc.net (Prop)
#---Edit after this line if mined---
role: info
user: FSkyvM
pass: xndzEU
[kiwipool]
#http://www.kiwipool.me (Prop)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[bloodys]
#http://pool.bloodys.com (Prop)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[bithasher]
#http://bithasher.com (Prop)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[asspenny]
#http://asspennypool.com (MergeM-Prop)
#---Edit after this line if mined---
role: info
asspenny_user_apikey: xxxxxx
user: your_username
pass: your_password
[guildminers]
#http://guildminers.com (Prop)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[coinotron]
#http://coinotron.com (Score)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[nmcbitbtc]
#http://nmcbit.com/ (MergeM-Prop)
#---Edit after this line if mined--- (if you want)
role: info
user: your_username
pass: your_password
[bitcash]
#http://bitcash.cz/pool/ (Prop)
#---Edit after this line if mined---
role: mine
user: your_username
pass: your_password
[alex]
#http://pool.schaetter.us (Prop.)
#---Edit after this line if mined--- (if you want)
role: info
user: your_username
pass: your_password
[btcjapan]
#https://bitcoin.ne.jp (Prop.)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
##################################
Backup pools, that help maintain
efficiency, for when there is
no Prop. pool available
##################################
[eligius]
#http://eligius.st (MergeM-SMPPS)
#---Edit after this line if mined---
role: backup
user: 1AofHmwVef5QkamCW6KqiD4cRqEcq5U7hZ
pass: x
#passwords can be anything on Eligius
[arsbitcoin]
#https://arsbitcoin.com (PPS)
#---Edit after this line if mined---
role: backup
user: c00w.default
pass: fire
[ninjac]
#https://www.ninjacoin.com (PPS)
#---Edit after this line if mined---
role: disable
user: paraipanakos.works
pass: minero
[abc]
#http://www.abcpool.co (PPS)
#---Edit after this line if mined---
role: disable
abc_user_apikey:
user: your_username
pass: your_password
[mtred]
#https://mtred.com (MergeM-PPS)
#---Edit after this line if mined---
role: disable
user:scarium
pass:x
[nofeemining]
#https://nofeemining.appspot.com (SMPPS)
#---Edit after this line if mined---
role: disable
nofeemining_user_apikey: 4140cbc6405f4425cf91ca74e1450b66
user: 1Q4B1LdoKHtMbj6tBLhj1cyuMWTDYFJ9Y7
pass: x
[itzod]
# https://pool.itzod.ru (SMPPS)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[btcserv]
#http://btcserv.net (PPS)
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[btcg]
#https://www.btcguild.com (MergeM-PPS)
#---Edit after this line if mined---
lp_penalty: 0
role: info
btcguild_user_apikey: 81a9081f4d5f32db7dbbed407cb5f686
user: c00w_test
pass: 1234
[bitpenny]
#http://www.bitpenny.com (PPS)
#---Edit after this line if mined---
role: info
user: (any bitcoin address)
pass: pass
[polmine]
#https://polmine.pl (PPS)
#---Edit after this line if mined---
role: disable
user: c00w1456testhop
pass: x
[bitparking]
#http://mmpool.bitparking.com (MergeM-PPS)
#---Edit after this line if mined---
role: backup
user: your_username
#passwords can be anything on bitparking
pass: your_password
[gpumax]
#https://gpumax.com (PPS)
#---Edit after this line if mined---
role: backup
user: your_username
pass: abc123
[fiftybtc]
#https://50btc.com (PPS)
#---Edit after this line if mined---
role: disable
user: your_username
#passwords can be anything on 50btc
pass: your_password
[project2]
#http://project2.tygrr.com (PPS)
#---Edit after this line if mined---
role: backup
user: your_username
pass: your_password
###############################
Pools that use PPLNS, DGM or
other payout system seen as
fairer by admins and miners
###############################
[eclipsemc]
#https://eclipsemc.com (MergeM-DGM)
#---Edit after this line if mined---
role: disable
eclipsemc_apikey: bd0eded7e35b1b5fc48f8d10214d98
user: c00w_worker
pass: x
[masterpool]
#https://masterpool.eu (MergeM-PPLNS)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[mineco]
#https://mineco.in (PPLNS)
#---Edit after this line if mined---
role: disable
user: c00w.test
pass: x
[mkalinin]
#http://pool.mkalinin.ru (PPLNS)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[ozco]
#https://ozco.in (MergeM-DGM)
#---Edit after this line if mined---
role: info
user:c00w.1
pass:1234
[p2pool]
#https://en.bitcoin.it/wiki/P2Pool (PPLNS)
#---Edit after this line if mined---
role: disable
user: happy
#password and user can be anything p2pool
pass: miner
[triple]
#https://www.triplemining.com (PPLNS)
#---Edit after this line if mined---
role: info
user: c00w_test
pass: x
[yourbtc]
#http://yourbtc.net (DGM)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[simplecoin]
#http://simplecoin.us (SMPPS, PPLNS)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[btcwarp]
#http://BTCWARP.com (PPLNS)
#---Edit after this line if mined---
role: info
user: your_username
#password can be anything btcwarp
pass: your_password
[maxbtc]
#https://MaxBTC.com (MergeM-DGM)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[bitminter]
#http://BitMinter.com (MergeM-PPLNS)
#---Edit after this line if mined---
role: info
user: your_username
#password can be anything bitminter
pass: your_password
######################################
# Namecoin and other type of pools.
# For hopping use mine_xxx accordingly
######################################
#Nmc pools
[nmcbit]
#http://nmcbit.com (MergeM-PPS)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[namebit]
#http://www.namebit.org (Prop)
#---Edit after this line if mined---
role: info
#user is namecoin address
user: nmcaddress
#pasword must be "none"
pass: none
[masterpoolnmc]
#https://masterpool.eu (MergeM-Prop)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
[mtrednmc]
#https://mtred.com (MergeM-Prop)
#---Edit after this line if mined---
role: info
user: your_username
pass: your_password
#scc pools
[squid]
#http://pool.squidnet.org
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[mine4us]
#http://solid.mine-for.us
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
#ixc pools
[digixc]
#http://ix.digbtc.net
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
######################################
# These Pools are not hopped for a
# reason. No need to change their
# user/pass unless you really want
# to hop them at your own risk.
######################################
[bitfarms]
#http://bitfarms.ca (PPS)
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[bitp]
#http://bitp.it (SMPPS)
#---Edit after this line if mined---
role: disable
bitp_user_apikey: 80c5dbea750563eb24e5310f94a56b38bad14dc35efb41e9ca421c92f31563ed
user: 4bjibc3R1RGF9
pass: u5cpmndZq4Jvp
[digbtc]
#http://www.digbtc.net (Prop)
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[ixparking]
#http://ixpool.bitparking.com/pool
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[scguild]
#http://sc.btcguild.com/
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[sodigbtc]
#http://sobtc.digbtc.net
#http://sc.digbtc.net
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[i0parking]
#http://i0pool.bitparking.com
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[digi0c]
#http://i0.digbtc.net
#---Edit after this line if mined---
role: disable
user: your_username
pass: your_password
[bitchomp]
#http://www.bitchomp.info (MergeM-SMPPS)
#---Edit after this line if mined---
role: disable
user: your_username.SomeWorkerName or BTC_Address.NMC_Address
pass: Anything
[btcmonkey]
#http://bitcoinmonkey.com/
#---Edit after this line if mined---
role: disable
user: dah4k0r.testhop
pass: x
[unitedminers]
#http://www.unitedminers.com
#---Edit after this line if mined---
role: disable
user: [email protected]_testhop
pass: testhop
[bmunion]
#http://www.bitminersunion.org/
#---Edit after this line if mined---
role: disable
user: x
pass: x
[oldpolmine]
# Old re exp. polmine stats
#https://polmine.pl
#---Edit after this line if mined---
role: disable
user: c00w1456testhop
pass: x
[btcpool24]
#http://www.btcpool24.com
#---Edit after this line if mined---
role: disable
user: Sukrim.hopper
pass: 1234
[poolmunity]
#http://poolmunity.com/
#---Edit after this line if mined---
role: disable
user: c00w.testhop
pass: testhop
[x8s]
#http://btc.x8s.de/
#---Edit after this line if mined---
role: disable
user: testhop
pass: x
[mmf]
#http://mining.mainframe.nl
#---Edit after this line if mined---
role: disable
user: c00w.1
pass: x