Skip to content

Commit

Permalink
docs(04): update en doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5459 committed Dec 7, 2023
1 parent 0bc0f78 commit 214554e
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions docs/en/04.damocles-manager-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ JobLifetime = "25h0m0s"
#Verbose = false
[Miners.SnapUp]
#Enabled = false
#Sender = "f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
#Senders = ["f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]
#SendFund = true
#GasOverEstimation = 1.2
#GasOverPremium = 0.0
Expand All @@ -78,7 +78,7 @@ JobLifetime = "25h0m0s"
[Miners.Commitment]
#Confidence = 10
[Miners.Commitment.Pre]
#Sender = "f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
#Senders = ["f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]
#SendFund = true
#GasOverEstimation = 1.2
#GasOverPremium = 0.0
Expand All @@ -94,7 +94,7 @@ JobLifetime = "25h0m0s"
#GasFeeCap = "5 nanoFIL"
#MaxFeeCap = ""
[Miners.Commitment.Prove]
#Sender = "f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
#Senders = ["f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]
#SendFund = true
#GasOverEstimation = 1.2
#GasOverPremium = 0.0
Expand All @@ -110,7 +110,7 @@ JobLifetime = "25h0m0s"
#GasFeeCap = "5 nanoFIL"
#MaxFeeCap = ""
[Miners.Commitment.Terminate]
#Sender = "f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
#Senders = ["f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]
#SendFund = true
#GasOverEstimation = 1.2
#GasOverPremium = 0.0
Expand All @@ -126,7 +126,7 @@ JobLifetime = "25h0m0s"
#GasFeeCap = "5 nanoFIL"
#MaxFeeCap = ""
[Miners.PoSt]
#Sender = "f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
#Senders = ["f1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]
#Enabled = true
#StrictCheck = true
#Parallel = false
Expand Down Expand Up @@ -510,9 +510,15 @@ Production strategy for controlling `SnapDeal`
# Default is false
#Enabled = false

# Sender address, required if enabled, address type
# Deprecated
# Sender address, optional, address type
#Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"

# List of sender address, required, address array type
# When damocles-manager sends a message, it will select the valid address in the list with the largest balance as the sending address.
#Senders = ["t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]


# Whether to send the necessary funds from Sender when submitting the on-chain message, optional, boolean type
# Default value is true
# If set to false, founds from miner address
Expand Down Expand Up @@ -591,8 +597,13 @@ Strategy for configuring `PreCommit` message sending
# Default value is true
#SendFund = true

# Sender address, required, address type
Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
# Deprecated
# Sender address, optional, address type
#Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"

# List of sender address, required, address array type
# When damocles-manager sends a message, it will select the valid address in the list with the largest balance as the sending address.
#Senders = ["t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]

# Gas estimate multiplier for a single message, optional, floating point type
# Default is 1.2
Expand Down Expand Up @@ -664,13 +675,18 @@ Options for configuring `WindowPoSt`.

```toml
[Miners.Post]
# Sender address, required, address type
Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"

# Whether to enable, optional, boolean type
# Default value is true
#Enabled = true

# Deprecated
# Sender address, optional, address type
#Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"

# List of sender address, required, address array type
# When damocles-manager sends a message, it will select the valid address in the list with the largest balance as the sending address.
#Senders = ["t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]

# Whether to perform strong verification on sector files, optional, boolean type
# Default value is true
# When enabled, in addition to checking the existence of the file, it will also try to read some information, such as metadata, etc.
Expand Down Expand Up @@ -815,17 +831,17 @@ EnableDeals = true

[Miners.Commitment]
[Miners.Commitment.Pre]
Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
Senders = ["t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]

[Miners.Commitment.Pre.Batch]

[Miners.Commitment.Prove]
Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
Senders = ["t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]

[Miners.Commitment.Prove.Batch]

[Miners.Post]
Sender = "t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"
Senders = ["t1abjxfbp274xpdqcpuaykwkfb43omjotacm2p3za"]
Enabled = true

[Miners.Proof]
Expand Down

0 comments on commit 214554e

Please sign in to comment.