Add poolOptions to coins config files (#197)

This commit is contained in:
Potato 2022-08-13 09:03:55 -05:00 committed by GitHub
parent 83f4ba2497
commit 8567a4c649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 63 additions and 0 deletions

View File

@ -14,5 +14,8 @@
"txURL": "https://explorer.btcprivate.org/tx/",
"blockURL": "https://explorer.btcprivate.org/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.btcprivate.org/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -122,5 +122,8 @@
"txURL": "https://explorer.btcz.rocks/tx/",
"blockURL": "https://explorer.btcz.rocks/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -64,5 +64,8 @@
"txURL": "http://bzc.avaxchain.com/insight/tx/",
"blockURL": "http://bzc.avaxchain.com/insight/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -15,5 +15,8 @@
"txURL": "https://explorer.getbze.com/tx/",
"blockURL": "https://explorer.getbze.com/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -30,6 +30,9 @@
"txURL": "http://explorer.genesisnetwork.io/tx/",
"blockURL": "http://explorer.genesisnetwork.io/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -9,5 +9,8 @@
"txURL": "https://explorer.myhush.org/tx/",
"blockURL": "https://explorer.myhush.org/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -8,5 +8,8 @@
"txURL": "https://kmdexplorer.io/tx/",
"blockURL": "https://kmdexplorer.io/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -15,5 +15,8 @@
"txURL": "https://insight.litecoinz.org/tx/",
"blockURL": "https://insight.litecoinz.org/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -13,5 +13,8 @@
"txURL": "https://explorer.safecoin.org/tx/",
"blockURL": "https://explorer.safecoin.org/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -30,5 +30,8 @@
"txURL": "https://explorer.testnet.z.cash/tx/",
"blockURL": "https://explorer.testnet.z.cash/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -16,5 +16,8 @@
"txURL": "https://testnet.zel.cash/tx/",
"blockURL": "https://testnet.zel.cash/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -11,6 +11,9 @@
"blockURL": "https://explorer-testnet.horizen.io/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
},
"forks": [
{
"activationHeight": 0,

View File

@ -17,5 +17,8 @@
"txURL": "https://explorer.vidulum.app/tx/",
"blockURL": "https://explorer.vidulum.app/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -12,5 +12,8 @@
"txURL": "https://explorer.votecoin.site/tx/",
"blockURL": "https://explorer.votecoin.site/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -16,5 +16,8 @@
"txURL": "https://insight.snowgem.org/tx/",
"blockURL": "https://insight.snowgem.org/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -70,5 +70,8 @@
"txURL": "",
"blockURL": "",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -16,5 +16,8 @@
"txURL": "",
"blockURL": "",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -66,5 +66,8 @@
"txURL": "https://explorer.z.cash/tx/",
"blockURL": "https://explorer.z.cash/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -16,5 +16,8 @@
"txURL": "https://explorer.zel.cash/tx/",
"blockURL": "https://explorer.zel.cash/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
}
}

View File

@ -11,6 +11,9 @@
"blockURL": "https://explorer.horizen.io/block/",
"_comment_explorer": "This is the coin's explorer full base url for transaction and blocks i.e. (https://explorer.coin.com/tx/). The pool will automatically add the transaction id or block id at the end."
},
"poolOptions": {
"confirmations": 100
},
"forks": [
{
"activationHeight": 0,

View File

@ -49,5 +49,8 @@
"4": 1935765626
},
"isZcash": true
},
"poolOptions": {
"confirmations": 720
}
}