Skip to content

Commit ac8ba54

Browse files
committed
Adding alt-coins to coins.yml
1 parent af53fa4 commit ac8ba54

File tree

1 file changed

+230
-0
lines changed

1 file changed

+230
-0
lines changed

src/conf-sample/coins.yml

Lines changed: 230 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,233 @@ mec:
225225
regex:
226226
address: '(M[1-9a-z]{20,40})'
227227
units: '(mec|megacoin|megacoins|M|MΣC)'
228+
229+
# Quarkcoin
230+
qrk:
231+
enabled: false
232+
unit: qrk
233+
name: Quarkcoin
234+
symbol: 'Ǫ'
235+
config_file: '~/.quarkcoin/quarkcoin.conf'
236+
config_rpcserver: '127.0.0.1'
237+
minconf:
238+
givetip: 20
239+
withdraw: 2880
240+
txmin:
241+
givetip: 0.001
242+
withdraw: 0.05
243+
txfee: 0.0001
244+
walletpassphrase: 'mypass1'
245+
explorer:
246+
address: 'http://block.lowend.fm/address/'
247+
transaction: 'http://block.lowend.fm/tx/'
248+
regex:
249+
address: '(Q[1-9a-z]{20,40})'
250+
units: '(qrk|quark|quarks|quarkcoin|quarkcoins|Q|Ǫ)'
251+
252+
# Zetacoin
253+
zet:
254+
enabled: false
255+
unit: zet
256+
name: Zetacoin
257+
symbol: 'Ȥ'
258+
config_file: '~/.zetacoin/zetacoin.conf'
259+
config_rpcserver: '127.0.0.1'
260+
minconf:
261+
givetip: 20
262+
withdraw: 2880
263+
txmin:
264+
givetip: 0.001
265+
withdraw: 0.05
266+
txfee: 0.0001
267+
walletpassphrase: 'mypass1'
268+
explorer:
269+
address: 'http://bit.usr.sh:2750/chain/Zetacoin/address/'
270+
transaction: 'http://bit.usr.sh:2750/chain/Zetacoin/tx/'
271+
regex:
272+
address: '(Z[1-9a-z]{20,40})'
273+
units: '(zet|zetacoin|zetacoins|Z|Ȥ)'
274+
275+
# Digitalcoin
276+
dgc:
277+
enabled: false
278+
unit: dgc
279+
name: Digitalcoin
280+
symbol: 'Ɗ'
281+
config_file: '~/.digitalcoin/digitalcoin.conf'
282+
config_rpcserver: '127.0.0.1'
283+
minconf:
284+
givetip: 15
285+
withdraw: 2160
286+
txmin:
287+
givetip: 0.001
288+
withdraw: 0.05
289+
txfee: 0.0001
290+
walletpassphrase: 'mypass1'
291+
explorer:
292+
address: 'http://dgc.cryptocoinexplorer.com/address/'
293+
transaction: 'http://dgc.cryptocoinexplorer.com/tx/'
294+
regex:
295+
address: '(D[1-9a-z]{20,40})'
296+
units: '(dgc|digitalcoin|digitalcoins|D|Ɗ)'
297+
298+
# Infinitecoin
299+
ifc:
300+
enabled: false
301+
unit: ifc
302+
name: Infinitecoin
303+
symbol: 'Ĩ'
304+
config_file: '~/.infinitecoin/infinitecoin.conf'
305+
config_rpcserver: '127.0.0.1'
306+
minconf:
307+
givetip: 20
308+
withdraw: 2880
309+
txmin:
310+
givetip: 0.001
311+
withdraw: 0.05
312+
txfee: 0.0001
313+
walletpassphrase: 'mypass1'
314+
explorer:
315+
address: 'http://exploretheblocks.com:2750/address/'
316+
transaction: 'http://exploretheblocks.com:2750/tx/'
317+
regex:
318+
address: '(i[1-9a-z]{20,40})'
319+
units: '(ifc|infinitecoin|infinitecoins|Ĩ)'
320+
321+
# Ixcoin
322+
ixc:
323+
enabled: false
324+
unit: ixc
325+
name: Ixcoin
326+
symbol: ''
327+
config_file: '~/.ixcoin/ixcoin.conf'
328+
config_rpcserver: '127.0.0.1'
329+
minconf:
330+
givetip: 1
331+
withdraw: 144
332+
txmin:
333+
givetip: 0.001
334+
withdraw: 0.05
335+
txfee: 0.01
336+
walletpassphrase: 'mypass1'
337+
explorer:
338+
address: '#'
339+
transaction: '#'
340+
regex:
341+
address: '(x[1-9a-z]{20,40})'
342+
units: '(ixc|ixcoin|ixcoins|メ)'
343+
344+
# BBQCoin
345+
bqc:
346+
enabled: false
347+
unit: bqc
348+
name: BBQCoin
349+
symbol: 'Ɓ'
350+
config_file: '~/.bbqcoin/bbqcoin.conf'
351+
config_rpcserver: '127.0.0.1'
352+
minconf:
353+
givetip: 10
354+
withdraw: 1440
355+
txmin:
356+
givetip: 0.001
357+
withdraw: 0.05
358+
txfee: 0.0001
359+
walletpassphrase: 'mypass1'
360+
explorer:
361+
address: 'http://bbq.cryptocoinexplorer.com/address/'
362+
transaction: 'http://bbq.cryptocoinexplorer.com/tx/'
363+
regex:
364+
address: '(b[1-9a-z]{20,40})'
365+
units: '(bqc|bbq|bbqcoin|bbqcoins|Ɓ)'
366+
367+
# Stablecoin
368+
sbc:
369+
enabled: false
370+
unit: sbc
371+
name: Stablecoin
372+
symbol: 'Ş'
373+
config_file: '~/.stablecoin/stablecoin.conf'
374+
config_rpcserver: '127.0.0.1'
375+
minconf:
376+
givetip: 15
377+
withdraw: 2160
378+
txmin:
379+
givetip: 0.001
380+
withdraw: 0.05
381+
txfee: 0.0001
382+
walletpassphrase: 'mypass1'
383+
explorer:
384+
address: 'http://sbc.blockexplorer.io/address/'
385+
transaction: 'http://sbc.blockexplorer.io/tx/'
386+
regex:
387+
address: '(s[1-9a-z]{20,40})'
388+
units: '(sbc|stablecoin|stablecoins|S|Ş)'
389+
390+
# I0coin
391+
i0c:
392+
enabled: false
393+
unit: i0c
394+
name: i0coin
395+
symbol: 'Ǐ'
396+
config_file: '~/.i0coin/i0coin.conf'
397+
config_rpcserver: '127.0.0.1'
398+
minconf:
399+
givetip: 1
400+
withdraw: 144
401+
txmin:
402+
givetip: 0.001
403+
withdraw: 0.05
404+
txfee: 0.0001
405+
walletpassphrase: 'mypass1'
406+
explorer:
407+
address: '#'
408+
transaction: '#'
409+
regex:
410+
address: '(x[1-9a-z]{20,40})'
411+
units: '(i0c|i0coin|i0coins|Ǐ)'
412+
413+
# Mincoin
414+
mnc:
415+
enabled: false
416+
unit: mnc
417+
name: Mincoin
418+
symbol: 'Ӎ'
419+
config_file: '~/.mincoin/mincoin.conf'
420+
config_rpcserver: '127.0.0.1'
421+
minconf:
422+
givetip: 10
423+
withdraw: 1440
424+
txmin:
425+
givetip: 0.001
426+
withdraw: 0.05
427+
txfee: 0.0001
428+
walletpassphrase: 'mypass1'
429+
explorer:
430+
address: 'http://blockexplorer.vircurpool.com/address/'
431+
transaction: 'http://blockexplorer.vircurpool.com/tx/'
432+
regex:
433+
address: '(M[1-9a-z]{20,40})'
434+
units: '(mnc|mincoin|mincoins|Ӎ)'
435+
436+
# Securecoin
437+
src:
438+
enabled: false
439+
unit: src
440+
name: Securecoin
441+
symbol: 'Š'
442+
config_file: '~/.securecoin/securecoin.conf'
443+
config_rpcserver: '127.0.0.1'
444+
minconf:
445+
givetip: 10
446+
withdraw: 1440
447+
txmin:
448+
givetip: 0.001
449+
withdraw: 0.05
450+
txfee: 0.0001
451+
walletpassphrase: 'mypass1'
452+
explorer:
453+
address: '#'
454+
transaction: '#'
455+
regex:
456+
address: '(s[1-9a-z]{20,40})'
457+
units: '(src|securecoin|securecoins|Š)'

0 commit comments

Comments
 (0)