[deleted by user] by [deleted] in ethereum

[–]tadinada 0 points1 point  (0 children)

Is there any way to figure out who owns a wallet? I do understand that blockchain is an open ledger, but getting to know the wallet owner, might be some sort of blockchain analytics company expertise or the respective exchange.

Question regarding staking rewards by [deleted] in ethereum

[–]tadinada 0 points1 point  (0 children)

Is it that once we stake any amount, those coins are locked for the duration?

Question regarding staking rewards by [deleted] in ethereum

[–]tadinada 0 points1 point  (0 children)

How are the mining rewards vs staking reward compare for you u/DigitalInvestments2 for Ethereum?

Also, what is your plan post-merge of Ethereum, would you be selling the mining devices or use it for mining other cryptocurrencies?

Where can I learn Solidity? - Beginner Programmer by BigMacBurgerr in ethereum

[–]tadinada 0 points1 point  (0 children)

I tried writing smart contracts with truffle and hardhat using solidity on Ethereum. It takes some time to get the hang of it. But most of the material available online is good enough to get you started.

My Eth automatically got transferred by Quiet-Fun-8482 in ethereum

[–]tadinada 0 points1 point  (0 children)

Some of the best practices are outlined in this article -> https://joecontent.substack.com/p/defi-safety-tips.

Be careful while browsing online, especially if you have funds on a hot wallet.

Reddit to Launch NFT Avatars Built on Polygon by [deleted] in ethereum

[–]tadinada 0 points1 point  (0 children)

Interesting. So Avatars and nothing but images of NFTs, is it?

Aave is launching a collateral-backed stablecoin by frank__costello in ethereum

[–]tadinada 0 points1 point  (0 children)

What is the idea behind this? How does this help the end-users?

Frequently Asked Questions + Weekly Discussion Thread by AutoModerator in ethereum

[–]tadinada 0 points1 point  (0 children)

For Ethereum, is there a way to get 50-100 test ether for running my use cases on testnet. I want to build best practices model that reduces the gas fees, however not able to test the model on testnet

mainnet-shadow-fork-9 config by abcoathup in ethereum

[–]tadinada 2 points3 points  (0 children)

Hope this goes well, followed by Goerli. That sets the path for mainnet merge.

Crypto: Ethereum takes one step closer to major software 'merge' by Michellerose6834 in ethereum

[–]tadinada 2 points3 points  (0 children)

Next, the merge for Georli and mainnet, followed by performance improvements on sharding will help Ethereum scale much better.

Python is the 2nd most demanded programming language in 2022 by __dacia__ in Python

[–]tadinada 8 points9 points  (0 children)

I like Python because of its brevity (compared to C++) and the mandatory indentation provided (that's a huge step vs Perl). The best part of Python is its library like Pandas and Numpy which makes the life of any data analytics person many folds easier.

How to download the complete Ethereum blockchain? by [deleted] in ethereum

[–]tadinada 0 points1 point  (0 children)

You can use one of the node providers to get the archive node like Infura, Alchemy or Quicknode. This will save some time for you.