Bitcoin Forum
May 25, 2024, 03:13:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 94 »
  Print  
Author Topic: [ANN] NEX :: Nxt Reimagined - Industrial Strength - Imagine Fairness!  (Read 101932 times)
BitRock
Full Member
***
Offline Offline

Activity: 137
Merit: 100


View Profile
January 19, 2014, 08:48:36 PM
 #461

count me in Smiley
wizzardTim
Legendary
*
Offline Offline

Activity: 1708
Merit: 1000


Reality is stranger than fiction


View Profile
January 19, 2014, 08:50:56 PM
 #462

INterested. Count me too!!!!

Behold the Tangle Mysteries! Dare to know It's truth.

- Excerpt from the IOTA Sacred Texts Vol. I
LiQio
Legendary
*
Offline Offline

Activity: 1181
Merit: 1002



View Profile
January 19, 2014, 08:54:24 PM
 #463

Reposted in case FrictionlessCoin overlooked it:


The code that you claim is open source has been obfuscated in certain places.

This is a lie. Point to these places if u don't want to get reputation of a liar.

If it wasn't then why are some variables named "Huh".

Don't babble, point to the mentioned places.

From:  https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

line 2744:

Code:
 JSONObject response = new JSONObject();
        response.put("response", "denyAccess");
        ??? = new JSONArray();
        ???.add(response);
        JSONObject combinedResponse = new JSONObject();
        combinedResponse.put("responses", ???);

uh... what is ? ? ?




tried to replace first "? ? ?" with "JSONArray responses"
and remaining with "responses" ?

(still a lot of work to do, right?)
FrictionlessCoin (OP)
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
January 19, 2014, 08:57:50 PM
 #464

Reposted in case FrictionlessCoin overlooked it:


The code that you claim is open source has been obfuscated in certain places.

This is a lie. Point to these places if u don't want to get reputation of a liar.

If it wasn't then why are some variables named "Huh".

Don't babble, point to the mentioned places.

From:  https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

line 2744:

Code:
 JSONObject response = new JSONObject();
        response.put("response", "denyAccess");
        ??? = new JSONArray();
        ???.add(response);
        JSONObject combinedResponse = new JSONObject();
        combinedResponse.put("responses", ???);

uh... what is ? ? ?




tried to replace first "? ? ?" with "JSONArray responses"
and remaining with "responses" ?

(still a lot of work to do, right?)

There a whole lot of other places with weird code like this.  Yes,  it is obfuscated, contrary to the claims that it is 'open source'.

Not to worry,  the NEX community will get its Free and Fair version:  https://github.com/FrictionlessCoin/NEX

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
Fernandez
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
January 19, 2014, 08:58:37 PM
 #465

Interested.






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






superresistant
Legendary
*
Offline Offline

Activity: 2142
Merit: 1125



View Profile
January 19, 2014, 08:59:39 PM
 #466

There a whole lot of other places with weird code like this.  Yes,  it is obfuscated, contrary to the claims that it is 'open source'.
Not to worry,  the NEX community will get its Free and Fair version:  https://github.com/FrictionlessCoin/NEX

Well you can't just copy paste a code. You must understand it and adapt it to your needs.
LiQio
Legendary
*
Offline Offline

Activity: 1181
Merit: 1002



View Profile
January 19, 2014, 09:03:44 PM
 #467

Reposted in case FrictionlessCoin overlooked it:


The code that you claim is open source has been obfuscated in certain places.

This is a lie. Point to these places if u don't want to get reputation of a liar.

If it wasn't then why are some variables named "Huh".

Don't babble, point to the mentioned places.

From:  https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

line 2744:

Code:
 JSONObject response = new JSONObject();
        response.put("response", "denyAccess");
        ??? = new JSONArray();
        ???.add(response);
        JSONObject combinedResponse = new JSONObject();
        combinedResponse.put("responses", ???);

uh... what is ? ? ?




tried to replace first "? ? ?" with "JSONArray responses"
and remaining with "responses" ?

(still a lot of work to do, right?)

There a whole lot of other places with weird code like this.  Yes,  it is obfuscated, contrary to the claims that it is 'open source'.

Not to worry,  the NEX community will get its Free and Fair version:  https://github.com/FrictionlessCoin/NEX

hmm, obfuscated, really... you sure... doesn't look like it
might be the decompiler not being perfect...

(just saying, but who am I to give advice to the FrictionlessCoin, Robin Hood of the bad NXT-universe...)
muyuu
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile
January 19, 2014, 09:08:06 PM
 #468

Interested  Grin

GPG ID: 7294199D - OTC ID: muyuu (470F97EB7294199D)
forum tea fund BTC 1Epv7KHbNjYzqYVhTCgXWYhGSkv7BuKGEU DOGE DF1eTJ2vsxjHpmmbKu9jpqsrg5uyQLWksM CAP F1MzvmmHwP2UhFq82NQT7qDU9NQ8oQbtkQ
hmachado
Sr. Member
****
Offline Offline

Activity: 279
Merit: 250



View Profile
January 19, 2014, 09:12:40 PM
 #469

Im in!
tobyliciously
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
January 19, 2014, 09:15:22 PM
 #470

