Bitcoin Forum
May 09, 2024, 05:45:26 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 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 126 »
801  Bitcoin / Project Development / Re: A little help with API's please on: January 31, 2017, 01:36:16 PM
This is confusing

So using the very helpful reply above I have tried using it to retrieve a coin price from Trex

API link
https://bittrex.com/api/v1.1/public/getticker/?market=btc-swing

Gives me a response of

Code:
{"success":true,"message":"","result":{"Bid":0.00004331,"Ask":0.00004963,"Last":0.00004331}}

So based on my now working code for the MarketCap ( Thanks sotisoti ) my logic would tell me i can use the same code for Trex .... But no that would be too simple, so what have i done wrong here:

Code:
<?php 
$ch 
curl_init();
curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
curl_setopt($chCURLOPT_URL'https://bittrex.com/api/v1.1/public/getticker/?market=btc-swing');
$result curl_exec($ch);
curl_close($ch);

echo 
$obj[0]->Bid;
?>

This just delivers a blank page.

Thanks again for any help, I will get my head around this API stuff lol

Crunck

802  Bitcoin / Project Development / Re: A little help with API's please on: January 31, 2017, 12:03:53 PM
Try
echo $obj[0]->market_cap_usd;

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

if you want array

That worked perfect - Thank You


Crunck
803  Bitcoin / Project Development / A little help with API's please on: January 31, 2017, 11:45:23 AM
Can someone tell me how I can display just the market cap on a webpage using this API

https://api.coinmarketcap.com/v1/ticker/swing

So you will see that returns :
Code:
[
    {
        "id": "swing",
        "name": "Swing",
        "symbol": "SWING",
        "rank": "236",
        "price_usd": "0.0453786",
        "price_btc": "0.00004855",
        "24h_volume_usd": "225.625",
        "market_cap_usd": "87028.0",
        "available_supply": "1917815.0",
        "total_supply": "1917815.0",
        "percent_change_1h": "5.99",
        "percent_change_24h": "-0.35",
        "percent_change_7d": "-9.67",
        "last_updated": "1485862761"
    }
]

But the only bit I want to display is "market_cap_usd"

Ive tried all sorts such as https://api.coinmarketcap.com/v1/ticker/swing?market_cap_usd

and things like this:


Code:
<?php 
$ch 
curl_init();
curl_setopt($chCURLOPT_SSL_VERIFYPEERfalse);
curl_setopt($chCURLOPT_RETURNTRANSFERtrue);
curl_setopt($chCURLOPT_URL'https://api.coinmarketcap.com/v1/ticker/swing/');
$result curl_exec($ch);
curl_close($ch);

$obj json_decode($result);
echo 
$result->market_cap_usd;


?>

But cant make it work

Many Thanks for answers


Crunck

804  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ★ Save and Gain ★ COINSWAP ABOUT TO START -> POS/POW X11 on: January 30, 2017, 07:58:03 PM
Through an old machine on the pool about 5 weeks ago
to keep the chain moving. Any news on the swap?



Yes SRC is ready as is the windows wallet just organising things with Nova Exchange who are going to manage the swap for me.

All most there Smiley

805  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🔴 ICOBID PLATFORM RELEASED 🌟🔴 GREAT REWARD 🌟🔴 HOLDING FOR REVENUE SHARE on: January 30, 2017, 12:57:20 PM
Looks like a whale start buying ICOB, now people who dump your coins will start cry.

Just a little bit time to ICOB reach 1k. Just wait until yobit add and we will see the boom

Look at it, it is someone buying there own sell orders to increase volume, no whale there !
806  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NINJA][LEA] LeaCoin - SHA-256/PoW on: January 30, 2017, 12:56:25 AM
Blocks (3796) be found ok at www.megahash.co.uk
807  Alternate cryptocurrencies / Pools (Altcoins) / Re: MegaHash support thread - AltCoin mining pool on: January 29, 2017, 08:01:22 PM

STAX added
Coin ANN Thread: https://bitcointalk.org/index.php?topic=1736988.0
808  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][STAX] STAXCOIN | Welcome Pow Scrypt Launch | Bounties Incoming on: January 29, 2017, 08:00:14 PM

Now mining at www.megahash.co.uk

