-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuwsgi.ini
More file actions
161 lines (114 loc) · 4.67 KB
/
Copy pathuwsgi.ini
File metadata and controls
161 lines (114 loc) · 4.67 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# SPV sample configuration file
[uwsgi]
processes = 4
threads = 2
set-ph = SERVICENODE_PRIVKEY=put_snodeprivkey_from_servicenodestatus
set-ph = BLOCKNET_CHAIN=mainnet
# Handle XRouter payments
set-ph = HANDLE_PAYMENTS=true
set-ph = HANDLE_PAYMENTS_ENFORCE=false
set-ph = HANDLE_PAYMENTS_RPC_HOSTIP=
set-ph = HANDLE_PAYMENTS_RPC_PORT=41414
set-ph = HANDLE_PAYMENTS_RPC_USER=
set-ph = HANDLE_PAYMENTS_RPC_PASS=
set-ph = HANDLE_PAYMENTS_RPC_VER=2.0
# SPV Wallet Configurations
set-ph = RPC_BLOCK_HOSTIP=put_ip_address_of_block_client_this_can_be_a_private_ip
set-ph = RPC_BLOCK_PORT=41414
set-ph = RPC_BLOCK_USER=rpc_user_name_here
set-ph = RPC_BLOCK_PASS=rpc_password_here
set-ph = RPC_BLOCK_VER=2.0
set-ph = RPC_ETH_HOSTIP=
set-ph = RPC_ETH_PORT=8545
set-ph = RPC_ETH_USER=''
set-ph = RPC_ETH_PASS=''
set-ph = RPC_ETH_VER=2.0
# Ethereum Services
set-ph = URL_eth_accounts_HOSTIP=
set-ph = URL_eth_accounts_PORT=8191
set-ph = URL_eth_blockNumber_HOSTIP=
set-ph = URL_eth_blockNumber_PORT=8191
set-ph = URL_eth_call_HOSTIP=
set-ph = URL_eth_call_PORT=8191
set-ph = URL_eth_chainId_HOSTIP=
set-ph = URL_eth_chainId_PORT=8191
set-ph = URL_eth_estimateGas_HOSTIP=
set-ph = URL_eth_estimateGas_PORT=8191
set-ph = URL_eth_gasPrice_HOSTIP=
set-ph = URL_eth_gasPrice_PORT=8191
set-ph = URL_eth_getBalance_HOSTIP=
set-ph = URL_eth_getBalance_PORT=8191
set-ph = URL_eth_getBlockByHash_HOSTIP=
set-ph = URL_eth_getBlockByHash_PORT=8191
set-ph = URL_eth_getBlockByNumber_HOSTIP=
set-ph = URL_eth_getBlockByNumber_PORT=8191
set-ph = URL_eth_getBlockTransactionCountByHash_HOSTIP=
set-ph = URL_eth_getBlockTransactionCountByHash_PORT=8191
set-ph = URL_eth_getBlockTransactionCountByNumber_HOSTIP=
set-ph = URL_eth_getBlockTransactionCountByNumber_PORT=8191
set-ph = URL_eth_getCode_HOSTIP=
set-ph = URL_eth_getCode_PORT=8191
set-ph = URL_eth_getFilterChanges_HOSTIP=
set-ph = URL_eth_getFilterChanges_PORT=8191
set-ph = URL_eth_getFilterLogs_HOSTIP=
set-ph = URL_eth_getFilterLogs_PORT=8191
set-ph = URL_eth_getStorageAt_HOSTIP=
set-ph = URL_eth_getStorageAt_PORT=8191
set-ph = URL_eth_getTransactionByBlockHashAndIndex_HOSTIP=
set-ph = URL_eth_getTransactionByBlockHashAndIndex_PORT=8191
set-ph = URL_eth_getTransactionByBlockNumberAndIndex_HOSTIP=
set-ph = URL_eth_getTransactionByBlockNumberAndIndex_PORT=8191
set-ph = URL_eth_getTransactionByHash_HOSTIP=
set-ph = URL_eth_getTransactionByHash_PORT=8191
set-ph = URL_eth_getTransactionCount_HOSTIP=
set-ph = URL_eth_getTransactionCount_PORT=8191
set-ph = URL_eth_getTransactionReceipt_HOSTIP=
set-ph = URL_eth_getTransactionReceipt_PORT=8191
set-ph = URL_eth_getUncleByBlockHashAndIndex_HOSTIP=
set-ph = URL_eth_getUncleByBlockHashAndIndex_PORT=8191
set-ph = URL_eth_getUncleByBlockNumberAndIndex_HOSTIP=
set-ph = URL_eth_getUncleByBlockNumberAndIndex_PORT=8191
set-ph = URL_eth_getUncleCountByBlockHash_HOSTIP=
set-ph = URL_eth_getUncleCountByBlockHash_PORT=8191
set-ph = URL_eth_getUncleCountByBlockNumber_HOSTIP=
set-ph = URL_eth_getUncleCountByBlockNumber_PORT=8191
set-ph = URL_eth_getWork_HOSTIP=
set-ph = URL_eth_getWork_PORT=8191
set-ph = URL_eth_hashrate_HOSTIP=
set-ph = URL_eth_hashrate_PORT=8191
set-ph = URL_eth_mining_HOSTIP=
set-ph = URL_eth_mining_PORT=8191
set-ph = URL_eth_newBlockFilter_HOSTIP=
set-ph = URL_eth_newBlockFilter_PORT=8191
set-ph = URL_eth_newFilter_HOSTIP=
set-ph = URL_eth_newFilter_PORT=8191
set-ph = URL_eth_newPendingTransactionFilter_HOSTIP=
set-ph = URL_eth_newPendingTransactionFilter_PORT=8191
set-ph = URL_eth_protocolVersion_HOSTIP=
set-ph = URL_eth_protocolVersion_PORT=8191
set-ph = URL_eth_sendRawTransaction_HOSTIP=
set-ph = URL_eth_sendRawTransaction_PORT=8191
set-ph = URL_eth_submitWork_HOSTIP=
set-ph = URL_eth_submitWork_PORT=8191
set-ph = URL_eth_syncing_HOSTIP=
set-ph = URL_eth_syncing_PORT=8191
set-ph = URL_eth_uninstallFilter_HOSTIP=
set-ph = URL_eth_uninstallFilter_PORT=8191
set-ph = URL_eth_unsubscribe_HOSTIP=
set-ph = URL_eth_unsubscribe_PORT=8191
set-ph = URL_net_listening_HOSTIP=
set-ph = URL_net_listening_PORT=8191
set-ph = URL_net_peerCount_HOSTIP=
set-ph = URL_net_peerCount_PORT=8191
set-ph = URL_net_version_HOSTIP=
set-ph = URL_net_version_PORT=8191
set-ph = URL_web3_clientVersion_HOSTIP=
set-ph = URL_web3_clientVersion_PORT=8191
set-ph = URL_web3_sha3_HOSTIP=
set-ph = URL_web3_sha3_PORT=8191
set-ph = URL_parity_allTransactionHashes_HOSTIP=
set-ph = URL_parity_allTransactionHashes_PORT=8191
set-ph = URL_parity_allTransactions_HOSTIP=
set-ph = URL_parity_allTransactions_PORT=8191
set-ph = URL_parity_unsubscribe_HOSTIP=
set-ph = URL_parity_unsubscribe_PORT=8191