-
Notifications
You must be signed in to change notification settings - Fork 3
/
modules.ini
47 lines (36 loc) · 1.4 KB
/
modules.ini
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
[db]
bootstrap=io.nuls.db.module.impl.LevelDbModuleBootstrap
[account]
bootstrap=io.nuls.account.module.AccountModuleBootstrap
[account-ledger]
bootstrap=io.nuls.account.ledger.base.module.impl.AccountLedgerModuleBootstrap
[msg-bus]
bootstrap=io.nuls.message.bus.module.MessageBusModuleBootstrap
[ledger]
bootstrap=io.nuls.ledger.module.impl.UtxoLedgerModuleBootstrap
[protocol]
bootstrap=io.nuls.protocol.base.module.BaseProtocolsModuleBootstrap
[network]
bootstrap=io.nuls.network.module.impl.NettyNetworkModuleBootstrap
network.server.port=8016
network.magic=20180712
network.max.in=100
network.max.out=10
network.seed.ip=47.254.71.213:8016,47.90.204.15:8016,47.254.152.83:8016,149.129.130.203:8016,211.149.191.152:8016,122.114.0.96:8016
[consensus]
bootstrap=io.nuls.consensus.poc.module.impl.PocConsensusModuleBootstrap
partake.packing=true
seed.nodes=Nse82gBCKKk7VqZZBQriobM7qJLTNULS,Nse4QvHepkFw8igZC8qzH9VUj2KPNULS,Nse6tpcdrkBeZyzeRpea4wHxuRL9NULS,NsdtQumE67eeSTEJtNmq27Fv9uCWNULS,NsduWJCm1JhSzqQgHVEUEAfUpmT7NULS
[client]
server.ip=0.0.0.0
server.port=6001
request.white.sheet=0.0.0.0
version.root.url=https://raw.githubusercontent.com/nuls-io/nuls-wallet-release/master/main/release/
[contract]
bootstrap=io.nuls.contract.module.impl.ContractModuleBootstrap
[utxo-accounts]
bootstrap=io.nuls.utxo.accounts.module.impl.UtxoAccountsModuleBootstrap
[rpc]
server.ip=0.0.0.0
server.port=6001
request.white.sheet=0.0.0.0