forked from Qitmeer/qitmeer-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample-config.toml
36 lines (31 loc) · 856 Bytes
/
sample-config.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
#configFile="" #Your config.toml profile directory
#appDataDir="" # Your DB storage path
#logDir="" # log path
#network="mainnet" #network mainnet,testnet,privnet default testnet
network="testnet"
#Qitmeerd
QServer="127.0.0.1:8131"
QUser="admin"
QPass="123456"
QNoTLS=true #Whether to start TLS corresponding to qitmeer
QTLSSkipVerify=true
WalletPass="public" #Wallet encryption code default public
MinTxFee=20000 # The minimum transaction fee in QIT/KB default 20000 (aka. 0.0002 MEER/KB)
Confirmations=10 # Number of block confirmations
#web model
#listeners=["127.0.0.1:8130"]
#rpcUser=""
#rpcPass=""
#ui=true
QitmeerdSelect = "local"
[[Qitmeerds]]
Name = "local"
RPCUser = "qitmeer"
RPCPassword = "123456"
RPCServer = "127.0.0.1:18130"
RPCCert = ""
NoTLS = true
TLSSkipVerify = true
Proxy = ""
ProxyUser = ""
ProxyPass = ""