Etherum Reddit

More / Etherum Reddit - 1 year ago

Making a hot wallet as cold as possible

Poke holes in my plan to have a “cold” metamask wallet since Ledger blew themselves up: Step 1: Create a new wallet in a separate browser from where I do my day to day trading. This is to ensure if my very active wallets sign a malicious transaction...

More / Etherum Reddit - 1 year ago

Something I can't understand about ERC-4337

Hi! I've been reading a lot about ERC-4337 and how it works at the high level view (at least this point: https://beincrypto.com/learn/erc-4337/). I understand that with this framework, the end-user doesn't need an EOA anymore. Following the f...

More / Etherum Reddit - 1 year ago

Dapp Login Experience

Do you think current dapps should have login similar to web2 where a user doesn't have to connect to a wallet every time he the application? submitted by /u/Aduttya [link] [comments]

More / Etherum Reddit - 1 year ago

Are we safe with Coinbase

Do you all think that our ETH is safe with Coinbase? I have all of mine there, and it is currently staking. What are the chances that they will freeze are crypto? submitted by /u/ImInYinz [link] [comments]

More / Etherum Reddit - 1 year ago

Just joined

Just joined from bitcoin community and i must say its refreshing that there is not a cult vibe here. Useful features discussed and new developments. Bitcoin followers are like people who follow single brand and think everyone needs it because it was...

More / Etherum Reddit - 1 year ago

Eth Price Drop and Rapid Rebound

I saw the price of eth (and other crypto) rapidly dropped on news of the SEC lawsuits. To my pleasant surprise, within less than half a day, everything suddenly rebounded? Does anyone know what is causing the rebound? Thanks submitted by ...

More / Etherum Reddit - 1 year ago

Cancel a pending transaction

Hi there, I have an ETH pending transaction since 3 days now as I didn't send enough gaz. I read that I can cancel a pending transaction sending 0 ETH to the same address but with higher gaz and same nonce. Is it possible in my case that no...

More / Etherum Reddit - 1 year ago

gasleft(); Self fullfilling prophecy ?

Lets say we have a view function which'll use up more than 30m gas and ultimately fail for hitting the ceiling. (out of gas)What if i limited the function to stop if gas is low. function stuff() public view returns(uint a){ while(a<10000000 &a...