Pages:
Author

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

legendary
Activity: 1456
Merit: 1000
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.
sr. member
Activity: 242
Merit: 250
It's interesting to note that the CIA leaks mean that VTR is one of the most secure wallets because it uses 2FA.

If hacks get access to your systems and can intercept before anything is encrypted or passwords are tracked (your funds can be taken at will), 2FA is one-time on demand protection.

I think we should create a royalties fund for Kim.com as he owns the patent to 2FA, then let him have access to those VTRs.

This is a very good point!

Encryption don't mean jack if people are logging your key strokes.
legendary
Activity: 1456
Merit: 1000
It's interesting to note that the CIA leaks mean that VTR is one of the most secure wallets because it uses 2FA.

If hacks get access to your systems and can intercept before anything is encrypted or passwords are tracked (your funds can be taken at will), 2FA is one-time on demand protection.

I think we should create a royalties fund for Kim.com as he owns the patent to 2FA, then let him have access to those VTRs.
newbie
Activity: 12
Merit: 0
Coins, when you post that info tomorrow can you possibly link back to your post about setting up your wallet for staking?  Really good info there now unfortunately buried back in pages of dead PureVIDZ crap posts.  Maybe some newer folks could use that to get some more coins staking to help the chain out.

Thanks
legendary
Activity: 1456
Merit: 1000
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.
sr. member
Activity: 242
Merit: 250
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?
legendary
Activity: 1456
Merit: 1000
Can someone post some nodes, can't sync

I think more people need to be staking to keep the chain zinging along.
sr. member
Activity: 242
Merit: 250
Looks like wallet maintenance is done?

-pickle
sr. member
Activity: 242
Merit: 250
Site for sale:

https://vtorrent.org

The project never had a website, and i think that was due to op being pretty secretive, so i don't know who bought the domain...

-pickle
hero member
Activity: 1068
Merit: 523
Can someone post some nodes, can't sync
full member
Activity: 220
Merit: 110
sr. member
Activity: 242
Merit: 250
Anyone know what is the problem with Trex? Other markets seem ok.

@dev contact Bittrex in case they need help. On some other coins, I've seen that the chain sometimes needs more people staking to kick it into action.

March 18, 18.18

Probably they are working with Dev for the next fork
Block 1300000 is near, I think than exchange needs more time to upgrade than us.

I'm just throwing this out there, but what IF we are about to go live?

You know... i had that exact thought at lunch. Man hodl onto your balls if we go live!
legendary
Activity: 1288
Merit: 1000
Anyone know what is the problem with Trex? Other markets seem ok.

@dev contact Bittrex in case they need help. On some other coins, I've seen that the chain sometimes needs more people staking to kick it into action.

March 18, 18.18

Probably they are working with Dev for the next fork
Block 1300000 is near, I think than exchange needs more time to upgrade than us.

I'm just throwing this out there, but what IF we are about to go live?
sr. member
Activity: 329
Merit: 250
POLO add. would be great.. Smiley

POLO will come for sure...!

This is the only project in crypto for torrent over blockchain, potential users of this technology is enormous, probably much greater than Bitcoin itself
sr. member
Activity: 329
Merit: 250
Anyone know what is the problem with Trex? Other markets seem ok.

@dev contact Bittrex in case they need help. On some other coins, I've seen that the chain sometimes needs more people staking to kick it into action.

March 18, 18.18

Probably they are working with Dev for the next fork
Block 1300000 is near, I think than exchange needs more time to upgrade than us.
sr. member
Activity: 784
Merit: 272
Anyone know what is the problem with Trex? Other markets seem ok.

@dev contact Bittrex in case they need help. On some other coins, I've seen that the chain sometimes needs more people staking to kick it into action.

March 18, 18.18
sr. member
Activity: 1451
Merit: 258
VTR wallet is under maintenance on trex?

Maybe that maintenance of the bittrex own.
member
Activity: 86
Merit: 10
VTR wallet is under maintenance on trex?


Anything to worrie about existing wallets we have Nd
Upcoming fork? Will current version be valid after
Fork. Any @dev info would be welcome in time.
sr. member
Activity: 242
Merit: 250
VTR wallet is under maintenance on trex?

I noticed that... is this prepping for the fork? Or is something broken?


-pickle
legendary
Activity: 1288
Merit: 1000
VTR wallet is under maintenance on trex?
Pages:
Jump to: