Skip to content

Commit

Permalink
Difficulty adjustment for Orchard GPU Miners
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Jul 7, 2023
1 parent d490bbe commit c066d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func DefaultOrchardGenesisBlock() *Genesis {
Nonce: 0,
ExtraData: hexutil.MustDecode("0x3535353535353535353535353535353535353535353535353535353535353536"),
GasLimit: 5000000,
Difficulty: big.NewInt(1000),
Difficulty: big.NewInt(1000000000),
}
}

Expand Down
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
var (
ColosseumGenesisHash = common.HexToHash("0x937e935af7be23cee3a138dcc0e1a0ba1ccf2c9d085d144d4fb2e6fbd54fdd67")
GardenGenesisHash = common.HexToHash("0x8975f8760d317524559986d595058d4d66c05d62e0eda1d740cdee56a25788a5")
OrchardGenesisHash = common.HexToHash("0x17cf57642df199efff2d6bbf34d99a842d0545980df30e40707ed54663b42baa")
OrchardGenesisHash = common.HexToHash("0x58002449e3015262a25a4c2998d2d329941fbc9269d174b2220c7bbf3b3c617b")
LocalGenesisHash = common.HexToHash("0x9e7149a4f5ff07675e0e7881f004cd0dc1f5a28bb9ba8c4de86794ba6fe80b60")
GalenaGenesisHash = common.HexToHash("0xe0a395a3fcd7ecbb28dd66eeceab2fb40db01a2bfbf9e5fbc5b93269104df19a")
)
Expand Down

0 comments on commit c066d74

Please sign in to comment.