From a9c269abcc851899b0cd79b200d79e572d486939 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Thu, 12 Feb 2015 22:32:53 +0000 Subject: [PATCH] Add moneritos --- tipbot/coinspecs.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tipbot/coinspecs.py b/tipbot/coinspecs.py index a3967b6..9d5170b 100644 --- a/tipbot/coinspecs.py +++ b/tipbot/coinspecs.py @@ -39,6 +39,16 @@ coinspecs = { "address_prefix": ['D'], # allowed prefixes of addresses "min_withdrawal_fee": 1000000, "web_wallet_url": None, - } + }, + "monerito": { + "name": "Monerito", + "symbol": "XMR", + "atomic_units": 1e6, + "denominations": [[1000000000000000000, 1000000, "moneritos"]], + "address_length": [95, 95], # min/max size of addresses + "address_prefix": ['4', '9'], # allowed prefixes of addresses + "min_withdrawal_fee": 10000000000, + "web_wallet_url": "https://mymonero.com/", # None is there's none + }, }