Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Dec 3, 2024
1 parent f66ad95 commit ea061f5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ export interface ConfluxConfig {
*/
stratumListenAddress?: string;
/**
* Port for stratum.
* @default 32525
* `mining_type` is the type of mining.
* stratum | cpu | disable
*/
miningType?: string;
/** Port for stratum. */
stratumPort?: number;
/** log_conf` the path of the log4rs configuration file. The configuration in the file will overwrite the value set by `log_level`. */
logConf?: string;
Expand Down Expand Up @@ -156,6 +158,16 @@ export interface ConfluxConfig {
defaultTransitionTime?: number;
/** @default:3 */
cip1559TransitionHeight?: number;
/**
* Enable CIP43A, CIP64, CIP71, CIP78A, CIP92 after hydra_transition_number
* @default:1
*/
hydraTransitionNumber?: number;
/**
* Enable cip76, cip86 after hydra_transition_height
* @default:1
*/
hydraTransitionHeight?: number;
/** @default: temp dir */
confluxDataDir?: string;
/** pos config path */
Expand Down

0 comments on commit ea061f5

Please sign in to comment.