Author

Topic: | Nxt | Blockchain Platform | Proof of Stake | Official - page 396. (Read 941425 times)

legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
Hello

I have another question for the experienced nexters Smiley
Is it possible to sign a message from(in) the NXT client
like it it is possible to sign a message
using some BTC wallets (blockchain.info).

Thanks.


yes. What client do you use?

Currently I don't use any client
but probably I will use the built in web client the NSR,
when needed.



You will find a token in the web client that is called "generate token". And the field where it says "website" you can use to enter your message. clicking generate signs the message with the private phrase.
hero member
Activity: 1116
Merit: 535
Hello

I have another question for the experienced nexters Smiley
Is it possible to sign a message from(in) the NXT client
like it it is possible to sign a message
using some BTC wallets (blockchain.info).

Thanks.


yes. What client do you use?

Currently I don't use any client
but probably I will use the built in web client the NSR,
when needed.

legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
Hello

I have another question for the experienced nexters Smiley
Is it possible to sign a message from(in) the NXT client
like it it is possible to sign a message
using some BTC wallets (blockchain.info).

Thanks.


yes. What client do you use?
hero member
Activity: 1116
Merit: 535
Hello

I have another question for the experienced nexters Smiley
Is it possible to sign a message from(in) the NXT client
like it it is possible to sign a message
using some BTC wallets (blockchain.info).

Thanks.
hero member
Activity: 1680
Merit: 506
Trphy.io
I had user barrabas on ignored, now I see why in the quotes  Grin

Forged 4 blocks this week only run it for a few hours a day with 300K NXT so, argument invalid



Cool, now I just have to buy 300K NXT. Now where did I put those extra 27 bitcoins? Wink

Hmm they were around 5000 sat two weeks ago

Try some trading, you will win some btc here and there if you choose wisely
hero member
Activity: 1680
Merit: 506
Trphy.io
I had user barrabas on ignored, now I see why in the quotes  Grin

Forged 4 blocks this week only run it for a few hours a day with 300K NXT so, argument invalid



Yes and not only did you forge the fees in the block but also received (or will receive) 4 NSC that are worth 40-60 NXT!

Exactly, that is the thing I like most, even if we forge an empty block we will still get the NSC
legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
I had user barrabas on ignored, now I see why in the quotes  Grin

Forged 4 blocks this week only run it for a few hours a day with 300K NXT so, argument invalid



Cool, now I just have to buy 300K NXT. Now where did I put those extra 27 bitcoins? Wink

If you had 30k NXT you can forge 1/10th of his blocks. So 0.4 Blocks worth 0.4 blockfees and 0.4 NSC. Still 4-6 NXT worth!
legendary
Activity: 1736
Merit: 1001
I had user barrabas on ignored, now I see why in the quotes  Grin

Forged 4 blocks this week only run it for a few hours a day with 300K NXT so, argument invalid



Cool, now I just have to buy 300K NXT. Now where did I put those extra 27 bitcoins? Wink
legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
I had user barrabas on ignored, now I see why in the quotes  Grin

Forged 4 blocks this week only run it for a few hours a day with 300K NXT so, argument invalid



Yes and not only did you forge the fees in the block but also received (or will receive) 4 NSC that are worth 40-60 NXT!
hero member
Activity: 1680
Merit: 506
Trphy.io
I had user barrabas on ignored, now I see why in the quotes  Grin

Forged 4 blocks this week only run it for a few hours a day with 300K NXT so, argument invalid

legendary
Activity: 1736
Merit: 1001
I have one question.
Wasn't there a problems running NXT software on VPS because of security risk?
I remember in the long locked thread people were advised to not keep the wallet open and forge on VPS
as this was described as insecure.
Huh

Can someone deny (clarify) this?
Thanks.


There is some risk, that's why I posted a safe way of doing it Smiley

Thanks I will mark your words. Smiley
Based on this I have more questions related to NXT or similar coin security.
The question is how securely implement a service based on NXT for example
a website for something would need to do automated payments to users.
To be able to send a payment the wallet needs to be unlocked with a password and
a transaction needs to be sent out.
If the website is hosted by some hosting provider does ti mean that the wallet needs to be
hosted there as well? The script php,asp,python or whatever needs to unlock the wallet
and send the API request.
How this kind of things should be implemented to avoid security risks where the passwords shoud be stored?!
I think anyone that has access to the hosting account or VPS account could hack this or not? what are you suggestions to avoid security risks?

Thanks.



Not really.

You can set up a message buss or queue. The web site sends a message to the Queue. The wallet monitors the queue. This means the wallet can be hosted on a separate server. 