Sounds good, sign me up!

Teddy COIN -15%Free+75%IPO,Let's talk about Teddy.
Teddy: Te6JXLV87SK7bS3ha2fXDqR67bFsQJc7gF
ZeroTheGreat
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
January 19, 2014, 09:21:30 PM
 #471

uh... what is ? ? ?
Your decompiler, bro. Mine gave me "jsonarray" in lower cases. Nonethless, if u can't recompile decompiled source back into working program, u can try to do 2 things: correct misreadings (if u don't have any experience with Java, u can use Google or precompiled source of 0.4.7e) or post any obfuscated parts u found to our review.

Ofc, if u're not just trolling.
FrictionlessCoin (OP)
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
January 19, 2014, 09:25:04 PM
 #472

uh... what is ? ? ?
Your decompiler, bro. Mine gave me "jsonarray" in lower cases. Nonethless, if u can't recompile decompiled source back into working program, u can try to do 2 things: correct misreadings (if u don't have any experience with Java, u can use Google or precompiled source of 0.4.7e) or post any obfuscated parts u found to our review.

Ofc, if u're not just trolling.

Which decompiler are you using?

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
instacalm
Hero Member
*****
Offline Offline

Activity: 798
Merit: 500



View Profile
January 19, 2014, 09:26:16 PM
 #473

Reposted in case FrictionlessCoin overlooked it:


The code that you claim is open source has been obfuscated in certain places.

This is a lie. Point to these places if u don't want to get reputation of a liar.

From:  https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

line 2744:

Code:
 JSONObject response = new JSONObject();
        response.put("response", "denyAccess");
        ??? = new JSONArray();
        ???.add(response);
        JSONObject combinedResponse = new JSONObject();
        combinedResponse.put("responses", ???);

uh... what is ? ? ?

You folks have been lying through your teeth from day 1.   Release the source code!!!!

The source that was officially released 2014-01-03 is here, clown:

https://bitbucket.org/JeanLucPicard/nxt-public/src/4073c21098076d3469b3f74d49e73ffabe3a2001/Nxt.java?at=master

Code:
	JSONObject response = new JSONObject();
response.put("response", "denyAccess");
JSONArray responses = new JSONArray();
responses.add(response);
JSONObject combinedResponse = new JSONObject();
combinedResponse.put("responses", responses);

As you and everybody else knows, only the core is made open source now and exactly that was claimed. The decompiled bunk you posted in order to troll around is irrelevant. Frictionless, you are ridiculous and you know it  Grin
LiQio
Legendary
*
Offline Offline

Activity: 1181
Merit: 1002



View Profile
January 19, 2014, 09:34:16 PM
 #474

uh... what is ? ? ?
Your decompiler, bro. Mine gave me "jsonarray" in lower cases. Nonethless, if u can't recompile decompiled source back into working program, u can try to do 2 things: correct misreadings (if u don't have any experience with Java, u can use Google or precompiled source of 0.4.7e) or post any obfuscated parts u found to our review.

Ofc, if u're not just trolling.

Which decompiler are you using?

telerik has a nice .NET decompiler, maybe you could decompile it and modify it to support java?
the problem with the heavy obfuscation would still persist of course

BTW: already gave some thought to my suggestion of name change - NIX instead of NEX
Litecoiner
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 19, 2014, 09:50:28 PM
 #475

Count me in please

This is a good idea
notsoshifty
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 19, 2014, 09:51:16 PM
 #476

There a whole lot of other places with weird code like this.  Yes,  it is obfuscated, contrary to the claims that it is 'open source'.

Not to worry,  the NEX community will get its Free and Fair version:  https://github.com/FrictionlessCoin/NEX

Serious question to Frictionless:

What is your experience with Java? In some cases you appear to be relatively knowledgable. In others, such as pointing at imperfectly-decompiled Java code and stating "obfuscated", less so.
newsilike
Sr. Member
****
Offline Offline

Activity: 630
Merit: 262


This account was hacked. just recently got it back


View Profile
January 19, 2014, 09:51:22 PM
 #477

Great idea, highly interested  Grin
AM4Bitcoin
Full Member
***
Offline Offline

Activity: 189
Merit: 100


View Profile
January 19, 2014, 10:01:29 PM
 #478

Interested

bullish on Bitcoin + Peercoin
PureVision
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
January 19, 2014, 10:01:58 PM
 #479

Interested in some coins Smiley
admiral.fu
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
January 19, 2014, 10:10:31 PM
 #480

Reposted in case FrictionlessCoin overlooked it:


The code that you claim is open source has been obfuscated in certain places.

This is a lie. Point to these places if u don't want to get reputation of a liar.

If it wasn't then why are some variables named "Huh".

Don't babble, point to the mentioned places.

From:  https://github.com/slothbag/nxt-decompiled/blob/master/Nxt.java

line 2744:

Code:
 JSONObject response = new JSONObject();
        response.put("response", "denyAccess");
        ??? = new JSONArray();
        ???.add(response);
        JSONObject combinedResponse = new JSONObject();
        combinedResponse.put("responses", ???);

uh... what is ? ? ?




It is a new instance. You can call it whatever you like.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 [24] 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 ... 94 »
  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!