pinarello (OP)
Full Member
Offline
Activity: 266
Merit: 100
NXT is the future
|
|
January 14, 2014, 09:04:31 AM Last edit: January 14, 2014, 01:16:38 PM by pinarello |
|
|
|
|
|
EmoneyRu
|
|
January 14, 2014, 09:20:38 AM |
|
Any simple comparison table? State, open source, etc
|
|
|
|
marcus03
|
|
January 14, 2014, 09:37:11 AM |
|
Since the next version of my Windows client will let you send NXT, send messages and register aliases, thus enter your secret, I want to thoroughly test before the next update and not rush out a release.
Here's what I already implemented for the next version 1.3 of my NRS Solaris client:
-Moved all http API calls and the secret input dialog to a separate open-source dll (source is included together with a a build.bat file) -Got rid of the ugly button toolbars and switched to a ribbon interface -Added "Send NXT" function -Added address book -Added alias list in personal account management -Now showing Date/Time of last transaction in the personal account management -Showing cumulativeDifficulty and totalEffectiveBalance on the status page -Showing chance to forge in personal account management -Bug fix: Public key sometimes wasn't shown in personal account management -Fixed logging -A bunch of other small GUI changes
The project is now partially open source (Delphi code). All the API calls to NRS and the secret input dialog box are encapsulated into an dll that comes with full source code.
|
|
|
|
wesleyh
|
|
January 14, 2014, 10:14:09 AM Last edit: January 14, 2014, 11:07:57 AM by wesleyh |
|
I'll be adding a send money function soon as well as alias registration.
If all goes well, the entire interface will also be converted to a native mac app, allowing messaging and more from within the client. App notification will also be supported (new transaction, message, ...)
|
|
|
|
superresistant
Legendary
Offline
Activity: 2156
Merit: 1131
|
|
January 14, 2014, 10:22:28 AM |
|
Can all the concerned devs come here and defend their client for the reward through few simple catchy lines ? Thanks
|
|
|
|
bitcoinpaul
|
|
January 14, 2014, 11:25:50 AM |
|
And posting some nice screenshots
|
|
|
|
|
l8orre
Legendary
Offline
Activity: 1181
Merit: 1018
|
|
January 14, 2014, 12:57:20 PM |
|
Interesting, thanks! How often do you poll? As far as I understand, nxt uses http 'GET' to get json from nxt backend - at least that is what I do. That begs the question for me: If it is 'GET' polling, the server can't 'PUSH', so the client must 'GET' 'continuously', ie at certain intervals. Furthermore, there would be a certain set of data that keeps getting pulled, ie transactions, blocks, peers etc, the whole shebang that can be seen in the windows. Am I completely off the rails here? Please give me a hint, much appreciated!
|
|
|
|
minusbalancer
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 14, 2014, 01:01:08 PM Last edit: January 14, 2014, 01:16:03 PM by minusbalancer |
|
How often do you poll? As far as I understand, nxt uses http 'GET' to get json from nxt backend - at least that is what I do.
That begs the question for me: If it is 'GET' polling, the server can't 'PUSH', so the client must 'GET' 'continuously', ie at certain intervals. Furthermore, there would be a certain set of data that keeps getting pulled, ie transactions, blocks, peers etc, the whole shebang that can be seen in the windows.
Polling is done the same way as original app does. 1 per second for unconfirmed transactions. 1 per second for the new blocks. However other nodes are polled by POST requests not the get one. It's functioning the same way original client behind the NAT/Firewall without port forwarding. So not too much trouble here. Node version is planed when the client gets stable. Source will not be released until the client gets stable enough to be forked.
|
|
|
|
Mistafreeze
|
|
January 14, 2014, 01:15:27 PM |
|
I'm not sure I should even be considered here as my work isn't actually a client, it's just an installer for the reference client. I think it fits better as a utility? Maybe? I was working on one, but others have a much better start than I do, and I'm not a Windows Desktop developer, so I've decided not to flood the place with a bunch of crap.
|
|
|
|
wesleyh
|
|
January 14, 2014, 01:27:02 PM |
|
I'm not sure I should even be considered here as my work isn't actually a client, it's just an installer for the reference client. I think it fits better as a utility? Maybe? I was working on one, but others have a much better start than I do, and I'm not a Windows Desktop developer, so I've decided not to flood the place with a bunch of crap. Right, mine is too, but since it's the only mac client I will develop it further and with a native UI in the future.
|
|
|
|
minusbalancer
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 14, 2014, 01:38:39 PM |
|
I would like to apply to contest with my client as well.
.NXT (dotNXT)
It's pure .NET based client (yeah - no java required on Windows). Planned release to public: 19 Jan 2014. Supported features: - Send Money, view your transactions. - Register alias, browse aliases - Forging (the transparent one as well) - Hallmark checks - Multiple accounts at 1 window
Currently known issues: - Can not run as node - Orphaned chains are not displayed correctly
Sorry minusbalancer, this reward is only for projests before 3th januari. Well i am working on it since december. I did not publish any info until first beta not to make any promises i couldn't handle.
|
|
|
|
monte572
Newbie
Offline
Activity: 9
Merit: 0
|
|
January 14, 2014, 01:46:58 PM |
|
Looks like all of you have done good work. The only one I've actually used is mistafreeze's installer. Works like a charm. The rest of you have done a damn fine job as well.
|
|
|
|
pinarello (OP)
Full Member
Offline
Activity: 266
Merit: 100
NXT is the future
|
|
January 14, 2014, 01:50:38 PM |
|
I would like to apply to contest with my client as well.
.NXT (dotNXT)
It's pure .NET based client (yeah - no java required on Windows). Planned release to public: 19 Jan 2014. Supported features: - Send Money, view your transactions. - Register alias, browse aliases - Forging (the transparent one as well) - Hallmark checks - Multiple accounts at 1 window
Currently known issues: - Can not run as node - Orphaned chains are not displayed correctly
Sorry minusbalancer, this reward is only for projests before 3th januari. Well i am working on it since december. I did not publish any info until first beta not to make any promises i couldn't handle. Can I test it? Pin
|
|
|
|
pinarello (OP)
Full Member
Offline
Activity: 266
Merit: 100
NXT is the future
|
|
January 14, 2014, 01:52:27 PM |
|
sorry guys I have reset the votes to give minusbalancer a fair chance. Mistafreeze I like your installer alot but as you mentioned yourselve this is not the right category. any objections? https://bitcointalk.org/index.php?topic=414965.0Pin
|
|
|
|
minusbalancer
Newbie
Offline
Activity: 56
Merit: 0
|
|
January 14, 2014, 01:54:17 PM |
|
Can I test it?
Sure, will drop you a link in private when i will get home (in 4-5 hours approx).
|
|
|
|
|
allwelder
Legendary
Offline
Activity: 1512
Merit: 1004
|
|
January 14, 2014, 02:28:56 PM |
|
Great
|
|
|
|
S3MKi
Legendary
Offline
Activity: 1540
Merit: 1016
|
|
January 14, 2014, 02:36:09 PM |
|
done
|
|
|
|
salsacz
|
|
January 14, 2014, 03:01:37 PM |
|
Marcus? or anyone, could you write the numbers I am looking for?: Number of Accounts with 10 Nxt = ? Number of Accounts with 100 Nxt = ? Number of Accounts with 1.000 Nxt = ? Number of Accounts with 10.000 Nxt = ? Number of Accounts with 100.000 Nxt = ? Number of Accounts with 1000.000 Nxt = ?
|
|
|
|
|