pyircbot/examples/data/config/CryptoWalletRPC.json

27 lines
717 B
JSON
Raw Normal View History

{
"types": {
"LTC": {
"name": "Litecoin",
"host": "127.0.0.1",
"username": "user",
"password": "pass",
"port": 12893,
"precision": 8,
"reserve": "0.01",
2018-02-10 15:58:19 -08:00
"link": "https://litecoin.org/",
"addrfmt": "^[LM3][a-km-zA-HJ-NP-Z1-9]{26,33}$"
},
"BTC": {
"name": "Bitcoin",
"host": "127.0.0.1",
"username": "user",
"password": "pass",
"port": 48191,
"precision": 8,
"reserve": "0.001",
2018-02-10 15:58:19 -08:00
"link": "http://bitcoin.org/",
"addrfmt": "^[13][a-km-zA-HJ-NP-Z1-9]{25,34}$"
}
}
2018-02-10 15:58:19 -08:00
}