-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
61 lines (43 loc) · 2.14 KB
/
config.js
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
var api = "https://rpc.bbscoin.click";
var api_blockexplorer = "https://explorer.bbscoin.click";
var poolHost = "mine.bbscoin.click";
// var irc = "irc.freenode.net/#poolhost";
var facebook = "https://www.facebook.com/BBSCoin";
var telegram = "https://t.me/bbscoin";
var twitter = "https://twitter.com/bbs_coin";
var discord = "https://discord.gg/e4QnNYa";
var github = "https://github.com/bbscoincommunity";
var email = "[email protected]";
var cryptonatorWidget = [];
var easyminerDownload = "https://github.com/zone117x/cryptonote-easy-miner/releases/";
var blockchainExplorer = "https://explorer.bbscoin.click/?hash={id}#blockchain_block";
var transactionExplorer = "https://explorer.bbscoin.click/?hash={id}#blockchain_transaction";
var themeCss = "themes/default-theme.css";
var networkStat = {
"bbs": [
['pool.bbscoin.click', 'https://rpc.bbscoin.click'],
['bbs.pool-pay.com', 'https://bbs.pool-pay.com:8459'],
['bbs.gonspool.com', 'https://bbs.gonspool.com/api'],
// ['bbscoin.my-mining-pool.de', 'https://apibbscoin.my-mining-pool.de'],
['webbbs.semipool.com', 'https://webbbs.semipool.com/api/pool']
// ['bbs.soloway.in.ua','https://www.bbscoin.click/ext.cgi?bbs.soloway.in.ua:8117'],
// ['crypton.su/pool/bbs','https://crypton.su/pool/bbs/api/']
]
};
/*
['pool.bbscoin.xyz', 'https://www.bbscoin.click/ext.cgi?pool.bbscoin.xyz:8117'],
['cryptoknight.cc/bbs', 'http://78.46.85.142:2778'],
['bbs.gonspool.com', 'http://bbs.gonspool.com:8117'],
['pool-marine.ga/bbs', 'http://pool-marine.ga:8028'],
['bbs.howpool.com', 'http://bbs.howpool.com:8117'],
['bbscoin-pool.org', 'http://bbscoin-pool.org:8107'],
['149.129.129.195', 'http://149.129.129.195:8117'],
['bbs.newpool.pw', 'http://bbs.newpool.pw:8122'],
['bbs.ucrypto.com', 'http://bbs.ucrypto.com:8117'],
['bbscoin.cryptohispano.net', 'http://bbscoin.cryptohispano.net/api'],
['bbs.codpool.com', 'http://pool1.codpool.com:8116'],
['bbs.minersunite.net', 'http://bbs.minersunite.net/api'],
['bbs.hashmine.top', 'http://bbs.hashmine.top:8117'],
['bbs.proxpool.com', 'http://bbs-pool.proxpool.com/api'],
['bbs.minersunite.net', 'https://bb.minersunite.net/api']
*/