Pages:
Author

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

full member
Activity: 152
Merit: 100
Some pussy bailed. See ya later mate. Catch ya at 20k
full member
Activity: 152
Merit: 100
All indicators pointing to coke and hookers
member
Activity: 119
Merit: 11
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.

Looks similar to CBX's PoSP, but with cbx the block reward is fixed.
full member
Activity: 152
Merit: 100
Still time to buy sub $1m marketcap.. $500m imminent

I think the new head of social media PR has a lower short-term target


https://twitter.com/AgentSoft/status/841711205202984960



Lmao I would consider paying for this PR work. Golden.

I reckon 2FA alone is worth $5m. $500m for TORRENT  Grin
sr. member
Activity: 1181
Merit: 259
Great, I think https://coinmarketcap.com/api/ will work, the source doesn't matter too much. Thanks.
legendary
Activity: 1456
Merit: 1000
Does anybody know how I can grab the BTC or USD price of VTR for Google scripts or javacript?

For instance I can do it with my other altcoins listed on poloniex as follows for DECRED:

Code:
function getDCRtoBTCpoloniex()
//Works
{
  var url = "https://poloniex.com/public?command=returnTicker";


  var response = UrlFetchApp.fetch(url);
  var test = response.getContentText();

  var myjson = JSON.parse(test);
  //var leng = myjson.data.length;

  var BTC_DCR = myjson["BTC_DCR"];

  var price = BTC_DCR.last;


  return parseFloat(price);
}

Try the coinmarketcap API,
https://coinmarketcap.com/api/

but they get their prices from the trex
https://bittrex.com/Market/Index?MarketName=BTC-VTR
legendary
Activity: 1456
Merit: 1000
you obviously know something few people do.
sr. member
Activity: 1181
Merit: 259
Does anybody know how I can grab the BTC or USD price of VTR for Google scripts or javacript?

For instance I can do it with my other altcoins listed on poloniex as follows for DECRED:

Code:
function getDCRtoBTCpoloniex()
//Works
{
  var url = "https://poloniex.com/public?command=returnTicker";


  var response = UrlFetchApp.fetch(url);
  var test = response.getContentText();

  var myjson = JSON.parse(test);
  //var leng = myjson.data.length;

  var BTC_DCR = myjson["BTC_DCR"];

  var price = BTC_DCR.last;


  return parseFloat(price);
}
sr. member
Activity: 242
Merit: 250
Hard fork now looking like March 20, 12am

Nah... 7500 blocks to go... i think it'll still be on the 19th afternoon...
legendary
Activity: 1456
Merit: 1000
Hard fork now looking like March 20, 12am
legendary
Activity: 1288
Merit: 1000
So close to $1m marketcap!  Grin

Current market cap:  $1,022,143
sr. member
Activity: 242
Merit: 250
So close to $1m marketcap!  Grin
hero member
Activity: 613
Merit: 501
Release of the torrent functionality will be enough to get listed on polo (without it there is no chance, let's be honest).
legendary
Activity: 1456
Merit: 1000
I don't think there is any one single factor. Probably more of a mix of volume, social engagement, community engagement, project itself, etc.
sr. member
Activity: 242
Merit: 250
Still time to buy sub $1m marketcap.. $500m imminent

I think the new head of social media PR has a lower short-term target


https://twitter.com/AgentSoft/status/841711205202984960



Has anyone tried submitting vtr to poloniex, yobit, etc... or just spamming on twitter? Lol
legendary
Activity: 1288
Merit: 1000
is vtorrent in competition with novus?


Isn't that pureVidz scam part 2?
member
Activity: 97
Merit: 10
is vtorrent in competition with novus?
legendary
Activity: 1456
Merit: 1000
Still time to buy sub $1m marketcap.. $500m imminent

I think the new head of social media PR has a lower short-term target


https://twitter.com/AgentSoft/status/841711205202984960

full member
Activity: 152
Merit: 100
Still time to buy sub $1m marketcap.. $500m imminent
full member
Activity: 152
Merit: 100
WOOOOOOOOOOOOOOOOOOOOOOOOOOOOP ATH PARTY
Pages:
Jump to: