Bitcoin Forum
November 02, 2024, 04:31:51 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Discussion / Re: fee for sendmany transactions blockchain.info api on: May 19, 2014, 09:41:07 AM
But im trying to apply fee of 0.00005 in sendmany transaction api from bockchain.info.
But by default everytime 0.0001 fee is appying. Dont know y. Please help me.
2  Economy / Service Discussion / Re: fee for sendmany transactions blockchain.info api on: May 17, 2014, 10:34:22 AM
size meaning space of transactions means?

So can i put 0.0005 as the transaction fee in the server request URL that i have mentioned above?

or what is the minimum fee per transaction.

And as per my knowledge on bit coin, if we include minor fee then the transaction get confirmed quickly. Is that correct?
3  Economy / Service Discussion / fee for sendmany transactions blockchain.info api on: May 17, 2014, 08:21:41 AM
Hello friends..

Im newbie to bitcoins but done some RanD and developed an app which uses blockchain.info api send many transactions.

From the reference : https://blockchain.info/api/blockchain_wallet_api

I have used send_many transactions. But i have doubt in transaction fee.

My questions are :

what is the fee for all the transactions?

should i have to include fee for every address ?

for example: In a transaction i'm sending bitcoins to 2 addresses. for address 1 : transaction fee = 0.0005, for address 2 : transaction fee = 0.0005
option1 :{
$fee = (transaction fee for address 1) +  (transaction fee for address 2)

so in the server request URL http://blockchain.info/merchant/$guid/sendmany?password=$firstpassword&second_password=$secondpassword&recipients=$recipients&fee=$fee
}
option 2:
{
or $fee = 0.0005
http://blockchain.info/merchant/$guid/sendmany?password=$firstpassword&second_password=$secondpassword&recipients=$recipients&fee=$fee
}

which one option is correct?

Hope you guys understand my problem...



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!