Pages:
Author

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

sr. member
Activity: 784
Merit: 272
Looking to create a bounty for Key Management (HD Wallet back-up) video. Anyone interested? I have already asked @e1ghtspace and waiting for his reply.

Dear coins101,

You might want to wait a little for the new wallet for that.

It is somewhat different from client version 0.8.1.

Regards,
vTorrent

"Wait a little" sounded good. What does that mean dev, a few months or end of the year?
sr. member
Activity: 784
Merit: 272
Having seen some of the images above and the link to the code from Transmission, it's not vapourware at all. But we could do with better communication from the devs.

Where is the link to the code? Screenshot mean nothing to me, as they are easily faked. It is super easy to program a dummy interface too that doesn't actually work.

all we have at the moment:

https://bitcointalksearch.org/topic/m.18870293
legendary
Activity: 1484
Merit: 1026
In Cryptocoins I Trust
Having seen some of the images above and the link to the code from Transmission, it's not vapourware at all. But we could do with better communication from the devs.

Where is the link to the code? Screenshot mean nothing to me, as they are easily faked. It is super easy to program a dummy interface too that doesn't actually work.
legendary
Activity: 1288
Merit: 1000
You have to admit dev, this is tough to see, especially for the growing number of people that want this project to do well.



Some info would really help with morale.

This project has so much potential, please support your supporters a little more.

After over 2.5 years invested in this project, it's starting to give the whiff of vapourware.

Prove me wrong dev!

Having seen some of the images above and the link to the code from Transmission, it's not vapourware at all. But we could do with better communication from the devs.

Solution is to make VTR-Communication coin for which value is tied to the number of posts made by the dev. Would be groundbreaking.

Lol, it would have a 5K marketcap, if that.
hero member
Activity: 613
Merit: 501
You have to admit dev, this is tough to see, especially for the growing number of people that want this project to do well.



Some info would really help with morale.

This project has so much potential, please support your supporters a little more.

After over 2.5 years invested in this project, it's starting to give the whiff of vapourware.

Prove me wrong dev!

He promised a new wallet 6 months ago. Didn't give us even a single word of explanation why it hasn't been released yet. You might be right.
hero member
Activity: 522
Merit: 500
You have to admit dev, this is tough to see, especially for the growing number of people that want this project to do well.



Some info would really help with morale.

This project has so much potential, please support your supporters a little more.

After over 2.5 years invested in this project, it's starting to give the whiff of vapourware.

Prove me wrong dev!

Having seen some of the images above and the link to the code from Transmission, it's not vapourware at all. But we could do with better communication from the devs.

Solution is to make VTR-Communication coin for which value is tied to the number of posts made by the dev. Would be groundbreaking.
sr. member
Activity: 784
Merit: 272
You have to admit dev, this is tough to see, especially for the growing number of people that want this project to do well.



Some info would really help with morale.

This project has so much potential, please support your supporters a little more.

After over 2.5 years invested in this project, it's starting to give the whiff of vapourware.

Prove me wrong dev!

Having seen some of the images above and the link to the code from Transmission, it's not vapourware at all. But we could do with better communication from the devs.
legendary
Activity: 1288
Merit: 1000
You have to admit dev, this is tough to see, especially for the growing number of people that want this project to do well.



Some info would really help with morale.

This project has so much potential, please support your supporters a little more.

After over 2.5 years invested in this project, it's starting to give the whiff of vapourware.

Prove me wrong dev!
sr. member
Activity: 296
Merit: 250
Mr Kim getting similar secure chat/riot ideas. Competition's heating up!

@KimDotcom 29m29 minutes ago

On top of MU2 and Bitcache I'm building a secure >AI< email / messenger / video call app. Secure comms >even if ur device is compromised
sr. member
Activity: 784
Merit: 272
You have to admit dev, this is tough to see, especially for the growing number of people that want this project to do well.



Some info would really help with morale.

