AnotherNode
Full Member
Offline
Activity: 178
Merit: 100
Nodes That Serve
|
|
December 28, 2016, 05:35:52 PM |
|
Hard fork guess: 12/30/16 11:01 AM New wallet was online over the last week. Now it's been taken offline.
|
|
|
|
rhinomonkey
|
|
December 28, 2016, 06:34:49 PM |
|
Hard fork guess: 12/30/16 11:01 AM New wallet was online over the last week. Now it's been taken offline. Closed testing done possibly then?
|
|
|
|
coins101
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
December 28, 2016, 06:57:42 PM |
|
Hard fork guess: 12/30/16 11:01 AM New wallet was online over the last week. Now it's been taken offline. Closed testing done possibly then? Cutting it a bit fine on the hard fork front. Most people around here will be aware of the fork, so it can happen at any time and at the drop of a hat. No need to worry about block xxxxx being the hard date as we don't have the wallets. It's Bittrex that might need extra time, especially during this holiday period - but they are aware of the fork happening soon.
|
|
|
|
coins101
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
December 28, 2016, 07:04:43 PM |
|
There is a discussion on Riot about vTorrent supporting streaming, a classifieds torrent tracker market and group chat features - in addition to the expected I2P and TOR support https://riot.im/app/#/room/#vtorrent:matrix.orgIt's more of a discussion on feature requests.
|
|
|
|
|
pugilist555
Sr. Member
Offline
Activity: 474
Merit: 261
GBM
|
|
December 29, 2016, 12:36:19 AM |
|
Wow Will that ever affect a decentralised software like vTorrent?
|
Blockchain technology
|
|
|
pugilist555
Sr. Member
Offline
Activity: 474
Merit: 261
GBM
|
|
December 29, 2016, 12:37:14 AM |
|
Hard fork guess: 12/30/16 11:01 AM New wallet was online over the last week. Now it's been taken offline. Good spot. We are ready
|
Blockchain technology
|
|
|
CryptoSporidium
|
|
December 29, 2016, 12:39:38 AM |
|
December 31 1:12:30 am December 31 4:24:30 am December 31 5:28:30 am December 31 6:18:30 am December 31 7:29:30 am December 31 10:49:30 am December 31 1:45:30 pm December 31 3:13:30 pm December 31 5:53:30 pm January 1 0:14:30 am January 1 0:48:30 am January 1 1:42:30 am January 1 2:28:30 am January 1 3:09:30 am
January 1 0:54:30 am December 31 8:24:30 pm December 30 10:58:30 pm
|
|
|
|
marseille
|
|
December 29, 2016, 01:05:51 AM |
|
wondering how the vTorrent works with bittorrent? sounds like an interesting idea, but anything concrete working?
Nothing yet. Waiting for the upcoming forks which may or may not have working bittorrent integration. Nothing yet? so everything is just speculations and hope? Do devs have some concrete plan to make it happen? do they know exactly how this will work? I hope it is not a high level dream only...
|
|
|
|
rhinomonkey
|
|
December 29, 2016, 02:12:27 AM |
|
wondering how the vTorrent works with bittorrent? sounds like an interesting idea, but anything concrete working?
Nothing yet. Waiting for the upcoming forks which may or may not have working bittorrent integration. Nothing yet? so everything is just speculations and hope? Do devs have some concrete plan to make it happen? do they know exactly how this will work? I hope it is not a high level dream only... The torrent features are supposedly already developed. However, the devs are working on some anti-cheat systems to ensure that people are really seeding and not faking it. Hard fork coming soon should reveal more about where things stand and where things are headed.
|
|
|
|
rhinomonkey
|
|
December 29, 2016, 02:14:55 AM Last edit: December 29, 2016, 02:36:57 AM by rhinomonkey |
|
Will it be possible to set up a VPS that hosts certain files and seeds them and then set up a reward address to be paid out to for seeding?
That way one could seed a bunch of files without keeping them all on their computer where storage may be limited. Then you could possibly set up multiple VPS servers with a bunch of files, and make a steady passive income that way (along with staking on your normal wallet).
@Dev if this isn't planned but is possible, I think it would be a good way to get more files up on the platform. We can have someone here do the documentation for set up.
e1ghtspace makes some great videos
|
|
|
|
DogTheHunter
|
|
December 29, 2016, 10:53:38 AM |
|
wondering how the vTorrent works with bittorrent? sounds like an interesting idea, but anything concrete working?
Nothing yet. Waiting for the upcoming forks which may or may not have working bittorrent integration. Nothing yet? so everything is just speculations and hope? Do devs have some concrete plan to make it happen? do they know exactly how this will work? I hope it is not a high level dream only... Unless block 1200000 has a fixed fork in the current client, they can announce anytime they are ready. Could be tomorrow, could be next week. I wouldn't lose any sleep over it.
|
|
|
|
ik_do
|
|
December 29, 2016, 01:12:44 PM |
|
wondering how the vTorrent works with bittorrent? sounds like an interesting idea, but anything concrete working?
Nothing yet. Waiting for the upcoming forks which may or may not have working bittorrent integration. Nothing yet? so everything is just speculations and hope? Do devs have some concrete plan to make it happen? do they know exactly how this will work? I hope it is not a high level dream only... Unless block 1200000 has a fixed fork in the current client, they can announce anytime they are ready. Could be tomorrow, could be next week. I wouldn't lose any sleep over it. vTorrent-Client/src/chainparams.cpp nLastPOWBlock = 97000; nFirstPosv2Block = 1200000; // Hardfork v2 nFirstPosv3Block = 1300000; // Hardfork v3
bnProofOfWorkLimit = CBigNum(~uint256(0) >> 20); // "standard" scrypt target limit for proof of work, results with 0,000244140625 proof-of-work difficulty bnProofOfStakeLimit = CBigNum(~uint256(0) >> 20); bnProofOfStakeLimitV2 = CBigNum(~uint256(0) >> 48); I'm not a programmer so I don't know what it technically means; but yes it is hardcoded into the client (whether that means it'll actually for or not, I do not know) Its also referenced for the testnet (which has presumably been running for testing): nFirstPosv2Block = 110; nFirstPosv3Block = 500; bnProofOfWorkLimit = CBigNum(~uint256(0) >> 16); bnProofOfStakeLimit = CBigNum(~uint256(0) >> 20); bnProofOfStakeLimitV2 = CBigNum(~uint256(0) >> 16);
|
|
|
|
coins101
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
December 29, 2016, 02:10:49 PM |
|
So a few things to take note of during a fork.
* Backup your wallet.dat * Check your computer clock and your 2FA device clocks have the same time * Don't send coins from an old client if there is a new official client * Don't send coins until devs confirmed network is ok * Don't let hackers scam you into clicking on a link - usually by quoting a link from a dev but swapping out the real link * Download from official sources only - the official github, choose latest * Don't use an exchange unless they have confirmed they are updated and have confirmed which fork they are running * Use the Riot channel for support, but report any potential scammers to the mods within the vTorrent Riot channel * I doubt anyone will have a vTorrent Classic fork, yet. Don't go joining some fake shake thread * Delete your peers.dat file once upgrade is confirmed by devs. The file will form again * Read devs forking instructions, twice
|
|
|
|
ik_do
|
|
December 29, 2016, 02:33:40 PM |
|
Assuming that it auto-forks I've taken a backup of the current blockchain on my computer on about 5 separate drives
|
|
|
|
rhinomonkey
|
|
December 29, 2016, 04:30:50 PM |
|
Assuming that it auto-forks I've taken a backup of the current blockchain on my computer on about 5 separate drives
Is auto-forking a "thing"? Do any other coins employ that method of forking. Seems weird. Would the old version's executable file stop working and then download the new one?
|
|
|
|
coins101
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
December 29, 2016, 05:57:16 PM |
|
Assuming that it auto-forks I've taken a backup of the current blockchain on my computer on about 5 separate drives
Is auto-forking a "thing"? Do any other coins employ that method of forking. Seems weird. Would the old version's executable file stop working and then download the new one? Just discussing this on Riot....it's not clear, but we think that the last VTR release already included everything needed for this hard fork, so running the latest client might mean we all (those of us running the latest client) might just fork to a new chain and anyone on older clients, e.g 0.7.xxx might just get left behind on a fork that will eventually die. Trouble is, we are just speculating. 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 https://github.com/vtorrent/vTorrent-Client/releases/The wording in the last release could be interpreted as - run this because it's going to be a hard fork client on block 1,200,000
|
|
|
|
ik_do
|
|
December 29, 2016, 06:08:42 PM |
|
Based upon discussion with Coins101 and myself we've come to the following semi-conclusion: - PoSv2 will automatically occur at block 1,200,000 (in about 36-48 hours or so)
- By all indications PoSv2 should occur similar to ShadowCoin from which VTR is based upon; the code looks similar and as such it is unlikely something bad would occur
- Any client running 0.8.x or later should be fine
- If you run a 0.7.x client you will not be a part of the hardfork--please upgrade your wallet
- According to the block explorer there is one client running 0.7.x--please upgrade if your IP is 51.9.90.x
- By our understanding Bittrex (the exchange) already runs a 0.8.x wallet so should ideally transition fine
- By our understanding Cryptoguru (currently our block explorer) already runs a 0.8.x wallet so should ideally transition fine
- If you haven't done so already--BACK UP YOUR WALLET.DAT FILE
Coins 101 and myself have both made backups of the blockchain should anything unexpected occur and I invite others to do the same so that we have some form of consensus to roll back to if anything bad does occur (not expected, however it pays to have an umbrella if you by chance get rain) Please keep in mind that you can backup your wallet at any point in time by simply hitting File > Backup WalletEDIT: Also please read Coins101's valuable advice on hardforks: https://bitcointalk.org/index.php?topic=889481.msg17336463#msg17336463So a few things to take note of during a fork.
* Backup your wallet.dat * Check your computer clock and your 2FA device clocks have the same time * Don't send coins from an old client if there is a new official client * Don't send coins until devs confirmed network is ok * Don't let hackers scam you into clicking on a link - usually by quoting a link from a dev but swapping out the real link * Download from official sources only - the official github, choose latest * Don't use an exchange unless they have confirmed they are updated and have confirmed which fork they are running * Use the Riot channel for support, but report any potential scammers to the mods within the vTorrent Riot channel * I doubt anyone will have a vTorrent Classic fork, yet. Don't go joining some fake shake thread * Delete your peers.dat file once upgrade is confirmed by devs. The file will form again * Read devs forking instructions, twice
|
|
|
|
coins101
Legendary
Offline
Activity: 1456
Merit: 1000
|
|
December 29, 2016, 06:17:29 PM |
|
Having said all that...I was expecting a new wallet to appear: Dear all,
Today, marks the second anniversary of our vTorrent project!
To this date, not only our project development still going strong, our Community continues to grow as well.
Innovation projects are said to fail 90% of the time, but I strongly believe in an importance of a solid foundations to be vital for the success of any projects.
To celebrate the annual anniversary, a major new version of the client that incorporated many new features will be released to public in about 2 weeks.
Specifically thanks to all of those strong supporters of our project.
Regards, vTorrent
So while we might all hard fork to 0.8xxx version most of us are running, we might also get a new wallet too. When? Well, that can happen when it happens.
|
|
|
|
rhinomonkey
|
|
December 29, 2016, 06:46:32 PM |
|
Well, I've backed up my wallet multiple times as well. Nothing we can do but wait at this point. I was also under the impression the dev was releasing a new wallet due to the above post and as you say coins, that can be done whenever. Only 2063 blocks left or so! At least we know whether we won VTR or not
|
|
|
|
|