Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ltcnode1.adm.im #105

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions assets/general/ltc/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
confleux marked this conversation as resolved.
Show resolved Hide resolved
"name": "Litecoin",
"website": "https://litecoin.org",
"description": "Litecoin is a peer-to-peer Internet currency that enables instant, near-zero cost payments to anyone in the world",
"explorer": "https://litecoinspace.org",
"explorerTx": "https://litecoinspace.org/tx/${ID}",
"explorerAddress": "https://litecoinspace.org/address/${ID}",
"regexAddress": "^[LM3][A-Za-z0-9]{26,33}$",
"symbol": "LTC",
"type": "coin",
"decimals": 8,
"minBalance": 0.00000001,
confleux marked this conversation as resolved.
Show resolved Hide resolved
"cryptoTransferDecimals": 8,
"minTransferAmount": 0.00000001,
"qqPrefix": "litecoin",
"status": "active",
"createCoin": true,
"defaultVisibility": true,
"defaultOrdinalLevel": 70,
"consensus": "PoW",
"blockTimeAvg": 150000,
"txFetchInfo": {
"newPendingInterval": 10000,
"oldPendingInterval": 3000,
"registeredInterval": 40000,
"newPendingAttempts": 20,
"oldPendingAttempts": 4
},
"txConsistencyMaxTime": 10800000,
"nodes": {
"displayName": "ltc-node",
"list": [
{
"url": "https://ltcnode1.adm.im",
"alt_ip": "http://195.26.255.137:44099"
}
],
"healthCheck": {
"normalUpdateInterval": 360000,
"crucialUpdateInterval": 30000,
"onScreenUpdateInterval": 10000,
"threshold": 2
}
},
"links": [
{
"name": "github",
"url": "https://github.com/litecoin-project/litecoin"
},
{
"name": "twitter",
"url": "https://twitter.com/litecoin"
},
{
"name": "reddit",
"url": "https://www.reddit.com/r/litecoin"
},
{
"name": "whitepaper",
"url": "https://bitcoin.org/bitcoin.pdf"
}
],
"tor": {
"nodes": {
"displayName": "ltc-node",
"list": [
{
"url": "http://iby5h3n3fbwajtkkziyybxyxmvclkqnt6gpl6oedw63hxouvlc2oqaad.onion"
}
],
"healthCheck": {
"normalUpdateInterval": 360000,
"crucialUpdateInterval": 30000,
"onScreenUpdateInterval": 10000,
"threshold": 2
}
}
}
}
Loading