Bitcoin Forum
June 08, 2024, 03:42:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Technical Support / params description for createrawtransaction on: January 08, 2015, 04:35:24 PM
Hi all, I am newbie with bitcoin. I am trying execute  createrawtransaction function. But I can't see what each params are. In manual
--------------------
createrawtransaction [{"txid":txid,"vout":n},...] {address:amount,...}

Create a transaction spending given inputs (array of objects containing transaction outputs to spend), sending to given address(es). Returns the hex-encoded transaction in a string. Note that the transaction's inputs are not signed, and it is not stored in the wallet or transmitted to the network.

Also note that NO transaction validity checks are done; it is easy to create invalid transactions or transactions that will not be relayed/mined by the network because they contain insufficient fees.
-------------------

but I can't understand what is txid, vout. What mean address:amount, what meaning ",...".

I would appreciate for help.
2  Bitcoin / Bitcoin Technical Support / Re: I can't start bitcoin deamon on: January 07, 2015, 06:54:44 PM
yes thats it! Thank you so much for your help
3  Bitcoin / Bitcoin Technical Support / Re: I can't start bitcoin deamon on: January 07, 2015, 03:20:07 PM
Thank you for your reply, I am newbie with it and seems really need help with installing this service
What are you attempting to accomplish? RPC?
Yes, I am.
Are you sure Bitcoin is not running? Why do you say you can't start it?
because I can't connect to the service.
How are you trying to connect via http?
there is library, it does that, ex.  $curl    = curl_init("{$this->proto}://{$this->username}:{$this->password}@{$this->host}:{$this->port}/{$this->url}");

Do you have server=1 set? And/or how are you starting it? Did you set up a conf file?
Can you please explain where to set server =1? As I wrote I installed bitcoin to windows machine and just starting bitcoin-qt.exe. I didn't set up config but it didn't ask me for config


4  Bitcoin / Bitcoin Technical Support / Re: I can't start bitcoin deamon on: January 07, 2015, 12:40:32 PM
can anybody help me?
5  Bitcoin / Bitcoin Technical Support / I can't start bitcoin deamon on: January 06, 2015, 03:32:48 PM
Hi all,
I try to integrate bitcoin into my website. I am testing on windows machine. So I have downloaded bitcoin from https://bitcoin.org/en/download and started it. But when I try to connect http://myuser:mypass@127.0.0.1:8332, I get couldn't connect to host. What do I do wrong?
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!