Bitcoin Forum
June 20, 2024, 10:22:13 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex on: October 05, 2016, 03:00:04 AM
Dear all,


We are in the process of designing the way seeders should earn their token (transferable to VTR) from seeding, as torrent file seeding normally divided into pieces, in the beginning we will implement static piece size (most likely 512Kb pieces) and have user settable demand price per piece.

For example, 700mb file, if user pre-defined price at 0.5 VTR per piece

700*1024/512 = 1400 pieces

Then users would earn roughly around 700 VTR for 700mb file, AND only if he is the only user seeding this torrent at that given moment.

In real-life scenarios, users only earn from the pieces they contributed or seeded to the network, and seeders are earning from leachers not VTR network.

If anybody have any suggestions or ideas about how we should reward the seeders, please PM me or reply in thread.


Regards,

vTorrent
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex on: October 02, 2016, 01:46:42 AM
Dear all,

As of now, only vTorrent Core is open sourced, and the reason we need to keep our full client (2FA included) closed source is to prevent other dev to clone our work and claim it as their own (or falsely claim as their project being one of the first to implement those features).

When Bittorrent part of vTorrent is reveal in a few release from now, hopefully our project will then be wildly known in crypto-currency space and the decision to open sourced other part of our project will then be considered again.

Regards,

vTorrent
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex on: September 17, 2016, 06:05:54 PM
Dear all,


VTR is currently back online on Bittrex, and now we are trading on RAWX.IO!


rawx.io (VTR-BTC)






Regards,