This project has so much potential, please support your supporters a little more.
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
Very friendly community here but most action happens on slack now.

Come join us if you haven't already Smiley

https://vtr11.herokuapp.com/

 Roll Eyes

Just bumping the slack invite for anyone who wants to come down and chat Smiley
sr. member
Activity: 327
Merit: 250
Any updates on wallet?
hero member
Activity: 522
Merit: 500
Dev, does the testnet currently run?
legendary
Activity: 1456
Merit: 1000
Quote from: dev and Coins



@vTorrent

This image clearly shows you are building torrent functionality around Transmission, which is a great option. It also shows your client is fully syncd, that you have a fully working torrent implementation because your seed ratio clock is completely in sync with the public blockchain.

There looks like a stable release candidate on the network.


If you look at the bottom of the image it clearly shows torrent functionality is working on the devs client. The text in red looks like something cooking on the payment for torrents front  Cool

I also just noticed that torrents are working on the current version of the client, so we probably don't have to do a hard fork to see it working (or do we?)

He is running this:
Code:
QString
132 TorrentDelegate :: shortTransferString( const Torrent& tor ) const
133 {
134    const bool haveDown( tor.peersWeAreDownloadingFrom( ) > 0 );
135    const bool haveUp( tor.peersWeAreUploadingTo( ) > 0 );
136    QString downStr, upStr, str;
137
138    if( haveDown )
139        downStr = Utils :: speedToString( tor.downloadSpeed( ) );
140    if( haveUp )
141        upStr = Utils :: speedToString( tor.uploadSpeed( ) );
142
143    if( haveDown && haveUp )
144        str = tr( "Down: %1, Up: %2" ).arg(downStr).arg(upStr);
145    else if( haveDown )
146        str = tr( "Down: %1" ).arg( downStr );
147    else if( haveUp )
148        str = tr( "Up: %1" ).arg( upStr );
149    else
150        str = tr( "Idle" );
151
152    return str;
153 }

Unless they have made some big changes, it's 100% Transmission
sr. member
Activity: 784
Merit: 272
Quote from: dev and Coins



@vTorrent

This image clearly shows you are building torrent functionality around Transmission, which is a great option. It also shows your client is fully syncd, that you have a fully working torrent implementation because your seed ratio clock is completely in sync with the public blockchain.

There looks like a stable release candidate on the network.


If you look at the bottom of the image it clearly shows torrent functionality is working on the devs client. The text in red looks like something cooking on the payment for torrents front  Cool

I also just noticed that torrents are working on the current version of the client, so we probably don't have to do a hard fork to see it working (or do we?)
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
Lol im getting ltcgear flashbacks

This is no scam. If it is, it's a pretty odd one.

I have faith the devs are just working hard on ironing out some issues in the new wallet. They don't like pumping the price for no reason. We HAVE had comms from the dev... small messages but messages nonetheless, usually every couple of weeks.

Great price atm for anyone wanting to get in to a project with one of the highest potential payoffs in crypto.
full member
Activity: 152
Merit: 100
Lol im getting ltcgear flashbacks
sr. member
Activity: 756
Merit: 268
My nipples get hard just thinking about the next dev update!
full member
Activity: 152
Merit: 100
When can I use torrenting with this crypto? Is there any timeline for real world implementation?

Looks like the dev has a working implementation but he is not releasing it just yet. He is making us all sweat a bit while he picks up some cheap coins.

Everything pumping but vtorrent is the sleeping giant of crypto

Seems to be in a coma at the mo. @Dev!!! Please give your loyal investors an update.. what is the hold up with new client?
full member
Activity: 138
Merit: 100
Everything's a bubble, idiot
When can I use torrenting with this crypto? Is there any timeline for real world implementation?

Looks like the dev has a working implementation but he is not releasing it just yet. He is making us all sweat a bit while he picks up some cheap coins.

Everything pumping but vtorrent is the sleeping giant of crypto
Pages:
Jump to: