Skip to content

Commit

Permalink
update conf tmpl (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
AstaFrode authored Jul 31, 2024
1 parent c0354a4 commit 0ee4c9d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pkg/confile/confile.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,26 @@ import (
const DefaultProfile = "conf.yaml"
const TempleteProfile = `# The rpc endpoint of the chain node
Rpc:
- "wss://testnet-rpc0.cess.cloud/ws/"
- "wss://testnet-rpc1.cess.cloud/ws/"
- "wss://testnet-rpc2.cess.cloud/ws/"
- "wss://testnet-rpc.cess.cloud/ws/"
# Bootstrap Nodes
Boot:
- "_dnsaddr.boot-bucket-testnet.cess.cloud"
- "_dnsaddr.boot-miner-testnet.cess.cloud"
# Signature account mnemonic
Mnemonic: "xxx xxx ... xxx"
Mnemonic: "
# Staking account
# If you fill in the staking account, the staking will be paid by the staking account,
# otherwise the staking will be paid by the signature account.
StakingAcc: "cXxxx...xxx"
StakingAcc: ""
# earnings account
EarningsAcc: cXxxx...xxx
EarningsAcc: ""
# Service workspace
Workspace: /
# P2P communication port
Port: 4001
# Maximum space used, the unit is GiB
UseSpace: 2000
# Number of cpu's used, 0 means use all
UseCpu: 0
UseCpu: 1
# Priority tee list address
TeeList:`

Expand Down

0 comments on commit 0ee4c9d

Please sign in to comment.