Bitcoin Forum
May 14, 2024, 06:57:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761531 times)
mthcl
Sr. Member
****
Offline Offline

Activity: 376
Merit: 300


View Profile
March 25, 2014, 11:06:29 AM
 #48081

I figured out how to choose a random number deterministically within the decentralized Nxt network, where someone with 90% of the forging power as determined by proof of stake could only get lucky enough to manipulate this number 1 in a billion years at a rate of 1 block per minute.  It would only require 300 forgers online, we currently have more than this.  If we have get 500 forgers participating this number drops to someone with 90% of the forging power only getting lucky enough 1 in approximately 40 Octillion years.

And it scales nicely and it's fast, could easily be done. No proof of work required.  Could probably cut down how long you lock up funds and changes to forging power to 10 blocks, say 60 if you want to be safe. I'm telling you, it's big.  Already run it by one person, would like to run it by others.

If I were working for Nxt it'd be a different story but I don't want to just put the whole idea if I can get a bounty on it.  If I can proof this, is there a bounty on it?  Or you guys already have a work around in mind that could achieve this?
I proposed a randomization procedure a few days ago, here: https://bitcointalk.org/index.php?topic=345619.msg5838370#msg5838370
Is your solution similar?
ShroomsKit_Disgrace
Legendary
*
Offline Offline

Activity: 952
Merit: 1000

Yeah! I hate ShroomsKit!


View Profile
March 25, 2014, 11:06:49 AM
 #48082

I am not seeing the "big bosses" of NXT around the new forum...

Where are these marvelous discussions about AE, TF, AT....Huh  Undecided
Fatih87SK
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile
March 25, 2014, 11:17:34 AM
 #48083

I am not seeing the "big bosses" of NXT around the new forum...

Where are these marvelous discussions about AE, TF, AT....Huh  Undecided

We moved over here;

http://107.170.117.237/index.php

wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
March 25, 2014, 11:28:45 AM
 #48084

I am not seeing the "big bosses" of NXT around the new forum...

Where are these marvelous discussions about AE, TF, AT....Huh  Undecided

We moved over here;

http://107.170.117.237/index.php

No need to use the ip any longer, http://nxtforum.org
Damelon
Legendary
*
Offline Offline

Activity: 1092
Merit: 1010



View Profile
March 25, 2014, 12:34:12 PM
 #48085

and i dont think we should move all the discussion to the new forum. As someone already pointed out, this thread alone is good advertisement for Nxt.

No reason to close it.
Just leave it open, so we still have a channel towards the community here Smiley
Why close down something that is both epic and useful?

Member of the Nxt Foundation | Donations: NXT-D6K7-MLY6-98FM-FLL5T
Join Nxt Slack! https://nxtchat.herokuapp.com/
Founder of Blockchain Workspace | Personal Site & Blog
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
March 25, 2014, 12:46:52 PM
 #48086

NXT is way to complicted for normal people, why not just have a normal system like bitcoin?

Why do you think so?

(1) Download Java
(2) Unzip to a folder (no installers or short cuts like usual window software)
(2) Click on bat files
(3) By default, the file uses java (instead of javaw) so you have running command prompt open -- that's not most people understand.
(3) Must create strong passwords; again a risky business for people used to using passwords like  "password1"

I wish Wesleh's client comes sooner -- maybe with next release. It's really needed and should be top priority.

I think she was referring to NXT itself. Not how to use it.
eightspaces
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
March 25, 2014, 12:51:00 PM
 #48087

how u doing guys
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
March 25, 2014, 01:01:30 PM
 #48088

Again on this "true randomization" issue. In general, what amount of randomization is desirable, i.e., how often should it happen? If not very often (e.g., several times a day), then the real world will take care of this (because nodes go online and offline, money are transferred, etc.).

I agree. I wrote the following to CfB:

I do not think that is possible anymore. Preparing means you need to know 1440 blocks in advance which accounts you need. So, you need to build up the a whole forging graph of size http://www.wolframalpha.com/input/?i=28000%5E1440 (28000 accounts, 1440 blocks for effectiveBalance) [to get sure you cover all cases]. The leaves of that graph represent the entry points for the attacker's accounts. Then the attacker needs to create accounts at the right time to forge the next N blocks. That is like calculating the private key out of your public key.

