Bitcoin Forum
June 03, 2024, 09:18:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 [860] 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 ... 2557 »
  Print  
Author Topic: NXT :: descendant of Bitcoin - Updated Information  (Read 2761534 times)
Jean-Luc
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile WWW
January 12, 2014, 05:19:49 PM
 #17181

SEO is irrelevant...

...because Google-killer will be based on Nxt. Smiley
Google will be assimilated. Resistance is futile.

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

Activity: 1092
Merit: 1010



View Profile
January 12, 2014, 05:20:38 PM
 #17182

www.nxtcoins.nl has just been updated.

Decided to fork out for a backend that is a bit more flexible and allows me to add future content and keep the site up to date more easily.

If there are some Dutchies out there, consider plugging the site, as well as giving me some input on what needs to be/can be added.

Had a fun afternoon  Grin

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
rickyjames
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
January 12, 2014, 05:25:04 PM
 #17183

SEO is irrelevant...

...because Google-killer will be based on Nxt. Smiley
Google will be assimilated. Resistance is futile.


Uh-oh.  Jean-Luc has become Locutus.



NxtChoice
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
January 12, 2014, 05:28:42 PM
Last edit: January 22, 2014, 03:39:11 PM by NxtChoice
 #17184

Nxt CubieTruck

CubieTruck arrived here yesterday and I got it online with Nxt Client 0.5.4e and 0.5.5 after several hours work. To set up CT and let it work is not so easy but it can be handled with the help of google and some knowledge of linux. I promised to write a small guide for the set up of Cubietruck, so I will tell you how to do it and hope you nxters get CT set up and happy forging. The following steps may be a little simple and without so many details, but I will tell you what you need to take care and I hope I have time to finish it with details.

Firstly, let's see the box. It's a little bigger than Raspberry Pi. CT was designed in Zhuhai and made in Zhuhai, China. Actually, I just learned it a week ago. Before that, I ran a public VPS node and a Rasberry Pi node. The Pi node has only 512 M memory, and it was very slow as I complained it before. So I was very eager to have one mini PC more powerful to run Nxt 24/7.

https://www.dropbox.com/s/4n4pza3id89yu5r/IMG_20140111_145239.jpg


Open the box, you get the red board and the other accessories, including the mini USB you will use to flash the system and power line.

https://www.dropbox.com/s/n6pr50fp63fz145/IMG_20140111_145502.jpg


https://www.dropbox.com/s/e1x3ejtev24l6bs/IMG_20140111_145540.jpg


https://www.dropbox.com/s/9907t2g0gn9xvpb/IMG_20140111_145837.jpg


Okay, now let's assemble the board with the plastic case. It doesn't need any other device and it will just take you several minutes. So you get it as following.

https://www.dropbox.com/s/e27hq47m6eeena5/IMG_20140111_155551.jpg


After the assembling, now the soft part coming. We need to light up the cubieboard. Before we start it, let's learn a little about the cubieboard 3, that is, cubietruck. The official website is  http://cubieboard.org . One great forum for it is  www.cubieforums.com, which you will reference to for your question. You can find the hardware information about the board, and here I just mention the CPU is ARM A20, and 2 gb memory, and it has 8 gb nand flash memory, so you don't need to prepare additional micro SD card to install operating system to set up Nxt client.

So now we install a operating system to nand flash memory. I choose to install lubuntu system. There are two great guides for it.  =http://docs.cubieboard.org/tutorials/ct1/installation/cb3_lubuntu-12.10-desktop_nand_installation_v1.00Here cubieboard doc and another blog. BTW, I downloaded lubuntu image from http://dl.cubieboard.org/software/a20-cubietruck/lubuntu/ct-lubuntu-nand-v1.01/ct-lubuntu-desktop/ , which is lubuntu 13.04 system, not 12.10.

After download the image and the flashing tool, you can use the mini USB bus to flash the image to the board. It's simple to do according to those instructions. When the system installation complete, you can start the system. However, you don't know how is going on. Don't worry, you don't even need the monitor, mouse and keyboard. Plug the network to the board and wait one or two minutes, and then you can get your board IP address through your router's (here for me is http://192.168.2.1) client list. The client "cubietruck" is just your cubietruck board, and here I get my board IP 192.168.2.105. Now ssh with putty to your board. Wow, I connected to it. The default user name for lubuntu is "linaro", and password is also "linaro". So you login and do what you want to do.

