Bitcoin Forum
September 10, 2025, 05:12:48 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 [2377] 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 ... 2548 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761738 times)
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1010

Newbie


View Profile
March 23, 2014, 07:49:10 PM
 #47521

Please expound.  Really we only need a decision made on whether or not there is benefit if infrastructure committe will pay for my VPSs' SSL certs, or if I should just disable SSL on them.  The committe's response was "no we dont want to pay for SSL just use tor."  well I have previously laid out reasons that NXT has only partial tor support (DNS is still leaked out), plus, like I mentioned, tor is eventually compromised unless very harsh, nearly impossible security methods are taken

Apparently the certs that I am using, that is signed by a private CA, still causes some client-side software to fail, apparently they cannot just ignore the cert warning for some reason.

In the end we'll have clients that prepare and sign transactions completely locally and send them via UDP.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 23, 2014, 07:55:31 PM
 #47522

If you want to subsidize and compensate the people who run the servers and service, why don't subsidize with NXT or charge NXT for using your service? Who will pay for it? Will you use the NXT community fund to subsidize the service in the beginning?
I dont have that much NXT myself to be able to afford any significant NXT subsidy.

I could charge NXT, but the whole issue has been that small stakeholders cant forge any meaningful amount of NXT, while everyone can mine enough nodecoins for the fees for my servers. I figured it was better to make multigateway services affordable for everyone.

I seem to have been fired from managing the NXTcash project and as trustee of NXTcommunityfund, but not sure. Nobody seems to tell me the important stuff.

I was planning on continuing to pay for my servers as long as I could afford to. Making it selfsufficient by charging fees would create stability, which seems like a good tradeoff.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1010

Newbie


View Profile
March 23, 2014, 07:57:52 PM
 #47523


@CfB
how do I get transaction GUID? Does it fit in 64bits?

getTransaction should return hash aka GUID. It's 256-bit long though.
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 23, 2014, 07:58:13 PM
 #47524

Please expound.  Really we only need a decision made on whether or not there is benefit if infrastructure committe will pay for my VPSs' SSL certs, or if I should just disable SSL on them.  The committe's response was "no we dont want to pay for SSL just use tor."  well I have previously laid out reasons that NXT has only partial tor support (DNS is still leaked out), plus, like I mentioned, tor is eventually compromised unless very harsh, nearly impossible security methods are taken

Apparently the certs that I am using, that is signed by a private CA, still causes some client-side software to fail, apparently they cannot just ignore the cert warning for some reason.

In the end we'll have clients that prepare and sign transactions completely locally and send them via UDP