vTorrent
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex on: September 17, 2016, 11:07:30 AM
Anyone have a bootstrap for VTR?  We were trying to update to the latest version but it looks like it requires an entire blockchain resync ;(

Thanks
richie@bittrex

Hi Richie,
I posted one recently which was at about block 1,000,000--you can find it by searching through my posts under my username.

Should only take a bit after that; if it doesn't work for some reason let me know and I'll pop out a fresh one when I have a moment.

Thanks but i think we got it sorted out.

Is there still an active dev on the project?  The bug for validateaddress still exists which is why the faucet and bittrex are having problems.

Basically it comes down to this, before coins are sent anywhere, people usually do a "validateaddress" on an address.  You check for "isvalid: true" and make sure that the "address" that comes back out is the same one you passed in.  For VTR, this returns, thus anytime you try and validate an address before sending coins, it fails.  If the dev would fix this, we could address the problem with withdrawals to stealth addresses.

vtrcoin validateaddress xr15yLa9wNadfgvWskNMTLhQSZZhixUaUrBHRQEFaxLRLP864rcqEf5P1QR9WNBksajN1QZCDu5Lc7P c8vTuUW8u5PzahvcvP52S8H
{
    "isvalid" : true,
    "ismine" : true,
    "address" : "XZww38dEzKrxkWoyNVsYn4UG8epA8x1vsa"
}

You can always withdraw to a non stealth address as a temporary workaround.

Thanks,
Richie

PS. do not try to send to the non stealth address of your bittrex stealth address.  It wont work.


Dear all,


All of this issue should be fixed with better compatibility for services and exchanges with the latest commit on Github.

vTorrent is the ONLY Crypto-Currency that support RPC command such as "validateaddress" and "dumpprivkey" on stealth address.

I will also be publishing daemon binary with 2FA fully supported soon.


Regards,

vTorrent
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex on: September 12, 2016, 01:23:14 AM
Anyone have a bootstrap for VTR?  We were trying to update to the latest version but it looks like it requires an entire blockchain resync ;(

Thanks
richie@bittrex

Hi Richie,
I posted one recently which was at about block 1,000,000--you can find it by searching through my posts under my username.

Should only take a bit after that; if it doesn't work for some reason let me know and I'll pop out a fresh one when I have a moment.

Thanks but i think we got it sorted out.

Is there still an active dev on the project?  The bug for validateaddress still exists which is why the faucet and bittrex are having problems.

Basically it comes down to this, before coins are sent anywhere, people usually do a "validateaddress" on an address.  You check for "isvalid: true" and make sure that the "address" that comes back out is the same one you passed in.  For VTR, this returns, thus anytime you try and validate an address before sending coins, it fails.  If the dev would fix this, we could address the problem with withdrawals to stealth addresses.

vtrcoin validateaddress xr15yLa9wNadfgvWskNMTLhQSZZhixUaUrBHRQEFaxLRLP864rcqEf5P1QR9WNBksajN1QZCDu5Lc7P c8vTuUW8u5PzahvcvP52S8H
{
    "isvalid" : true,
    "ismine" : true,
    "address" : "XZww38dEzKrxkWoyNVsYn4UG8epA8x1vsa"
}

You can always withdraw to a non stealth address as a temporary workaround.

Thanks,
Richie

PS. do not try to send to the non stealth address of your bittrex stealth address.  It wont work.

Dear Richie,

Please discuss this issue with me through PM.

Regards,

vTorrent
26  Bitcoin / Bitcoin Discussion / Re: This is why you enable 2FA. on: September 10, 2016, 11:47:56 AM
Hello all,


Check out vTorrent client if anybody still looking for 2FA for Bitcoin-QT.

https://github.com/vtorrent/vTorrent-Client/releases/tag/0.8.1



Regards,

vTorrent
27  Bitcoin / Bitcoin Discussion / Re: Does it exist a bitcoin wallet with 2FA? on: September 10, 2016, 11:01:45 AM
Hello all,


Check out vTorrent client if anybody still looking for 2FA for Bitcoin-QT.

https://github.com/vtorrent/vTorrent-Client/releases/tag/0.8.1



Regards,

vTorrent
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex on: August 23, 2016, 04:55:08 PM
I have a problem receiving requests from the vTorrent faucet.
Bittrex gave me an address that seems rather long:
xr1BBSdh84b79WshZYryAFhJgpsboMcYjLLMLLEkZLYkJNjtc29kFHuSmGRMrueEGkUqcBuQipgfJo8 DFvUCpXmemRazAkF3CPCU1b

Somehow the faucet truncates it to xr1BBSdh84b79WshZYryAFhJgpsboMcYjLLMLLEkZLYkJNjtc29kFHuSmGRMrueEGkUqcB
Neither one works.  I have made many requests and received nothing.  Also asked Bittrex for a new address that work.  They refuse, claiming that the address correct working address.


Hello rocks64,

Please check the space in your address, your address is valid.

Code:

vtr081-test12@:~$ ./vtorrent_cli validateaddress xr1BBSdh84b79WshZYryAFhJgpsboMcYjLLMLLEkZLYkJNjtc29kFHuSmGRMrueEGkUqcBuQipgfJo8DFvUCpXmemRazAkF3CPCU1b

{
"isvalid" : true,
"ismine" : false
}

Regards,

vTorrent
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | 2FA | HD | @Bittrex on: August 23, 2016, 12:46:12 AM
Dear all,

vTorrent 0.8.1 for Ubuntu build is up on Github

https://github.com/vtorrent/vTorrent-Client/releases/tag/0.8.1

Code:
SHA256 Checksum:
vTorrent-0.8.1-ubuntu.tar.gz - 3acf4cb7c17d75d04315f0b57a42fe7e5a22919df8c87ca36408019e9d5c7883

Please make a request in PM if anyone need official release for any OSes.


Regards,

vTorrent
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: August 22, 2016, 01:15:00 AM
Dear all,


vTorrent-Client 0.8.1 is officially released!

What's New

This release focused on enhancing our core client in all areas including HD wallet and implementing 2fa to ensure security of users token, along with planned hard-fork to the network in order to add features to our protocol to prepare for later development.

-Version bumped to 0.8.1 to indicate a new major release
-Bumped protocol version to 80016
-Implemented 2fa
-Added new DNS seed
-Added new Checkpoints
-Added CheckLockTimeVerify (BIP65)
-Added BIP44, BIP39, BIP32 support
-Added CLTV
-Asynchronous Indexing

Scheduled hard-fork:
-Posv2 at Block 1200000
-Posv3 at Block 1300000

Bug fixes:
-Fixed validateaddress stealth addresses bug

Build system:
-build: add MXE compatibility

Miscellaneous:
-Upgrade Qt to 5.7
-Upgrade Boost to 1.61
-Upgrade Berkeley to 6.1.26
-Upgrade OpenSSL to 1.0.2h
-Upgrade miniupnpc to 2.0

SHA256 Checksum:

Code:
vTorrent-0.8.1-Win.zip - 8e341ffc6b4031a9159ea1777a44da52a6c0206651b6bcfef984dc5fc18005fb
vTorrent-0.8.1-OSX.dmg - d08c5c01ce99bed8d90d25c53e3ad66549fd31b5837b3a07643622ceee74814d
vTorrentd-0.8.1-ubuntu.tar.gz - 1fc6ac69814e88fb0007d26319d0d38b9574974e52f6f8c898bb627f39bbbf2e


Downloads:
https://github.com/vtorrent/vTorrent-Client/releases/

**This release has a massive overhaul regarding the way orphans are dealt with including asynchronous indexing. There will be a reindex on the blockindex only, so expect to wait between 40-60 minutes on first startup.

This upgrade is mandatory, all services such as exchanges and all users is required to make upgrade to this release as soon as possible.


Regards,

vTorrent
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: August 22, 2016, 12:02:16 AM
Dear all,


Our latest client v0.8.1 is officially released to public after long close beta and testing period, please see latest commit on Github.

Full release notes along with official download link for each OSes will be posted on Github release page in an hour or two.


Regards,

vTorrent

32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: August 09, 2016, 04:03:41 PM
Dear all investors and supporters,


As of now, vTorrent network is currently at block number 999,9xx and will be reaching block number 1,000,000 very soon.

I will be releasing our new client for both Windows and Mac as promised along with provide some insight to our progress within next Sunday.


Thank you all for your support,

vTorrent
33  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: May 21, 2016, 01:48:51 AM
anoyne else got 0 nodes?

It seems that our seed node vps host is down.

If anybody running full node on vps or willing to donate vps for both live and testnet please pm me.


Regards,

vTorrent


How much BTC for a vps for like a month?


It is about 0.1btc per year for one vps.


Regards,

vTorrent

Send me an address in PM.


Thank you for your support, a wallet with new node hard-coded will be release soon.


Regards,

vTorrent
34  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: May 20, 2016, 05:14:49 PM
anoyne else got 0 nodes?

It seems that our seed node vps host is down.

If anybody running full node on vps or willing to donate vps for both live and testnet please pm me.


Regards,

vTorrent


How much BTC for a vps for like a month?


It is about 0.1btc per year for one vps.


Currently Cryptoguru is getting back some connections and Bittrex is back online (see https://bittrex.com/status) hopefully our network should be back to normal soon.


Regards,

vTorrent
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: May 20, 2016, 03:17:18 PM
anoyne else got 0 nodes?

It seems that our seed node vps host is down.

If anybody running full node on vps or willing to donate vps for both live and testnet please pm me.


Regards,

vTorrent
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: February 17, 2016, 03:42:55 AM
About the torrent implementation, currently uploading and seed ratio to generation of TOKEN (which is interchangeable to VTR in client) by seeding algorithm is already implemented but we are now in the process of implementing an anti-cheat system in our BitTorrent Engine as there are many known ways for users to spoofs their upload and cheat their share ratio with tools such as Tracker-Pro, RadioMaster, mRatio and GreedyTorrent which acts as a proxy between client and tracker.

If users are able to cheat their seed ratio, our whole system would then be corrupted.


Regards,

vTorrent
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: January 28, 2016, 02:35:19 AM
Interesting approach to get torrents into blocks

https://git.playgrub.com/toby/keyrun

Really interesting method, indeed. I'll look into it, thanks.


Regards,

vTorrent

38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: December 24, 2015, 04:37:59 AM
Why does one leecher need a bittrex trading tab ?

cash out your regular VTR income?

Hello,

The main reason that I have implemented the trading feature in vTorrent client is that I want the user to be able to do everything vTorrent related from the client itself.

For people who are new to vTorrent or new to Crypto-Currency, they wouldn't have to go look around or look up google to find their way to get their first VTR. With trading feature in place, user can learn about Bittrex or any other exchange that trades VTR and transfer VTR between exchanges right from our client.





I have plan to implement auto-sale and many other feature to further improve the trading tab in future releases of our client.


Regards,

vTorrent
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: December 23, 2015, 04:49:59 AM
So vtorrent has kindly let me try out the new wallet (minus torrent features); I've been asked to keep the file private but can share screenshots here.

https://i.imgur.com/GMjysoT.png
https://i.imgur.com/0muQofi.png

So yes, it does exist. It is functional, it is pretty slick and barring the blockchain completely syncing (it is taking some time) it looks quite nice. There is a BitTorrent section, but it has been deactivated on this particular copy of the program (vtorrent stated that it would be without torrent functionality as this is still in private testing)

New features:
-multiple windows for trading on bittrex
-2FA via Google Authenticator
-Key management
-HD addresses
-Block explorer


Regarding the lack of any update on torrent functionality this is what vtorrent said on December 31st, 2014:
Quote
Since Magnetz scam, I prefer to keep all the details about torrent implement from public until we release our first beta client with torrent implemented.

As to when to expect torrent release, I have no information.

hmmm...    ?!



That's because its still syncing. The progress bar is on the bottom left.

I did say in my post that it wasn't fully sync'd yet.

In any case that page annoyingly only shows the blockchain 5 parts at a time. Hope it shows the full blockchain on final release.





Fixed, it is now showing 10 at the time, please keep in mind that block data is a direct feed from client's blockchain, so the client needs to be synced up in order to show current block data.


Regards,

vTorrent
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][VTR] vTorrent - Share with freedom | Bittrex on: November 25, 2015, 09:29:02 AM

Thanks for the reply,

I installed QT creator with QT 5.5 and that didn't work so I reverted to 5.2.1 and that seemed to fix it, now I get this error:

Code:
../vTorrent-Client-master/src/smessage.cpp:40:23: fatal error: secp256k1.h: No such file or directory
 #include <secp256k1.h>
                       ^
compilation terminated.
make: *** [build/smessage.o] Error 1
21:17:22: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project vTorrent-client (kit: Desktop Qt 5.2.1 GCC 32bit)
When executing step "Make"

Any ideas?

Please grab latest libsecp256k1 from https://github.com/bitcoin/secp256k1 and build it on your system.

libsecp256k1 is built using autotools:

Code:
$ ./autogen.sh
$ ./configure
$ make
$ ./tests
$ sudo make install  # optional


Regards,

vTorrent
Pages: « 1 [2] 3 4 5 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!