Bitcoin Forum
April 27, 2024, 01:12:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Discussion / MERCATOX WITHDRAW on: January 17, 2018, 04:11:49 PM
HERE IS HOW YOU CANCEL ANY PENDING DEPOSITS MANUALLY ON MERCATOX... PLEASE NOTE YOU MUST USE CHROME AND MUST BE "PROCESSING"
open chrome, mercatox
select pending TX
r-click or  cntrl r than select inspect
java box to right opens to right, select top square "inspect" select TX info box pop up
to right on bottom import the java script below (replace transaction Id with your TX Mercatox ID)
    $.post(
        '/wallet/cancel-withdraw',
            {
                _csrf: _csrf,
                   id: "[Transaction ID]"
                        }, function (data) {
                            if (data) {
                               alert("cancelling");
                            } else {
                                notify('Error');
                            }
                        }
                    );
Press enter, than cancellation will take place immediately. Hope that helps everyone, donations of btc appreciated Smiley

donation address:1Ewasf1S4gwSMUbtmMYxKq6kHsRMfFPgCV
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!