pinarello
Full Member
 
Offline
Activity: 266
Merit: 100
NXT is the future
|
 |
March 02, 2014, 10:01:53 PM |
|
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
|
|
igmaca
|
 |
March 02, 2014, 10:04:23 PM |
|
Try configure the absolute path in the configuration file client NXT. Like html/nrs => /mnt/nxt/html/nrs With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876 mhh... 7874 = network (peer 2 peer only) 7875 = nrs client (interface) 7876 = API port no. it is a vps client perhaps i must change allowed user hosts??
|
|
|
|
wakasaki808
|
 |
March 02, 2014, 10:06:11 PM |
|
Try configure the absolute path in the configuration file client NXT. Like html/nrs => /mnt/nxt/html/nrs With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876 mhh... 7874 = network (peer 2 peer only) 7875 = nrs client (interface) 7876 = API port no. it is a vps client perhaps i must change allowed user hosts?? Maybe it's the https vs http thing? You try them both?
|
|
|
|
VanBreuk
|
 |
March 02, 2014, 10:10:56 PM |
|
Try configure the absolute path in the configuration file client NXT. Like html/nrs => /mnt/nxt/html/nrs With this http://188.226.169.81:7874/ doesn't work .. also with the port 7876 mhh... 7874 = network (peer 2 peer only) 7875 = nrs client (interface) 7876 = API port no. it is a vps client perhaps i must change allowed user hosts?? Maybe it's the https vs http thing? You try them both? https/ssl is not enabled by default in 0.8.x. You have to use http. SSL can be enabled for both the API server and the UI server (default disabled). If this is done, the corresponding ports will accept https requests only. There is no way currently to have both http and https supported at the same time, but this can be added, I just didn't see the need for it. If you enable SSL, you need to set nxt.keyStorePath and nxt.keyStorePassword, and obviously you need to have your own SSL certificate (self-signed or signed by a CA) in a keystore file. I have only tested this with a self-signed certificate.
|
|
|
|
igmaca
|
 |