Do something as the above blog recommends to do. One important thing you need to do is to combine two partitions in the nand flash memory so as to get bigger root file system. "/dev/nandb" is mounted as root system, and after the installation you may have about 700 M space for use, but it is too small for install java and other development tools and libraries. There is another "/dev/nandc" partition which owns about 5 gb. You can get help from http://www.cubieforums.com/index.php?topic=1134.msg6783#msg6783  to get things done.

I also installed desktop for the system by "sudo apt-get install lubuntu-desktop", and then installed x11vnc for vnc desktop connection. After those work, finally, I set up java environment and install Nxt client. I works fine and it's running very fast and easy to deal with vnc connection for web browser operating. The images go here for you.

https://www.dropbox.com/s/8y6muyuw9mpjj1y/IMG_20140113_003131.jpg


https://www.dropbox.com/s/lyu2puw4ksqtxxu/Screen%20Shot%202014-01-13%20at%2012.02.27%20AM.png


https://www.dropbox.com/s/xnky9etdf6d0qcb/Screen%20Shot%202014-01-13%20at%2012.06.08%20AM.png
bitcoinpaul
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
January 12, 2014, 05:35:41 PM
 #17185

I would like to make a few of observations from the point of view of Bitcoin (and perhaps Litecoin) investors who have recently taken an interest in Nxt.

1) This project is being managed and run quite well - you guys are delivering results and improving the code constantly - this is creating a lot of interest.

2) Don't worry so much about all the "bells and whistles" now - get the basic stuff working solidly and keep to strict plans - nothing better than a project that runs smoothly and improves constantly.

3) "The revolution will not be centralised" - stick to this and keep the bounties going for small projects that help do this and help get the initial NXT spread around more.


+1
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 12, 2014, 05:36:07 PM
 #17186

NEWS just reached me.

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

day:
hour:
seconds:

thank you CfB !



Passion_ltc
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Crypti Community Manager


View Profile
January 12, 2014, 05:37:39 PM
 #17187

NEWS just reached me.

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

day:
hour:
seconds:

thank you CfB !

100 NXT or 100k NXT? The second exactly? Is this a joke? Cheesy

greyw00lf
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
January 12, 2014, 05:38:06 PM
 #17188

Just wanted to let everyone know that my node has been running since:

[2014-01-08 20:37:00.879] Nxt 0.5.3 started.

And I only stopped it to update to 0.5.5.

Very nice!
my RPi running 0.5.3 nearly 4 days without a problem - very stable!
18:35:04 up 3 days, 22:41,  1 user,  load average: 0.92, 0.96, 0.95


500 blocks until messaging? Still coming out at 40k right?
yeah, what will happen then? Smiley

pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 12, 2014, 05:41:17 PM
 #17189

NEWS just reached me.

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

day:
hour:
seconds:

thank you CfB !

100 NXT or 100k NXT? The second exactly? Is this a joke? Cheesy

think he will answer community has to vote Cheesy

subSTRATA
Legendary
*
Offline Offline

Activity: 1288
Merit: 1043


:^)


View Profile
January 12, 2014, 05:46:56 PM
 #17190

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

Maybe if you guys chill a bit this thread might become useful. Seriously, go AFK for few hours and come back to witness just insane
amount of crap added here in the meantime. You are spamming out important stuff like problems with NXT wallet and so on. It could
be that IS the reason behind such stupid contest but long-term you are not really helping anyone.

theres nothing here. message me if you want to put something here.
PeercoinEnthusiast
Full Member
***
Offline Offline

Activity: 126
Merit: 100

JustabitofTime - Co-Founder of CoinTropolis


View Profile
January 12, 2014, 05:57:20 PM
 #17191

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

Maybe if you guys chill a bit this thread might become useful. Seriously, go AFK for few hours and come back to witness just insane
amount of crap added here in the meantime. You are spamming out important stuff like problems with NXT wallet and so on. It could
be that IS the reason behind such stupid contest but long-term you are not really helping anyone.

