Bitcoin Forum
July 23, 2024, 03:17:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: [BTC 2.0] Bitcoin 2.0 giveaway - 1 BTC to the 500 first users! on: September 10, 2013, 04:57:29 PM
1NGsEFFMRQefWyXwK2JYbQ3HDgFVj7FaPz

Please, and thank you.
2  Bitcoin / Bitcoin Technical Support / Re: What is the format for createrawtransaction() parameters using jsonRPCClient.php on: December 30, 2012, 10:35:15 PM
You, sir, are a gentleman and a scholar.

Thank you very much.
3  Bitcoin / Bitcoin Technical Support / What is the format for createrawtransaction() parameters using jsonRPCClient.php on: December 29, 2012, 03:36:19 AM
Hi,

I've been playing with the rpc interface, and using the php library successfully up until now. I'm trying to create a raw transaction.

The satoshi client debug console 'help' describes the command:
Code:
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}

But I'm not clear on how that should translate here. So, for example, the following command (without the carriage returns) works fine in my satoshi client debug console:

Code:
createrawtransaction [{\"txid\":\"aed23bb3ec7e93d69450d7e5ea49d52fcfbef9d380108f2be8fe14ef705fcea5\",
\"vout\":2},
{\"txid\":\"b28c740c66726ab2f0397be29f2d25f091b8ab353b98b9ebf9e6ccfd080cdf49\",
\"vout\":3}]
{\"1GTDT3hYk4x4wzaa9k38pRsHy9SPJ7qPzT\":0.006,
\"1ApD64wpNUM6GBeSmKYhsyaNwFot3FMC5y\":0.004}

It generates a raw transaction without problem.

My question is how to pass these parameters via the jsonRPCClient interface.

Code:
$bitcoin = new jsonRPCClient('http://user:pwd@127.0.0.1:8332/');

echo $bitcoin->createrawtransaction( ??? );


Thanks in advance.
4  Other / Beginners & Help / Re: What is the difference between MtGox and Dwalla? on: December 28, 2012, 05:36:41 PM
You can use Dwolla to get dollars to MtGox, to buy bitcoin. This used to work very well, but, not too long ago Dwolla imposed some identification requirements.
5  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: December 28, 2012, 05:10:08 PM
Please whitelist me. I have a pending topic/question that I'd love to have moved to Technical Support.

https://bitcointalk.org/index.php?topic=133704.msg1423644

I'm just concerned it might not get enough eyeballs in Newbies.

Thanks for your time.
q

6  Other / Beginners & Help / Format for createrawtransaction() parameters using jsonRPCClient.php on: December 28, 2012, 05:01:00 PM
Hi,

I've been playing with the rpc interface, and using the php library successfully up until now. I'm trying to create a raw transaction.

The console help describes the command thus:
Code:
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}

But I'm not clear on how that should translate here. So, for example, the following command (without the carriage returns) works fine in my satoshi client debug window:

Code:
createrawtransaction [{\"txid\":\"aed23bb3ec7e93d69450d7e5ea49d52fcfbef9d380108f2be8fe14ef705fcea5\",
\"vout\":2},
{\"txid\":\"b28c740c66726ab2f0397be29f2d25f091b8ab353b98b9ebf9e6ccfd080cdf49\",
\"vout\":3}]
{\"1GTDT3hYk4x4wzaa9k38pRsHy9SPJ7qPzT\":0.006,
\"1ApD64wpNUM6GBeSmKYhsyaNwFot3FMC5y\":0.004}

It generates a raw transaction without problem.

My question is how to pass these parameters via the jsonRPCClient interface.

Code:
$bitcoin = new jsonRPCClient('http://user:pwd@127.0.0.1:8332/');

echo $bitcoin->createrawtransaction( ? );


Thanks in advance,
q
7  Other / Beginners & Help / Re: Introduce yourself :) on: December 28, 2012, 04:55:46 PM
Greetings.

I'm a big fan of bitcoin, and I hope I can add to the community.

Looking forward to bright things.
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!