Bitcoin Forum

Economy => Service Discussion => Topic started by: dietitianking on January 17, 2018, 04:11:49 PM



Title: MERCATOX WITHDRAW
Post by: dietitianking 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 :)

donation address:1Ewasf1S4gwSMUbtmMYxKq6kHsRMfFPgCV


Title: Re: MERCATOX WITHDRAW
Post by: EngineeredVirus on January 19, 2018, 04:25:10 PM
My transaction is still showing "Processing". Can you help please?