March 02, 2014, 10:27:07 PM |
|
How to upgrade your NXT node guide.Step 1) Log in to your node using Putty (user 'root' and pass that your received in the welcome email from your VPS company). Step 2) Enter the following commands in the terminal: 1) 'top' command, it will show a line similar to this for 'java' process: 2973 root 20 0 1166m 428m 10m S 0.0 41.8 9:57.51 java 2973 is your process ID. press 'q' to exit top; 2) kill -9 2973 (kills the java process, enter your 'java' process ID number instead of 2973). 3) cd (switch to your home directory); 4) rm nxt.zip (delete the old nxt.zip file); 4a) rm -rf /root/nxt.old (this removes the old nxt working directory if it's not the first upgrade you do); 5) mv nxt nxt.old (rename the old nxt working directory); 6) wget http://download.nxtcrypto.org/nxt-client-0.8.3.zip7) unzip nxt-client-0.8.3.zip 8 ) cat ~/nxt.old/webapps/root/WEB-INF/web.xml (this lists the contents of the old config file, copy-paste your myAddress and myHallmark parameters from it into a text file on your PC, if you hadn't saved them earlier. 9) nano conf/nxt-default.properties a) in the section ###PEER NETWORKING ###, find the following lines: nxt.myAddress=
put IP address you got from the host. It should look like: nxt.myAddress=x.x.x.x b) nxt.myHallmark=
if you use a hallmark on your node, put your hallmark there (make sure no whitespace character is left in it when you copy-paste it) press CTRL+X and then Y to save the file. 10) cd ~/nxt
11) nano run.sh
a) If your VPS has 512 MB RAM, replace the line: java -Xmx1024M -cp nxt.jar:lib/*:conf nxt.Nxt with java -Xmx450M -cp nxt.jar:lib/*:conf nxt.Nxt b) If your VPS has 1024 MB RAM, replace the line: java -Xmx1024M -cp nxt.jar:lib/*:conf nxt.Nxt with java -Xmx800M -cp nxt.jar:lib/*:conf nxt.Nxt ----- press CTRL+X and then Y to save the file. 12) nohup ./run.sh & 13) run top to show running processes, check that you see process 'java' running and using CPU and RAM, if it is, then press 'q' to enter 'top'. 14) exit
I update with your instructions my vps client to 0.8.3 but i can not see in my local browser nxt client
|
|
|
|
VanBreuk
|
 |
March 02, 2014, 10:41:02 PM |
|
How to upgrade your NXT node guide.
(text wall)
I update with your instructions my vps client to 0.8.3 but i can not see in my local browser nxt client What URL are you using to access the client UI? Have you seen the previous comments?
|
|
|
|
|
Damelon
Legendary
Offline
Activity: 1092
Merit: 1001
|
 |
March 02, 2014, 11:10:55 PM |
|
It's good to see we're in "the list" now, however. No more "scam", and that's thanks to everyone's work over the last three-four months 
|
|
|
|
newsilike
Sr. Member
  
Offline
Activity: 630
Merit: 262
This account was hacked. just recently got it back
|
 |
March 02, 2014, 11:13:18 PM |
|
These people seem to be not really aware of Nxt... I guess  I would be scared as an Ethereum guy^^
|
|
|
|
|
Emule
|
 |
March 02, 2014, 11:31:22 PM |
|
These people seem to be not really aware of Nxt... I guess  I would be scared as an Ethereum guy^^ nobody is aware of nxt thanks to epic failing marketing they burn nxt with zero result and wrong approach but nobody dare to tell marketing priority must be get fresh money in to nxt but money is flowing out of nxt due constant selling.
|
|
|
|
opticalcarrier
|
 |
March 02, 2014, 11:33:04 PM |
|
You are only listening on 127.0.0.1. change to 0.0.0.0
|
|
|
|
igmaca
|
 |
March 02, 2014, 11:41:06 PM |
|
You are only listening on 127.0.0.1. change to 0.0.0.0 I can see my local client 0.8.3 in my laptop in http://127.0.0.1:7875/but i can not see my VPS client 0.8.3 where i must change to 0.0.0.0 ?
|
|
|
|
xyzzyx
Sr. Member
  
Offline
Activity: 490
Merit: 250
I don't really come from outer space.
|
 |
March 02, 2014, 11:41:16 PM |
|
nobody is aware of nxt thanks to epic failing marketing
they burn nxt with zero result and wrong approach but nobody dare to tell
What's the correct approach?
|
"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
|
|
|
rriky92
|
 |
March 02, 2014, 11:59:43 PM |
|
I remember that someone was asking how to make POST request with PHP so i will paste this code: <?php $url = 'https://wallet.nxtty.com:7876/nxt'; $data = array( 'requestType' => 'sendMoney', 'secretPhrase' => 'PASSPHRASE', 'recipient' => 'RECIPIENT', 'amount' => '1', 'fee' => '1', 'deadline' => '1440' );
// use key 'http' even if you send the request to https://... $options = array( 'http' => array( 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' => 'POST', 'content' => http_build_query($data), ), ); $context = stream_context_create($options); $result = file_get_contents($url, false, $context);
var_dump($result); ?> You need to edit with your request.. Maybe someone already found a solution with cURL, this is an alternative
|
|
|
|
rickyjames
|
 |
March 03, 2014, 12:12:09 AM Last edit: March 03, 2014, 12:34:30 AM by rickyjames |
|
NXT FUNDING COMMITTEE VOTE IS NOW UNDERWAY UNTIL 12:01 AM MARCH 8 (UTC)Per our previous poll, all three committees (NXTmarketingfund, NXTtechdevfund and NXTinfrastructure fund) will consist of five elected members. Read candidate statements here: https://bitcointalk.org/index.php?topic=479167.msg5280476#msg5280476Background: https://bitcointalk.org/index.php?topic=345619.msg5280786#msg5280786 DETAILS ON VOTING :
EVERY NXTer WITH AN ACCOUNT STARTED BEFORE FEB 21 MAY VOTE ON ALL THREE COMMITTEE BALLOTS.
If you want to vote, send me a PM with just the word VOTE in the title. I will respond with your password and the voting site URL. I will know who voted but I will not know who you voted for.LIVE ONGOING VOTE RESULTS:
https://www.electionbuddy.com/elections/12343/results/t34ayqhm2Update: At 48 hours into the vote I have distributed 200 ballot access codes so far to nominees, candidates, PM requestors, and high-posting members of this thread from newcn's list of most active posters (see https://bitcointalk.org/index.php?topic=345619.msg5456233#msg5456233 ). I hope to have PMed out the additional ballot codes by 72 hours into the vote that will result in all posters with 10 or more posts in this thread having a ballot access code. That's about 350 ballots that will have been distributed. Beyond that, we'll see. Here comes Austin.
I have vetted all PM requesters and have found all to be legitimate eligible NXTers with two exceptions: NXT-LILY and GT-R. These two NXTers have created their accounts since the election was announced and so I will not be sending them ballot codes. (See, I am checking. Sorry, you two). I have no pending PM requests for ballot access codes at this time. I have received no unique requests to vote from nextcoin.org or nxtcrypto.org, only one that was also posted here on bitcointalk as well.
For my current ongoing ballot code blind mailings to NXTers on newcn's "voter registration list", I am including a link to the candidate statements and a request for the recipient to read them before going to vote. Candidates, you can always go edit your statements and polish them a little if you want. I think they're really gonna matter.
At this time 107 of the 200 ballot access codes I have distributed have been used to vote.
|
|
|
|
^[GS]^
Member

Offline
Activity: 112
Merit: 10
|
 |
March 03, 2014, 12:13:51 AM |
|
If you have no nxt.apiSSL=true and nxt.uiSSL=true, do not try to enter https, that will not work. 7875 is the interface 7876 is the API 1) nxt.allowedBotHosts=* 2) nxt.allowedUserHosts=127.0.0.1, localhost; 0:0:0:0:0:0:0:1; VPS IP; YOUR IP; 3) nxt.uiServerHost=VPS URL (ditto nxt.myAddress)4) nxt.uiServerCORS = true Test this!
|
|
|
|
newsilike
Sr. Member
  
Offline
Activity: 630
Merit: 262
This account was hacked. just recently got it back
|
 |
March 03, 2014, 12:45:56 AM |
|
Are multi-signature transactions possible with Nxt? Just found out about https://www.bitalo.com, very interesting. Bitalo promo Video: http://www.youtube.com/watch?v=EcYHOZeb6LAReddit user: Would it be correct to say it's a mix between localbitcoins (escrowed mechanism for FIAT exchange) and blockchain.info (not holding private keys of the wallet)? Guy from Bitalo: It would be more or less correct  . With one exception - Blockchain.info is a great service, but it has one downside - if your get a virus on your machine, you're screwed. Someone can read the private key when you log into your Blockchain wallet. On the other hand on Bitalo because we use multisig wallets AND two factor auth, so even if your computer at some point gets compromised, hacker would only get one part of the key, while we keep the other one safe. A hacker would need to compromise BOTH your computer and your smartphone to steal from you. My guess is that it will grow rapidly after the Mt. Gox fiasco. Another concern I still have with Nxt is the security aspect, with Bitcoin you can store your Bitcoins offline, you never have to connect to the internet in order to create a safe address. In Nxt you have to be online to create an address and you have to have at least one outgoing transaction in order to protect your account further. I know that these are really minor problems and that if you want to use your crypto money actively you wont get around being connected to the internet anyway. But still I would really appreciate some information regarding these "issues".
|
|
|
|
jl777
Legendary
Offline
Activity: 1176
Merit: 1090
|
 |
March 03, 2014, 01:07:01 AM |
|
multisig? decenteralized trust by adding more trustee? with potentially losing all stake if one trustee went awol? I honestly dont get it. please explain. Also gateways have full node using bitcoind? What year is this? Just use electrum. It is better that a full node in terms of tradeoffs, security, effeciency and consistency.
I can discuss this in length and details if the devs are interested.
Currently it is 2 of 3 multisig. If one of the signers disappeared, the other 2 would need to transfer to a new wallet, presumably adding a replacement third signer. This is 2014. I was not aware electrum supported all the altcoins. I will try to find electrum for DOGE. I am definitely interested as I am just a simple C programmer and always trying to learn. James Edit: Please explain how all gateways using the same electrum servers makes it more secure? I thought that having geographically separate servers running their own bitcoind would at least provide redundancy and if any one of them goes on a fork, the other two would notice.
|
|
|
|
|
|