- In case while login in this comes as the error, BitcoinDark is started
automatically in Basilisk Mode! and user gets logged in after
successfully starting BitcoinDark in Basilisk Mode.
- All it needs is just Iguana process running. that's it.
toastr.info("Looks like BitcoinDark already running.","Coin Notification");
}elseif(BTCDBasiliskDataOutput.result===null){
console.log('coin already there');
toastr.info("Looks like BitcoinDark already running.","Coin Notification");
}
},
error:function(xhr,textStatus,error){
console.log('failed starting BitcoinDark.');
console.log(xhr.statusText);
console.log(textStatus);
console.log(error);
//swal("Oops...", "Something went wrong!", "error");
toastr.warning("Opps... Something went wrong!","Coin Notification")
}
});
}else{
toastr.warning("Opps... Something went wrong!","Account Notification");
}
console.log(data.statusText);
console.log(data.statusText);
console.log(textStatus);
console.log(textStatus);
console.log(jqXHR);
console.log(jqXHR);
NProgress.done();
}
}
},
},
error:function(xhr,textStatus,error){
error:function(xhr,textStatus,error){
@ -196,62 +242,73 @@ var Login = function() {
},
},
submitHandler:function(form){
submitHandler:function(form){
varIguanaLoginData={
swal({
'handle':$('#wallet-handle').val(),
title:'Have you taken backup?',
'password':$('#password').val(),
text:"You'll only see and use your wallet passphrase this time. Make sure you have it backed up. Also make sure to have your wallet password backed up. Without both you'll not be able to access your wallet again!",
'timeout':'2592000'
type:'warning',
}
showCancelButton:true,
//console.log('== Data Collected ==');
confirmButtonColor:'#3085d6',
//console.log(IguanaLoginData);
cancelButtonColor:'#d33',
// Use AJAX to post the object to login user
confirmButtonText:'Yes, I have taken backup.'
$.ajax({
}).then(function(){
type:'GET',
//swal('Deleted!', 'Your file has been deleted.', 'success' );