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
1. Use lodestar branch `master` and run `yarn && yarn build`
31
+
1. Run cmd: `./lodestar beacon --rootDir kintsugi/temp --network=kintsugi --eth1.providerUrls=http://localhost:8545 --execution.urls=http://localhost:8545`
32
+
33
+
#### Validator
34
+
35
+
1. Run cmd: `./lodestar validator --rootDir=kintsugi/temp_validatordata --paramsFile=kintsugi/config/config.yaml --keystoresDir=kintsugi/keystores --secretsDir=kintsugi/secrets`
36
+
37
+
### Lighthouse
38
+
39
+
### Beacon
40
+
41
+
1. Use lighthouse branch `kintsugi` and run `make`
42
+
1. Make dir `lighthouse/kintsugi` and copy in from this dir: `config.yaml`, `genesis.ssz`, `deploy_block.txt`, `deposit_contract.txt`, `deposit_contract_block.txt`
0 commit comments