Pool support thread here : https://bitcointalk.org/index.php?topic=1740812.0
809  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♘♕♔SWING♚ ♛♞ ▬▬▬▬●Programmatically Fluctuating Miners Cost!●▬▬▬▬ Now On Bittrex! on: January 26, 2017, 03:17:24 PM
Network stopped at 441 000 no more block reward??

I hadnt noticed that until you said, will have to keep an eye on this.
810  Alternate cryptocurrencies / Pools (Altcoins) / Re: MegaHash support thread - AltCoin mining pool on: January 11, 2017, 11:41:24 AM
How often are distributions made?
Thanks

Hey Woody Smiley

Payouts are every 10 mins on confirmed coins, and most of the coins on the pool are set to minimum payout of half the block reward.

Hope that answers your questions, and do you still have a bag full of SandG ? I am about to do a coinswap on SandG

Cheers
Crunck
811  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🔴🌟🔴 ICOBID PLATFORM 🌟🔴🌟🔴 BRING GREAT IDEAS TO LIFE 🌟🔴🌟🔴 ICO LIVE on: January 10, 2017, 05:24:31 PM
hi, guys, my wallet dont synchronyzing after 53001 block, can you give me nodes, i remember that i had that problem couple weeks ago and there was some file that devs made and i downloaded it and its started to syncronyzing, is there is a new node file maybe now? ty
hello, if you are using the old wallet it would be better if you download the new one. Pioneer88 posted the latest release of the ICOBID wallets with added hardcode nodes and mentioned that there will be no connecion problem anymore. I quoted the comment as reference, see it below and just follow the guide:


Eventually, we release latest update on ICOBID wallets with added hardcode nodes. 3 version are available for Linux, Windows and Mac OS. There won't be connection problem anymore. Just download the wallet and run.




Quote

 

For anyone who are running an old version wallet please follow this guide:

Quote

- Please encrypt (optional) and back up your wallet.
- Open Roaming folder with this search: %appdata%
- Delete ICOBID folder
- Run new wallet
- Restore your wallet with the backup file
     + Copy your backup file (yourbackupfile.dat) to ICOBID folder on Roaming
     + Delete file wallet.dat
     + Rename yourbackupfile.dat into wallet.dat
     + Reopen the wallet


How to move your old address to the new wallet?

You dont need to....BUT just incase take a copy of your wallet.dat and put it some where safe
Then just download new wallet and run ... It should be ok

812  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🔴🌟🔴 ICOBID PLATFORM 🌟🔴🌟🔴 BRING GREAT IDEAS TO LIFE 🌟🔴🌟🔴 ICO LIVE on: January 10, 2017, 02:46:05 PM
At what hour will the ICO end?? If possible can you add a countdown here or on website

thank you

It wont end lol it will get extended just look back at this mess it all ways gets extended

ICOBID ico will end on 11th January 2017 23:59 EST.
Please check announcement on original post of this thread.
Nothing change on ICO's schedule from beginning.

Mr Crunck, please do not so stimulated.
I'm appreciated much your work to ICOBID; however please to know that we are doing a serious project.
All of my decision is derived from the aim at protecting our project's investors, supporters, backer...including miners, bounties joiner.
That could hurt some ICOBID holders who want cash out for Bitcoin.






Ok so tell me will you let the exchanges list this coin tomorrow after ICO finishes ?

A simple YES/NO will be fine

Thanks




The way you are asking the question it means that you are threatening the developer of accusing the coin or else list the coin in exchange. Who the hell are you to tell when to list it in exchanges. When you have sold all your coins then why are you worrying of getting listed or not.


He is also a dev of such shitty coins. From that he thought that he is already genius and knows everything. Plus seeing the trust ratings, now you can decide.


 

And you need to grow the fuck up, you have absolutely no idea what you are talking about re myself

Please go ahead and tell me about my shit coins, and my neg trust was from one deal that went south, the guy got his coins ( Late i admit ) but he knows when he launches them I will post in his ann thread as he is refusing to admit receipt of the coins...

And if you are using a windows wallet for this coin, chances are its mine... but no need to thank me I got paid for it, and delivered on time and helped in other ways

813  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🔴🌟🔴 ICOBID PLATFORM 🌟🔴🌟🔴 BRING GREAT IDEAS TO LIFE 🌟🔴🌟🔴 ICO LIVE on: January 10, 2017, 02:42:46 PM
At what hour will the ICO end?? If possible can you add a countdown here or on website

