David Latapie
|
|
November 15, 2014, 05:24:45 AM Last edit: November 16, 2014, 12:50:30 PM by David Latapie |
|
essentially I am trying to figure out whats the ideal size of block, Whilst i don't have the formula to hand, http://bit.ly/hypsizeBasically: 4K at your own risk, 3300 pretty safe bet. But I hit the wall sometime so I now am at 2400 (my smallest block to hit the wall was 2500).
|
|
|
|
qiwoman2
Legendary
Offline
Activity: 2114
Merit: 1023
Oikos.cash | Decentralized Finance on Tron
|
|
November 15, 2014, 07:41:37 AM |
|
|
|
|
|
|
rocoro
Legendary
Offline
Activity: 938
Merit: 1000
|
|
November 15, 2014, 01:34:19 PM |
|
Not sure if this is a minor bug but:
I compiled on Ubuntu 14.04
with: qmake-qt4 "USE_UPNP=-" make
and after it was done compiling & I run ./HyperStake-qt
Under Tools > Options > Network tab The checkmark for "Map port using UPnP" is stuck being checked and I cannot uncheck it...
So is UPnP disabled or is it trying to be enabled but stuck somehow, or is it just a gui problem?
Thanks..
Bump ..
|
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
November 15, 2014, 02:33:46 PM |
|
Not sure if this is a minor bug but:
I compiled on Ubuntu 14.04
with: qmake-qt4 "USE_UPNP=-" make
and after it was done compiling & I run ./HyperStake-qt
Under Tools > Options > Network tab The checkmark for "Map port using UPnP" is stuck being checked and I cannot uncheck it...
So is UPnP disabled or is it trying to be enabled but stuck somehow, or is it just a gui problem?
Thanks..
Bump .. I do not compile with that flag and in my options you can deselect it. (and also enabled be default) so this is a little curious.
|
|
|
|
qiwoman2
Legendary
Offline
Activity: 2114
Merit: 1023
Oikos.cash | Decentralized Finance on Tron
|
|
November 15, 2014, 02:52:42 PM |
|
Yeah OMG it down poured lol was so cool!!! Thank you for the rain..
|
|
|
|
|
Butoeskor
|
|
November 15, 2014, 03:50:38 PM |
|
My adress for Hyperloan: pJTBJbj1GHkndyVRsBPHJFTarxDWACo93t
Thank You.
|
|
|
|
Swag
|
|
November 15, 2014, 04:23:28 PM |
|
What's happening with HYP? Why's the price so low?
|
|
|
|
Varvarin
Legendary
Offline
Activity: 1130
Merit: 1000
No good deed goes unpunished
|
|
November 15, 2014, 04:59:02 PM |
|
What's happening with HYP? Why's the price so low?
Seems deposits and withdrawals from & to wallet aren't working on Poloniex, but just made a withdrawal from Crytpsy and it worked (sending to test deposits now). Got PENDING on a withdrawal from Polo and deposit not showing for couple of hours.
|
|
|
|
myagui
Legendary
Offline
Activity: 1154
Merit: 1001
|
|
November 15, 2014, 05:27:37 PM |
|
What's happening with HYP? Why's the price so low?
Seems deposits and withdrawals from & to wallet aren't working on Poloniex, but just made a withdrawal from Crytpsy and it worked (sending to test deposits now). Got PENDING on a withdrawal from Polo and deposit not showing for couple of hours. That's not specific to HYP Varvarin. I have the same problem right now with other coins @ Polo (transactions pending for ages).
|
|
|
|
4x13
Legendary
Offline
Activity: 1078
Merit: 1011
|
|
November 15, 2014, 07:15:58 PM |
|
ok, so the issue with the extreme staking time is a known bug? Is this a visual bug? or will it effect the actual stake time of the blocks??
|
|
|
|
Varvarin
Legendary
Offline
Activity: 1130
Merit: 1000
No good deed goes unpunished
|
|
November 15, 2014, 08:46:15 PM |
|
What's happening with HYP? Why's the price so low?
Seems deposits and withdrawals from & to wallet aren't working on Poloniex, but just made a withdrawal from Crytpsy and it worked (sending to test deposits now). Got PENDING on a withdrawal from Polo and deposit not showing for couple of hours. That's not specific to HYP Varvarin. I have the same problem right now with other coins @ Polo (transactions pending for ages). Poloniex is working fine again. HYP moves properly.
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
November 15, 2014, 11:22:11 PM |
|
ok, so the issue with the extreme staking time is a known bug? Is this a visual bug? or will it effect the actual stake time of the blocks??
Its a display bug, and only really impacts blocks less than 8.8 days. Here is my commit yesterday that fixes staking prediction once and for all (or so I hope). https://github.com/presstab/HyperStake/commit/4349d45f3e3eaedd31d47e4164ddf16c84f9b2cbPrediction of stake time gets complicated. Technically stake weight begins to grow positive at 8 hours, but because of the stake modifier it will not actually be eligible to stake until 8.8 days. For display purposes, this means weight should be 0 until 8.8 days. For stake prediction times, this also means weight should be 0 until 8.8 days, but after 8.8 it should be calculated using 8 hours as the point of time that weight began to grow.
All stake time predictions are now synced. Since weight now accumulates since 8 hours (although not displayed), the need to add an extra day of weight to initial predictions is no longer needed and is removed.
|
|
|
|
4x13
Legendary
Offline
Activity: 1078
Merit: 1011
|
|
November 15, 2014, 11:56:40 PM |
|
@presstab, Ok, so its just a visual issue, and when blocks get to being 8.8 days old it will correct itself??
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
November 16, 2014, 01:36:46 AM |
|
@presstab, Ok, so its just a visual issue, and when blocks get to being 8.8 days old it will correct itself??
Yeah for now just ignore it if it is on an input less than 8.8 days old. Sorry about the error. I get tunnel vision focusing on specific things and don't notice some of this stuff.
|
|
|
|
4x13
Legendary
Offline
Activity: 1078
Merit: 1011
|
|
November 16, 2014, 02:25:25 AM |
|
@presstab It's all good, Not that big of a deal if it just a visual thing. Keep up the great work!! Wish I had the talent to pitch in..
|
|
|
|
nioc
Legendary
Offline
Activity: 1624
Merit: 1008
|
|
November 16, 2014, 04:22:02 AM |
|
The <setstakesplitthreshold> works! One block was over what I set it at and it split and one was under by 8 HYP and it did not split. Perfect staking while sleeping
|
|
|
|
David Latapie
|
|
November 16, 2014, 01:07:22 PM |
|
@presstab It's all good, Not that big of a deal if it just a visual thing. Keep up the great work!! Wish I had the talent to pitch in.. We all have some talents and some of yours may be useful for HYP. PM me an email address and I can invite you to http://hyperstake.slack.com.
|
|
|
|
eatthetree3
Newbie
Offline
Activity: 45
Merit: 0
|
|
November 16, 2014, 01:52:03 PM |
|
A community driven and decided massive buy wall would be a nice way to secure the price of HYP if everyone agreed to buy at a certain price (2k for example) we could get several BTC worth on one order creating a nice wall for HYP.
|
|
|
|
|