EvilDave
|
|
May 19, 2014, 05:30:27 PM |
|
Bear in mind that they are going to need some help to integrate NXT with their systems.
What exactly do they need? Standard procedure is basically to ask them and get them in touch with one of our devs. I think forkedchain did it last time, but may be wrong. This is why I asked EvilDave. And I thought it was opticalcarrier...but I could be wrong. I'd like to see us get NXT on here, but I'm being a lazy swine right now. Could a couple of you guys (I'm thinking daedalus and/or chuckone, but any sane, semi-professional guys can help) form a little workgroup to make contact with Hitbtc, manage the campaign and find some tech. support for the integration process? We have some contact information from our chat with them at the conference, I'll pass it on to whoever wants to take point on this. PM me for further chats....
|
|
|
|
zorke
|
|
May 19, 2014, 05:33:10 PM |
|
Not seen one of these for a while so... VOTE NOW!!! https://hitbtc.com/voteNot sure why or if it is worth it but I just want to win Guys: By coincidence, we spoke to these guys at the Amsterdam Bitcoin2014 conference over the weekend, and they are pretty damn serious about their biz. Got a very professional and trustworthy feeling from them, and they also have fiat trading (Euro and dollar) possibilities. I've signed up with them, (and actually used them a little bit last night, very sweet interface) and if we could get NXT listed with them, that would be pretty important. So keep on voting, send a couple of polite mails asking for NXT to be listed and make it clear if you sign up for an account, that you are signing up with them as a proud member of the NXT community. I'm gonna chat to the guys from NXT conference team soon, might have more ideas/info but this is a good thing......keep it up. Bear in mind that they are going to need some help to integrate NXT with their systems. @Daedelus: Nice work, mate, Done! Guys even if you voted unregistered, once you register it let's you vote again and your vote counts as X10. So everybody, register (you need 30 seconds for this) and vote again! Lets do this for NXT!
|
|
|
|
EvilDave
|
|
May 19, 2014, 05:34:44 PM |
|
Not seen one of these for a while so... VOTE NOW!!! https://hitbtc.com/voteNot sure why or if it is worth it but I just want to win Guys: By coincidence, we spoke to these guys at the Amsterdam Bitcoin2014 conference over the weekend, and they are pretty damn serious about their biz. Got a very professional and trustworthy feeling from them, and they also have fiat trading (Euro and dollar) possibilities. I've signed up with them, (and actually used them a little bit last night, very sweet interface) and if we could get NXT listed with them, that would be pretty important. So keep on voting, send a couple of polite mails asking for NXT to be listed and make it clear if you sign up for an account, that you are signing up with them as a proud member of the NXT community. I'm gonna chat to the guys from NXT conference team soon, might have more ideas/info but this is a good thing......keep it up. Bear in mind that they are going to need some help to integrate NXT with their systems. @Daedelus: Nice work, mate, Done! Guys even if you voted unregistered, once you register it let's you vote again and your vote counts as X10. So everybody, register (you need 30 seconds for this) and vote again! Lets do this for NXT! +10...it looks like a good exchange, fiat trading...lots of good stuff. So join up, and vote!
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 05:36:31 PM |
|
Done! Guys even if you voted unregistered, once you register it let's you vote again and your vote counts as X10. So everybody, register (you need 30 seconds for this) and vote again! Lets do this for NXT! Hmm, cool. Done!
|
|
|
|
PilotofBTC
Legendary
Offline
Activity: 1736
Merit: 1001
|
|
May 19, 2014, 05:38:30 PM |
|
I'll look at the NRS. I think you can make pretty much any .exe a service with svrany, as long as it doesn't provide a UI. I would look into modifying the code to do this, run as a service, or at least in the background with a tray icon, but I think everything is written in Java which I am not that familiar with. I'm a .net guy.
.NET should be able to start a subprocess, right? So, the java process could live there. The unlocking is a more delicate part. Do you wish to type in your passphrase everytime your pc boots? Dose the current UI save your login? Seems like you are required to put in your password whenever you load the wallet. That said, I pretty much keep my desktop running 25/7. The passpharse could be saved locally, encrypted with DPAPI using a 6 digit PIN, or if the user prefers the password isn't stored at all and the user needs to log in whenever they reboot. Although, I guess a minimize to Tray would be adequate for most people.
|
|
|
|
Eadeqa
|
|
May 19, 2014, 05:41:56 PM |
|
I installed the windows wallet with the installer. It is possible to just install a service and then access the UI with the browser? This way, it can be foraging out of the way, and when I want to use the wallet I can just browser to the localhost address?
My recommendation always is to use http://nxtra.org/nxt-wallet/You can still connect via browser http://127.0.0.1:7876/ and also have desktop version. It can also minimize to system stray (tools/options) so it's never in the way. It also can do one click auto update to newest NRS version
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 05:42:20 PM |
|
Dose the current UI save your login? Seems like you are required to put in your password whenever you load the wallet. That said, I pretty much keep my desktop running 25/7. The passpharse could be saved locally, encrypted with DPAPI using a 6 digit PIN, or if the user prefers the password isn't stored at all and the user needs to log in whenever they reboot.
Although, I guess a minimize to Tray would be adequate for most people.
The NRS UI does not save anything. That is even not necessary. As soon as the passphrase is submitted to the server, the server stores it and keeps forging until it shuts down or until the user requests a stopForging.
|
|
|
|
PilotofBTC
Legendary
Offline
Activity: 1736
Merit: 1001
|
|
May 19, 2014, 05:46:05 PM |
|
I installed the windows wallet with the installer. It is possible to just install a service and then access the UI with the browser? This way, it can be foraging out of the way, and when I want to use the wallet I can just browser to the localhost address?
My recommendation always is to use http://nxtra.org/You can still connect via browser http://127.0.0.1:7876/ and also have desktop version. That .org link gives a 302 redirect to /faucet which returns a 500 error response?
|
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 05:47:48 PM |
|
That .org link gives a 302 redirect to /faucet which returns a 500 error response?
Strange. Well, considering your wanted to forge, this is not an option as your private key will send over to the server.
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 05:48:46 PM |
|
Yes. Second place!
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 05:49:44 PM |
|
Hehe, nxtforum works! Great.
|
|
|
|
Eadeqa
|
|
May 19, 2014, 05:49:59 PM |
|
I installed the windows wallet with the installer. It is possible to just install a service and then access the UI with the browser? This way, it can be foraging out of the way, and when I want to use the wallet I can just browser to the localhost address?
My recommendation always is to use http://nxtra.org/You can still connect via browser http://127.0.0.1:7876/ and also have desktop version. That .org link gives a 302 redirect to /faucet which returns a 500 error response? Fixed http://nxtra.org/nxt-wallet/(1) It can auto update to newest NRS when it's released. (2) It can minimize to system tray. (3) you can still use your regular browser by going to http://127.0.0.1:7876/(4) It's a full node (5) It behaves like regular Windows app (unlike run.bat that you have to do with just getting NRS version) (6) One click install to correct directory, shortcut to start menu, etc The only bug is that if using the desktop interface (instead of using the browser) you have to do Cltr + C and Ctrl + V for copy and paste as right click isn't working. This is minor point.
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 05:52:42 PM |
|
Hey guys, do us a favor and register here: https://hitbtc.com/voteI have seen 3 increases by 1 vote. This could have been 30.
|
|
|
|
PilotofBTC
Legendary
Offline
Activity: 1736
Merit: 1001
|
|
May 19, 2014, 05:58:22 PM |
|
I installed the windows wallet with the installer. It is possible to just install a service and then access the UI with the browser? This way, it can be foraging out of the way, and when I want to use the wallet I can just browser to the localhost address?
My recommendation always is to use http://nxtra.org/You can still connect via browser http://127.0.0.1:7876/ and also have desktop version. That .org link gives a 302 redirect to /faucet which returns a 500 error response? Fixed http://nxtra.org/nxt-wallet/(1) It can auto update to newest NRS when it's released. (2) It can minimize to system tray. (3) you can still use your regular browser by going to http://127.0.0.1:7876/(4) It's a full node (5) It behaves like regular Windows app (unlike run.bat that you have to do with just getting NRS version) (6) One click install to correct directory, shortcut to start menu, etc The only bug is that if using the desktop interface (instead of using the browser) you have to do Cltr + C and Ctrl + V for copy and paste as right click isn't working. This is minor point. Thanks. I think that is the wallet I have. I didn't realize it could minimize to the tray. I did know I could just open using the localhost link. Thanks.
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
May 19, 2014, 06:06:28 PM |
|
Hey guys, do us a favor and register here: https://hitbtc.com/voteI have seen 3 increases by 1 vote. This could have been 30. give me a little incentive and I can do 500 votes
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
May 19, 2014, 06:08:36 PM |
|
Has anyone a trusted Wesleyh webclient running, that is publically usable? Sometimes I need to check the asset exchange on the go, or send microtransactions from a small account.
You can try my public node: http://217.17.88.5:7876awesome! Is it running 24/7 and is it always uptodate? THank you
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 06:10:22 PM |
|
Hey guys, do us a favor and register here: https://hitbtc.com/voteI have seen 3 increases by 1 vote. This could have been 30. give me a little incentive and I can do 500 votes
|
|
|
|
TwinWinNerD
Legendary
Offline
Activity: 1680
Merit: 1001
CEO Bitpanda.com
|
|
May 19, 2014, 06:16:54 PM |
|
Hey guys, do us a favor and register here: https://hitbtc.com/voteI have seen 3 increases by 1 vote. This could have been 30. give me a little incentive and I can do 500 votes It was a joke, I do it for free. I bring it to place 1 now.
|
|
|
|
ChuckOne
Sr. Member
Offline
Activity: 364
Merit: 250
☕ NXT-4BTE-8Y4K-CDS2-6TB82
|
|
May 19, 2014, 06:18:57 PM |
|
Hey guys, do us a favor and register here: https://hitbtc.com/voteI have seen 3 increases by 1 vote. This could have been 30. give me a little incentive and I can do 500 votes It was a joke, I do it for free. I bring it to place 1 now. +1
|
|
|
|
|