Pages:
Author

Topic: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex - page 70. (Read 436160 times)

legendary
Activity: 1456
Merit: 1000
...
What's actually happening with the POS next week? Changing from 5% to 4%?

bump

Can someone post some nodes, can't sync

I think more people need to be staking to keep the chain zinging along.

Whats the average rate of return when it comes to staking?

OP has it at 5%/year

That's the rate of increase for the coin supply. I'll have a look at the repo to see what the stake reward is based on.

edit

I'll do it tomorrow.

Well this is a bundle of fun.

Basically, it's 5% per year

Code:
static const int64_t COIN_YEAR_REWARD = 5 * CENT; // 5% per year

But it looks like there is a change to encourage people to be online

Code:
// miner's coin stake reward based on coin age spent (coin-days)
    int64_t nSubsidy;
    if (IsProtocolV3(pindexPrev->nHeight))
        nSubsidy = (pindexPrev->nMoneySupply / COIN) * COIN_YEAR_REWARD / (365 * 24 * (60 * 60 / 64));
    else
        nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);

    if (fDebug && GetBoolArg("-printcreation"))
        LogPrintf("GetProofOfStakeReward(): create=%s nCoinAge=%d\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
   
    return nSubsidy + nFees;

So that you don't just earn 5% on your balance, but 5% on your balance if you keep your connection open. Well, something like that. I didn't go all the way down the rabbit hole.
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
Someone just bought the book up to 5300... twice in about 10 mins. Still great entry price for a coin with a ton of potential on of potential
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
That's more like it - over 5k   Cheesy

She's warming up.

Indeed - the beast is awake!

What's actually happening with the POS next week? Changing from 5% to 4%?
legendary
Activity: 1288
Merit: 1000
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
That's more like it - over 5k   Cheesy
legendary
Activity: 1029
Merit: 1000
altsareback.. we are going to break 10k next days Wink
legendary
Activity: 1288
Merit: 1000
On another note, where's our damn pump?  Huh Huh Huh

Lol, we're up 25% ... I'd say we're doing pretty good considering 60% of alt coins seem to be up.

I think a lot of attention is on dash and etherium since they're pumping right now. 

-pickle

I'm expecting VTR to pump a little in the run up to the final fork, we won't get the uber mega pump that we all want until the devs deliver.

Yo devs you wanna be rich? Time to produce the code!!!!
sr. member
Activity: 242
Merit: 250
On another note, where's our damn pump?  Huh Huh Huh

Lol, we're up 25% ... I'd say we're doing pretty good considering 60% of alt coins seem to be up.

I think a lot of attention is on dash and etherium since they're pumping right now. 

-pickle
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
On another note, where's our damn pump?  Huh Huh Huh
sr. member
Activity: 242
Merit: 250

Possibly 20th basing it on 1 block per minute for 9100 minutes, thought I know those block times are just rough estimates

I'm optimistic... march 18th Cheesy
newbie
Activity: 53
Merit: 0
What you think about lbry project?
His decentralized storaje, and monetize video watch?
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot

Possibly 20th basing it on 1 block per minute for 9100 minutes, thought I know those block times are just rough estimates
legendary
Activity: 1456
Merit: 1000
legendary
Activity: 1456
Merit: 1000
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

bump
legendary
Activity: 1029
Merit: 1000
the price moving nicely..alts are strong now.. good we will get more attention Smiley
sr. member
Activity: 242
Merit: 250
Which dev stated there would be a fork at 1300000...

Is this a question?  I don't know.

I think he's just saying that the dev called it a fork, so we call it a fork, too.

Too much cutlery in crypto these days

Yeah, sorry. I'm typing on my phone while heading to work. Sorry if my last post was unclear.
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
Which dev stated there would be a fork at 1300000...

Is this a question?  I don't know.

I think he's just saying that the dev called it a fork, so we call it a fork, too.

Too much cutlery in crypto these days
sr. member
Activity: 438
Merit: 250
Which dev stated there would be a fork at 1300000...

Is this a question?  I don't know.
sr. member
Activity: 242
Merit: 250
where can we see some work? github client's latest commit is oct 16, how is a hard fork coming?

I think Leigh is using the term "fork" too loosely.  The code to switch to a PoS 3 algo is already in the code.  It's just an algo switch like a coin moving from PoW after the initial mining period to PoS.  It's not a fork, because there's no blockchain split between the old code and new code.  No-one has code that will continue using PoS 2 on this coin after block 1,300,000, so there should be no new split.

There was a fork, when the PoS 2 + 3 code was released, and the fork would have happened at the first PoS 2 block mined.  Since then, there hasn't been a fork, and there won't be one unless the dev releases new code to cause a new fork.

Which dev stated there would be a fork at 1300000...

-pickle
sr. member
Activity: 438
Merit: 250
where can we see some work? github client's latest commit is oct 16, how is a hard fork coming?

I think Leigh is using the term "fork" too loosely.  The code to switch to a PoS 3 algo is already in the code.  It's just an algo switch like a coin moving from PoW after the initial mining period to PoS.  It's not a fork, because there's no blockchain split between the old code and new code.  No-one has code that will continue using PoS 2 on this coin after block 1,300,000, so there should be no new split.

There was a fork, when the PoS 2 + 3 code was released, and the fork would have happened at the first PoS 2 block mined.  Since then, there hasn't been a fork, and there won't be one unless the dev releases new code to cause a new fork.
Pages:
Jump to: