forked from simplecrypto/simplecoin_multi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.toml
68 lines (59 loc) · 1.14 KB
/
test.toml
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
62
63
64
65
66
67
68
pool_payout_currency = "BTC"
SECRET_KEY = "somethting_really_secret"
SQLALCHEMY_DATABASE_URI = "sqlite://"
DEBUG = true
rpc_signature = "test"
[redis_conn]
type = "mock_redis"
[main_cache]
type = "mock_redis"
[chains.2]
title = "Vertcoin"
algo = "scryptn"
type = "prop"
last_n = 2
fee_perc = "0.01"
[chains.1]
title = "Dogecoin"
algo = "scrypt"
type = "pplns"
currencies = ["DOGE"]
last_n = 2
fee_perc = "0.01"
[locations.CA]
location_acronym = "CA"
location = "Beauharnois, Canada"
country_flag = "/img/ca.svg"
address = "http://ca.simplemulti.com"
[currencies.BTC]
buyable = true
pool_payout_addr = "1LmZN5ifbHdQy5jW9wNqyTuke3odY2Zos8"
[currencies.BTC.coinserv]
username = ""
password = ""
port = 1
address = ""
[currencies.TCO]
mineable = true
pool_payout_addr = "LUMPrhhWnoTfNXnDNWyqGG355fjTUVzFYX"
[currencies.TCO.coinserv]
username = ""
password = ""
port = 1
address = ""
[currencies.DOGE]
sellable = true
buyable = true
mineable = true
[currencies.DOGE.coinserv]
username = ""
password = ""
port = 1
address = ""
[mining_servers.1]
address = "localhost"
monitor_address = "http://localhost:3855/stratum"
port = 3333
location = "CA"
diff = 512
chain = 1