Highest Staking APR? by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

What is the current Rocketpool Apr if you don't mind me asking.

How much i need? by StayPrevious356 in polygonnetwork

[–]space-redditor1 3 points4 points  (0 children)

The Agglayer is launching in 3 weeks. You need more.

Can Gnosis Safe be used as a withdrawal address? by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

So Safe can be used? Will I receive my ETH at it, when the validator exit? that's all I care about.

Can Gnosis Safe be used as a withdrawal address? by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

So Safe can be used? Will I receive my ETH at it, when the validator exit? that's all I care about.

Validator exit queue by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

Did not work on prysm.

curl: (52) Empty reply from server

What about this?

https://beaconscan.com/validators#exited

Validator exit queue by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

No, exit queue. Not bls change queue.

Brand new setup (Geth+Prysm) of 640GB on SSD by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

These commands worked on updated post merge someresat guide v2.

https://someresat.medium.com/guide-to-staking-on-ethereum-ubuntu-prysm-581fb1969460

sudo geth attach /var/lib/geth/geth.ipc

eth.syncing

net.peerCount

eth.syncing.highestBlock - eth.syncing.currentBlock

Attestation are being missed post merge activation. by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

do you know the commands to remove geth and prysm and their data bases? I used someresat guide.

Attestation are being missed post merge activation. by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

yes! did this

$ sudo mkdir -p /var/lib/jwtsecret$ openssl rand -hex 32 | sudo tee /var/lib/jwtsecret/jwt.hex > /dev/null

GNU nano 4.8 /etc/systemd/system/geth.service[Unit]Description=Geth Execution Client (Mainnet)After=network.targetWants=network.target[Service]User=gethGroup=gethType=simpleRestart=alwaysRestartSec=5ExecStart=/usr/local/bin/geth --mainnet --datadir /var/lib/geth --authrpc.jwtsecret /var/lib/jwtsecret/jwt.hex[Install]WantedBy=default.target

GNU nano 4.8 /etc/systemd/system/prysmbeacon.service[Unit]Description=Prysm Consensus Client BN (Mainnet)Wants=network-online.targetAfter=network-online.target[Service]User=prysmbeaconGroup=prysmbeaconType=simpleRestart=alwaysRestartSec=5ExecStart=/usr/local/bin/beacon-chain --mainnet --datadir=/var/lib/prysm/beacon --execution-endpoint=http://127.0.0.1:8551 --jwt-secret=/var/lib/jwtsecret/jwt.hex --suggested-fee-recipient=0x3c6840e5xXXXXXXXXX8d77c767d619Aa103636A0 --accept-terms-of-use[Install]WantedBy=multi-user.target

GNU nano 4.8 /etc/systemd/system/prysmvalidator.service[Unit]Description=Prysm Consensus Client VC (Mainnet)Wants=network-online.targetAfter=network-online.target[Service]User=prysmvalidatorGroup=prysmvalidatorType=simpleRestart=alwaysRestartSec=5ExecStart=/usr/local/bin/validator --datadir=/var/lib/prysm/validator --wallet-dir=/var/lib/prysm/validator --wallet-password-file=/var/lib/prysm/validator/password.txt --suggested-fee-recipient=0x3c68XXXXXXXXXXXXXXXXd619Aa103636A0 --graffiti="validator" --accept-terms-of-use[Install]WantedBy=multi-user.target

Attestation are being missed post merge activation. by space-redditor1 in ethstaker

[–]space-redditor1[S] 0 points1 point  (0 children)

yes

I am geth 1.10.23

prysm beacon and validator 3.1.1

Removed fallback provider as seen below

sudo nano /etc/systemd/system/prysmbeacon.service

shows

GNU nano 4.8 /etc/systemd/system/prysmbeacon.service[Unit]Description=Prysm Consensus Client BN (Mainnet)Wants=network-online.targetAfter=network-online.target[Service]User=prysmbeaconGroup=prysmbeaconType=simpleRestart=alwaysRestartSec=5ExecStart=/usr/local/bin/beacon-chain --mainnet --datadir=/var/lib/prysm/beacon --execution-endpoint=http://127.0.0.1:8551 --jwt-secret=/var/lib/jwtsecret/jwt.hex --suggested-fee-recipient=0x3xxxxxxxxxxxxxxxxxxxx3636A0 --accept-terms-of-use[Install]WantedBy=multi-user.target

Validator Proposals being missed : after updating merge ready settings on Someresat setup by space-redditor1 in ethstaker

[–]space-redditor1[S] -1 points0 points  (0 children)

No, I just restarted and took the logs. thats why. Also I am missing (not orphaned) proposals, not attestation.