-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalidator.sh
More file actions
executable file
·48 lines (47 loc) · 1.55 KB
/
validator.sh
File metadata and controls
executable file
·48 lines (47 loc) · 1.55 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
#!/bin/bash
exec fened --datadir /root/fene-network-val/validator-1 \
--unlock "0xa1900cE24337D4DACd90CeA6c44AB70849E66d5B" \
--password /root/fene-network-val/password.txt \
--mine \
--allow-insecure-unlock \
--http \
--http.addr=0.0.0.0 \
--http.port=8547 \
--http.api "senatus,debug,eth,miner,net,txpool,web3" \
--http.corsdomain '*' \
--http.vhosts '*' \
--ws \
--ws.addr=0.0.0.0 \
--ws.port=8548 \
--ws.api "senatus,debug,eth,miner,net,txpool,web3" \
--ws.origins '*' \
--rpc.txfeecap=25 \
--rpc.gascap=25000000 \
--port=30304 \
--networkid=223344 \
--syncmode=fast \
--gcmode=full \
--maxpeers=50 \
--gpo.blocks=20 \
--gpo.percentile=60 \
--gpo.maxprice=500000000000 \
--ipcdisable \
--cache=1024 \
--cache.database=50 \
--cache.trie=30 \
--cache.trie.rejournal "1h0m0s" \
--cache.gc=0 \
--cache.snapshot=20 \
--cache.preimages \
--txpool.journal="transactions.rlp" \
--txpool.rejournal="1h0m0s" \
--txpool.pricelimit=100000000000 \
--txpool.pricebump=10 \
--txpool.accountslots=16 \
--txpool.globalslots=4096 \
--txpool.accountqueue=64 \
--txpool.globalqueue=1024 \
--txpool.lifetime="0h40m0s" \
--identity="SPR-Validator" \
--verbosity=3 \
--bootnodes="enode://96dd8ecf6393f2787add8acf2ec2a21941ec359a3cc1cc52f1faa551f72d7df61427da680cdd8e86aad50227f80ab462e45f787a49f4c0b243592bd6e433491a@127.0.0.1:30303"