Bitcoin Forum
April 30, 2024, 08:16:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 [203] 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 ... 268 »
  Print  
Author Topic: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex  (Read 436011 times)
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
March 14, 2017, 10:08:28 PM
 #4041

you obviously know something few people do.
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714464987
Hero Member
*
Offline Offline

Posts: 1714464987

View Profile Personal Message (Offline)

Ignore
1714464987
Reply with quote  #2

1714464987
Report to moderator
1714464987
Hero Member
*
Offline Offline

Posts: 1714464987

View Profile Personal Message (Offline)

Ignore
1714464987
Reply with quote  #2

1714464987
Report to moderator
1714464987
Hero Member
*
Offline Offline

Posts: 1714464987

View Profile Personal Message (Offline)

Ignore
1714464987
Reply with quote  #2

1714464987
Report to moderator
coins101
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
March 14, 2017, 10:42:12 PM
 #4042

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
MrSunshine
Sr. Member
****
Offline Offline

Activity: 1181
Merit: 259


View Profile
March 14, 2017, 10:52:10 PM
 #4043

Great, I think https://coinmarketcap.com/api/ will work, the source doesn't matter too much. Thanks.
ALCTEC
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
March 15, 2017, 04:24:54 AM
 #4044

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
Scrotum
Member
**
Offline Offline

Activity: 119
Merit: 11


View Profile
March 15, 2017, 04:39:12 AM
 #4045

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.
ALCTEC
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
March 15, 2017, 05:00:12 AM
 #4046

All indicators pointing to coke and hookers
ALCTEC
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
March 15, 2017, 05:21:13 AM
 #4047

Some pussy bailed. See ya later mate. Catch ya at 20k
ALCTEC
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
March 15, 2017, 08:36:56 AM
 #4048

There's rumours circulating that this is the next POLO coin  Grin
Scrotum
Member
**
Offline Offline

Activity: 119
Merit: 11


View Profile
March 15, 2017, 09:05:41 AM
 #4049

There's rumours circulating that this is the next POLO coin  Grin

Provide source, rumours circulate about everything
ALCTEC
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
March 15, 2017, 09:13:31 AM
 #4050

There's rumours circulating that this is the next POLO coin  Grin

Provide source, rumours circulate about everything

Generally, the source of a rumour is quite hard to pin point. But it's been mentioned several times on twitter by notable investors & traders
hughbt
Hero Member
*****
Offline Offline

Activity: 613
Merit: 501


View Profile
March 15, 2017, 09:20:33 AM
 #4051

Some pussy bailed. See ya later mate. Catch ya at 20k

It bounced back very quickly.  Smiley
ALCTEC
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
March 15, 2017, 09:26:15 AM
 #4052

Some pussy bailed. See ya later mate. Catch ya at 20k

It bounced back very quickly.  Smiley

Yeah, someone was putting up fake sell walls - probs triggered the sell off and he scooped up the cheap coins.
slugmandrew
Full Member
***
Offline Offline

Activity: 138
Merit: 100


Everything's a bubble, idiot


View Profile
March 15, 2017, 10:02:24 AM
 #4053

Some pussy bailed. See ya later mate. Catch ya at 20k

It bounced back very quickly.  Smiley

Yeah, someone was putting up fake sell walls - probs triggered the sell off and he scooped up the cheap coins.

Brave to put up fake walls now. I've sold a few thousand at 5-7k to take a little profit, but that's it now

hughbt
Hero Member
*****
Offline Offline

Activity: 613
Merit: 501


View Profile
March 15, 2017, 10:22:54 AM
 #4054

I'm not selling anything. If torrent functionality gets released this has potential to go 200x up or more. Don't cut your profits. We all know dev is going to deliver. Stop trading, start investing.
digitalgrow
Hero Member
*****
Offline Offline

Activity: 704
Merit: 500


View Profile
March 15, 2017, 11:52:27 AM
 #4055

Yeah me neither, why sell now when nothing has been released yet? IF this dev delivers a working Torrent this coin can be top 10 on Coinmarketcap no doubt
bv68bot
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
March 15, 2017, 11:56:37 AM
 #4056

How many coins does the dev have, is he loaded up and incentivised?
slugmandrew
Full Member
***
Offline Offline

Activity: 138
Merit: 100


Everything's a bubble, idiot


View Profile
March 15, 2017, 12:30:04 PM
 #4057

Yeah me neither, why sell now when nothing has been released yet? IF this dev delivers a working Torrent this coin can be top 10 on Coinmarketcap no doubt

Because by selling about 12% of my stack I've made back almost half what I laid out. Now my risk is minimised and I still make massive profits when we moon.

Also it lets others get in at what is still a great entry price and adds to the volume

Pickleninja
Sr. Member
****
Offline Offline

Activity: 242
Merit: 250


View Profile
March 15, 2017, 01:02:30 PM
 #4058

Yeah me neither, why sell now when nothing has been released yet? IF this dev delivers a working Torrent this coin can be top 10 on Coinmarketcap no doubt

Because by selling about 12% of my stack I've made back almost half what I laid out. Now my risk is minimised and I still make massive profits when we moon.

Also it lets others get in at what is still a great entry price and adds to the volume

I cashed out my original bitcoin investment long ago. If i go bust, the worst i can say is i broke even Smiley
DogTheHunter
Sr. Member
****
Offline Offline

Activity: 784
Merit: 272



View Profile
March 15, 2017, 05:04:16 PM
 #4059

Nice and easy to shake weak hands  Tongue
ALCTEC
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
March 15, 2017, 05:38:55 PM
 #4060

Buy the POLO listing rumours and *always* invest more than you can afford to lose.
Pages: « 1 ... 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 [203] 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 ... 268 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!