Bitcoin Forum
May 27, 2024, 05:37:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6]
101  Economy / Speculation / Re: mtgox api lag on: March 06, 2013, 11:58:12 PM
really bad at the minute and the markets tanking. This will exacerbate it. Annoying as f***
102  Bitcoin / Bitcoin Discussion / Re: Lost bitcoins - a bigger flaw than originally thought? on: March 05, 2013, 06:19:57 PM
It's a digital currency. The "limit" is a concept. You can nudge the decimal point along indefinitely.

If we only have 1 BTC left. That BTC represents the current ~ 21 mill 'limit', and can be divided infinitely.
103  Bitcoin / Bitcoin Discussion / Re: [Voting] Bitcoin Slogan / Tagline on: March 04, 2013, 09:07:43 PM
lose the "The", just 'World Money' it's clean...

Bitcoin - World Money
Bitcoin - The Virtual Standard

'Strength in Numbers' is pretty clever.
104  Bitcoin / Bitcoin Discussion / Re: Campaign for XBT. A new ISO Currency Code is required for Bitcoin on: March 04, 2013, 01:02:21 AM
XBX

)( B )(
105  Bitcoin / Development & Technical Discussion / Re: Poll regarding rounding of Bitcoin amounts in clients on: March 04, 2013, 12:32:35 AM
words

This dawned on me a few weeks ago, and i agree. It's both less practical and makes the transition much harder for those new to bitcoin when things are being bought and sold for 0.00xxxxxx.
I think  it would aid bitcoin to have figures in the range of other currencies that people are used to. It's quite alien to most people exchanging decimal amounts of anything. I think it will be more of a hurdle psycologically for newcomers to trade in what they consider a decent amount in fiat and 'only' receive a few decimals.

I think the easiest way is to normalise the use of mBTC in stores and exchanges, although it may cause some confusion, i'm not sure. Maybe Sato's is better
106  Economy / Service Discussion / Re: Noob Mtgox Api on: March 03, 2013, 05:51:58 PM
sure, i put it here: https://bitcointalk.org/index.php?topic=148577.0
107  Other / Beginners & Help / Re: learning mtgox API on: March 03, 2013, 12:31:38 PM
OK i figured out how to do it, someone should update the wiki


that's, funny. I'm having the exact same problem right now. let me know if you get anywhere with it.


I'm using php so a market order for .v1 would be the same as the example shown here (https://en.bitcoin.it/wiki/MtGox/API/HTTP) except instead of:

var_dump(mtgox_query('0/buyBTC.php', array('amount' => 1, 'price' => 15)));

it would be something like

var_dump(mtgox_query('1/BTCUSD/private/order/add', array('type' => 'bid', 'amount_int' => 100000000, "price_int" => 1500000) ) );
108  Economy / Service Discussion / Re: Noob Mtgox Api on: March 03, 2013, 12:22:45 PM
scrap this, i worked it out  Cool
109  Economy / Service Discussion / Noob Mtgox Api on: March 03, 2013, 11:38:06 AM
Hi,

As stated i'm a noob trying to get the hang of the mtgox api.

I have set up my keys and API rights etc and can do basic calls for the ticker for last price etc, but i cannot get a call with a required parameter to work.

What is the correct way to pass multiple variables? I haven't found an example anywhere.

for example how would i make a call for a market order which requires 3 parameters:

type (bid|ask), amount_int, price_int


Any help would be appreciated. I posted this to the noob forum as i thought it was very basic but got little information
110  Other / Beginners & Help / Re: learning mtgox API on: March 03, 2013, 11:24:10 AM
OK thanks. I figured i'd have some of the syntax wrong.

It's frustrating that there's so little information available, and the wiki gives details but no examples of how to pass multiple variables. I can learn but i need examples!  Grin

I'm still getting the error, maybe i will post to dev forum, i thought it was too basic tbh.
111  Economy / Exchanges / Re: www.BITSTAMP.net Bitcoin exchange site for USD/BTC on: March 03, 2013, 10:49:13 AM
Bitstamp down?
112  Other / Beginners & Help / learning mtgox API on: March 03, 2013, 01:35:02 AM
Hi i am trying to learn how to use the mtgox api but am struggling with some things.

I have managed to make some basic api calls, but am unsure how to pass parameters when it is necessary.


for example to submit an order the wiki says:

###
Submit an order

https://mtgox.com/api/1/BTCUSD/private/order/add

parameters:

    type (bid|ask) (easier to remember: bid == buy, ask == sell)
    amount_int <amount as int>
    price_int <price as int> (can be omitted to place market order)

submits an order and returns the OID and info about success or error
###


I tried:

https://mtgox.com/api/1/BTCUSD/private/order/add?type=ask?amount_int=100000000?price_int=2500000

But im just getting error:

"Invalid parameter "type" (should be ask or bid)"


(Also in INT is 100000000 = 1BTC?)
113  Other / Beginners & Help / "company wallet" on: February 23, 2013, 02:53:03 PM
Hi there,

I'm new to bitcoin and and trying to get my head around the best way to implement bitcoin payments for my website.

I know there are processors such as bitpay, but i would like to avoid the use of a middle man if at all possible for some of my websites.

I'm looking to implement a relatively automated system where by i am alerted when payment is made and then again after x confirmations. What would you say is the most efficient way to do this? I am familiar with mysql/php if that helps.

Also, is best practice to have bitcoind running on a home pc thats on 24/7 and have calls to it from the shared server, or should the bitcoind be installed on that server as well? Does it make much of a difference?

any input is appreciated.
114  Bitcoin / Bitcoin Discussion / Re: Win 10 BTC: Guess the price on February 1st (no entry fee) on: January 24, 2013, 02:31:44 PM
13.93
115  Economy / Services / Re: [8btc bounty] visualize localbitcoins.com escrow process on: October 08, 2012, 05:27:11 PM
Hi,

I arranged a transaction with a buyer through localbitcoin and have funded the transaction, but we have re-arranged the meeting time. Is there a time limit within which the transaction has to be released, or will it remain active until i choose to release or cancel it?

thanks
116  Other / Beginners & Help / Re: HOWTO: create a 100% secure wallet on: September 26, 2012, 10:11:25 AM
great guide thx!
117  Other / Beginners & Help / Re: Introduce yourself :) on: September 26, 2012, 10:09:50 AM
Hey all. Many UK users on here? would be interested to know how you get BTC into your bank accounts as £ now than intersango is up the creek.
118  Other / Beginners & Help / Re: Trust No One on: September 26, 2012, 10:06:23 AM
kind of a bad spot. if we cant trust, we cant invest heavily. if we cant invest hravily nothing can develop
119  Other / Beginners & Help / Re: Newbie restrictions on: September 26, 2012, 10:00:36 AM
Bitcoin is are hard enough sell to random people as it is, we don't need barriers to entry on the discussion of bitcoin aswell
120  Other / Beginners & Help / Re: Why did you get into bitcoin? on: September 26, 2012, 09:58:04 AM
I'm not sure why
Pages: « 1 2 3 4 5 [6]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!