Bitcoin Forum
June 22, 2024, 05:46:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 [1303] 1304 1305 1306 1307 1308 1309 1310 1311 »
  Print  
Author Topic: [ANN] Ethereum: Welcome to the Beginning  (Read 2004327 times)
digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
January 06, 2023, 04:10:05 AM
Last edit: January 09, 2023, 08:25:52 PM by digaran
 #26041

Oh hello there Vitalik, why ETH wallets are this shitty I can't even verify a signed message with them, The metamask joke of a wallet has no sign or verify tools. Only way to sign was by using an online wallet.
I'm not Vitalik, but I recommend you mycrypto wallet
https://mycrypto.com
Metamask was designed for other purposes and is a very good wallet for DeFi applications. Ethereum has not made official wallets for a long time. Wallets are developed by separate teams for decentralization, but wallets are compatible for fast data transfer.
Also myetherwallet will help you
https://www.myetherwallet.com/
These are 2 very old and reliable wallets.

MEW just verifies that the address really did sign but doesn't decode the message, mycrypto returned an invalid message error.

This should not be hard at all for people, using bitcoin wallets would take a few seconds, I'm trying to decode this message since yesterday to no avail.


Code:
{
  "address": "0xcfcb12d849569a3d1cf971721665b2dce0279a91",
  "msg": "0x4469672066726f6d20626974636f696e74616c6b2c206e6f7420746865206f776e65722c206a75737420666f756e64206974206f6e207468652077656220616e642077696c6c206e6576657220746f7563682074686573652073686974746f6b656e73206f7220616e7920636f696e2f746f6b656e20746861742773206e6f74206d696e652e",
  "sig": "f0842c11e60863ec78847b9f27fd2259e8a33cb7d9d8b947889afd691e7582a7413b22488149afe0a0fa30683e1d6807a45cb8ceda5c8b2900d11051edea30ad1c",
  "version": "3",
  "signer": "MEW"
}


I was able to decode it using the following script
Code:
import codecs

def decode_hex(hex_string):
    return codecs.decode(hex_string, 'hex').decode('utf-8')

hex_string = "0x4469672066726f6d20626974636f696e74616c6b2c206e6f7420746865206f776e65722c206a75737420666f756e64206974206f6e207468652077656220616e642077696c6c206e6576657220746f7563682074686573652073686974746f6b656e73206f7220616e7920636f696e2f746f6b656e20746861742773206e6f74206d696e652e"
decoded_message = decode_hex(hex_string)
print(decoded_message)

🖤😏
antaresproject
Copper Member
Jr. Member
*
Offline Offline

Activity: 112
Merit: 5

antares.codes trade51.co aco.so


View Profile WWW
January 07, 2023, 03:06:34 AM
 #26042


Anyone know the aprox date we get to access our 32 ETH collateral for validator node?
 

███ STAKING ████████████████ ANTARES CODES █████████████████ MASTERNODE SHARING ███
███ NFT MARKETPLACE ██████ CRYPTO MOST LUCRATIVE AFFILIATE PROGRAM █████ DAILY FAUCET ███
███ BLOCKCHAIN DOMAIN █████████████████ ONE-CLICK TOKEN CREATOR ███████████████████ METAVERSE ███
FP91G
Legendary
*
Offline Offline

Activity: 1680
Merit: 1056


View Profile
January 07, 2023, 11:28:52 AM
Merited by vapourminer (1)
 #26043


Anyone know the aprox date we get to access our 32 ETH collateral for validator node?
 
Ethereum Shanghai Hard Fork Slated For March
As Beiko stated, the Ethereum core devs have decided to prioritize enabling stake withdrawals over implementing the so-called “Surge” upgrade with EIP-4884. The proposal will enable the withdrawal of staked ETH for the first time.
So while EIP-4844 will not be included, three more technical EIPs that are of interest primarily to developers are already sure to be bundled into the Shanghai upgrade.

https://www.binance.com/en/news/top/7317714
antaresproject
Copper Member
Jr. Member
*
Offline Offline