If this is not enough, then the following procedure is possible. First X accounts (w.r.t. the inverse weights) choose some "random" numbers locally, and publish their hashes. X is supposed to be large enough so that the bad guy would never control exactly all of them. Then, they publish numbers themselves; if the published number does not correspond to the hash or is not published at all, then the corresponding account is heavily penalized. If that happens for at least one account, the whole procedure is invalidated (and we wait for the next try)..

The problem here still is: who belongs to X if one of X is offline and who decides that? It is the very same consensus finding problem that block generation tries to solve.
brooklynbtc
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

AKA jefdiesel


View Profile
March 25, 2014, 01:34:42 PM
 #48089

I've just been slaving away on hashrate.org for hours.

Please guys, please click these links and let me know what you think
http://hashrate.org
and http://nxtpool.net

I need some people to try and promote the site for me tomorrow. Smiley

replied here
http://nxtforum.org/nxt-promotion/(ann)-nxt-mining-pool/msg1620/#msg1620

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

Blockchain Technology.

ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
March 25, 2014, 01:37:48 PM
 #48090

I've just been slaving away on hashrate.org for hours.

Please guys, please click these links and let me know what you think
http://hashrate.org
and http://nxtpool.net

I need some people to try and promote the site for me tomorrow. Smiley

Done.
jztxeno
Hero Member
*****
Offline Offline

Activity: 700
Merit: 501


View Profile
March 25, 2014, 02:05:13 PM
 #48091

still not closed, woot? Cheesy
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 25, 2014, 02:22:44 PM
 #48092

https://nxtforum.org now works
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
March 25, 2014, 02:30:14 PM
 #48093

https://nxtforum.org now works

Finally.

EDIT: paths in the URL return 404
BloodyRookie
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500


View Profile
March 25, 2014, 02:34:27 PM
 #48094

Not really functioning:

The requested URL /news-and-announcements/ was not found on this server.

Aside from that, I think it not a good idea to abondom this thread.
This probably will result in a lower overall activity of the community.

Nothing Else Matters
NEM: NALICE-LGU3IV-Y4DPJK-HYLSSV-YFFWYS-5QPLYE-ZDJJ
NXT: 11095639652683007953
ChuckOne
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

☕ NXT-4BTE-8Y4K-CDS2-6TB82


View Profile
March 25, 2014, 02:44:47 PM
 #48095

Not really functioning:

The requested URL /news-and-announcements/ was not found on this server.

Aside from that, I think it not a good idea to abondom this thread.
This probably will result in a lower overall activity of the community.

That might be true.

We should inform that bitcointalk users from time to time of our progress.

Newbies of the cryptocoin community will certainly go to bitcoin first. But when they do, they should know about NXT as well.
wesleyh
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
March 25, 2014, 02:56:33 PM
 #48096

https://nxtforum.org had some issues when ssl was being implemented, and when I made it so that everyone has to use ssl, but that is all fixed now.
msin
Legendary
*
Offline Offline

Activity: 1470
Merit: 1004


View Profile
March 25, 2014, 02:58:38 PM
 #48097

https://nxtforum.org had some issues when ssl was being implemented, and when I made it so that everyone has to use ssl, but that is all fixed now.

Works great for me.
S3MKi
Legendary
*
Offline Offline

Activity: 1540
Merit: 1016



View Profile
March 25, 2014, 03:26:19 PM
 #48098

what's up guys? I wonder to know. Did Mintpal make refund for voting? https://support.mintpal.com/index.php?module=announce&sec=view&id=7
msin
Legendary
*
Offline Offline

Activity: 1470
Merit: 1004


View Profile
March 25, 2014, 03:38:35 PM
 #48099

what's up guys? I wonder to know. Did Mintpal make refund for voting? https://support.mintpal.com/index.php?module=announce&sec=view&id=7

Yes, the refunded everyone.
opticalcarrier
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
March 25, 2014, 03:44:02 PM
 #48100

emule is anyone squatting your ID on the new forums?  wed love to have to continue your antics over there and if you need me to delete the account so you can recreate it let me know
Pages: « 1 ... 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 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 ... 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!