Important info hopefully is being pulled out of this general thread.

JustaBitofTime - Co-Founder of CoinTropolis - Currently assisting Nxt
salsacz
Hero Member
*****
Offline Offline

Activity: 490
Merit: 504


View Profile
January 12, 2014, 06:00:25 PM
 #17192

If you have any opinions about PoW mining vs. PoS non-mining, I created a thread:

Why is mining so important for all Bitcoiners/altcoiners?
https://bitcointalk.org/index.php?topic=411279.new#new

- I am using it as a source for the Nxt myths paper+video (I will use a lot of citations)
- it is a nice discussion and very helpful for the demythologisation Cheesy
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 12, 2014, 06:02:57 PM
 #17193

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

Maybe if you guys chill a bit this thread might become useful. Seriously, go AFK for few hours and come back to witness just insane
amount of crap added here in the meantime. You are spamming out important stuff like problems with NXT wallet and so on. It could
be that IS the reason behind such stupid contest but long-term you are not really helping anyone.

wow

utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
January 12, 2014, 06:05:20 PM
 #17194

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

Maybe if you guys chill a bit this thread might become useful. Seriously, go AFK for few hours and come back to witness just insane
amount of crap added here in the meantime. You are spamming out important stuff like problems with NXT wallet and so on. It could
be that IS the reason behind such stupid contest but long-term you are not really helping anyone.

Important info hopefully is being pulled out of this general thread. works are in progress

I think we need to open some threads based on functionality instead of another thread when everything stays in the same place which  is the same as this original thread.
We should have at least some more threads like this:

1. NXT full feature clients - progress tracking thread here https://bitcointalk.org/index.php?topic=412138.0

2. NXT security and user interface improvement - progress tracking thread rickyjames will take care of it

3. NXT arbitrary message and mobile application - progress tracking thread someone should open one now

4. NXT promotion and marketing thread - progress tracking thread here https://bitcointalk.org/index.php?topic=412243.0

There threads will run parallel with the main thread here and the NXT source  code report here https://bitcointalk.org/index.php?topic=397183.0

This will at least bring some organization to grass-root development we have here.

Someone should do the same for other threads and keep them updated. The updates should be a decentralized effort by everyone. Aslo remember to bookmark all the parallel threads.

Also NXT API 1 thread https://bitcointalk.org/index.php?topic=313082.0
NXT API 2 thread https://bitcointalk.org/index.php?topic=406839


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
pinarello
Full Member
***
Offline Offline

Activity: 266
Merit: 100


NXT is the future


View Profile
January 12, 2014, 06:08:17 PM
 #17195

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

Maybe if you guys chill a bit this thread might become useful. Seriously, go AFK for few hours and come back to witness just insane
amount of crap added here in the meantime. You are spamming out important stuff like problems with NXT wallet and so on. It could
be that IS the reason behind such stupid contest but long-term you are not really helping anyone.

Excuse me people this was meant to be a joke,
substrata board is all yours. Go ahead

Pin

abuelau
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500


www.coinschedule.com


View Profile
January 12, 2014, 06:20:16 PM
 #17196

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

Maybe if you guys chill a bit this thread might become useful. Seriously, go AFK for few hours and come back to witness just insane
amount of crap added here in the meantime. You are spamming out important stuff like problems with NXT wallet and so on. It could
be that IS the reason behind such stupid contest but long-term you are not really helping anyone.

Important info hopefully is being pulled out of this general thread. works are in progress

I think we need to open some threads based on functionality instead of another thread when everything stays in the same place which  is the same as this original thread.
We should have at least some more threads like this:

1. NXT full feature clients - progress tracking thread here https://bitcointalk.org/index.php?topic=412138.0

2. NXT security and user interface improvement - progress tracking thread rickyjames will take care of it

3. NXT arbitrary message and mobile application - progress tracking thread someone should open one now

4. NXT promotion and marketing thread - progress tracking thread here https://bitcointalk.org/index.php?topic=412243.0

There threads will run parallel with the main thread here and the NXT source  code report here https://bitcointalk.org/index.php?topic=397183.0

