Post
Topic
Board Announcements (Altcoins)
Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex
by
vtorrent
on 06/10/2016, 07:07:24 UTC
Dear all,


vTorrent 0.8.1.1 released has been updated with instructions for 2FA in RPC calls


What's New

This release brings an update to daemon side of 2FA, as well as some other minor fixes.

-Version bumped to 0.8.1.1 to indicate a new minor release
-2FA fully implemented in daemon


Instructions:


To Encrypt Client

Code:
“encryptwallet [otaenable]”

$ vTorrentd encryptwallet SuPer$tr0ngPa$$phra$E true

{
    "The wallet encryption succesfully changed." : "Authenticator secret: KRNEORSRKNIE2N2Y"
}


To Fully Unlock Client

Code:
"walletpassphrase [stakingonly]”

$ vTorrentd walletpassphrase SuPer$tr0ngPa$$phra$E 381342 9999999 false


To Unlock Client only for Staking

Code:
"walletpassphrase [stakingonly]”

$ vTorrentd walletpassphrase SuPer$tr0ngPa$$phra$E ANY 9999999 true


To Change Passphrase and to Enable/Disable 2FA

Code:
“walletpassphrasechange [otaenable]”

$ vTorrentd walletpassphrasechange SuPer$tr0ngPa$$phra$E SuPer$tr0ngPa$$phra$EnEW 453609 true
{
    "The wallet encryption succesfully changed." : "Authenticator secret: HFIVASKHG5AUSQSG"
}

** 2FA Authenticator secret will be renewed every time there are changes to the client encryption.


Troubleshooting

Code:
$ vTorrentd walletpassphrase SuPer$tr0ngPa$$phra$E 112494 9999999 false
error: {"code":-14,"message":"Error: The wallet passphrase or authenticator code entered was incorrect."}

** If you are unable to unlock your client with correct passphrase, please check your time to make sure it is synced up.



Scheduled hard-fork:
-Posv2 at Block 1200000
-Posv3 at Block 1300000



Bug fixes:
-Messages crashes problems



MD5 Checksum:

Code:
vTorrent-0.8.1.1-Win.zip - cb71216854d3c7e3385463f32078bff2

vTorrent-0.8.1.1-OSX.dmg - edd9bca9c41cbcb3242e00287ccd14b3

vTorrentd-0.8.1.1-OSX.zip - 6518e0edcb42c7a76c4ec237af54f2e4


Download:

https://github.com/vtorrent/vTorrent-Client/releases/0.8.1.1


Regards,

vTorrent