Activity: 112
Merit: 5

antares.codes trade51.co aco.so


View Profile WWW
January 07, 2023, 01:27:36 PM
 #26044


Anyone know the aprox date we get to access our 32 ETH collateral for validator node?
 
Ethereum Shanghai Hard Fork Slated For March
As Beiko stated, the Ethereum core devs have decided to prioritize enabling stake withdrawals over implementing the so-called “Surge” upgrade with EIP-4884. The proposal will enable the withdrawal of staked ETH for the first time.
So while EIP-4844 will not be included, three more technical EIPs that are of interest primarily to developers are already sure to be bundled into the Shanghai upgrade.

https://www.binance.com/en/news/top/7317714

Perfect, thanks my friend. Not so bad, another 2 months.

███ STAKING ████████████████ ANTARES CODES █████████████████ MASTERNODE SHARING ███
███ NFT MARKETPLACE ██████ CRYPTO MOST LUCRATIVE AFFILIATE PROGRAM █████ DAILY FAUCET ███
███ BLOCKCHAIN DOMAIN █████████████████ ONE-CLICK TOKEN CREATOR ███████████████████ METAVERSE ███
FP91G
Legendary
*
Offline Offline

Activity: 1680
Merit: 1056


View Profile
January 11, 2023, 09:50:19 AM
 #26045

Ethereum developers eye February public testnet for Shanghai upgrade
The planned Shanghai upgrade of the Ethereum network will focus exclusively on ETH withdrawals.
Developers are planning to release a public test network for the Shanghai upgrade by the end of February.
https://www.theblock.co/post/200005/ethereum-developers-eye-february-public-testnet-for-shanghai-upgrade
FutureSeeker2021
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 2

Unidentified Aerial Phenomena = Aliens


View Profile
January 11, 2023, 04:27:25 PM
Last edit: January 11, 2023, 05:28:15 PM by FutureSeeker2021
 #26046

Ethereum  has come along way. A lot of people in private circles are talking about how AI is now creeping on the ETH chain. Generating ART. Creating NFT’s . Even creating Account’s and selling it’s own NFT’s. Crazy times we live in. Embarrassed  Never could have imagined ETH giving rise to Skynet  Cheesy

https://opensea.io/AI_Mother


It is a pity that we do not live on Mars and just observe man’s nasty antics by telescope.
-Albert Einstein-
blockman
Hero Member
*****
Offline Offline

Activity: 2954
Merit: 627


Vave.com - Crypto Casino


View Profile
January 12, 2023, 08:58:07 PM
 #26047

As bitcoin goes, ETH is up too.

Ethereum  has come along way. A lot of people in private circles are talking about how AI is now creeping on the ETH chain. Generating ART. Creating NFT’s . Even creating Account’s and selling it’s own NFT’s. Crazy times we live in. Embarrassed  Never could have imagined ETH giving rise to Skynet  Cheesy
That's giving the idea to even in the corporate world, some of them are now giving their NFTs to their consumers and not just giving it but also selling it.
Well, thanks to ETH's smart contract that has opened it all and some projects that have been made out of it before got the little foot steps that has been followed through ETH.

██████
██
██
██
██
██
██
██
██
██
██
██████
██████            ██████
 █████            █████
  █████          █████
   █████        █████
 ████████      ████████
  ████████    ████████
      █████  █████   
    ████████████████
    ████████████████
        ████████     
         ██████       
          ████       
           ██         
AVE.COM | BRANDNEW CRYPTO
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀.. CASINO & BETTING PLATFORM
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
🏆🎁
██████
██
██
██
██
██
██
██
██
██
██
██████
██████
██
██
██
██
██
██
██
██
██
██
██████
████████████████████████████████   ████████████████   ██████
.
..PLAY NOW..
.
██████   ███████████████████   █████████████████████████████
██████
██
██
██
██
██
██
██
██
██
██
██████
safar1980
Legendary
*
Offline Offline

Activity: 1764
Merit: 1630


#SWGT CERTIK Audited


View Profile
January 15, 2023, 11:34:47 AM
 #26048

The Ethereum Foundation and Vitalik held the first AMA on reddit in 2023. Full text:
[AMA] We are EF Research (Pt. 9: 11 January, 2023)
https://twitter.com/WuBlockchain/status/1613911159828262913
https://www.reddit.com/r/ethereum/comments/107cqi8/ama_we_are_ef_research_pt_9_11_january_2023/


FP91G
Legendary
*
Offline Offline

Activity: 1680
Merit: 1056


View Profile
January 18, 2023, 10:11:36 AM
 #26049

Ethereum continues to dominate developer activity, having increased its full-time developer count by 9% to 1,873 — which is more than the next three highest ecosystems combined: Polkadot (752), Cosmos (511) and Solana (383).
Developer counts on non-Ethereum chains are catching up though. The Cosmos and Solana networks increased 34% and 36%, respectively, while Starknet is among one of the mid-sized ecosystems to have made a solid run In 2022 with a 214% increase in developer count.
https://cointelegraph.com/news/number-of-devs-increased-during-crypto-winter-electric-capital-report
zasad@
Legendary
*
Offline Offline

Activity: 1792
Merit: 4368



View Profile WWW
January 19, 2023, 12:42:20 PM
 #26050

https://www.developerreport.com

Ethereum leads in the number of developers

https://www.developerreport.com/developer-report
"1. Monthly active developers grew +5% year-over-year, despite 70%+ decline in prices.
23,343 monthly developers as of December 2022.
471,000+ monthly code commits are made monthly toward open-source crypto.
+8% YoY growth in Full-Time developers. Full-Time developer growth is the most important growth signal to track because they contribute 76% of code commits.
All-time high of 61,000+ developers contributed code for the first time in 2022.

2. Crypto network value is back to January 2018 levels, but monthly active developers have increased +297% since 2018. Comparing the previous crypto winter to today:
3x growth in Bitcoin monthly active developers, from 372 to to 946.
5x growth in Ethereum monthly active developers, from 1,084 to 5,819.
Solana, Polkadot, Cosmos, & Polygon grew from fewer than 200 devs to 1,000+ developers.

3. Major ecosystems are emerging beyond Bitcoin and Ethereum.
72% of monthly active devs work outside the Bitcoin and Ethereum ecosystems.
Solana, NEAR, and Polygon grew 40% YoY and have 500+ total monthly active developers.
Sui, Aptos, Starknet, Mina, Osmosis, Hedera, Optimism, and Arbitrum grew 50%+ YoY and have 100+ total monthly active developers.
3,901 developers work in DeFi every month across multiple chains, +240% since DeFi summer. 50% of DeFi developers are outside of Ethereum.
900+ developers write code monthly in NFTs across chains, +299% since 2021."

...AoBT...
▄▄█████████████████▄▄
███████████████████████
█████████████████████████
███████████████████████
██████████████████████
█████████████████████
███████████████████████
██████████████████████
█████████████████████
█████████████████████
█████████████████████████
███████████████████████
█████████████████
The Alliance
of Bitcointalk
Translators
▄▄▄███████▄▄▄
▄███████████████▄
▄███
████████████████▄
▄██
███████████████████▄
▄█
██████████████████████▄
████████████████████████
█████████████████████
████████████████████████
▀███████████████████████▀
▀███████████████████
▀███████████████████▀
███████████████▀
▀▀▀███████▀▀▀
.
..JOIN US..

▄███████████████████████▄
█████████████████████████
█████▀▀██████▀▀██▀▀▀▀████
████████▀██████████
████▄▄▄▄▀███████
███████▄▀▄█▀▀███████
█████████████████████████
█████████████████████████
████████████▀████████████
▀███████████████████████▀
█████

██████████
.
..HIRE US..
theskillzdatklls
Hero Member
*****
Offline Offline

Activity: 1328
Merit: 563


MintDice.com | TG: t.me/MintDice


View Profile WWW
January 19, 2023, 04:49:53 PM
 #26051

Really cool resource @zasad. Never seen that before, always been curious.

Having that many active developers on a project really kind of shows a technical moat that ETH is developing. When there's that much of a community and that much being built, it's going to get harder and harder to compete with it long term. Would be easier to just strap on to it's infrastructure.

I'm a huge Bitcoin fan but it's a bit boring technologically - which is a good thing. I think it's great that there's two ends to the spectrum for how things are ultimately working out for BTC/ETH.




.




  ▄▄▄▄▄▄▄▄▄▄▄▄▄
▄████████▀▀▀▀███▄
███████▀     ████
███████   ███████
█████        ████
███████   ███████
▀██████   ██████▀
  ▀▀▀▀▀   ▀▀▀▀▀

  ▄▄▄▄▄▄▄▄▄▄▄▄▄
▄██▀▀▀▀▀▀▀▀▀▀▀██▄
██    ▄▄▄▄▄ ▀  ██
██   █▀   ▀█   ██
██   █▄   ▄█   ██
██    ▀▀▀▀▀    ██
▀██▄▄▄▄▄▄▄▄▄▄▄██▀
  ▀▀▀▀▀▀▀▀▀▀▀▀▀

            ▄▄▄
█▄▄      ████████▄
 █████▄▄████████▌
▀██████████████▌
  █████████████
  ▀██████████▀
   ▄▄██████▀
    ▀▀▀▀▀

    ██  ██
  ███████████▄
    ██      ▀█
    ██▄▄▄▄▄▄█▀
    ██▀▀▀▀▀▀█▄
    ██      ▄█
  ███████████▀
    ██  ██




               ▄
       ▄  ▄█▄ ▀█▀      ▄
      ▀█▀  ▀   ▄  ▄█▄ ▀█▀
███▄▄▄        ▀█▀  ▀     ▄▄▄███       ▐█▄    ▄█▌   ▐█▌   █▄    ▐█▌   ████████   █████▄     ██    ▄█████▄▄   ▐█████▌
████████▄▄           ▄▄████████       ▐███▄▄███▌   ▐█▌   ███▄  ▐█▌      ██      █▌  ▀██    ██   ▄██▀   ▀▀   ▐█
███████████▄       ▄███████████       ▐█▌▀██▀▐█▌   ▐█▌   ██▀██▄▐█▌      ██      █▌   ▐█▌   ██   ██          ▐█████▌
 ████████████     ████████████        ▐█▌    ▐█▌   ▐█▌   ██  ▀███▌      ██      █▌  ▄██    ██   ▀██▄   ▄▄   ▐█
  ████████████   ████████████         ▐█▌    ▐█▌   ▐█▌   ██    ▀█▌      ██      █████▀     ██    ▀█████▀▀   ▐█████▌
   ▀███████████ ███████████▀
     ▀███████████████████▀
        ▀▀▀█████████▀▀▀
FIND OUT MORE AT MINTDICE.COM
digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
January 23, 2023, 03:31:48 AM
 #26052

Hey ETH coiners, recently I encountered an address with the private key of all 0s, is that the genesis address? It has a lot of shitcoins and 10 ETH. Since nobody wants the coins inside, is there any way to transfer from that address? If you could move the coins, just gimme 25%, thanks in advance.

Yours truly, forum beggar/troll.🤣

🖤😏
Jcga
Legendary
*
Offline Offline

Activity: 2590
Merit: 1089



View Profile
January 23, 2023, 08:37:32 PM
 #26053

"9 years ago today"  Smiley

🚀IRRESISTIBLE "Crypto Collectibles" 👉 https://bitcointalk.org/index.php?board=217.0
zasad@
Legendary
*
Offline Offline

Activity: 1792
Merit: 4368



View Profile WWW
January 25, 2023, 12:33:48 PM
 #26054

Hey ETH coiners, recently I encountered an address with the private key of all 0s, is that the genesis address? It has a lot of shitcoins and 10 ETH. Since nobody wants the coins inside, is there any way to transfer from that address? If you could move the coins, just gimme 25%, thanks in advance.

Yours truly, forum beggar/troll.🤣
Take money $170,000
https://bitcointalk.org/index.php?topic=5407489

An ethereum coin transaction costs much less than a token transaction, so the fraudster's transaction will have a higher priority.

I don't think anyone other than a scammer will be able to take shitcoins from this address. It is better to publish your data so that it is indexed in the search and the scammer gets less money.

...AoBT...
▄▄█████████████████▄▄
███████████████████████
█████████████████████████
███████████████████████
██████████████████████
█████████████████████
███████████████████████
██████████████████████
█████████████████████
█████████████████████
█████████████████████████
███████████████████████
█████████████████
The Alliance
of Bitcointalk
Translators
▄▄▄███████▄▄▄
▄███████████████▄
▄███
████████████████▄
▄██
███████████████████▄
▄█
██████████████████████▄
████████████████████████
█████████████████████
████████████████████████
▀███████████████████████▀
▀███████████████████
▀███████████████████▀
███████████████▀
▀▀▀███████▀▀▀
.
..JOIN US..

▄███████████████████████▄
█████████████████████████
█████▀▀██████▀▀██▀▀▀▀████
████████▀██████████
████▄▄▄▄▀███████
███████▄▀▄█▀▀███████
█████████████████████████
█████████████████████████
████████████▀████████████
▀███████████████████████▀
█████

██████████
.
..HIRE US..
FP91G
Legendary
*
Offline Offline

Activity: 1680
Merit: 1056


View Profile
January 26, 2023, 07:58:21 AM
 #26055

The first set of testing has commenced for the much anticipated Shanghai upgrade, expected in March, that will enable staked ether withdrawals. Some minor glitches were reported.
Ethereum developers said they successfully created a copy of the blockchain – known as a “shadow fork” – to provide a testing environment ahead of a crucial upgrade known as the Shanghai hard fork.
The shadow fork occurred at 10:40 coordinated universal time (5:40 a.m. ET), according to Parithosh Jayathi, DevOps engineer at the Ethereum Foundation.
https://www.coindesk.com/tech/2023/01/23/latest-ethereum-shadow-fork-brings-blockchains-shanghai-upgrade-closer-to-reality/
theskillzdatklls
Hero Member
*****
Offline Offline

Activity: 1328
Merit: 563


MintDice.com | TG: t.me/MintDice


View Profile WWW
January 26, 2023, 11:27:33 AM
 #26056

The first set of testing has commenced for the much anticipated Shanghai upgrade, expected in March, that will enable staked ether withdrawals. Some minor glitches were reported.
Ethereum developers said they successfully created a copy of the blockchain – known as a “shadow fork” – to provide a testing environment ahead of a crucial upgrade known as the Shanghai hard fork.
The shadow fork occurred at 10:40 coordinated universal time (5:40 a.m. ET), according to Parithosh Jayathi, DevOps engineer at the Ethereum Foundation.
https://www.coindesk.com/tech/2023/01/23/latest-ethereum-shadow-fork-brings-blockchains-shanghai-upgrade-closer-to-reality/

Definitely looking forward to this. Would be nice if this does go to schedule and releases March-April.

Probably one of the absolute dumbest ETH conspiracies was that ETH stakers were never going to be able to withdraw their ETH. That circulated far and wide for some time. I expected this not to happen until the summer of 2023 all else equal but I was surprised to hear last month that it was coming sooner than that.




.




  ▄▄▄▄▄▄▄▄▄▄▄▄▄
▄████████▀▀▀▀███▄
███████▀     ████
███████   ███████
█████        ████
███████   ███████
▀██████   ██████▀
  ▀▀▀▀▀   ▀▀▀▀▀

  ▄▄▄▄▄▄▄▄▄▄▄▄▄
▄██▀▀▀▀▀▀▀▀▀▀▀██▄
██    ▄▄▄▄▄ ▀  ██
██   █▀   ▀█   ██
██   █▄   ▄█   ██
██    ▀▀▀▀▀    ██
▀██▄▄▄▄▄▄▄▄▄▄▄██▀
  ▀▀▀▀▀▀▀▀▀▀▀▀▀

            ▄▄▄
