You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To mine efficient (e.g. 0x00000000XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX) or opinionated (0xba5edXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXba5ed) Ethereum addresses for the deployed contract address, we should build a Rust or C++-based tooling that is powered by GPU support using OpenCL features. CPU support can also be part of it.
~$ createxcrunch -h
usage: createxcrunch [-h] [-V] [-f factory_address] [-pdp permissioned_deploy_protection] [-c caller_address] [-crp crosschain_redeploy_protection] [-z minimum_leading_zeros] [-m matching_pattern] [-o output_path] input_file [path_to_JSON_file]
positional argument:
input_file Contract creation code as JSON file.
generic program information:
-h, --help Show this help message and exit.
-V, --version Show program's version number and exit.salt crunching configuration options: -f, --factory Set the factory address. (Optional, defaults to `0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed`). -pdp, --permissioned Set a permissioned deploy protection. (Optional, defaults to `false`). -c, --caller Set the caller address in checksummed hex format. Required if `pdp = true`, otherwise input will be ignored. -crp, --crosschain Set a cross-chain redeploy protection. (Optional, defaults to `false`). -z, --zeros Minimum number of leading zeros. Example: `-z 4`. Cannot be used in combination with `-m`. (Optional, defaults to `0`). -m, --matching Matching pattern for the contract address. Example: `-m ba5edXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXba5ed`. Cannot be used in combination with `-z`. (Optional, defaults to random pattern).general output control: -o, --output Set the output path for the results.
The text was updated successfully, but these errors were encountered:
Describe the desired feature:
To mine efficient (e.g.
0x00000000XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
) or opinionated (0xba5edXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXba5ed
) Ethereum addresses for the deployed contract address, we should build a Rust or C++-based tooling that is powered by GPU support using OpenCL features. CPU support can also be part of it.Related issues:
CreateX
salt
scheme 0age/create2crunch#17CreateX
salt
scheme johguse/ERADICATE2#19Possible specification
The text was updated successfully, but these errors were encountered: