Hello , will leave it for the rest of day if any errors show up
Btw is it possible to use with random rewards, ie 0.01-0.05?
or follow felicita's code
Thanks, it slipped past me
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
$get_rate = file_get_contents("https://blockchain.info/tobtc?currency=USD&value=1") * 100000000;
$payOut = rand(intval($get_rate * 0.004), intval($get_rate * 0.002));
$payOutBTC = $payOut / 100000000;
$get_rate = file_get_contents("https://blockchain.info/tobtc?currency=USD&value=1") * 100000000;
$payOut = rand(intval($get_rate * 0.004), intval($get_rate * 0.002));
$payOutBTC = $payOut / 100000000;
public function send($to, $amount, $userip, $referral = "false") {
if($this->currency === "BTC") {
$get_rate = file_get_contents("https://blockchain.info/tobtc?currency=USD&value=1");
$rate_sats = $get_rate * 100000000;
$amount = intval($amount * $rate_sats);
}
$get_rate = file_get_contents("https://blockchain.info/tobtc?currency=USD&value=1");
$rate = $get_rate * 100000000;
$reward1 = intval($rate * 0.001); // your first reward in USD
$reward2 = intval($rate * 0.0025); // your second reward in USD
$reward3 = intval($rate * 0.005); // your third reward in USD
echo "$reward1 , $reward2 , $reward3";
?>
$reward4 = intval($rate * 0.004);
$reward5 = intval($rate * 0.005);
$reward6 = intval($rate * 0.006);
echo "$reward1 , $reward2 , $reward3, $reward4 , $reward5 , $reward6 ";
echo $data["rewards"]; ?>
= file_get_contents("http://example.com/rs.php"); echo "$show_rewards"; ?>