Thanks
richie@bittrex
Hi Richie,
I posted one recently which was at about block 1,000,000--you can find it by searching through my posts under my username.
Should only take a bit after that; if it doesn't work for some reason let me know and I'll pop out a fresh one when I have a moment.
Thanks but i think we got it sorted out.
Is there still an active dev on the project? The bug for validateaddress still exists which is why the faucet and bittrex are having problems.
Basically it comes down to this, before coins are sent anywhere, people usually do a "validateaddress" on an address. You check for "isvalid: true" and make sure that the "address" that comes back out is the same one you passed in. For VTR, this returns, thus anytime you try and validate an address before sending coins, it fails. If the dev would fix this, we could address the problem with withdrawals to stealth addresses.
vtrcoin validateaddress xr15yLa9wNadfgvWskNMTLhQSZZhixUaUrBHRQEFaxLRLP864rcqEf5P1QR9WNBksajN1QZCDu5Lc7P c8vTuUW8u5PzahvcvP52S8H
{
"isvalid" : true,
"ismine" : true,
"address" : "XZww38dEzKrxkWoyNVsYn4UG8epA8x1vsa"
}
You can always withdraw to a non stealth address as a temporary workaround.
Thanks,
Richie
PS. do not try to send to the non stealth address of your bittrex stealth address. It wont work.
Dear all,
All of this issue should be fixed with better compatibility for services and exchanges with the latest commit on Github.
vTorrent is the ONLY Crypto-Currency that support RPC command such as "validateaddress" and "dumpprivkey" on stealth address.
I will also be publishing daemon binary with 2FA fully supported soon.
Regards,
vTorrent
Showing off your skills again, well done dev.