thank you

It wont end lol it will get extended just look back at this mess it all ways gets extended

ICOBID ico will end on 11th January 2017 23:59 EST.
Please check announcement on original post of this thread.
Nothing change on ICO's schedule from beginning.

Mr Crunck, please do not so stimulated.
I'm appreciated much your work to ICOBID; however please to know that we are doing a serious project.
All of my decision is derived from the aim at protecting our project's investors, supporters, backer...including miners, bounties joiner.
That could hurt some ICOBID holders who want cash out for Bitcoin.






Ok so tell me will you let the exchanges list this coin tomorrow after ICO finishes ?

A simple YES/NO will be fine

Thanks




The way you are asking the question it means that you are threatening the developer of accusing the coin or else list the coin in exchange. Who the hell are you to tell when to list it in exchanges. When you have sold all your coins then why are you worrying of getting listed or not.

I'm not threatening anything just trying to get an answer, and as I am invested in this coin, I feel i have the right to do so !

814  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🔴🌟🔴 ICOBID PLATFORM 🌟🔴🌟🔴 BRING GREAT IDEAS TO LIFE 🌟🔴🌟🔴 ICO LIVE on: January 10, 2017, 02:01:48 PM
At what hour will the ICO end?? If possible can you add a countdown here or on website

thank you

It wont end lol it will get extended just look back at this mess it all ways gets extended

ICOBID ico will end on 11th January 2017 23:59 EST.
Please check announcement on original post of this thread.
Nothing change on ICO's schedule from beginning.

Mr Crunck, please do not so stimulated.
I'm appreciated much your work to ICOBID; however please to know that we are doing a serious project.
All of my decision is derived from the aim at protecting our project's investors, supporters, backer...including miners, bounties joiner.
That could hurt some ICOBID holders who want cash out for Bitcoin.






Ok so tell me will you let the exchanges list this coin tomorrow after ICO finishes ?

A simple YES/NO will be fine

Thanks


815  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🔴🌟🔴 ICOBID PLATFORM 🌟🔴🌟🔴 BRING GREAT IDEAS TO LIFE 🌟🔴🌟🔴 ICO LIVE on: January 10, 2017, 01:09:37 PM
At what hour will the ICO end?? If possible can you add a countdown here or on website

thank you

It wont end lol it will get extended just look back at this mess it all ways gets extended
816  Alternate cryptocurrencies / Pools (Altcoins) / Re: MegaHash support thread - AltCoin mining pool on: January 10, 2017, 10:29:01 AM
Looks decent & I see some people actively mining there now. Probably will give it a try with some of sidehack's/GekkoScience USB compacs I like to run for the occasional altcoin! Lots of pending blocks as well - always a good sign..

Thanks, it is growing steadily which is pleasing to see.
817  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NOICO]Suicide Coin | FULL POW | Scrypt [COMMUNITY] on: January 09, 2017, 06:22:47 PM


Mining at www.megahash.co.uk
818  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] CTV - Creativecoin- Inwallet Blockexplorer -ROADMAP- on: January 09, 2017, 06:14:34 PM




819  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NOICO]Suicide Coin | FULL POW | Scrypt [COMMUNITY] on: January 09, 2017, 05:53:50 PM
Any nodes? Wallet not sinc
109.194.171.3
82.211.19.114
173.212.198.143

These are my nodes Cheesy


You can mine guys, but i want to tell you that i may have to swap the coins, in order to implement the protocole, the specs shouldn't change.

Crunck please, tell me why you untrusted Lauda XD XD XD

FFS Im just adding this to my pool for a laugh, when you swapping out ?

And i havnt untrusted Lauda
820  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🔴🌟🔴 ICOBID PLATFORM 🌟🔴🌟🔴 BRING GREAT IDEAS TO LIFE 🌟🔴🌟🔴 ICO LIVE on: January 09, 2017, 05:52:33 PM
Why was trading on Cryptopia suspended?

Simply because there are too much errors in the source code, thus no one can add it, the wallet had a lot of problems, and no exchange accepts corrupted wallets, or virus bearing wallets.

Bollocks lol

It was blocked by Pioneer the same as it was on Nova as he dont want it on exchanges.

lmao at martob
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 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 126 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!