good info, ill go ahead and disable SSL on them then. (it would still be good to get SSL on wiki and on whatever forums DNS name they come up with for http://107.170.117.237 forums site.  If the community decided the new forums to be on nxtcrypto.org then a wildcard would be the way to go anyways, otherwise 2 different certs are needed.

Unless the wiki and forums operator are willing to purchase it out of their own pocket.
EvilDave
Hero Member
*****
Offline Offline

Activity: 854
Merit: 1001



View Profile
March 23, 2014, 07:59:04 PM
 #47525

@jl777
if you need cash for servers, come knock on InfComs door.....

@Opticalcarrier;
I'm quite happy for u to submit a request for funding for SSL on forum and wiki servers.

Nulli Dei, nulli Reges, solum NXT
Love your money: www.nxt.org  www.ardorplatform.org
www.nxter.org  www.nxtfoundation.org
intmain()
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 23, 2014, 08:00:08 PM
 #47526

In the end we'll have clients that prepare and sign transactions completely locally and send them via UDP.

UDP? Why would udp be used over tcp?? Multicast applications?
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1010

Newbie


View Profile
March 23, 2014, 08:01:25 PM
 #47527

UDP? Why on earth would udp be used over tcp?? Multicast applications?

Not over TCP. Over IP.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 23, 2014, 08:01:32 PM
 #47528


@CfB
how do I get transaction GUID? Does it fit in 64bits?

getTransaction should return hash aka GUID. It's 256-bit long though.
Thanks. I dont see it yet, so I guess not in current testnet. I will allocate 256 bits for it

To clarify, I cannot trust the txid, but I can trust the GUID that I get via getTransaction for the untrusted txid?

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 23, 2014, 08:02:20 PM
 #47529

In the end we'll have clients that prepare and sign transactions completely locally and send them via UDP.

UDP? Why would udp be used over tcp?? Multicast applications?
UDP also prevents sockets being locked up for the timeout period by attackers

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1010

Newbie


View Profile
March 23, 2014, 08:04:06 PM
 #47530

Thanks. I dont see it yet, so I guess not in current testnet. I will allocate 256 bits for it

It's "hash". It should be in production already.


To clarify, I cannot trust the txid, but I can trust the GUID that I get via getTransaction for the untrusted txid?

Yes.
xyzzyx
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250


I don't really come from outer space.


View Profile
March 23, 2014, 08:07:38 PM
 #47531

it would still be good to get SSL on wiki and on whatever forums DNS name they come up with for http://107.170.117.237 forums site.  If the community decided the new forums to be on nxtcrypto.org then a wildcard would be the way to go anyways, otherwise 2 different certs are needed.

How much do you need for a domain-wide SSL certificate for *.nxtcrypto.org?

"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
intmain()
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
March 23, 2014, 08:08:40 PM
 #47532

UDP? Why on earth would udp be used over tcp?? Multicast applications?

Not over TCP. Over IP.

So I guess it's for realtime transaction multicasting?
LemonAndFries
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
March 23, 2014, 08:09:48 PM
 #47533

Here's a reminder: Don't forget your target audience, the average crypto investor.

This is an assumption.

One that I don't share, by the way.

Umm.. OK.

Obviously this project is for the "elite" of the tech world.

Thanks for reminding why I don't even bother to come here anymore.

Disappointing to see such a great project / idea turn into such an elitist mentality.
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1134


View Profile WWW
March 23, 2014, 08:10:14 PM
 #47534

Thanks. I dont see it yet, so I guess not in current testnet. I will allocate 256 bits for it

It's "hash". It should be in production already.


To clarify, I cannot trust the txid, but I can trust the GUID that I get via getTransaction for the untrusted txid?

Yes.
Doh!

   "hash":   "a680aec728f77f26012a8e998a955cd11efbe988e777e038c9e47fccee94f613",

"GUID" is actually called "hash", I kept waiting for a "GUID" field...

Can you explain how the malleable txid can be trusted to retrieve the proper hash? Does this I assume I wait for 10 confirmations? Do I have to make sure a specific txid is matched with hash, or can I just throw away the txid and index off of hash. Is there a getTransaction I can call by passing in hash?

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Emule
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 23, 2014, 08:10:50 PM
 #47535


I see so many red flags and things that could kill nxt, that it is even a wonder nxt is still around, but not for long this way

Come-from-Beyond
Legendary
*
Offline Offline

Activity: 2142
Merit: 1010

Newbie


View Profile
March 23, 2014, 08:11:02 PM
 #47536

So I guess it's for realtime transaction multicasting?

Global multicasting doesn't work. It's for realtime transaction unicasting.
Emule
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
March 23, 2014, 08:12:07 PM
 #47537

Here's a reminder: Don't forget your target audience, the average crypto investor.

This is an assumption.

One that I don't share, by the way.

Umm.. OK.

Obviously this project is for the "elite" of the tech world.

Thanks for reminding why I don't even bother to come here anymore.

+1 another investor chased away, congrats to the great community
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 23, 2014, 08:13:55 PM
 #47538

UDP? Why on earth would udp be used over tcp?? Multicast applications?

Not over TCP. Over IP.

lols.  lost in translation.
Jean-Luc
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile WWW
March 23, 2014, 08:14:07 PM
 #47539

Please expound.  Really we only need a decision made on whether or not there is benefit if infrastructure committe will pay for my VPSs' SSL certs, or if I should just disable SSL on them.  The committe's response was "no we dont want to pay for SSL just use tor."  well I have previously laid out reasons that NXT has only partial tor support (DNS is still leaked out), plus, like I mentioned, tor is eventually compromised unless very harsh, nearly impossible security methods are taken

Apparently the certs that I am using, that is signed by a private CA, still causes some client-side software to fail, apparently they cannot just ignore the cert warning for some reason.

In the end we'll have clients that prepare and sign transactions completely locally and send them via UDP

good info, ill go ahead and disable SSL on them then. (it would still be good to get SSL on wiki and on whatever forums DNS name they come up with for http://107.170.117.237 forums site.  If the community decided the new forums to be on nxtcrypto.org then a wildcard would be the way to go anyways, otherwise 2 different certs are needed.

Unless the wiki and forums operator are willing to purchase it out of their own pocket.

Users of Wesley's client that sign transactions client-side will have their privacy compromised without SSL, even though the transactions and their password will be secure (assuming he is verifying the bytes before signing). I do see the value of SSL in this use case, because it is much simpler for the end user than setting up tor, and we are targeting users who presumably are not sophisticated enough to be running the Java server themselves.

My opinion was that SSL is not needed, and in fact cannot be used, for communications between nodes, and also that we cannot distribute an SSL certificate with the Nxt package itself. But for communications between thin clients and a public node, SSL is easier than tor for the end user for the purpose of preserving privacy - that is, from a spying ISP or government, not from the owner of the public node itself.


lead Nxt developer, gpg key id: 0x811D6940E1E4240C
Nxt blockchain platform | Ardor blockchain platform | Ignis ICO
BitcoinForumator
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
March 23, 2014, 08:17:36 PM
 #47540

Cfb, are you going to join nxtforum.org?
Pages: « 1 ... 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 [2377] 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 ... 2548 »
  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!