Bitcoin Forum
July 01, 2024, 08:42:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Larger than 0.0001 fee on less than 1kb transaction?  (Read 564 times)
strideknight (OP)
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
February 07, 2014, 06:52:19 PM
 #1

Hey, I'm trying to figure this out and any help would be appreciated:
If you take a look at https://blockchain.info/tx/8b48f30c51aa24833789e9964e3952b8c9cbaa8966c29b65dc9e23229349e437
I'm setting up a website to process coins coming in/out, so I had received 0.01014, and tried to send 0.01 to the new address, with a tx fee of 0.0001, then move the 0.00004 to a different account
eg:
$coin->settxfee(0.0001);
$tx = $coin->sendfrom(ACCOUNT,ADDR,0.01);
$move = $coin->move(ACCOUNT,FEES,0.00004);

As you can see from the blockchain tho, it took 0.00014 as the fee, which at 192 bytes it seems like it should've taken the minimum right?

These funds weren't aged at all and were immediately sent on, so I'm not sure if thats part of the problem?

Thanks for any help, I'm really at a loss.
Foxpup
Legendary
*
Online Online

Activity: 4410
Merit: 3062


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
February 09, 2014, 01:56:59 AM
 #2

then move the 0.00004 to a different account
Not going to happen. The minimum output is BTC0.00005430, and you can't send less than that*. That includes change. If your change would be less than the minimum, it is added to the fee instead.

*You can send amounts less than the minimum by reducing minrelaytxfee, however such transactions are non-standard and many miners will not mine them, so it may take a very long time to confirm.

Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!