xibeijan
Legendary
Offline
Activity: 1232
Merit: 1001
|
|
February 13, 2014, 04:46:41 PM |
|
AT ALL: PLEASE UPDATE YOUR CLIENTS TO 0.7.4 BEFORE WE REACH BLOCK 67000!
I don't see 7.0.4 on the main page with a sha256 sum next to it....
|
|
|
|
SkillRoad
Member
Offline
Activity: 112
Merit: 10
|
|
February 13, 2014, 04:50:01 PM |
|
AT ALL: PLEASE UPDATE YOUR CLIENTS TO 0.7.4 BEFORE WE REACH BLOCK 67000!
I don't see 7.0.4 on the main page with a sha256 sum next to it.... I also
|
|
|
|
|
fotathan
Newbie
Offline
Activity: 7
Merit: 0
|
|
February 13, 2014, 04:54:51 PM |
|
We should promote this like crazy!
For sure!
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
February 13, 2014, 05:03:03 PM |
|
CfB: When I issue the startForging call, I get {"deadline":0} as a response. What does this deadline represent? Most of the time it says "0" but occasionally I get other numbers (e.g. -67900).
And on a side note: I can't help but notice that the only exchange NOBODY is complaining about right now seems to be DGEX.
Deadline shows when u will forge next block. The same as the timer in NRS.
|
|
|
|
wesleyh
|
|
February 13, 2014, 05:04:42 PM |
|
CfB: When I issue the startForging call, I get {"deadline":0} as a response. What does this deadline represent? Most of the time it says "0" but occasionally I get other numbers (e.g. -67900).
And on a side note: I can't help but notice that the only exchange NOBODY is complaining about right now seems to be DGEX.
Deadline shows when u will forge next block. The same as the timer in NRS. How often should one check this? What does a negative number mean? Can <= 0 be ignored? Also, how do you (the server) determine a client is really forging, do you just check if it's online and responding to peer requests and that's it?
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
February 13, 2014, 05:05:24 PM |
|
@C-f-b you said that the fee won't be lowered this week. But can you give a roughly ETA? Because we need to know that to do our planing on reddit.
I'm quite busy this and next week with Asset Exchange and Voting System. U should ask Jean-Luc if he is planning to change min fee in the nearest future.
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
February 13, 2014, 05:05:47 PM |
|
@C-f-b you said that the fee won't be lowered this week. But can you give a roughly ETA? Because we need to know that to do our planing on reddit.
I'm quite busy this and next week with Asset Exchange and Voting System. U should ask Jean-Luc if he is planning to change min fee in the nearest future. Ok thank you, will do now!
|
|
|
|
BaiMangal
Member
Offline
Activity: 111
Merit: 10
|
|
February 13, 2014, 05:06:37 PM |
|
CfB: When I issue the startForging call, I get {"deadline":0} as a response. What does this deadline represent? Most of the time it says "0" but occasionally I get other numbers (e.g. -67900).
And on a side note: I can't help but notice that the only exchange NOBODY is complaining about right now seems to be DGEX.
Deadline shows when u will forge next block. The same as the timer in NRS. Does it mean that in order to see when the account will forge the next block we need to call startForging over and over again? Do we need to call startForging every few seconds lets say in order to have real time forging deadline estimate?
|
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
February 13, 2014, 05:08:37 PM |
|
How often should one check this? What does a negative number mean? Can <= 0 be ignored?
Also, how do you (the server) determine a client is really forging, do you just check if it's online and responding to peer requests and that's it?
It's updated each time u invoke startForging or a new block forged, I suppose. The code is written by Jean-Luc, I might be wrong. U can't determine if a client is forging, server does it.
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
February 13, 2014, 05:10:16 PM |
|
Does it mean that in order to see when the account will forge the next block we need to call startForging over and over again? Do we need to call startForging every few seconds lets say in order to have real time forging deadline estimate?
No * 2
|
|
|
|
wesleyh
|
|
February 13, 2014, 05:10:57 PM |
|
How often should one check this? What does a negative number mean? Can <= 0 be ignored?
Also, how do you (the server) determine a client is really forging, do you just check if it's online and responding to peer requests and that's it?
It's updated each time u invoke startForging or a new block forged, I suppose. The code is written by Jean-Luc, I might be wrong. U can't determine if a client is forging, server does it. But "forging" really just means "being connected to the network" right? There's not really a difference between a person that has connected but not called the startForging() api, and one that has? Except that the first one is included in the chance to get the next block forged.
|
|
|
|
nexern
|
|
February 13, 2014, 05:11:13 PM |
|
very good! based on a subset of luajit or a new design?
We are still in the very early stage at the moment so no decision has been yet made although we are likely to go down the path of creating a "low-level" assembly language 1st and then perhaps adding a "higher level" language above that later (it is much easier to "control" things such as "fees per step" if you use a very "low-level" language as the basis). very cool, would add many nice features. ps: just to mentioned, perhaps HLA could be an additional resource. ( http://www.plantation-productions.com/Webster/)
|
|
|
|
sq
|
|
February 13, 2014, 05:11:29 PM |
|
i like this coin... but its very complicated to set it..
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
February 13, 2014, 05:12:30 PM |
|
But "forging" really just means "being connected to the network" right?
No
|
|
|
|
CIYAM
Legendary
Offline
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
|
|
February 13, 2014, 05:14:50 PM |
|
Hey CIYAM... please create a thread with a catchy title for the project you'll be leading! Not sure if it is "catchy" enough but https://bitcointalk.org/index.php?topic=463731.0
|
|
|
|
opticalcarrier
|
|
February 13, 2014, 05:16:42 PM |
|
what were the results of all us posting which min fee we wanted? Did .1 or .01 get the most?
and if .1 got the most votes, then i guess when it gets implemented, then I think that the lowest NXT about to be specified will be .01, which is less than the lowest fee.
|
|
|
|
antanst
|
|
February 13, 2014, 05:18:55 PM |
|
Hey, I didn't know about that feature. Thanks!
|
|
|
|
mezzovide
Member
Offline
Activity: 101
Merit: 10
|
|
February 13, 2014, 05:19:53 PM |
|
Nxt prices going up, quick, more supply stakeholders! dont let it bubble up!
this is gonna be very good time to distribute nxt to the ppl
|
Btc : 12LMdyWoyjJ1BZxfWmaZMWjTXn7S9y5EdK
|
|
|
|