I added eduffield's node address directly.
addnode 50.19.116.123 add
I wait until the pool session changes from 1001.
{
"state" : 2,
"session_id" : 1001,
"pooled_inputs" : 0,
"pooled_outputs" : 0,
"pooled_signatures" : 0,
"my_transactions" : 0
}
...
{
"state" : 2,
"session_id" : 1016,
"pooled_inputs" : 0,
"pooled_outputs" : 0,
"pooled_signatures" : 0,
"my_transactions" : 0
}
I send some amount with DarkSend checked.
{
"state" : 2,
"session_id" : 1016,
"pooled_inputs" : 1,
"pooled_outputs" : 0,
"pooled_signatures" : 0,
"my_transactions" : 1
}
The session never completes.
Minutes later I try again, this time transactions from others are there:
{
"state" : 2,
"session_id" : 1017,
"pooled_inputs" : 2,
"pooled_outputs" : 0,
"pooled_signatures" : 0,
"my_transactions" : 0
}
I send an amount. It tells me insufficient funds, even though I have more than enough. Transaction fails.
Anyone see what I'm doing wrong?
The way DarkSend is implemented currently requires an single input larger than the amount you want to send. I haven't had time to completely fix this issue yet and am aware of it. So, sorry about the inconvenience, but you'll need to try smaller amounts until it can locate a single input larger than that size. It's in my list of stuff to fix.