█▄▄      ████████▄
 █████▄▄████████▌
▀██████████████▌
  █████████████
  ▀██████████▀
   ▄▄██████▀
    ▀▀▀▀▀

    ██  ██
  ███████████▄
    ██      ▀█
    ██▄▄▄▄▄▄█▀
    ██▀▀▀▀▀▀█▄
    ██      ▄█
  ███████████▀
    ██  ██




               ▄
       ▄  ▄█▄ ▀█▀      ▄
      ▀█▀  ▀   ▄  ▄█▄ ▀█▀
███▄▄▄        ▀█▀  ▀     ▄▄▄███       ▐█▄    ▄█▌   ▐█▌   █▄    ▐█▌   ████████   █████▄     ██    ▄█████▄▄   ▐█████▌
████████▄▄           ▄▄████████       ▐███▄▄███▌   ▐█▌   ███▄  ▐█▌      ██      █▌  ▀██    ██   ▄██▀   ▀▀   ▐█
███████████▄       ▄███████████       ▐█▌▀██▀▐█▌   ▐█▌   ██▀██▄▐█▌      ██      █▌   ▐█▌   ██   ██          ▐█████▌
 ████████████     ████████████        ▐█▌    ▐█▌   ▐█▌   ██  ▀███▌      ██      █▌  ▄██    ██   ▀██▄   ▄▄   ▐█
  ████████████   ████████████         ▐█▌    ▐█▌   ▐█▌   ██    ▀█▌      ██      █████▀     ██    ▀█████▀▀   ▐█████▌
   ▀███████████ ███████████▀
     ▀███████████████████▀
        ▀▀▀█████████▀▀▀
FIND OUT MORE AT MINTDICE.COM
digaran
Copper Member
Hero Member
*****
Offline Offline

Activity: 1330
Merit: 899

🖤😏


View Profile
January 30, 2023, 06:32:10 AM
 #26057

Wow how can I generate an ass like that? I want them with true skin color though, not intrested on fake colored asses.🤣

🖤😏
FP91G
Legendary
*
Offline Offline

Activity: 1680
Merit: 1056


View Profile
February 01, 2023, 08:33:22 AM
 #26058

Ethereum staking withdrawal testnet Zhejiang to go online Feb. 1
According to a Jan. 31 post by Ethereum Foundation developer Parithosh Jayanthi, the “Zhejiang” public withdrawal testnet will launch on Feb. 1 at 3:00 pm UTC. Six days after Zhejiang, the Shanghai and Capella testnets will also be triggered at epoch 1350. Jayanthi noted:
https://cointelegraph.com/news/ethereum-staking-withdrawal-testnet-zhejiang-to-go-online-feb-1
FutureSeeker2021
Copper Member
Jr. Member
*
Offline Offline

Activity: 50
Merit: 2

Unidentified Aerial Phenomena = Aliens


View Profile
February 05, 2023, 05:54:31 PM
 #26059

Wow how can I generate an ass like that? I want them with true skin color though, not intrested on fake colored asses.🤣

How could you tell if something was hidden in the NFT. Would it be possible for "code" or secret to be hidden in the NFT image? AI source code hidden in the NFT? Would make for a great way for AI to spread.

It is a pity that we do not live on Mars and just observe man’s nasty antics by telescope.
-Albert Einstein-
safar1980
Legendary
*
Offline Offline

Activity: 1764
Merit: 1630


#SWGT CERTIK Audited


View Profile
February 07, 2023, 01:06:38 PM
 #26060

ENS DAO's proposal to "sell 10,000 ETH to cover operating expenses for the next two years" has been approved and will be implemented after the 2-day lock-up period. ENS DAO previously held 40,746 ETH and 2.46 million USDC.
https://twitter.com/WuBlockchain/status/1622934055242338304?

Pages: « 1 ... 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 [1303] 1304 1305 1306 1307 1308 1309 1310 1311 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!