Bitcoin Forum
April 27, 2024, 08:48:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 [1149] 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761529 times)
gimre
Legendary
*
Offline Offline

Activity: 866
Merit: 1002



View Profile WWW
January 23, 2014, 01:53:07 PM
 #22961

- it also may mean: "I might respond within a few months, but for $16000 I might respond within a few days"  :-)

Doesn't it bother you, guys, that paying a large sum of money for a crypto review is... well... kinda smells bad?


we could also set up a reward of 20 BTC for anyone who finds a flaw in the code and provides mathematical proof.


actually BloodyRookie did nice analysis of probable bug in Curve.sign() : https://bitcointalk.org/index.php?topic=397183.msg4645132#msg4645132

NemusExMāchinā
Catapult docs: https://docs.symbol.dev
github: https://github.com/symbol
1714207688
Hero Member
*
Offline Offline

Posts: 1714207688

View Profile Personal Message (Offline)

Ignore
1714207688
Reply with quote  #2

1714207688
Report to moderator
1714207688
Hero Member
*
Offline Offline

Posts: 1714207688

View Profile Personal Message (Offline)

Ignore
1714207688
Reply with quote  #2

1714207688
Report to moderator
1714207688
Hero Member
*
Offline Offline

Posts: 1714207688

View Profile Personal Message (Offline)

Ignore
1714207688
Reply with quote  #2

1714207688
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714207688
Hero Member
*
Offline Offline

Posts: 1714207688

View Profile Personal Message (Offline)

Ignore
1714207688
Reply with quote  #2

1714207688
Report to moderator
1714207688
Hero Member
*
Offline Offline

Posts: 1714207688

View Profile Personal Message (Offline)

Ignore
1714207688
Reply with quote  #2

1714207688
Report to moderator
nexern
Hero Member
*****
Offline Offline

Activity: 597
Merit: 500



View Profile
January 23, 2014, 01:55:25 PM
 #22962

Would it be possible that you implement some "Basic" indicators and charting (drawing) functions? Build in charting software. Like Meta Trader.


marcus03, great job! here is a very nice c++ TA lib for solaris.
it's open source and works very well. should fit fine with your code.

http://ta-lib.org/

ps: some candlestick patterns needs a review (have to check with my code which ones)
but all other indicators are proved and giving correct results.
gimre
Legendary
*
Offline Offline

Activity: 866
Merit: 1002



View Profile WWW
January 23, 2014, 02:00:50 PM
 #22963


Thanks CfB, I think this is important.  In fact, my opinion is that "Pay-to-256bit-address" should be required to send to address for the first time.  There is a lot of NXT out there at the moment with only 64bit protection just sitting there waiting for someone to work on trying to get it.  I also think it is critical and a high priority that we put in protection against typos ASAP so people don't risk sending their NXT to nowhere.  (this: http://wiki.nxtcrypto.org/wiki/New_Address_Format)


Even with only 64bits it's not that easy.

if one would like to force it, he needs:
  • 1. generate random pass
  • 2. generate public key + secret/priv key pair
  • 3. SHA256 public key, get 8 bytes
  • 4. matches something interesting? nope? goto step 1

PS (reversing the process is highly improbable)

TIP: Why no one has "hacked" account number 100000 yet?
http://87.230.14.1/nxt/nxt.cgi?action=3000&acc=100000

NemusExMāchinā
Catapult docs: https://docs.symbol.dev
github: https://github.com/symbol
S3MKi
Legendary
*
Offline Offline

Activity: 1540
Merit: 1016



View Profile
January 23, 2014, 02:08:54 PM
 #22964

nexern, i'm waiting your client Grin
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
January 23, 2014, 02:10:43 PM
 #22965

About the security review:

Putting:
s is the public key for signing
Z is the context data (signer public key or certificate, etc)

Original:
m = hash(Z, message)
x = hash(m, s)
keygen25519(Y, NULL, x);
h = m XOR hash(Y);
sign25519(v, h, x, s);
output (v,r) as the signature

Nxt:
Z is omitted
m = hash(message);
x = hash(m, s);
keygen25519(Y, null, x);
h = hash(m, Y);
Curve25519.sign(v, h, x, s);
output (v,h) as the signature

Is the question whether the change from h = m XOR hash(Y) to h = hash(m, Y) is risking the security?
Or what is the real question?

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1075


Ian Knowles - CIYAM Lead Developer


View Profile WWW
January 23, 2014, 02:13:59 PM
Last edit: January 23, 2014, 02:39:14 PM by CIYAM Open
 #22966

we could also set up a reward of 20 BTC for anyone who finds a flaw in the code and provides mathematical proof.

My 5 BTC contribution pledge was strictly conditional so please don't start treating it as "our" funds.

In answer to those questioning the paying for such a review understand that:

i) a person with a "name" in crypto is not going to risk losing that name over 20BTC.

ii) a person with the relevant skills and expertise would be likely being paid a lot so in order for them to be able to dedicate their time a decent financial incentive (not in NXT) needs to be offered.

Also some maths that some anonymous forum members have come up with is not what at least my 5 BTC is for.

Bitcoin's security was much heralded after Kaspersky's review - we need someone of the same caliber to do the same for Nxt.

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 23, 2014, 02:15:44 PM
 #22967

About the security review:

Putting:
s is the public key for signing
Z is the context data (signer public key or certificate, etc)

Original:
m = hash(Z, message)
x = hash(m, s)
keygen25519(Y, NULL, x);
h = m XOR hash(Y);
sign25519(v, h, x, s);
output (v,r) as the signature

Nxt:
Z is omitted
m = hash(message);
x = hash(m, s);
keygen25519(Y, null, x);
h = hash(m, Y);
Curve25519.sign(v, h, x, s);
output (v,h) as the signature

Is the question whether the change from h = m XOR hash(Y) to h = hash(m, Y) is risking the security?
Or what is the real question?

The question: Is NRS crypto algo strong enough?
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
January 23, 2014, 02:16:41 PM
 #22968

Is the original algo strong enough?

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 23, 2014, 02:18:29 PM
 #22969

Is the original algo strong enough?

Seems so.
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
January 23, 2014, 02:22:18 PM
 #22970

Is the original algo strong enough?

Seems so.

So what do we want to get reviewed, btw? Please be precise.
ginilorenz
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
January 23, 2014, 02:22:44 PM
 #22971

Is the original algo strong enough?

Seems so.

Oh wunderbar I will just transfer all of my money into NXT based on this well thought out statement.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 23, 2014, 02:22:51 PM
 #22972

Is the original algo strong enough?

Seems so.

So what do we want to get reviewed, btw? Please be precise.

Crypto and Curve25519 classes code.
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 23, 2014, 02:23:53 PM
 #22973

Oh wunderbar I will just transfer all of my money into NXT based on this well thought out statement.

Do u know Rule #1 of a cryptoinvestor?
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
January 23, 2014, 02:24:01 PM
 #22974

Is the original algo strong enough?

Seems so.

Well the question was asked a few years ago. If D.J.Bernstein would have known a flaw, he probably would have noted that.

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 23, 2014, 02:25:37 PM
 #22975

Well the question was asked a few years ago. If D.J.Bernstein would have known a flaw, he probably would have noted that.

U confuse modified Curve25519-based EC-KCDSA algo and its implementation.
Fatih87SK
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
January 23, 2014, 02:25:59 PM
 #22976

Oh wunderbar I will just transfer all of my money into NXT based on this well thought out statement.

Do u know Rule #1 of a cryptoinvestor?

Rule #1 is post 'Interested!' at announcements :p

punkrock
Hero Member
*****
Offline Offline

Activity: 808
Merit: 1011



View Profile
January 23, 2014, 02:27:16 PM
 #22977

I really hope some developers out there will re-writing marcus03's client to make it open source. Any plans for this?
brooklynbtc
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

AKA jefdiesel


View Profile
January 23, 2014, 02:29:01 PM
 #22978

Attention Devs, Senior members, and Stake holders,

 I have a proposal for Real World marketing purposes and have written an outline with costs here;

https://nextcoin.org/index.php/topic,3441.msg32673.html#msg32673

 Proposal brief:

 Informative postcards to be handed out at conventions and other crypto gatherings, with bullet point NXT features, an easy to follow URL containing more details, a walk through to install the latest NXT client with hash sum, and most importantly a secure, redeemable code to instantly obtain a "premium amount" of coins, ie 20NXT

 The marketing project will be open to all interested parties who wish to apply for and distribute cards at their event. Cards will be customized with date and location, and shipped at no cost to them.
 Sign up data will be saved and reported upon, analyzing interest per event, and promotion efforts.

 I am currently looking for partners to handle:
 Web and Database Programming
 European and Asian Translations
 European and Asian Distribution
 Funding

 Thanks and looking forward to your replies!

SN
S   U   P   E   R    N   E   T
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀   
Uniting cryptocurrencies, Rewarding talent, Sharing benefits..

Blockchain Technology.

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1009

Newbie


View Profile
January 23, 2014, 02:29:19 PM
 #22979

Offtopic: I have just generated 1 LAK in my browser! Took 7 hours.
salsacz
Hero Member
*****
Offline Offline

Activity: 490
Merit: 504


View Profile
January 23, 2014, 02:33:08 PM
Last edit: January 23, 2014, 02:45:37 PM by salsacz
 #22980

Have  new candidate for the encryption review: Julian Assange , the guy is a living legend and he is a cryptographer imagine he would be saing good stuff about nxt...
here he talks a lot about bitcoin and namecoin , i think he will really appreciate the Alias system   http://wikileaks.org/Transcript-Meeting-Assange-Schmidt?nocache
PS : and  may be accept donations in nxt for wikileaks

The BIG question is: Can Wikileaks be somehow hosted on the Nxt blockchain? Or can we use our super decentralized DNS technology to help Wikileaks?

Bump? Smiley

I did some research and there is often mentioned this contact in Julian's press releases:

trevor@fitzgibbonmedia.com

(Julian mentioned has assistants that are sending him only some chosen letters)

So in case of Pin doesn't want to take a bus from Ghent to London, we have at least this email Smiley

+

Gavin MacFadyen
Director of the Centre for Investigative Journalism in London. Supporter of WikiLeaks and personal friend of Julian Assange
+44 (0) 20 7040 8526, gavin@tcij.org

Kristinn Hrafnsson is the official WikiLeaks representative. He can be contacted for interviews or comment on:
Phone: +35 4821 7121
Pages: « 1 ... 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 [1149] 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 ... 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!