The results of the main thread..
Script written
---
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...
Error: value is type int, expected obj
Something tells me this has something to do with it
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
But....
980% the amount transferred just to send it!
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
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 ?