There are always points of failure though. For example, what if someone gained access to the web server and got the key it used to sign messages sent to the queue. Same issue if the wallet service blindly sends everything.

This is usually mitigate with a HOT wallet and a COLD wallet. The HOT wallet is limited to a certain amount of coins. Anything over that is sent to the COLD wallet automatically. This limits and fraudulent claims to the amount in the HOT wallet.

But, bottom line, security should be JOB ONE for any web site that automatically sends coins. Automatically accepting them is so much safer, since there is no need for access to the private key to do this.
legendary
Activity: 1680
Merit: 1001
CEO Bitpanda.com
72 owners of 90% of it. They collect 99% of "forging".

Nuff said


Not true. Nuff said:

http://charts.nxtcrypto.org/cDistributionTopAccount.aspx
legendary
Activity: 1162
Merit: 1000
72 owners of 90% of it. They collect 99% of "forging".

Nuff said
hero member
Activity: 1116
Merit: 535
...what are you suggestions to avoid security risks?

Thanks.

Dedicated server only. No VPS, no other shared environment. The whole server dedicated to you and only accessible by you. Best of all if nobody has physical access to it as well, co-located in a datacenter and locked in a cage that only you have keys to. I mean, that's as secure as it can get, apart from getting your own small datacenter or just running a server from your basement Smiley

OK I've got it.
Thanks.
I will mark your words for the 2nd time Smiley
sr. member
Activity: 336
Merit: 260
...what are you suggestions to avoid security risks?

Thanks.

Dedicated server only. No VPS, no other shared environment. The whole server dedicated to you and only accessible by you. Best of all if nobody has physical access to it as well, co-located in a datacenter and locked in a cage that only you have keys to. I mean, that's as secure as it can get, apart from getting your own small datacenter or just running a server from your basement Smiley
hero member
Activity: 1116
Merit: 535
I have one question.
Wasn't there a problems running NXT software on VPS because of security risk?
I remember in the long locked thread people were advised to not keep the wallet open and forge on VPS
as this was described as insecure.
Huh

Can someone deny (clarify) this?
Thanks.


There is some risk, that's why I posted a safe way of doing it Smiley

Thanks I will mark your words. Smiley
Based on this I have more questions related to NXT or similar coin security.
The question is how securely implement a service based on NXT for example
a website for something would need to do automated payments to users.
To be able to send a payment the wallet needs to be unlocked with a password and
a transaction needs to be sent out.
If the website is hosted by some hosting provider does ti mean that the wallet needs to be
hosted there as well? The script php,asp,python or whatever needs to unlock the wallet
and send the API request.
How this kind of things should be implemented to avoid security risks where the passwords shoud be stored?!
I think anyone that has access to the hosting account or VPS account could hack this or not? what are you suggestions to avoid security risks?

Thanks.

sr. member
Activity: 602
Merit: 295
Hail Eris!
The new design of http://www.nxtcommunity.org/ is just amazing. I'm very optimistic that NXT will certainly be the leading crypto currency in the future.
Looks great indeed!  Smiley

But why so much focus on the "nerd" side of Nxt? Is that how new people want to be seen and associated with? As Nxt Nerds?
I think it's a funny part and it surely can be part of the website, but this is to much IMHO.

I just can't take it anymore...  The stock nerd photos on the nxtcommunity site bug me every time I go there.   Using pictures of people dressed up as 'nerds' rather than actual people is rather lame. 
sr. member
Activity: 336
Merit: 260
I have one question.
Wasn't there a problems running NXT software on VPS because of security risk?
I remember in the long locked thread people were advised to not keep the wallet open and forge on VPS
as this was described as insecure.
Huh

Can someone deny (clarify) this?
Thanks.


There is some risk, that's why I posted a safe way of doing it Smiley
hero member
Activity: 1116
Merit: 535
Cheap VPS?

sorry for my ignorance

Yes, you will need a host that will run your NXT software instead of your own computer. VPS is a virtual private server, they can be rented for $5-10/month, and you can run NXT on it and access it with a browser from anywhere in the world.


Hello.

I have one question.
Wasn't there a problems running NXT software on VPS because of security risk?
I remember in the long locked thread people were advised to not keep the wallet open and forge on VPS
as this was described as insecure.
Huh

Can someone deny (clarify) this?
Thanks.
newbie
Activity: 48
Merit: 0
Thank you, that's very interesting! Can you tell me a serious VPS provider?

Monitor http://directspace.net/webhosting/vps/inventory.php for DSVPS.1 because now it is out of stock. I use them.
Also you can check periodically http://lowendbox.com/ http://lowendstock.com/ http://poiskvps.ru/




Do i need for a specific data volume, or is 128mb in the year enough?
Jump to: