Bitcoin Forum
June 21, 2024, 05:44:58 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 [1006] 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761539 times)
EmoneyRu
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500

Nxt-kit developer


View Profile
January 18, 2014, 07:20:39 PM
 #20101

Ok, in this this case I offer to develop 2 clients both Windows and OS X, both open source. My tools of choice would be Embarcadero FireMonkey. Language either Delphi or C++ Builder.

Can't we look at all other cross platform clients and use Qt?
Btw, I think Java is cool. Don't know why we need alt clients

wakasaki808
Sr. Member
****
Offline Offline

Activity: 476
Merit: 500



View Profile
January 18, 2014, 07:21:23 PM
 #20102

Solaris Windows Client
It can not be trusted. It's closed source.

So it can't be recommended. Definitely

What about the NRS client?

So there is a client but we cant use it?



for the most part ,we are all choosing  to just blindly trust Jean-Luc's "official" NRS releases.  though you can decompile and examine if you are savvy into that kind of thing.

However, actively promoting alternate clients must be handled VERY DELICATELY.  I would go so far as to say i dont really feel confortable promoting any alt clients on the nxtcrypto.org website unless the clients give a warning to the user about their source being closed, etc etc and that the users are actively choosing to trust the developer.  

This is aa very tough one.  Im definitely NOT going to make the call on my own.

Maybe should make it like how Bitcoin.org does it?

Where when you click on Getting Started with Bitcoin -> "Choose Your Wallet", it gives you a various assortment of "official" wallets like Bitcoin-qt, Multibit, and Armory while also linking to "Third Party" wallets and states "This wallet relies on a centralized service by default and requires a certain level of trust on a third party. This third party however does not control your wallet. Using backups and a strong password is always recommended when applicable." where you then click "OK, I UNDERSTAND".

Have it so the clients made by nexern, and some of the trusted posters become the "OFFICIAL" wallets, and the rest become "3rd party" or something like that.  Huh

Just an idea Tongue
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
January 18, 2014, 07:25:13 PM
 #20103

Not sure if people are aware but max withdrawl on BTER is only 200 NXT per day. So if you plan on buying or selling a lot just keep that in mind - hopefully  they raise it. Maybe they're testing things still.
EmoneyRu
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500

Nxt-kit developer


View Profile
January 18, 2014, 07:26:35 PM
 #20104

I am using 3rd party commercial components that I have the source code for, but I am not allowed to distribute them. I also made changes to their code. Nobody would be able to compile just my source code, so the only effect I see in giving out the code is that copycats would come along and make their version of my client.

You can try to split single program into 2 parts and opened part should be compiled standalone.
We can't recommend your program until we verify that opened part passes key to closed only in one-way transformated form.

If it is impossible - other clients are welcome, sorry.

marcus03
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 18, 2014, 07:27:29 PM
 #20105

Be constructive. Open source is no possible way for my client. What is needed so that my client can be trusted, when you do trust your OS, your browser and NRS.

Seriously, ask for it and I'll try to deliver.

I trust many people that already tested my OS and my browser.
I do not have NRS on my local machine, only at VPSs that are used only for Nxt. I use multiple VPS providers but use NRS only at Amazon because they don't care about Nxt and "I trust many people that already tested it".

Given that you only use open source software and given that you made sure that the version that was reviewed by others is actually what makes the compiled version that you are using, you still trust the NRS NXT core, which is not fully open-source.

What does it need that you trust my client the same as you trust the NRS NXT core?
l8orre
Legendary
*
Offline Offline

Activity: 1181
Merit: 1018


View Profile
January 18, 2014, 07:27:33 PM
 #20106

well, this makes a convincing case for using python and PyQt - highly performant, but easily verified because python is not compiled..
notsoshifty
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 18, 2014, 07:28:00 PM
 #20107

I am using 3rd party commercial components that I have the source code for, but I am not allowed to distribute them. I also made changes to their code. Nobody would be able to compile just my source code, so the only effect I see in giving out the code is that copycats would come along and make their version of my client.

Can you distribute the third party components as compiled libraries, and re-engineer your client to not need changes to those libraries? (And release it open source)

Is your intention to charge for your client, or distribute it for free? If free, then rather than look at it as 'copycats copying it', see it as community development with you as the dev lead to ultimately make a better client?

admiral.fu
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
January 18, 2014, 07:29:53 PM
 #20108

Ok, in this this case I offer to develop 2 clients both Windows and OS X, both open source. My tools of choice would be Embarcadero FireMonkey. Language either Delphi or C++ Builder.

Can't we look at all other cross platform clients and use Qt?
Btw, I think Java is cool. Don't know why we need alt clients

QT is coo. I did not suggest it because of lack of experience with it. But would consider this as well if no one else picks this up.
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 18, 2014, 07:30:29 PM
 #20109

I am using 3rd party commercial components that I have the source code for, but I am not allowed to distribute them. I also made changes to their code. Nobody would be able to compile just my source code, so the only effect I see in giving out the code is that copycats would come along and make their version of my client.

You can try to split single program into 2 parts and opened part should be compiled standalone.
We can't recommend your program until we verify that opened part passes key to closed only in one-way transformated form.

If it is impossible - other clients are welcome, sorry.

Common guys, community paid 1,000,000 NXT on bounty for clients and now we gonna look for new clients,

think we have to solve this and get it sorted out. Be serious now


marcus03
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 18, 2014, 07:32:05 PM
 #20110

Hi guys just arrived and you are discussing clients.

Marcus03, was your intention to have it closed from the very beginning? If yes, I had misunderstood it completely.

I always knew that I am not able to give out the full source code, yes. In the long run, I hope there will be APIs for all major OSes that don't need the NRS core and do everything that has to do with the secret.

Quote
Ok, in this this case I offer to develop 2 clients both Windows and OS X, both open source. My tools of choice would be Embarcadero FireMonkey. Language either Delphi or C++ Builder.

Would community be interested in this?

Do it!

garcias
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 18, 2014, 07:32:18 PM
 #20111

where are the FBI calling the Devs of this coin?? Shocked

I f*cked FBI and this is my official statement. Grin

Nice  Grin
Now tell me why the fuck this coin doens have a normal wallet?
It is more secure this way?

Support DigiByte Smiley
DGB:DLLC7PPEZ7zxnB1RJd9hsvwr1HdJxFfGcb

this is a scam:
69.5 BTC

[/quote
garcias
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 18, 2014, 07:34:00 PM
 #20112

Not sure if people are aware but max withdrawl on BTER is only 200 NXT per day. So if you plan on buying or selling a lot just keep that in mind - hopefully  they raise it. Maybe they're testing things still.

So where to buy in large quantity?

Support DigiByte Smiley
DGB:DLLC7PPEZ7zxnB1RJd9hsvwr1HdJxFfGcb

this is a scam:
69.5 BTC

[/quote
marcus03
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
January 18, 2014, 07:37:00 PM
 #20113


You can try to split single program into 2 parts and opened part should be compiled standalone.
We can't recommend your program until we verify that opened part passes key to closed only in one-way transformated form.


That's exactly what I am doing since version 1.3 of my client. My main executable uses a dynamic link library, the secret only lives in the dll and the dll makes all calls to NRS.

Source for the dll is included in my client download. If you have Delphi, you can review the code, compile it and run your own version of the dll.

xyzzyx
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


I don't really come from outer space.


View Profile
January 18, 2014, 07:38:33 PM
 #20114

Maybe should make it like how Bitcoin.org does it?

Where when you click on Getting Started with Bitcoin -> "Choose Your Wallet", it gives you a various assortment of "official" wallets like Bitcoin-qt, Multibit, and Armory while also linking to "Third Party" wallets and states "This wallet relies on a centralized service by default and requires a certain level of trust on a third party. This third party however does not control your wallet. Using backups and a strong password is always recommended when applicable." where you then click "OK, I UNDERSTAND".

Have it so the clients made by nexern, and some of the trusted posters become the "OFFICIAL" wallets, and the rest become "3rd party" or something like that.  Huh

This is a very reasonable proposal.

Only software that has the source available for review should get full blessing.  Closed clients should also be available for those who wish to use them, as long as it is made very clear that they may be taking a risk in doing so.

"An awful lot of code is being written ... in languages that aren't very good by people who don't know what they're doing." -- Barbara Liskov
minusbalancer
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 18, 2014, 07:39:11 PM
 #20115

Marcus03, was your intention to have it closed from the very beginning? If yes, I had misunderstood it completely.

Ok, in this this case I offer to develop 2 clients both Windows and OS X, both open source. My tools of choice would be Embarcadero FireMonkey. Language either Delphi or C++ Builder.

Would community be interested in this?

I agree with Marcus03 ... you can do it. Marcus03 and i doing our clients without any rewards.
dotNXT (my client implementation) will be open source but not at this moment.

Marcus03 have done a really good job on making the nice looking client which uses the original client. I do not understand why are you trying to push him to open the source.

Isn't it Marcus03's right not to open the source?
Conurtrol
Sr. Member
****
Offline Offline

Activity: 478
Merit: 250


View Profile
January 18, 2014, 07:39:28 PM
 #20116

I can't help but think that the goal of complete decentralization may be best served by agreeing on some initial centralization for a short period of time to establish a home website, official client, marketing plan etc..
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
January 18, 2014, 07:40:06 PM
 #20117

Not sure if people are aware but max withdrawl on BTER is only 200 NXT per day. So if you plan on buying or selling a lot just keep that in mind - hopefully  they raise it. Maybe they're testing things still.

So where to buy in large quantity?


Right now Dgex, or the trading thread here are still the best places to buy in high volume.
dzarmush
Legendary
*
Offline Offline

Activity: 1806
Merit: 1001


View Profile
January 18, 2014, 07:41:26 PM
 #20118

Not sure if people are aware but max withdrawl on BTER is only 200 NXT per day. So if you plan on buying or selling a lot just keep that in mind - hopefully  they raise it. Maybe they're testing things still.

So where to buy in large quantity?


https://dgex.com

Nxt withdrawals may take up to 48 hours but Btc deposits take a couple minutes.

minusbalancer
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
January 18, 2014, 07:41:42 PM
 #20119


Have it so the clients made by nexern, and some of the trusted posters become the "OFFICIAL" wallets, and the rest become "3rd party" or something like that.  Huh

Just an idea Tongue


Where i can have a look on nexern's client? Is it open source?
Alias
Full Member
***
Offline Offline

Activity: 127
Merit: 100

Money be green


View Profile
January 18, 2014, 07:42:15 PM
 #20120

Check these out -

http://www.cryptocoincharts.info/v2/markets/show/bter

http://www.cryptocoincharts.info/v2/pair/nxt/btc/dgex/10-days

In times of change, it is the learners who will inherit the earth, while the learned will find themselves beautifully equipped for a world that no longer exists.
Pages: « 1 ... 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 [1006] 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 ... 2557 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!