Bitcoin Forum
May 04, 2024, 09:37:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
421  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [TRST] WeTrust.io SAVINGS & INSURANCE PLATFORM - TOKEN SALE on: February 01, 2017, 01:56:28 AM
Do you accept ETH only for the crowdsale? How is TRST different from Inchain?
422  Economy / Exchanges / Re: Where can I buy bitcoin without verifying Id? on: February 01, 2017, 12:01:50 AM
If you have paypal and don't mind paying extra $, try virwox.com
423  Bitcoin / Project Development / Re: A little help with API's please on: January 31, 2017, 11:39:42 PM
Code:
$avg = sprintf("%0.8f", $obj->swing_btc->avg);
echo $avg;
http://php.net/manual/en/function.sprintf.php
424  Bitcoin / Project Development / Re: A little help with API's please on: January 31, 2017, 04:38:06 PM
What is the difference between this out put https://yobit.net/api/3/ticker/swing_btc and the trex one ?


Code:
{"swing_btc":{"high":0.0000585,"low":0.00004717,"avg":0.00005283,"vol":0.17922473,"vol_cur":3646.92318916,"last":0.00004717,"buy":0.00004717,"sell":0.00005800,"updated":1485880252}}

swing_btc is a JSON key so you'd need it to access the property.

Code:
echo $obj->swing_btc->high;
425  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: January 31, 2017, 02:42:09 PM
May i suggest moving the discussions to https://bitcointalk.org/index.php?topic=1354220.0

Thanks.
426  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XPASC] PascalCoin classic, SIMPLE blockchain account for everyone on: January 31, 2017, 02:35:58 PM
Ha, nice one, I've been rickrolled!!  Cheesy
427  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XPASC] PascalCoin classic, SIMPLE blockchain account for everyone on: January 31, 2017, 02:14:39 PM
int64 GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 100 * COIN;

            if(nHeight == 1)
            {
            nSubsidy = 2000000000 * COIN;
            }

    // Subsidy is cut in half every 2827200000 blocks
    nSubsidy >>= (nHeight / Params().SubsidyHalvingInterval());

    return nSubsidy + nFees;
}


This is a joke coin , 2.000.000.000 coins premined lol, if this coins get on an exchange for sure dev will dump his big premine Cheesy

Btw, where can I see the source code?
428  Bitcoin / Project Development / Re: A little help with API's please on: January 31, 2017, 01:58:50 PM
This just delivers a blank page.
The API returns JSON output, so naturally you'd need to decode the output in order to access the nested object property:

Code:
$obj = json_decode($result);

/*
echo"<pre>";
print_r($obj);
echo"</pre>";
*/

echo $obj->result->Bid;

429  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XTR] Extreme Chain (DPOS, DEX, MPA) on: January 31, 2017, 12:59:43 PM
I am facing the same error too: Application initialization issues
Issue seems to be fixed already.
430  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments on: January 31, 2017, 12:33:50 PM
I didn't follow the thread much, what's the difference between blackbyte and whitebyte?
431  Bitcoin / Project Development / Re: A little help with API's please on: January 31, 2017, 11:59:27 AM
Try
Code:
echo $obj[0]->market_cap_usd;

Or
Code:
$array = json_decode($result, true);
echo $array[0]['market_cap_usd'];

if you want array
432  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Elastic (XEL) Price Speculation on: January 31, 2017, 11:48:08 AM
Is the total supply of xel 5million?
At first it was set to 5 million. Then the donators voted to rise the supply to 100 million.

I see, by looking at the lowest sell order in this thread, I'd say the marketcap is somewhere around 100000000 * 0.000053 btc = 5300 btc ($4.9mil), right?
433  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Elastic (XEL) Price Speculation on: January 31, 2017, 10:23:47 AM
Is the total supply of xel 5million?
434  Economy / Trading Discussion / Re: How much BTC is required for trade? on: January 31, 2017, 09:33:45 AM
I started with 0.01 btc, but you also need to take the trading fee (make fee/taker fee) into account so that you can calculate your profit correctly.
435  Economy / Services / Re: i can mentor to make Insane ammount of Bitcoins on: January 31, 2017, 09:24:51 AM
Why don't you keep the method to yourself since you can make full profit out of it?
436  Other / Politics & Society / Re: Why I'm an atheist on: January 31, 2017, 09:15:30 AM
Nice read, I used to think I was an atheist, but now I think I am more of an agnostic
437  Bitcoin / Bitcoin Technical Support / Re: Transaction not confirmed for more than 12 hours on: January 31, 2017, 08:44:12 AM
https://blockchain.info/unconfirmed-transactions

Let's just wait a bit..
438  Alternate cryptocurrencies / Service Discussion (Altcoins) / Re: Experiment: Do You Think Its Possible To Grow My Faucet Earnings With Poloniex? on: January 31, 2017, 08:36:02 AM
It's ok as long as you think it's worth it. I used to collect btc from faucet but like others said, the payout was too small and eventually I just acquired bitcoins from exchange directly.
439  Local / Altcoin Announcements (Pilipinas) / Re: [ANN][PSB] Pesobit | Remittance | Freelancing | eCommerce [LAUNCHED] on: January 31, 2017, 08:28:01 AM
Can I have access to the slack group?
440  Other / Off-topic / Re: What is your favorite movie involving Crypto Currency? on: January 31, 2017, 08:26:04 AM
Not a movie though, Silicon Valley

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!