opticalcarrier
|
|
January 09, 2014, 12:56:44 PM |
|
not working for me, in my firefox browser. All those links including the one i just quoted from you, just go to the top of the page the post is on. so its prob just me then. I used to work for me though, no idea why it doesnt now.
|
|
|
|
chanc3r
|
|
January 09, 2014, 12:57:09 PM |
|
We know you two are one in the same. Hehe, I know that u just guess this. BCNext = Beyonce comes Next = Come from Beyonce ?? solved...
|
|
|
|
wesleyh
|
|
January 09, 2014, 12:57:19 PM |
|
not working for me, in my firefox browser. All those links including the one i just quoted from you, just go to the top of the page the post is on. so its prob just me then. I used to work for me though, no idea why it doesnt now. Doesn't work for me either, in safari.
|
|
|
|
opticalcarrier
|
|
January 09, 2014, 12:58:13 PM |
|
OK trying out the amazon free EC2 VPS... Now im no stranger to SSH key authentication, Ive got 12 VPS doing it now. But this amazon shit dont work... it doesnt like the private key they gave me... Dont even see anywhere to go to ask them to reset it either.
what next?
I converted .pem to openssh format. As said here it was not even needed. "note: PEM private keys are OpenSSH's native format for protocol 2 keys"Check the username. For ubuntu default is "ubuntu" amazons instructions were to use it like I have always used it "ssh -i PATHTOPEMFILE root@IPADDRES" yet it doesnt work. Surely there is someone there that can reset it?
|
|
|
|
jl777
Legendary
Offline
Activity: 1176
Merit: 1134
|
|
January 09, 2014, 01:00:43 PM |
|
What web.xml options add most to stability of NXT server? The stability problems could simply be from suboptimal web.xml settings.
Does the 0.5.3 install use the most stable options in web.xml? Are there any other files that need to be tweaked?
I am thinking that a lot of the problems in the field could be related to having a wrong set of settings. We are so close to a stable NXT server. I updated my peers list and now it is not going brain dead. Still need more time, but looking good so far.
The only thing that was changed was the list of peers, but I remember seeing a bunch of different tweaks. Has anybody tested the effect of the different tweaks on NXT server stability. So much work has been put into NXT, it would be a shame if a new NXT'er gets a bad experience due to suboptimal settings.
James
It got lost overnight Had the latest peers list, 0.5.3 and it had the usual bunch of orphans, etc. Maybe something about being on a Mac? There is no way any large exchange will list NXT until the NXT server is stable. I am spending a lot of effort to smooth things over with peercover. Crashing or hanging servers, very bad James
|
|
|
|
ferment
Full Member
Offline
Activity: 168
Merit: 100
IDEX - LIVE Real-time DEX
|
|
January 09, 2014, 01:03:45 PM |
|
OK trying out the amazon free EC2 VPS... Now im no stranger to SSH key authentication, Ive got 12 VPS doing it now. But this amazon shit dont work... it doesnt like the private key they gave me... Dont even see anywhere to go to ask them to reset it either.
what next?
I think you need to use "ubuntu" and not root if on Ubuntu. To standardize across different clouds, I create a nxt user, copy authorized_keys, and don't use root/ubuntu user anymore.
|
|
|
|
Come-from-Beyond
Legendary
Offline
Activity: 2142
Merit: 1010
Newbie
|
|
January 09, 2014, 01:05:13 PM |
|
BCNext = Beyonce comes Next = Come from Beyonce ??
solved...
U could ask rickyjames to find BCNext and ask who he is...
|
|
|
|
NxtChoice
|
|
January 09, 2014, 01:10:13 PM |
|
not working for me, in my firefox browser. All those links including the one i just quoted from you, just go to the top of the page the post is on. so its prob just me then. I used to work for me though, no idea why it doesnt now. Here my chorme works fine. Maybe it's the browser's problem.
|
|
|
|
instacalm
|
|
January 09, 2014, 01:10:31 PM |
|
BCNext = Beyonce comes Next = Come from Beyonce ??
solved...
U could ask rickyjames to find BCNext and ask who he is... BCNext resides in Russia...
|
|
|
|
hoax
Newbie
Offline
Activity: 36
Merit: 0
|
|
January 09, 2014, 01:11:08 PM Last edit: January 10, 2014, 06:07:52 AM by hoax |
|
Bounty announcement
100'000 NXT will be paid for working JavaScript code that signs and verifies signatures using NRS algo.
- The licence must allow to use the code in any application - Sign/verify speed must be not lower than 100 signatures per second on a 1 GHz CPU (1 core) - All the code must be in a single non-obfuscated well-formatted .js file - Input/output values must be strings like "8302504e4e57c6c65335289879c6915a273d3aae7bd086058e403fcd2bc18341"
The bounty is valid till the 20th of January, 2014 12:00:00 UTC. The complete code must be published in this thread.
Currently i can't see solution for speed up my code to achieve goal, so i decided release it in current state. Other conditions are met. https://github.com/moadib/nxt_crypto_jsOn my PC(core i5 2.6ghz) JS code on Google V8(chrome, nodejs) took approx 200ms per signature. The main problem is that JS doesn't support 64bit math, so script spend most time on emulating this.
|
|
|
|
|
chanc3r
|
|
January 09, 2014, 01:12:55 PM |
|
Hi - been helping Olivier test his iPhone client - one of the issues is fees for forged blocks are not showing up in the balance he builds from the transactions... He asked the question here https://nextcoin.org/index.php/topic,2137.msg21112.html#msg21112But no one answered and he couldn't find it in the Wiki - can anyone help here and I'll tell him or post a reply to this link - ta. Basically we get; Balance: 60272 Effective Balance 60276 The total of the transitions is 60272 - i.e. he's not picking up my previous forged 4 NXT!! There must be something because it shows on the block explorer. Thanks.
|
|
|
|
opticalcarrier
|
|
January 09, 2014, 01:13:41 PM |
|
What web.xml options add most to stability of NXT server? The stability problems could simply be from suboptimal web.xml settings.
Does the 0.5.3 install use the most stable options in web.xml? Are there any other files that need to be tweaked?
I am thinking that a lot of the problems in the field could be related to having a wrong set of settings. We are so close to a stable NXT server. I updated my peers list and now it is not going brain dead. Still need more time, but looking good so far.
The only thing that was changed was the list of peers, but I remember seeing a bunch of different tweaks. Has anybody tested the effect of the different tweaks on NXT server stability. So much work has been put into NXT, it would be a shame if a new NXT'er gets a bad experience due to suboptimal settings.
James
It got lost overnight Had the latest peers list, 0.5.3 and it had the usual bunch of orphans, etc. Maybe something about being on a Mac? There is no way any large exchange will list NXT until the NXT server is stable. I am spending a lot of effort to smooth things over with peercover. Crashing or hanging servers, very bad James 5.3 didnt seem to work well for me AT ALL. very frequent rolling back along with maxing out the fan, memory, and CPU. Went back to 5.1. At least thats how it worked on my PC. all my VPSs seem fine on 5.3 though
|
|
|
|
wesleyh
|
|
January 09, 2014, 01:14:03 PM |
|
What web.xml options add most to stability of NXT server? The stability problems could simply be from suboptimal web.xml settings.
Does the 0.5.3 install use the most stable options in web.xml? Are there any other files that need to be tweaked?
I am thinking that a lot of the problems in the field could be related to having a wrong set of settings. We are so close to a stable NXT server. I updated my peers list and now it is not going brain dead. Still need more time, but looking good so far.
The only thing that was changed was the list of peers, but I remember seeing a bunch of different tweaks. Has anybody tested the effect of the different tweaks on NXT server stability. So much work has been put into NXT, it would be a shame if a new NXT'er gets a bad experience due to suboptimal settings.
James
It got lost overnight Had the latest peers list, 0.5.3 and it had the usual bunch of orphans, etc. Maybe something about being on a Mac? There is no way any large exchange will list NXT until the NXT server is stable. I am spending a lot of effort to smooth things over with peercover. Crashing or hanging servers, very bad James Hey, I made NxtMac - which I presume is what you're using. I have no issues with it on 0.5.3 - can't be of further help though.. :/
|
|
|
|
opticalcarrier
|
|
January 09, 2014, 01:15:37 PM |
|
joefox runs the wiki, either he or one of his minions
|
|
|
|
EmoneyRu
|
|
January 09, 2014, 01:15:55 PM |
|
amazons instructions were to use it like I have always used it "ssh -i PATHTOPEMFILE root@IPADDRES" yet it doesnt work. Surely there is someone there that can reset it? You are still connecting with "root" username. Use "ubuntu", Luke
|
|
|
|
BaiMangal
Member
Offline
Activity: 111
Merit: 10
|
|
January 09, 2014, 01:16:15 PM |
|
class work yes! very helpful indeed!!!
|
|
|
|
|
ferment
Full Member
Offline
Activity: 168
Merit: 100
IDEX - LIVE Real-time DEX
|
|
January 09, 2014, 01:17:26 PM |
|
Hi - been helping Olivier test his iPhone client - one of the issues is fees for forged blocks are not showing up in the balance he builds from the transactions...
You have to walk the blockchain and find the blocks generated by the account and add up fees.
|
|
|
|
nexern
|
|
January 09, 2014, 01:20:14 PM |
|
joefox runs the wiki, either he or one of his minions ok, thanks.
|
|
|
|
|