• Breaking News

    Tuesday, April 24, 2018

    Ethereum [WARNING] MyEtherWallet.com highjacked on Google Public DNS

    Ethereum [WARNING] MyEtherWallet.com highjacked on Google Public DNS


    [WARNING] MyEtherWallet.com highjacked on Google Public DNS

    Posted: 24 Apr 2018 06:04 AM PDT

    Do not use myetherwallet.com if you're using Google Public DNS (8.8.8.8 / 8.8.4.4) at this moment, it seems these DNS servers are resolving the domain to a bad server that CAN steal your keys!

    Invalid certificate: https://imgur.com/a/bh6p4DQ

    root@tali:/home/micky# dig @8.8.8.8 myetherwallet.com

    ; <<>> DiG 9.9.5-9+deb8u6-Debian <<>> @8.8.8.8 myetherwallet.com ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44817 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

    ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;myetherwallet.com. IN A

    ;; ANSWER SECTION: myetherwallet.com. 9641 IN A 46.161.42.42

    ;; Query time: 7 msec ;; SERVER: 8.8.8.8#53(8.8.8.8) ;; WHEN: Tue Apr 24 15:48:51 EEST 2018 ;; MSG SIZE rcvd: 62

    root@tali:/home/micky# dig @8.8.4.4 myetherwallet.com

    ; <<>> DiG 9.9.5-9+deb8u6-Debian <<>> @8.8.4.4 myetherwallet.com ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 36179 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

    ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;myetherwallet.com. IN A

    ;; ANSWER SECTION: myetherwallet.com. 9902 IN A 46.161.42.42

    ;; Query time: 33 msec ;; SERVER: 8.8.4.4#53(8.8.4.4) ;; WHEN: Tue Apr 24 15:50:27 EEST 2018 ;; MSG SIZE rcvd: 62

    Always make sure your connection is secure "green" in your browser!

    LE: Anyone that got their keys into this has had their funds transferred to http://etherscan.io/address/0x1d50588C0aa11959A5c28831ce3DC5F1D3120d29

    Edit2: Google Public DNS is now resolving the correct ips. Keep in mind the ttl of the old records was some 9000 seconds, we can expect some ISP's to cache that for their clients.

    Again, please make sure the SSL Connection is always green when you interact with any website.

    submitted by /u/MickySocaci
    [link] [comments]

    Ethereum is the future anyone in the financial services industry that isn't paying attention to it will be left behind. - Michael Oved, Airswap on BloombergTV

    Posted: 24 Apr 2018 03:18 PM PDT

    My wife made me an Ethereum Lamp ����

    Posted: 24 Apr 2018 05:38 PM PDT

    MyEtherWallet integrates Kyber Network Exchange. You can now trade ERC20s/ETH directly from MEW!

    Posted: 24 Apr 2018 04:00 AM PDT

    TokenCard: Enabling the proliferation of Ethereum into the mass market

    Posted: 24 Apr 2018 06:48 AM PDT

    Parity 1.10.2-beta released. Not making any funny title about Star Trek this time, promised! :P

    Posted: 24 Apr 2018 10:10 AM PDT

    ERC918 - Mineable Token Specification

    Posted: 24 Apr 2018 07:20 AM PDT

    As of this morning, the ERC 918 specification draft has been merged into the Ethereum EIP master branch. This is a big moment for not only 0xBitcoin, but for the future of mineable tokens in general. A few highlights of this specification include:

    • EIP918Interface - This is the most general interface that contracts should follow, essentially only requires the mint() function
    • Creation of optional merge() function for merged mining use cases
    • AbstractERC918 - A more specific implementation that implements mint(), and breaks the preceding operations into 4 different phases, hash, reward, epoch and difficulty adjustments, each realized as separate abstract internal functions to be implemented by the sub contract. It additionally stores state variables for challenge number, target, tokens minted, blocks per adjustment, epoch count and statistics for the last minted token block.
    • Decoupling from other standards - The original spec was proposed as an extension of ERC20. After some thought and discussion, it made sense to remove this prerequisite as ERC918 should only define 'mineability'. So to create a mineable ERC20, or a mineable ERC721, one only has to use multiple inheritance. (ie. contract AwesomeCoin is ERC20, ERC918 { } )
    • Demonstration of a simple mining algorithm for illustration purposes

    Thanks to infernal_toast, mikers, Alex Tsankov and the 0xbitcoin community for pulling together and making this happen. We went into this knowing that not everyone was philosophically aligned to the idea of mineable tokens, so thanks also to Arachnid and others at Ethereum for candid feedback and ultimately taking a secular, objective, and fair stance on it.

    Original Pull Request: https://github.com/ethereum/EIPs/pull/918

    edit:

    Updated Rendering of the Spec: ( thanks /u/nickjohnson ) http://eips.ethereum.org/EIPS/eip-918

    submitted by /u/jlogelin
    [link] [comments]

    Golem keeps on BUIDLING: New software version, Brass Beta 0.15.1 - includes fixes to the older mainnet version

    Posted: 24 Apr 2018 06:14 AM PDT

    Ethereum Casper Upgrade Ready For Review

    Posted: 24 Apr 2018 06:52 AM PDT

    Analysis of Casper PoW Reward Reduction

    Posted: 24 Apr 2018 03:17 PM PDT

    #MeToo activists in the 'People's Republic of China' are turning to the Ethereum blockchain to dodge censorship

    Posted: 24 Apr 2018 09:09 AM PDT

    I quit my job to learn programming and create my first dapp, a blockchain version of R/place

    Posted: 24 Apr 2018 05:37 AM PDT

    I enjoyed R/place when it came out and a few months ago I got inspired to make a version of it on the Ethereum blockchain. When I started this I didn't know this had been attempted a couple of times already. I'm glad I did it anyway though, as it was a fun project and I learned a lot.

    I've been a freelance game artist for the past couple of years but I decided it was time for something new. I quit freelancing so I could focus on getting to grips with programming and web development. I'm not sure whether the next project will be a dapp or something else but I'm eager to start something new and more complex.

    I didn't have any experience with programming aside from blueprints in UE4 and making a Wordpress site. Stephen Grider's Ethereum course on Udemy was a big help to me for creating the smart contract and setting up the backend.

    My focus has been on user friendliness and accessibility. If you have Metamask installed and you have some Eth to spend, you're good to go. Each pixel costs 0.0001 Eth, or about $0.05. You can submit 255 pixels at a time and there's no limit to how often you can submit pixels.

    Please let me know if you have any feedback or if you find any bugs. Or if anyone has any questions.

    TL;DR: I made a clone of R/place on the Ethereum blockchain.

    https://cryptopixels.net

    submitted by /u/Joost3d
    [link] [comments]

    Enigma Joins Enterprise Ethereum Alliance and Decentralized Identity Foundation

    Posted: 24 Apr 2018 12:10 PM PDT

    DigixDAO Governance Model — Update #1

    Posted: 24 Apr 2018 08:04 AM PDT

    ⚡️Zap⚡️ Founder Nick Spanos & Hamdan Azhar visited and spoke at King Abdullah University of Science & Technology yesterday in Saudi Arabia. Nick will also talk at Decoding Blockchain Conference in Riyadh today!

    Posted: 24 Apr 2018 01:19 PM PDT

    adChain now Live on Ethereum Mainnet

    Posted: 24 Apr 2018 06:52 AM PDT

    Balanc3 Blockchain Accounting Platform - Live Demo

    Posted: 24 Apr 2018 09:18 AM PDT

    Myetherwallet Servers Are Hijacked in DNS Attack

    Posted: 24 Apr 2018 04:48 PM PDT

    status' pillars of decentralisation

    Posted: 24 Apr 2018 11:23 AM PDT

    Official statement from MEW regarding the dns spoofing attack

    Posted: 24 Apr 2018 09:23 AM PDT

    Announcing the Decentraland SDK Alpha

    Posted: 24 Apr 2018 07:20 AM PDT

    Taylor Monahan Shares Experiences with MEW and MyCrypto

    Posted: 24 Apr 2018 05:35 PM PDT

    The ENS Blacklist

    Posted: 24 Apr 2018 03:02 AM PDT

    No comments:

    Post a Comment