presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
September 19, 2014, 02:53:06 PM |
|
I'm not able to sync the latest wallet (stuck ~70k): where I can find some peers? Thanks.
nowhere dev should add some more seed nodes to get clients pinged The next wallet has the block explorer added as seed node
|
|
|
|
bitaxed
|
|
September 19, 2014, 04:08:27 PM |
|
Thanks, I put the peers on hyperstake.conf (right file name?) and I restart the sync.
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
September 19, 2014, 04:21:15 PM |
|
Thanks, I put the peers on hyperstake.conf (right file name?) and I restart the sync. You can actually even do it from inside the wallet debug window: addnode <node> add
|
|
|
|
|
iantunc
Sr. Member
Offline
Activity: 433
Merit: 250
We are the first to program your future (c)
|
|
September 19, 2014, 07:09:44 PM |
|
I'm not able to sync the latest wallet (stuck ~70k): where I can find some peers? Thanks.
nowhere dev should add some more seed nodes to get clients pinged The next wallet has the block explorer added as seed node Is it possible to back up the blockchain to some repository from where it can be directly downloaded and bootstrapped?
|
|
|
|
Biomech
Legendary
Offline
Activity: 1372
Merit: 1022
Anarchy is not chaos.
|
|
September 19, 2014, 07:10:18 PM |
|
I have a lot of small blocks. Some 1600 blocks are now starting to stake after something like 20 days. I'm using coin control to create blocks containing 3000 coins these days. The interest doesn't change with the bigger blocks isn't it?
No, it doesn't change, BUT the block that you're hoping to stake is essentially trapped until it actually stakes - I mean, you don't want to loose 3-400 HYP just to make it into a larger block. Really, anyone who's selling on exchanges should only really be selling the blocks which have freshly minted, otherwise, personally, I find the loss of interest after 24 hours or so too much to loose! I always wait for the coins to stake. After that, when I have a lot of different blocks, I use coincontrol to put the coins together in new blocks. I don't like loosing stake either I love loosing stake. The more stakes I loose, the richer I become. Given where I'm starting from, I have little to lose, and I'll loose as many as I can. Loose: Ill fitting; to unleash or release; opposite of tight. Lose: To be second place or less in a contest, to misplace, to no longer possess involuntarily. Let's eat grandma! Let's eat, Grandma! Puntuation saves lives.
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
September 19, 2014, 07:44:41 PM |
|
I guess this means biomech survived his relocation I have a lot of small blocks. Some 1600 blocks are now starting to stake after something like 20 days. I'm using coin control to create blocks containing 3000 coins these days. The interest doesn't change with the bigger blocks isn't it?
No, it doesn't change, BUT the block that you're hoping to stake is essentially trapped until it actually stakes - I mean, you don't want to loose 3-400 HYP just to make it into a larger block. Really, anyone who's selling on exchanges should only really be selling the blocks which have freshly minted, otherwise, personally, I find the loss of interest after 24 hours or so too much to loose! I always wait for the coins to stake. After that, when I have a lot of different blocks, I use coincontrol to put the coins together in new blocks. I don't like loosing stake either I love loosing stake. The more stakes I loose, the richer I become. Given where I'm starting from, I have little to lose, and I'll loose as many as I can. Loose: Ill fitting; to unleash or release; opposite of tight. Lose: To be second place or less in a contest, to misplace, to no longer possess involuntarily. Let's eat grandma! Let's eat, Grandma! Puntuation saves lives.
|
|
|
|
B3dr0ck
Member
Offline
Activity: 159
Merit: 11
|
|
September 19, 2014, 08:31:36 PM |
|
(I know this is probably somewhere, but I can't find it)
How exactly is the "750% annual interest" figured? I can't seem to put the math to it.
Some variation of: initial value(1+interest/12)^12*interval period ?
|
|
|
|
iantunc
Sr. Member
Offline
Activity: 433
Merit: 250
We are the first to program your future (c)
|
|
September 19, 2014, 08:53:48 PM |
|
(I know this is probably somewhere, but I can't find it)
How exactly is the "750% annual interest" figured? I can't seem to put the math to it.
Some variation of: initial value(1+interest/12)^12*interval period ?
750% is the nominal annual interest defined in the source code. If the max coin age wouldn't be limited to 30 days, 1 year old block would give you 750%. If you'll stake once a month, you'll get 750% without compounding.
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
September 19, 2014, 08:54:16 PM |
|
(I know this is probably somewhere, but I can't find it)
How exactly is the "750% annual interest" figured? I can't seem to put the math to it.
Some variation of: initial value(1+interest/12)^12*interval period ?
Its what all interest payments in the code are based off of. So if you stake in 10 days the calc is: block size * 7.5 / 365 * 10
|
|
|
|
iantunc
Sr. Member
Offline
Activity: 433
Merit: 250
We are the first to program your future (c)
|
|
September 19, 2014, 09:40:29 PM |
|
Here is the math for compounding with 10 days staking period: block*((1+(7.5/365*10))^(365/10))
|
|
|
|
reidel21
Member
Offline
Activity: 196
Merit: 10
|
|
September 19, 2014, 10:56:25 PM |
|
Someone bought at 20K Sat in coin-swap.. must have typed it wrong 20000 instead of 2000.
|
|
|
|
|
B3dr0ck
Member
Offline
Activity: 159
Merit: 11
|
|
September 19, 2014, 11:13:14 PM |
|
we will have to define terms a little better for me to plug in real numbers
Interval period so a block can stake in 9 days (8.8?) If a block stakes in 9 days, what % of interest does it gain?
I have a block that is about at 9 days, it looks like its about 20% potential stake. If a block doesn't stake right when it hits maturity (that the right word?) it gains weight (likelihood of staking increases), and continues to gain interest - at the same interest rate produced in the initial ~9days or maturing (right word again?) ?
|
|
|
|
billotronic
Legendary
Offline
Activity: 1610
Merit: 1000
Crackpot Idealist
|
|
September 19, 2014, 11:50:43 PM |
|
|
|
|
|
gullu
|
|
September 19, 2014, 11:53:16 PM |
|
Someone bought at 20K Sat in coin-swap.. must have typed it wrong 20000 instead of 2000. i doubt that. there were only about 11 coins in the price range of 10k to 20k. someone really wanted to get lots of HYPs.
|
|
|
|
dave111223
Legendary
Offline
Activity: 1190
Merit: 1001
|
|
September 20, 2014, 12:05:32 AM |
|
BX.in.th now has HyperStakeWe've added a HyperStake market at https://bx.in.th/BTC/HYP/Appreciate if you could add us to the list of exchanges in the OP.
|
|
|
|
reidel21
Member
Offline
Activity: 196
Merit: 10
|
|
September 20, 2014, 12:36:52 AM |
|
What is the maximum number of hyperstake coins?
|
|
|
|
presstab (OP)
Legendary
Offline
Activity: 1330
Merit: 1000
Blockchain Developer
|
|
September 20, 2014, 01:08:11 AM |
|
BX.in.th now has HyperStakeWe've added a HyperStake market at https://bx.in.th/BTC/HYP/Appreciate if you could add us to the list of exchanges in the OP. Yes I love Thailand!!
|
|
|
|
mafort1469
|
|
September 20, 2014, 01:41:41 AM |
|
I have a lot of small blocks. Some 1600 blocks are now starting to stake after something like 20 days. I'm using coin control to create blocks containing 3000 coins these days. The interest doesn't change with the bigger blocks isn't it?
No, it doesn't change, BUT the block that you're hoping to stake is essentially trapped until it actually stakes - I mean, you don't want to loose 3-400 HYP just to make it into a larger block. Really, anyone who's selling on exchanges should only really be selling the blocks which have freshly minted, otherwise, personally, I find the loss of interest after 24 hours or so too much to loose! I always wait for the coins to stake. After that, when I have a lot of different blocks, I use coincontrol to put the coins together in new blocks. I don't like loosing stake either I love loosing stake. The more stakes I loose, the richer I become. Given where I'm starting from, I have little to lose, and I'll loose as many as I can. Loose: Ill fitting; to unleash or release; opposite of tight. Lose: To be second place or less in a contest, to misplace, to no longer possess involuntarily. Let's eat grandma! Let's eat, Grandma! Puntuation saves lives. You mean Punctuation? LOL
|
|
|
|
|