-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 1.41 KB
/
config.json
File metadata and controls
37 lines (37 loc) · 1.41 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
{
"defaultNetwork": "mainnet",
"networks": {
"testnet": {
"miningNode": "https://miner1.phpcoin.net",
"walletNode": "https://node1.phpcoin.net",
"faucetLink": "https://node1.phpcoin.net/apps/faucet",
"peersUrl": "https://node1.phpcoin.net/peers.php",
"aboutUrl": "https://phpcoin.net",
"walletUrl": "https://node1.phpcoin.net",
"block_time": 60,
"chain_prefix": "38",
"updateLink": {
"linux": "https://phpcoin.net/download/phpcoin-wallet-linux",
"win32": "https://phpcoin.net/download/phpcoin-wallet-win.exe"
},
"chainId": "01",
"minerVersion": "1.3"
},
"mainnet": {
"miningNode": "https://m1.phpcoin.net",
"walletNode": "https://main1.phpcoin.net",
"faucetLink": "https://main1.phpcoin.net",
"peersUrl": "https://main1.phpcoin.net/peers.php",
"aboutUrl": "https://phpcoin.net",
"walletUrl": "https://main1.phpcoin.net",
"block_time": 60,
"chain_prefix": "38",
"updateLink": {
"linux": "https://phpcoin.net/download/phpcoin-wallet-linux",
"win32": "https://phpcoin.net/download/phpcoin-wallet-win.exe"
},
"chainId": "00",
"minerVersion": "1.3"
}
}
}