This will at least bring some organization to grass-root development we have here.

Someone should do the same for other threads and keep them updated. The updates should be a decentralized effort by everyone. Aslo remember to bookmark all the parallel threads.

Also NXT API 1 thread https://bitcointalk.org/index.php?topic=313082.0
NXT API 2 thread https://bitcointalk.org/index.php?topic=406839

What about a thread for other service providers such as block explorers, online wallets (non-full feature clients), other tools...?

Know what's happening in cryptoworld: www.coinschedule.com
utopianfuture
Sr. Member
****
Offline Offline

Activity: 602
Merit: 268

Internet of Value


View Profile
January 12, 2014, 06:22:57 PM
 #17197

from CfB:

the one that can guess exactly when we will hit page 1000 gets 100 NXT the ones who publish on page 1000 get also 10 NXT each

Maybe if you guys chill a bit this thread might become useful. Seriously, go AFK for few hours and come back to witness just insane
amount of crap added here in the meantime. You are spamming out important stuff like problems with NXT wallet and so on. It could
be that IS the reason behind such stupid contest but long-term you are not really helping anyone.

Important info hopefully is being pulled out of this general thread. works are in progress

I think we need to open some threads based on functionality instead of another thread when everything stays in the same place which  is the same as this original thread.
We should have at least some more threads like this:

1. NXT full feature clients - progress tracking thread here https://bitcointalk.org/index.php?topic=412138.0

2. NXT security and user interface improvement - progress tracking thread rickyjames will take care of it

3. NXT arbitrary message and mobile application - progress tracking thread someone should open one now

4. NXT promotion and marketing thread - progress tracking thread here https://bitcointalk.org/index.php?topic=412243.0

There threads will run parallel with the main thread here and the NXT source  code report here https://bitcointalk.org/index.php?topic=397183.0

This will at least bring some organization to grass-root development we have here.

Someone should do the same for other threads and keep them updated. The updates should be a decentralized effort by everyone. Aslo remember to bookmark all the parallel threads.

Also NXT API 1 thread https://bitcointalk.org/index.php?topic=313082.0
NXT API 2 thread https://bitcointalk.org/index.php?topic=406839

What about a thread for other service providers such as block explorers, online wallets (non-full feature clients), other tools...?

You can make one. Make links to all other progress tracking threads. We want all of them running parallel.


░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
  TomoChain  •    •  TomoChain 
░░░░░░▄▄▄████████▄▄▄
░░░░▄████████████████▄
░░▄███████████████████▄
███████████████████████
▐████████████████████████▌
█████████████████████████
█████████████████████████
█████████████████████████
▐██████████████████████▌
████████████████████████
░░▀████████████████████▀
░░░░▀████████████████▀
░░░░░░▀▀▀████████▀▀▀
cfrm
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
January 12, 2014, 06:27:17 PM
 #17198

Woohoo! forged my first block. Feels good, though it was only 1 NXT fee Smiley
salsacz
Hero Member
*****
Offline Offline

Activity: 490
Merit: 504


View Profile
January 12, 2014, 06:27:25 PM
 #17199

I added my idea: University projects (dissertations, masters, bacheleor thesis). This is a long therm thing, but if we have got here any teachers or even university attendants, it would be wonderful if you write your project based on Nxt.

There is one guy who writes his Phd about some Nxt app... There can be many thesis where you programm some Nxt app/add-on..., but I would like to get to the enomical/ecological areas too. There might be serious works based on the PoS, on Nxt, how it could change the world
jl777
Legendary
*
Offline Offline

Activity: 1176
Merit: 1132


View Profile WWW
January 12, 2014, 06:30:30 PM
 #17200

I know there are a lot of people following this thread who would like to contribute, but with it being so technical, not sure of how they can.

I have an idea that will let pretty much anybody contribute to NXT, but it will require someone to manage a bug tracking system. Not sure what the best bug tracking system is nowadays, but if anybody is familiar enough with it to set one up, that would be fantastic.

This way, people can report API bugs, usability bugs and everything in between.

James

http://www.digitalcatallaxy.com/report2015.html
100+ page annual report for SuperNET
Pages: « 1 ... 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 [860] 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 ... 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!