Bitcoin Forum
June 22, 2024, 01:01:19 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MAP] Maple Coin, PoW, CryptoNight CPU/GPU Mining, Anonymity Cryptocurrency on: March 26, 2018, 12:06:01 AM
looking good  i will start mining this with my mining farm :-)
2  Economy / Investor-based games / Re: Bitpetite tumbler on: October 30, 2017, 10:45:03 PM
could be the end? https://etherscan.io/address/0x44de2e2b1f378d51e0d2a2ae5ebe4d427ab955a9  someone just withdrew 1190 ETH from an Bitpetite account
3  Bitcoin / Project Development / Bitcoin Price Widget Where I was wrong? on: October 18, 2017, 07:04:25 AM


data.php
Code:
<?php

$url 
"https://www.bitstamp.net/api/ticker/";
$fgc file_get_contents($url);
$json json_decode($fgctrue);

$price $json["last"];
$price number_format($price2);
$high $json["high"];
$low $json["low"];
$date date("m-d-Y - h:i:sa");
$open $json["open"];

if(
$open $price){
//price went up
$indicator "+";
$change $price $open;
$percent $change $open;
$percent $percent 100;
$percentChange $indicator.number_format(percent2);
$color "green";
}
if(
$open $price){
//price went down
$indicator "-";
$change $open $price;
$percent $change $open;
$percent $percent 100;
$percentChange $indicator.number_format(percent2);
$color "red";
}

$table = <<<EOT
<table width="100%">
<tr>
<td rowspan="3" width="60%" id="lastPrice">$
$price</td>
<td align="right" style="color: 
$color;">$percentChange%</td>
</tr>
<tr>
<td align="right">$
$high</td>
</tr>
<tr>
<td align="right">$
$low</td>
</tr>
<tr>
<td colspan="2" align="right" id="timeDate">
$date</td>
</tr>
</table>
EOT;

echo 
$table;
?>

price.html
Code:
<!DOCTYPE html>
<html>
<head>
<title>Price Widget</title>
<style>
#container{
width: 270px;
height: 90px;
border: 1px solid #000;
background-color: #2f2f2f;
overflow: hidden;
border-radius: 3px;
color: #fefdfb;
}
#lastPrice{
font-size: 30px;
}
#timeDate{
color: #999;
font-size: 9px
}
</style>
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
</head>
<body>
<div id="container">
</div>
<script>
$('document').ready(function (){
refreshData();
}
);

function refreshData(){
$('#container').load("data.php", function(){
setTimeout(refreshData, 15000);
});
};
</script>
</body>
</html>

Where I was wrong?
thank you
4  Bitcoin / Project Development / Re: local cloud mining | how to rent a miner? on: July 19, 2017, 06:36:21 PM
i pay 0.15 cent electricity
now i rent and point to client pool and wallet  but it not stable it 180 - 165 mhs. and if client need 50 mhs i dont have way to calculate how much 50 mhs did.
ETH mining calculator - it for now i need this in live like demo pool that i can insert 100 mhs and it start to calculate profit in eth
is the same calculate but in live and cuonting the profit
what is the calculate for ETH mining calculator? it can help thank you

5  Bitcoin / Project Development / local cloud mining | how to rent a miner? on: July 18, 2017, 12:45:00 PM
hi

i am a gpu miner, and i want to take it to the next level...
i want to rent 30% from my hashing power (eth for now)
so i need to make a software \ website \ app  to calculate The profit of each customer according to the speed he bought And mining difficulties
What exactly is the calculation here?

Sorry for my poor English
thank you

6  Alternate cryptocurrencies / Altcoin Discussion / Re: Your biggest loss with cryptocurrencies? on: June 13, 2017, 12:56:40 AM
A year ago I invested in bitmain cloud mining (hashnest) 3.5 BTC And I did not active the Google Authenticator 4 day after all my BTC was gone.
today I'm mining with a 15 real GPU rig and hapy/
7  Alternate cryptocurrencies / Mining (Altcoins) / ROG STRIX Z270F GAMING MB for 7 gpu mining on: May 29, 2017, 12:39:54 PM
the ROG STRIX Z270F GAMING good for 6/7 gpu ? this is the only one that i found in my area that have more then 4 pci exprees  At first I bought a motherboard with 4 pci-e. And 2 pci. I noticed only after I installed a processor on it and connected the graphics cards  Huh Huh Huh
8  Bitcoin / Hardware / Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order on: May 25, 2017, 05:54:50 AM
if i order s9 from bitminer now iget it in 15th July? (Shipping: 5th-15th July)
9  Economy / Investor-based games / Re: BitsHourly.com - WIN 135% After 1 Hour OR 105% After 1 Day - REVERSIBLE Bitcoins on: November 20, 2015, 12:08:52 AM
hi

my first mesage on BitcoinTalk

hopefully not a scam, i made a small investment of .01 btc
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!