qwizzie
Well-known member
Show Time !!
"SPORK_16_INSTANTSEND_AUTOLOCKS": true
}
Testing instantsend autolock on simple transactions, using three seperate commands in console:
sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.01,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}" 6 false "testing"

sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.01,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}" 6 true "testing"

sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.01,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}" 1 true "testing"
Source wallet :
They all got locked against doublespending, but not instantly confirmed.
sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.02,\"yVPXwLo3p4XTYU1oLJB7HMLkR3i1GmhLvH\":0.02,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}"
Source wallet :
Conclusion :
Looks like sendmany command only adds transaction fees to one of the addresses, which i did not know. Since InstantSend Autolock on Simple transactions only use transaction fees
(it skips InstantSend fees), it looks good lock & fees-wise. They still need to get a working instant confirmation though.
Normal InstantSend transactions are also still failing the instant confirmation part (they do get locked).
"SPORK_16_INSTANTSEND_AUTOLOCKS": true
}
Testing instantsend autolock on simple transactions, using three seperate commands in console:
sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.01,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}" 6 false "testing"

sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.01,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}" 6 true "testing"

sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.01,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}" 1 true "testing"
Source wallet :
They all got locked against doublespending, but not instantly confirmed.
sendmany "TestDash1" "{\"ycZjKkbV3yKFWmTrC5UcoDVVkuJmh1bJFc\":0.02,\"yVPXwLo3p4XTYU1oLJB7HMLkR3i1GmhLvH\":0.02,\"yPHkGj64WUcj8Wt3pTJyEHM8MTFy9b8Ezp\":0.02}"
Source wallet :
Conclusion :
Looks like sendmany command only adds transaction fees to one of the addresses, which i did not know. Since InstantSend Autolock on Simple transactions only use transaction fees
(it skips InstantSend fees), it looks good lock & fees-wise. They still need to get a working instant confirmation though.
Normal InstantSend transactions are also still failing the instant confirmation part (they do get locked).
Last edited: