wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
February 16, 2016, 11:29:29 AM |
|
I hope the eventual listing on Chinese exchanges will make the XVG market a little more exciting at night.
Also, did anyone else notice that Bittrex added fiat markets?
I didn't see that yet on Bittrex, will check it out. Bittrex is super slow on confirming XVG/DogeD deposites ... takes over an hour !
|
|
|
|
xadsa418
|
|
February 16, 2016, 11:51:36 AM |
|
main.cpp, CBlock::AcceptBlock() ln2152 https://github.com/vergecurrency/VERGE/blob/master/src/main.cpp#L2152 if (IsProofOfWork() && nHeight > CUTOFF_POW_BLOCK) return DoS(100, error("AcceptBlock() : No proof-of-work allowed anymore (height = %d)", nHeight)); if (IsProofOfStake() && nHeight > DISABLE_POS_BLOCK) return DoS(100, error("AcceptBlock() : reject proof-of-stake at height %d", nHeight)); //XVG will be pure PoW until modifier_switch_block if (IsProofOfStake() && nHeight < MODIFIER_SWITCH_BLOCK) return DoS(100, error("AcceptBlock() : reject proof-of-stake at height %d", nHeight));
main.h static const int CUTOFF_POW_BLOCK = 4248000; // POW end of block 4,248,000 static const int DISABLE_POS_BLOCK = 1; // DISABLE POS BLOCKS AT START for second reject pos static const int MODIFIER_SWITCH_BLOCK = 6000000; // disabled first reject blocks
So currently Verge is pure PoW coin, because PoS block to be accepted should has height both less then 1 and higher then 6mil. And blockchain will stuck at 4,248,000 block(a few years later). Is it desired behaviour?
|
|
|
|
gravitate
Legendary
Offline
Activity: 1372
Merit: 1000
|
|
February 16, 2016, 11:55:53 AM |
|
This is really going amazingly well. Here we go. Pop corn time
|
To peel or not to peel.
|
|
|
Fuzzbawls
|
|
February 16, 2016, 11:57:35 AM |
|
main.cpp, CBlock::AcceptBlock() ln2152 https://github.com/vergecurrency/VERGE/blob/master/src/main.cpp#L2152 if (IsProofOfWork() && nHeight > CUTOFF_POW_BLOCK) return DoS(100, error("AcceptBlock() : No proof-of-work allowed anymore (height = %d)", nHeight)); if (IsProofOfStake() && nHeight > DISABLE_POS_BLOCK) return DoS(100, error("AcceptBlock() : reject proof-of-stake at height %d", nHeight)); //XVG will be pure PoW until modifier_switch_block if (IsProofOfStake() && nHeight < MODIFIER_SWITCH_BLOCK) return DoS(100, error("AcceptBlock() : reject proof-of-stake at height %d", nHeight));
main.h static const int CUTOFF_POW_BLOCK = 4248000; // POW end of block 4,248,000 static const int DISABLE_POS_BLOCK = 1; // DISABLE POS BLOCKS AT START for second reject pos static const int MODIFIER_SWITCH_BLOCK = 6000000; // disabled first reject blocks
So currently Verge is pure PoW coin, because PoS block to be accepted should has height both less then 1 and higher then 6mil. And blockchain will stuck at 4,248,000 block(a few years later). Is it desired behaviour? Yes this behavior is intentional. The underlying systems to implement PoS are in place but disabled. Think of it a having future options at the ready if the need/desire to implement PoS ever occurs.
|
|
|
|
gravitate
Legendary
Offline
Activity: 1372
Merit: 1000
|
|
February 16, 2016, 12:01:55 PM |
|
I hope the eventual listing on Chinese exchanges will make the XVG market a little more exciting at night.
Also, did anyone else notice that Bittrex added fiat markets?
are we set to go on any these markets?
|
To peel or not to peel.
|
|
|
super-cpu
|
|
February 16, 2016, 12:16:40 PM |
|
Nice job Dev.
|
|
|
|
gravitate
Legendary
Offline
Activity: 1372
Merit: 1000
|
|
February 16, 2016, 12:56:53 PM |
|
I think the big Pump will be starting any day now. Last chance for your cheap VERGE... If you lost money in crypts then buy some now as this will more than make up for your losses. Verge is gonna be huuuuge!!! Buy orders building. Sell orders getting mashed to smithereens. Champagne in the Fridge everyone
|
To peel or not to peel.
|
|
|
johnnywoo2015
|
|
February 16, 2016, 01:04:01 PM |
|
I smell p&d. Sorry but will back to 3 sat in a month or so...
|
|
|
|
Rabid Parrots
|
|
February 16, 2016, 01:11:26 PM |
|
I smell p&d. Sorry but will back to 3 sat in a month or so...
I smell coin envy. Don't worry, man. Most women really don't care about the size of your portfolio. It's what's inside that counts.
|
|
|
|
super-cpu
|
|
February 16, 2016, 01:18:27 PM |
|
I think the big Pump will be starting any day now. Last chance for your cheap VERGE... If you lost money in crypts then buy some now as this will more than make up for your losses. Verge is gonna be huuuuge!!! Buy orders building. Sell orders getting mashed to smithereens. Champagne in the Fridge everyone what about poloniex, any good news?
|
|
|
|
gravitate
Legendary
Offline
Activity: 1372
Merit: 1000
|
|
February 16, 2016, 01:22:13 PM |
|
I smell p&d. Sorry but will back to 3 sat in a month or so...
lol!!! I wish it was.
|
To peel or not to peel.
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
February 16, 2016, 01:58:47 PM |
|
Nice job dev, Verge will be huge !! 2 questions/problems regarding wallet: 1) I compiled the Vegre wallet on my Linux 14.04 LTS 64-bits. verge-qt start but I can open settings, it doesn't display the menu bar. This way can't lock my wallet with a passphrase, or start console/debug 2) I have some wallet from the DogeCoinDark which I imported 2 privatekeys in. It displays the addresses so import went OK. When I start DogeCoinDark-qt or Verge-qt it loads the wallet.dat without any problem, I see the addresses @ Receive coins but the balance show 0 coins while the balance is 1M+ coins of each address. Sync is 100% complete that is strange, i will try to recreate that right now. have you checked your debug.log? you should come into the chat n we can all brainstorm on it.. regarding my question 1) I had to find out why the file-settings-menu didn't show on my ubuntu 14.04 LTS machine so I installed a fresh 14.04 on a VM, installed all dependencies for Verge-qt, downloaded it, qmake, make , started ./verge-qt and guess waht.... everything works !! bloody H*LL so now I have a working Verge-qt on a VM and an error in Verge-qt on my "normal" Linux running on physical hardware.. well.. how am I gonna find out what's wrong on that hardware-running-linux-machine..? and it gets even more weird.. I close the Verge-qt on the VM machine restart it and the file-setting-menu is gone ! just as on my hardware-machine. But wait.. the Verge icon is there in the top right, but no Settings option there, so can't lock the wallet. This is very weird.. but I am going to sleep now.. I just started the verge-qt for the third time and now both (top)menu and the icon are gone. So what I found out so far what happens: - qmake & make verge-qt - first time you start verge-qt: you have menu in ubuntu top bar (file - settings - ..) + small vegre-icon top-right (hide/display - receive - send - options) - close verge-qt - second time you start verge-qt: ubuntu top bar (file - settings - ..) is GONE, small vegre-icon top-right (hide/display - receive - send - options) is there - close verge-qt - third time you start verge-qt: ubuntu top bar (file - settings - ..) is GONE and small vegre-icon top-right (hide/display - receive - send - options) is GONE how Dev can reprocude these errors and fix it.
|
|
|
|
cecilbdemented
|
|
February 16, 2016, 02:01:43 PM |
|
Dev, is Github link in OP incorrect? Not working for me...thanks
|
|
|
|
|
Yolo123
Member
Offline
Activity: 112
Merit: 10
|
|
February 16, 2016, 02:53:39 PM |
|
We passed doge and Litcoin in volume on bittrex
|
|
|
|
Mr Felt
|
|
February 16, 2016, 03:00:01 PM |
|
I believe Poloniex added Radium to their exchange w/i the last 24hrs; hopefully Verge will be added before too long.
|
|
|
|
johnnywoo2015
|
|
February 16, 2016, 03:05:58 PM |
|
I believe Poloniex added Radium to their exchange w/i the last 24hrs; hopefully Verge will be added before too long.
If you want to see VERGE on polo, please be more active on twitter, facebook and other social networks. The problem is PR and marketing, need "popularity" to survive.
|
|
|
|
Yolo123
Member
Offline
Activity: 112
Merit: 10
|
|
February 16, 2016, 03:08:25 PM |
|
I believe Poloniex added Radium to their exchange w/i the last 24hrs; hopefully Verge will be added before too long.
If you want to see VERGE on polo, please be more active on twitter, facebook and other social networks. The problem is PR and marketing, need "popularity" to survive. Totally agree we all gotta work on promoting the coin.
|
|
|
|
arteriks
Newbie
Offline
Activity: 43
Merit: 0
|
|
February 16, 2016, 03:14:18 PM |
|
I believe Poloniex added Radium to their exchange w/i the last 24hrs; hopefully Verge will be added before too long.
Just do it --> https://poloniex.com/coinRequest
|
|
|
|
|