Bitcoin Forum
May 28, 2024, 07:18:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to send BitCoins with LOW TX FEE (Not No TX Fee)  (Read 605 times)
BitHits (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile WWW
March 22, 2013, 06:31:09 AM
Last edit: March 22, 2013, 09:31:35 AM by BitHits
 #1

How to send BitCoins with LOW TX FEE (Not No TX Fee)

Ideally a fee proportionate to the total input of the transaction.

Clearly this is not possible with official client. Anyone know how this can be done? Can an alternative client do it ? Or perhaps a raw tx from the main? If anyone knows how to do this I would really like to know! (Currently paying 1000% of BTC Transacted just to send the Transaction, Horribly broken system imho)

Free BTC http://beta.BitHits.info BTC 1DNNERMT5MMusfYnCBfcKCBjBKZWBC5Lg2 DGC DH2Pm4VXxsTeqUYZkEySU1c8p5TLvuLe8u LTC LP2QiL1pnsaKVX5Qa811pFJuFL8FxkxWRz
dendory
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
March 22, 2013, 07:22:19 AM
 #2

Can't you input the fee you want in the client? The only one I tried was Electrum.
TheButterZone
Legendary
*
Offline Offline

Activity: 3010
Merit: 1031


RIP Mommy


View Profile WWW
March 22, 2013, 07:49:00 AM
 #3

main thread here: https://bitcointalk.org/index.php?topic=156334.0

Saying that you don't trust someone because of their behavior is completely valid.
rcv
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
March 22, 2013, 08:34:01 AM
 #4

If you try to undercutting the "official fee schedule", I think that's almost like offering nothing.

Miners who respect the official fee schedule will ignore your transaction just as if you paid nothing.

I'm sure I saw a custom 0.7.2 client advertised on these forums that claims it can send with no fee.  I think it will let you send with low fee.
BitHits (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile WWW
March 22, 2013, 09:14:20 AM
 #5

The results of the main thread..

Script written
---
Code:
    y = 0
    For x = 0 To UBound(BTCAd)
        SendMany = SendMany & "," & Chr(34) & BTCAd(y) & Chr(34) & ":" & Val(Text1.Text)
        y = y + 1
        Sleep (1)
    Next x
SendMany = "sendmany BitHits.info '{" & SendMany & "}' 0"
Text2.Text = SendMany
---

---
lol! Max debug console input is 32,767 characters

Also got this error...

Quote
Error: value is type int, expected obj

Something tells me this has something to do with it

Code:
amounts are double-precision floating point numbers (code -1)

UPDATE:

After a JSON Error, a few Invalid BitCoin Address errors, and a insufficient funds error I finally got it to sendmany Smiley But....

980% the amount transferred just to send it!

Code:
BTC Transacted: 0.001422 BTC
Transaction fee: -0.014 BTC
Net amount: -0.015422 BTC
Transaction ID: da3d8921166b8509fb7777b3f8bcb32805014e42d1e667fc9d2769d7d943b4f9

That was just a test really, 4 days worth of 'Single BitHitters' - 711 Addresses Paid Smiley

also........ Unless There is a way I can pass more data to the Debug Console I cant do much larger tx then that.... 711 is only 49 addresses short of my source list I was using...

This....might actually be a HIGHER fee then what sending normally with the GUI was ?

Free BTC http://beta.BitHits.info BTC 1DNNERMT5MMusfYnCBfcKCBjBKZWBC5Lg2 DGC DH2Pm4VXxsTeqUYZkEySU1c8p5TLvuLe8u LTC LP2QiL1pnsaKVX5Qa811pFJuFL8FxkxWRz
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!