Tip Daniel McClure with Cryptocurrency
- <a href="#bm-cc-btc“> Bitcoin
- <a href="#bm-cc-btc-alt“> Bitcoin Cash
- <a href="#bm-cc-eth“> Ethereum
- <a href="#bm-cc-ltc“> Litecoin
- <a href="#bm-cc-xmr“> Monero
- <a href="#bm-cc-zec“> ZCash
Donate Bitcoin to Daniel McClure
function copyBitcoinAddress() {
var copyText = document.getElementById(“bitcoinAddress”);
copyText.select();
document.execCommand(“Copy”);
alert(“Copied the Bitcoin Address: ” + copyText.value);
}
Donate Bitcoin Cash to Daniel McClure
function copyBitcoinCashAddress() {
var copyText = document.getElementById(“bitcoinCashAddress”);
copyText.select();
document.execCommand(“Copy”);
alert(“Copied the Bitcoin Cash Address: ” + copyText.value);
}
Donate Ethereum to Daniel McClure
function copyEthereumAddress() {
var copyText = document.getElementById(“ethereumAddress”);
copyText.select();
document.execCommand(“Copy”);
alert(“Copied the Ethereum Address: ” + copyText.value);
}
Donate Litecoin to Daniel McClure
function copyLitecoinAddress() {
var copyText = document.getElementById(“litecoinAddress”);
copyText.select();
document.execCommand(“Copy”);
alert(“Copied the Litecoin Address: ” + copyText.value);
}
Donate Monero to Daniel McClure
function copyMoneroAddress() {
var copyText = document.getElementById(“moneroAddress”);
copyText.select();
document.execCommand(“Copy”);
alert(“Copied the Monero Address: ” + copyText.value);
}
Donate ZCash to Daniel McClure
function copyZcashAddress() {
var copyText = document.getElementById(“zcashAddress”);
copyText.select();
document.execCommand(“Copy”);
alert(“Copied the ZCash Address: ” + copyText.value);
}
jQuery(‘.bm-button-copy’).css(‘display’,’inline’);
// Stop href=”#hashtarget” links jumping around the page
var hashLinks = document.querySelectorAll(“a[href^=’#’]”);
[].forEach.call(hashLinks, function (link) {
link.addEventListener(“click”, function (event) {
event.preventDefault();
history.pushState({}, “”, link.href);
history.pushState({}, “”, link.href);
history.back();
});
});
I LOVE YOU!
Much appreciated for posting this helpful information.
Tried with my Vista, phone is still locked :-/ Everytime I do an apple update this happens. Not jailbroken, do everything by the book and I’m ready to throw this phone out. So frustrating. Any suggestions? Updated all drivers, tried everything and every video out there and still frozen on the itunes connection screen.
Hey Chris, I appreciate your frustration but unfortunatley I’m not aware of what other problems there are as this method has always seen me well. You might need to speak to Apple or ask in their forums. All I can say is good luck and keep looking, there will be a solution somewhere, it’s just a matter of trying to find it through everything else. Searching for your particular error codes might also be an idea.
Serious skills mate, the only downside for me was i lost all my apps!! But hey still got a phone.
Thanx mate, thought my phone would never restore. Very easy to follow and carry out.
Worked out great, thanks man!