Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adapt the configuration file changes for cess-miner #28

Open
0xbillw opened this issue Sep 13, 2024 · 0 comments · May be fixed by #29
Open

adapt the configuration file changes for cess-miner #28

0xbillw opened this issue Sep 13, 2024 · 0 comments · May be fixed by #29
Assignees

Comments

@0xbillw
Copy link
Member

0xbillw commented Sep 13, 2024

The reason for the changes:

Config sample

app:
  # workspace
  workspace: "/"
  # communication port
  port: 4001
  # maximum space used, the unit is GiB
  maxusespace: 2000
  # number of cpus used, 0 means use all
  cores: 0

chain:
  # signature account mnemonic
  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: ""
  # earnings account
  earningsacc: ""
  # timeout for waiting for transaction packaging, default 12 seconds
  timeout: 12
  # rpc address list
  rpcs:
    - "wss://testnet-rpc.cess.cloud/ws/"
  # priority tee address list
  tees:
@0xbillw 0xbillw self-assigned this Sep 13, 2024
@0xbillw 0xbillw changed the title The miner's modification of p2p to http version involves changes in the configuration file. The cess-noeadm program needs to adapt to the miner's new configuration file adapt the configuration file changes for cess-miner Sep 13, 2024
@0xbillw 0xbillw transferred this issue from CESSProject/cess-nodeadm Sep 18, 2024
@0xbillw 0xbillw linked a pull request Sep 18, 2024 that will close this issue
sunway910 added a commit to sunway910/config-gen that referenced this issue Oct 11, 2024
sunway910 added a commit to sunway910/config-gen that referenced this issue Oct 25, 2024
0xbillw pushed a commit that referenced this issue Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant