Bitcoin Forum
May 26, 2024, 09:46:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: MERCATOX WITHDRAW  (Read 126 times)
dietitianking (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 17, 2018, 04:11:49 PM
 #1

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
EngineeredVirus
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 19, 2018, 04:25:10 PM
 #2

My transaction is still showing "Processing". Can you help please?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!