Skip to content

Commit 96372ad

Browse files
authored
Merge pull request #151 from Merit-Systems/shafu/vanity-address
New Vanity Address
2 parents 0666ebb + c3f6e00 commit 96372ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

create2crunch/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ export CALLER=$CALLER
3636
export INIT_CODE_HASH=$INIT_CODE_HASH
3737

3838
echo "Running create2 crunch..."
39-
cargo run --release $FACTORY $CALLER $INIT_CODE_HASH
39+
# Parameters: factory caller init_code_hash gpu_device(255=CPU) leading_zeros total_zeros(255=disabled)
40+
cargo run --release $FACTORY $CALLER $INIT_CODE_HASH 0 4 255

libraries/Params.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity =0.8.26;
33

44
library Params {
5-
bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012fa3e11e4cea5ddb5bdb0000c4;
5+
bytes32 constant SALT = 0xc710b407f46823cbbdbde6d344b8992c3062012f6c000ba437ceeb0382c203ae;
66
uint constant BATCH_LIMIT = 500;
77

88
/*//////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)