Skip to content

Commit

Permalink
commands done
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Aug 19, 2022
1 parent 5d1a60f commit c5e9255
Show file tree
Hide file tree
Showing 69 changed files with 180 additions and 12 deletions.
Binary file not shown.
Binary file added consensus/beacondata/metaData
Binary file not shown.
Empty file.
Binary file modified consensus/genesis.ssz
Binary file not shown.
60 changes: 48 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,20 @@ services:
- ./execution/sk.json:/config/sk.json
geth:
image: "ethereum/client-go:latest"
command: --http --http.api "eth,engine" --authrpc.jwtsecret="/auth/jwtsecret" --datadir=/gethdata --allow-insecure-unlock --unlock="0x123463a4b065722e99115d6c222f267d9cabb524" --password="/config/geth_password.txt" --nodiscover --syncmode=full --mine
command:
- --http
- --http.api "eth,engine"
- --http.addr=0.0.0.0
- --authrpc.vhosts=*
- --authrpc.addr=0.0.0.0
- --authrpc.jwtsecret="/auth/jwtsecret"
- --datadir=/gethdata
- --allow-insecure-unlock
- --unlock="0x123463a4b065722e99115d6c222f267d9cabb524"
- --password="/config/geth_password.txt"
- --nodiscover
- --syncmode=full
- --mine
ports:
- 8551:8551
- 8545:8545
Expand All @@ -31,12 +44,30 @@ services:
- ./jwtsecret:/auth/jwtsecret
create-beacon-chain-genesis:
image: "gcr.io/prysmaticlabs/prysm/cmd/prysmctl:latest"
command: testnet generate-genesis --num-validators=64 --output-ssz=/consensus/genesis.ssz --chain-config-file=/consensus/config.yml
command:
- testnet
- generate-genesis
- --num-validators=64
- --output-ssz=/consensus/genesis.ssz
- --chain-config-file=/consensus/config.yml
volumes:
- ./consensus:/consensus
beacon-chain:
image: "gcr.io/prysmaticlabs/prysm/beacon-chain:latest"
command: --datadir=/consensus/beacondata --min-sync-peers=0 --interop-genesis-state=/consensus/genesis.ssz --interop-eth1data-votes --bootstrap-node= --chain-config-file=/consensus/config.yml --config-file=/consensus/config.yml --chain-id=3238 --execution-endpoint=http://geth:8551 --accept-terms-of-use --jwt-secret=/auth/jwtsecret
command:
- --datadir=/consensus/beacondata
- --min-sync-peers=0
- --interop-genesis-state=/consensus/genesis.ssz
- --interop-eth1data-votes
- --bootstrap-node=
- --chain-config-file=/consensus/config.yml
- --config-file=/consensus/config.yml
- --chain-id=32382
- --rpc-host=0.0.0.0
- --grpc-gateway-host=0.0.0.0
- --execution-endpoint=http://geth:8551
- --accept-terms-of-use
- --jwt-secret=/auth/jwtsecret
depends_on:
geth:
condition: service_started
Expand All @@ -47,12 +78,17 @@ services:
volumes:
- ./consensus:/consensus
- ./jwtsecret:/auth/jwtsecret
environment:
FLASK_ENV: development
# validator:
# image: "gcr.io/prysmaticlabs/prysm/validator:latest"
# depends_on:
# beacon-chain:
# condition: service_started
# volumes:
# - ./config.yml:config.yml
validator:
image: "gcr.io/prysmaticlabs/prysm/validator:latest"
command:
- --beacon-rpc-provider=beacon-chain:4000
- --datadir=/consensus/validatordata
- --accept-terms-of-use
- --interop-num-validators=64
- --interop-start-index=0
- --chain-config-file=/consensus/config.yml
depends_on:
beacon-chain:
condition: service_started
volumes:
- ./consensus:/consensus
Empty file added execution/gethdata/geth/LOCK
Empty file.
Binary file added execution/gethdata/geth/chaindata/000011.ldb
Binary file not shown.
Binary file added execution/gethdata/geth/chaindata/000012.log
Binary file not shown.
Binary file added execution/gethdata/geth/chaindata/000014.ldb
Binary file not shown.
1 change: 1 addition & 0 deletions execution/gethdata/geth/chaindata/CURRENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000013
1 change: 1 addition & 0 deletions execution/gethdata/geth/chaindata/CURRENT.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000010
Empty file.
63 changes: 63 additions & 0 deletions execution/gethdata/geth/chaindata/LOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
=============== Aug 18, 2022 (UTC) ===============
23:53:45.306883 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:53:45.325365 db@open opening
23:53:45.332138 version@stat F·[] S·0B[] Sc·[]
23:53:45.336666 db@janitor F·2 G·0
23:53:45.337805 db@open done T·10.704042ms
23:53:45.430485 db@close closing
23:53:45.431583 db@close done T·1.097333ms
=============== Aug 18, 2022 (UTC) ===============
23:55:10.898206 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:55:10.908334 version@stat F·[] S·0B[] Sc·[]
23:55:10.909647 db@open opening
23:55:10.911015 journal@recovery F·1
23:55:10.912452 journal@recovery recovering @1
23:55:10.929078 memdb@flush created L0@2 N·68 S·12KiB "\x02}\xa3..\x87\x8e_,v43":"\xe5\xc5W..\xf6\nv,v56"
23:55:10.933171 version@stat F·[1] S·12KiB[12KiB] Sc·[0.25]
23:55:10.951717 db@janitor F·3 G·0
23:55:10.952300 db@open done T·41.509292ms
23:55:13.480691 db@close closing
23:55:13.482711 db@close done T·2.019ms
=============== Aug 18, 2022 (UTC) ===============
23:55:24.634218 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:55:24.641456 version@stat F·[1] S·12KiB[12KiB] Sc·[0.25]
23:55:24.642362 db@open opening
23:55:24.643060 journal@recovery F·1
23:55:24.644588 journal@recovery recovering @3
23:55:24.655677 memdb@flush created L0@5 N·45 S·2KiB "Dat..ion,v71":"unc..own,v100"
23:55:24.659638 version@stat F·[2] S·14KiB[14KiB] Sc·[0.50]
23:55:24.677473 db@janitor F·4 G·0
23:55:24.678226 db@open done T·35.262208ms
23:55:54.368648 db@close closing
23:55:54.369625 db@close done T·976.042µs
=============== Aug 18, 2022 (UTC) ===============
23:58:12.905862 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:58:12.916211 version@stat F·[2] S·14KiB[14KiB] Sc·[0.50]
23:58:12.917168 db@open opening
23:58:12.918392 journal@recovery F·1
23:58:12.920642 journal@recovery recovering @6
23:58:12.936125 memdb@flush created L0@8 N·59 S·2KiB "HR\x8b..߃\xe4,v129":"unc..own,v117"
23:58:12.940478 version@stat F·[3] S·17KiB[17KiB] Sc·[0.75]
23:58:12.963390 db@janitor F·5 G·0
23:58:12.964304 db@open done T·46.074833ms
23:58:29.226898 db@close closing
23:58:29.228416 db@close done T·1.517333ms
=============== Aug 18, 2022 (UTC) ===============
23:58:37.023790 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:58:37.032634 version@stat F·[3] S·17KiB[17KiB] Sc·[0.75]
23:58:37.033580 db@open opening
23:58:37.034631 journal@recovery F·1
23:58:37.036281 journal@recovery recovering @9
23:58:37.050461 memdb@flush created L0@11 N·41 S·1KiB "H\x03\xd0..P\xfd\xb9,v189":"unc..own,v177"
23:58:37.054613 version@stat F·[4] S·19KiB[19KiB] Sc·[1.00]
23:58:37.076707 db@janitor F·6 G·0
23:58:37.077392 db@open done T·42.979625ms
23:58:37.078187 table@compaction L0·4 -> L1·0 S·19KiB Q·217
23:58:37.110260 table@build created L1@14 N·164 S·17KiB "\x02}\xa3..\x87\x8e_,v43":"\xe5\xc5W..\xf6\nv,v56"
23:58:37.111557 version@stat F·[0 1] S·17KiB[0B 17KiB] Sc·[0.00 0.00]
23:58:37.113168 table@compaction committed F-3 S-1KiB Ke·0 D·49 T·32.930167ms
23:58:37.115022 table@remove removed @8
23:58:37.117518 table@remove removed @5
23:58:37.120052 table@remove removed @2
23:58:57.024363 db@close closing
23:58:57.025178 db@close done T·815.75µs
Binary file added execution/gethdata/geth/chaindata/MANIFEST-000013
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Empty file.
1 change: 1 addition & 0 deletions execution/gethdata/geth/chaindata/ancient/chain/diffs.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Binary file not shown.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Binary file added execution/gethdata/geth/lightchaindata/000001.log
Binary file not shown.
1 change: 1 addition & 0 deletions execution/gethdata/geth/lightchaindata/CURRENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000000
Empty file.
8 changes: 8 additions & 0 deletions execution/gethdata/geth/lightchaindata/LOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
=============== Aug 18, 2022 (UTC) ===============
23:53:45.446558 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:53:45.464999 db@open opening
23:53:45.477518 version@stat F·[] S·0B[] Sc·[]
23:53:45.481786 db@janitor F·2 G·0
23:53:45.482324 db@open done T·16.71525ms
23:53:45.575575 db@close closing
23:53:45.577867 db@close done T·2.291375ms
Binary file not shown.
Empty file.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Binary file not shown.
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
Empty file.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
��
1 change: 1 addition & 0 deletions execution/gethdata/geth/nodekey
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c92541f31693eea4ee93fc4465b2a39ba9e1d295d55a8e097c902220ae423eb4
Binary file added execution/gethdata/geth/nodes/000002.ldb
Binary file not shown.
Binary file added execution/gethdata/geth/nodes/000005.ldb
Binary file not shown.
Binary file added execution/gethdata/geth/nodes/000008.ldb
Binary file not shown.
Binary file added execution/gethdata/geth/nodes/000009.log
Binary file not shown.
1 change: 1 addition & 0 deletions execution/gethdata/geth/nodes/CURRENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000010
1 change: 1 addition & 0 deletions execution/gethdata/geth/nodes/CURRENT.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MANIFEST-000007
Empty file.
44 changes: 44 additions & 0 deletions execution/gethdata/geth/nodes/LOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
=============== Aug 18, 2022 (UTC) ===============
23:55:11.073005 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:55:11.092463 db@open opening
23:55:11.099592 version@stat F·[] S·0B[] Sc·[]
23:55:11.103742 db@janitor F·2 G·0
23:55:11.104575 db@open done T·11.230667ms
23:55:13.484613 db@close closing
23:55:13.485420 db@close done T·805.583µs
=============== Aug 18, 2022 (UTC) ===============
23:55:24.809530 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:55:24.816133 version@stat F·[] S·0B[] Sc·[]
23:55:24.817453 db@open opening
23:55:24.818827 journal@recovery F·1
23:55:24.820112 journal@recovery recovering @1
23:55:24.830682 memdb@flush created L0@2 N·2 S·181B "loc..seq,v2":"version,v1"
23:55:24.835056 version@stat F·[1] S·181B[181B] Sc·[0.25]
23:55:24.855821 db@janitor F·3 G·0
23:55:24.856529 db@open done T·38.046583ms
23:55:54.370700 db@close closing
23:55:54.371622 db@close done T·921.416µs
=============== Aug 18, 2022 (UTC) ===============
23:58:13.105283 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:58:13.111878 version@stat F·[1] S·181B[181B] Sc·[0.25]
23:58:13.112483 db@open opening
23:58:13.113591 journal@recovery F·1
23:58:13.114485 journal@recovery recovering @3
23:58:13.123443 memdb@flush created L0@5 N·1 S·162B "loc..seq,v4":"loc..seq,v4"
23:58:13.127194 version@stat F·[2] S·343B[343B] Sc·[0.50]
23:58:13.146895 db@janitor F·4 G·0
23:58:13.147808 db@open done T·34.470583ms
23:58:29.229503 db@close closing
23:58:29.230767 db@close done T·1.262584ms
=============== Aug 18, 2022 (UTC) ===============
23:58:37.218093 log@legend F·NumFile S·FileSize N·Entry C·BadEntry B·BadBlock Ke·KeyError D·DroppedEntry L·Level Q·SeqNum T·TimeElapsed
23:58:37.224638 version@stat F·[2] S·343B[343B] Sc·[0.50]
23:58:37.225508 db@open opening
23:58:37.226763 journal@recovery F·1
23:58:37.228423 journal@recovery recovering @6
23:58:37.237757 memdb@flush created L0@8 N·1 S·162B "loc..seq,v6":"loc..seq,v6"
23:58:37.241290 version@stat F·[3] S·505B[505B] Sc·[0.75]
23:58:37.261624 db@janitor F·5 G·0
23:58:37.262494 db@open done T·36.040041ms
23:58:57.025982 db@close closing
23:58:57.026880 db@close done T·898.208µs
Binary file added execution/gethdata/geth/nodes/MANIFEST-000010
Binary file not shown.
Empty file.
Binary file added execution/gethdata/geth/triecache/data.0.bin
Binary file not shown.
Binary file added execution/gethdata/geth/triecache/data.1.bin
Binary file not shown.
Binary file added execution/gethdata/geth/triecache/data.2.bin
Binary file not shown.
Binary file added execution/gethdata/geth/triecache/data.3.bin
Binary file not shown.
Binary file added execution/gethdata/geth/triecache/data.4.bin
Binary file not shown.
Binary file added execution/gethdata/geth/triecache/metadata.bin
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"address":"123463a4b065722e99115d6c222f267d9cabb524","crypto":{"cipher":"aes-128-ctr","ciphertext":"da3928f19ad62bd4953b4b11c5a3449c49b0a60efef5d5e192abf6d4c7ae1941","cipherparams":{"iv":"42c684eddbf483316d7b102c4a2cdd76"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"bdf3910fae8138b4e5e7bd2926e0f1adc453c9c35c4ced8f0a0740c2f7dcd821"},"mac":"1ff6914151117c23694cc3f60759c22e030c64a05aa44ac46bd7a7c560da0e28"},"id":"5cb5c20a-e9da-485f-90af-90d0a6cdc9f1","version":3}

0 comments on commit c5e9255

Please sign in to comment.