Bitcoin Forum
June 21, 2024, 09:44:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 [317] 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 ... 535 »
  Print  
Author Topic: | Nxt | Blockchain Platform | Proof of Stake | Official  (Read 940986 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Armis
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile
March 09, 2015, 03:44:47 PM
 #6321


Your main nxt folder contains a "conf" folder. In there you will find the nxt-default.properties file.
Open it with a Text Editor.
This line: nxt.isTestnet=false
Change it to true
save the file with the name nxt.properties (so that it won't get overwritten after an update)

When I was doing it up popped:

# Do not modify this file. Instead, create a nxt.properties file with only the properties
# you need to change, and set them there. The values in nxt.properties override those in
# nxt-default.properties.


I guess that is saying the same thing as:

Better just go to the conf folder, create a new text file, call it nxt.properties, (no .txt at end). Add a line to that file: "nxt.isTestnet=true", then run Nxt and go to http://localhost:6876/

(The problem with copying the whole file is you are defaulting parameters that might not be defaulted an upcoming release, thus causing problems down the line[many people have had issues with this]. nxt.properties should only contain lines where you are deliberately making changes to the configuration.)

When you say: "create a new text file" then: "add a line" it sounds like you want me to copy a file to change is that what I should do?






achimsmile
Legendary
*
Offline Offline

Activity: 1225
Merit: 1000


View Profile
March 09, 2015, 03:50:08 PM
 #6322

Sorry for the confusion  Smiley
Just do it like valarmg suggested:

Open up your favorite text editor
write only this:  nxt.isTestnet=true
Save it with the name "nxt.properties" in the conf folder
done
Armis
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile
March 09, 2015, 04:12:23 PM
 #6323

Sorry for the confusion  Smiley
Just do it like valarmg suggested:

Open up your favorite text editor
write only this:  nxt.isTestnet=true
Save it with the name "nxt.properties" in the conf folder
done


Thanks, but now my computer is telling me I "don't have permission to save in this location" to contact administrator. 
any thoughts. 

Again, I know all of this is simple to you guys, but it is brand new to me, so I really appreciate you helping me with this.


bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
March 09, 2015, 04:31:18 PM
 #6324

Sorry for the confusion  Smiley
Just do it like valarmg suggested:

Open up your favorite text editor
write only this:  nxt.isTestnet=true
Save it with the name "nxt.properties" in the conf folder
done


Thanks, but now my computer is telling me I "don't have permission to save in this location" to contact administrator. 
any thoughts. 

Again, I know all of this is simple to you guys, but it is brand new to me, so I really appreciate you helping me with this.




If you're on Windows. Go to start menu and find Notepad (on 7 should be in Accessories). Right click on Notepad and "open as administrator". Then you will be able to save to that folder.
Armis
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile
March 09, 2015, 04:53:36 PM
Last edit: March 09, 2015, 05:14:06 PM by Armis
 #6325

Sorry for the confusion  Smiley
Just do it like valarmg suggested:

Open up your favorite text editor
write only this:  nxt.isTestnet=true
Save it with the name "nxt.properties" in the conf folder
done


Thanks, but now my computer is telling me I "don't have permission to save in this location" to contact administrator.  
any thoughts.  

Again, I know all of this is simple to you guys, but it is brand new to me, so I really appreciate you helping me with this.




If you're on Windows. Go to start menu and find Notepad (on 7 should be in Accessories). Right click on Notepad and "open as administrator". Then you will be able to save to that folder.


Thanks for that, it accepted.  

The file name is NXT, I supposed   "nxt.properties" somehow translates to "nxt"




I'd like to issue an asset but before doing the real thing, I was wondering if you had a "test net" type of thing I could use to practice on?


Yes, here's a public node that's running testnet: http://jnxt.org:6876/



I'm in, thanks everyone ...

what does this mean: "The testnet peer port is 6874, the peer is working offline."?







Daedelus
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
March 09, 2015, 07:22:26 PM
 #6326

Come-from-Beyond has an announcement brewing...

Code:
1557d4fdfc59fc42f44fb83e6bd65e8fed75dfe8b8dfd4339b597eef657d9b1f

I'll reveal the text (its hash is above) after my bitcoinpaul count exceeds applauds.

In 21 days it will become irrelevant, so I add a deadline on 1st of April.

PS: If those 4 persons who already gave me 4 bitcoinpauls are not satisfied with the altered version of the agreement then they can contact me via PM and I'll refund the bitcoinpauls back to them.
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
March 09, 2015, 07:36:21 PM
 #6327


Quote

Yes, here's a public node that's running testnet: http://jnxt.org:6876/



I'm in, thanks everyone ...

what does this mean: "The testnet peer port is 6874, the peer is working offline."?









I have no idea.   Smiley It probably means it's not connected to any peers but from what I see demo works as it should.
Armis
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile
March 09, 2015, 08:11:01 PM
 #6328


Quote

Yes, here's a public node that's running testnet: http://jnxt.org:6876/



I'm in, thanks everyone ...

what does this mean: "The testnet peer port is 6874, the peer is working offline."?



I have no idea.   Smiley It probably means it's not connected to any peers but from what I see demo works as it should.




I could not do any transactions because there were no dummie funds in the account.  The site said that if there were no funds in the account to try another, so I tried another and another all to no avail. 3 up and down nothing workable.   
bizz
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
March 09, 2015, 08:26:34 PM
 #6329


Quote

Yes, here's a public node that's running testnet: http://jnxt.org:6876/



I'm in, thanks everyone ...

what does this mean: "The testnet peer port is 6874, the peer is working offline."?



I have no idea.   Smiley It probably means it's not connected to any peers but from what I see demo works as it should.




I could not do any transactions because there were no dummie funds in the account.  The site said that if there were no funds in the account to try another, so I tried another and another all to no avail. 3 up and down nothing workable.   

Just click again start demo. I did it few times and got 25k demo nxt.

Someone is stealing them it seems lol  Huh
Armis
Hero Member
*****
Offline Offline

Activity: 588
Merit: 501



View Profile
March 09, 2015, 11:21:20 PM
Last edit: March 09, 2015, 11:37:51 PM by Armis
 #6330

After sending 98 NXT to my account I tried to update the account with a name, however the system would not accept my passphrase  as it turns out somehow I was using the wrong account.    I apparently was logged into this account first: NXT-UKHZ-LNEB-2F3K-3ELSH and sent funds there.  After I logged out, I was logged back into this account: NXT-N74K-UZXT-RWU2-C6KSX   (no money)

Do I have two accounts on my computer, did I somehow send fund to my testnet wallet?  What could have happened?
 
Is there a way that I could change my Pass Phrase?
kamronk
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250

Bitcoin is to money what the internet was to media


View Profile WWW
March 10, 2015, 01:37:30 AM
 #6331

Does NXT already have a hardware based wallet available? If not, would the community be interested in one?

It would be much like a rasberry pi wallet kind of device, except on a more robust odroid board.

Since NXT is a web based wallet, it would be accessible via this device if you plugged a monitor/mouse/keyboard into it, as well as would be accessible to any other computer you have on the LAN of the device.

I can whip up more documentation as necessary, but am trying to gauge the interest before investing the time it would take to get a standard img ready.

The best place for all bitcoin newbies
http://bitcoinintroduction.com/
Eadeqa
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500


View Profile
March 10, 2015, 06:05:33 AM
 #6332

After sending 98 NXT to my account I tried to update the account with a name, however the system would not accept my passphrase  as it turns out somehow I was using the wrong account.    I apparently was logged into this account first: NXT-UKHZ-LNEB-2F3K-3ELSH and sent funds there.  After I logged out, I was logged back into this account: NXT-N74K-UZXT-RWU2-C6KSX   (no money)

Do I have two accounts on my computer, did I somehow send fund to my testnet wallet?  What could have happened?
 
Is there a way that I could change my Pass Phrase?

What wallet are yo uusing?

Your password is your nxt account. Use the same password, and you will login to the same account.

Nomi, Shan, Adnan, Noshi, Nxt, Adn Khn
NXT-GZYP-FMRT-FQ9K-3YQGS
https://github.com/Lafihh/encryptiontest
kickingbird
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
March 10, 2015, 06:06:31 AM
 #6333

Does NXT already have a hardware based wallet available? If not, would the community be interested in one?

It would be much like a rasberry pi wallet kind of device, except on a more robust odroid board.

Since NXT is a web based wallet, it would be accessible via this device if you plugged a monitor/mouse/keyboard into it, as well as would be accessible to any other computer you have on the LAN of the device.

I can whip up more documentation as necessary, but am trying to gauge the interest before investing the time it would take to get a standard img ready.

I thought there was already one
achimsmile
Legendary
*
Offline Offline

Activity: 1225
Merit: 1000


View Profile
March 10, 2015, 06:47:25 AM
 #6334

Does NXT already have a hardware based wallet available? If not, would the community be interested in one?

It would be much like a rasberry pi wallet kind of device, except on a more robust odroid board.

Since NXT is a web based wallet, it would be accessible via this device if you plugged a monitor/mouse/keyboard into it, as well as would be accessible to any other computer you have on the LAN of the device.

I can whip up more documentation as necessary, but am trying to gauge the interest before investing the time it would take to get a standard img ready.

Yes, I'm currently using jnxt.org/vapor
Downloaded the html to my raspi, done.
Now I have a cold hardware wallet

edit: blackyblack1 is working on making a trezor that works with Nxt.
valarmg
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
March 10, 2015, 09:07:14 AM
 #6335

After sending 98 NXT to my account I tried to update the account with a name, however the system would not accept my passphrase  as it turns out somehow I was using the wrong account.    I apparently was logged into this account first: NXT-UKHZ-LNEB-2F3K-3ELSH and sent funds there.  After I logged out, I was logged back into this account: NXT-N74K-UZXT-RWU2-C6KSX   (no money)

Do I have two accounts on my computer, did I somehow send fund to my testnet wallet?  What could have happened?
 
Is there a way that I could change my Pass Phrase?

Is this on testnet? The thing with Nxt is that each passphrase enters a different account. So when you enter two different accounts, means that you entered a different passphrase the second time to the first. To get back to the account with 98NXT you'll need to figure out the mistake you made with your passphrase. Maybe you left a space at the end or something?
Kevinrasf
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
March 10, 2015, 09:17:29 AM
 #6336

Come-from-Beyond has an announcement brewing...

Code:
1557d4fdfc59fc42f44fb83e6bd65e8fed75dfe8b8dfd4339b597eef657d9b1f

I'll reveal the text (its hash is above) after my bitcoinpaul count exceeds applauds.

In 21 days it will become irrelevant, so I add a deadline on 1st of April.

PS: If those 4 persons who already gave me 4 bitcoinpauls are not satisfied with the altered version of the agreement then they can contact me via PM and I'll refund the bitcoinpauls back to them.

Very mysterious Tongue I wonder.
Dont have a single clue what bitcoinpaul is, must be an inside joke or?

Do tell me!

www.heathenmead.com voor Honingwijnen en meer. betaal met Bitcoin.
achimsmile
Legendary
*
Offline Offline

Activity: 1225
Merit: 1000


View Profile
March 10, 2015, 09:27:32 AM
 #6337

Come-from-Beyond has an announcement brewing...

Code:
1557d4fdfc59fc42f44fb83e6bd65e8fed75dfe8b8dfd4339b597eef657d9b1f

I'll reveal the text (its hash is above) after my bitcoinpaul count exceeds applauds.

In 21 days it will become irrelevant, so I add a deadline on 1st of April.

PS: If those 4 persons who already gave me 4 bitcoinpauls are not satisfied with the altered version of the agreement then they can contact me via PM and I'll refund the bitcoinpauls back to them.

Very mysterious Tongue I wonder.
Dont have a single clue what bitcoinpaul is, must be an inside joke or?

Do tell me!

The Nxt forum had a feature to give positive and negative "karma" points to people. Since the legendary member bitcoinpaul had a large amount of good and bad karma, and he wore the negative points with pride (his karma has do be balanced at all times), the mods decided to rename the function of leaving negative karma to bitcoinpauling.
Kevinrasf
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
March 10, 2015, 09:31:56 AM
 #6338

Come-from-Beyond has an announcement brewing...

Code:
1557d4fdfc59fc42f44fb83e6bd65e8fed75dfe8b8dfd4339b597eef657d9b1f

I'll reveal the text (its hash is above) after my bitcoinpaul count exceeds applauds.

In 21 days it will become irrelevant, so I add a deadline on 1st of April.

PS: If those 4 persons who already gave me 4 bitcoinpauls are not satisfied with the altered version of the agreement then they can contact me via PM and I'll refund the bitcoinpauls back to them.

Very mysterious Tongue I wonder.
Dont have a single clue what bitcoinpaul is, must be an inside joke or?

Do tell me!

The Nxt forum had a feature to give positive and negative "karma" points to people. Since the legendary member bitcoinpaul had a large amount of good and bad karma, and he wore the negative points with pride (his karma has do be balanced at all times), the mods decided to rename the function of leaving negative karma to bitcoinpauling.


Hahaha okay then, thanks for telling.

So who gave me -11 Karma at NXT forum then Sad , I cant remember being a d*ck to anyone there.

I do have +3 as well.



www.heathenmead.com voor Honingwijnen en meer. betaal met Bitcoin.
achimsmile
Legendary
*
Offline Offline

Activity: 1225
Merit: 1000


View Profile
March 10, 2015, 09:47:52 AM
 #6339

Come-from-Beyond has an announcement brewing...

Code:
1557d4fdfc59fc42f44fb83e6bd65e8fed75dfe8b8dfd4339b597eef657d9b1f

I'll reveal the text (its hash is above) after my bitcoinpaul count exceeds applauds.

In 21 days it will become irrelevant, so I add a deadline on 1st of April.

PS: If those 4 persons who already gave me 4 bitcoinpauls are not satisfied with the altered version of the agreement then they can contact me via PM and I'll refund the bitcoinpauls back to them.

Very mysterious Tongue I wonder.
Dont have a single clue what bitcoinpaul is, must be an inside joke or?

Do tell me!

The Nxt forum had a feature to give positive and negative "karma" points to people. Since the legendary member bitcoinpaul had a large amount of good and bad karma, and he wore the negative points with pride (his karma has do be balanced at all times), the mods decided to rename the function of leaving negative karma to bitcoinpauling.


Hahaha okay then, thanks for telling.

So who gave me -11 Karma at NXT forum then Sad , I cant remember being a d*ck to anyone there.

I do have +3 as well.



¨

Don't interpret too much into it , wear your pauls with pride!
(gave you an applaud)
Kevinrasf
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
March 10, 2015, 09:55:20 AM
 #6340

Come-from-Beyond has an announcement brewing...

Code:
1557d4fdfc59fc42f44fb83e6bd65e8fed75dfe8b8dfd4339b597eef657d9b1f

I'll reveal the text (its hash is above) after my bitcoinpaul count exceeds applauds.

In 21 days it will become irrelevant, so I add a deadline on 1st of April.

PS: If those 4 persons who already gave me 4 bitcoinpauls are not satisfied with the altered version of the agreement then they can contact me via PM and I'll refund the bitcoinpauls back to them.

Very mysterious Tongue I wonder.
Dont have a single clue what bitcoinpaul is, must be an inside joke or?

Do tell me!

The Nxt forum had a feature to give positive and negative "karma" points to people. Since the legendary member bitcoinpaul had a large amount of good and bad karma, and he wore the negative points with pride (his karma has do be balanced at all times), the mods decided to rename the function of leaving negative karma to bitcoinpauling.


Hahaha okay then, thanks for telling.

So who gave me -11 Karma at NXT forum then Sad , I cant remember being a d*ck to anyone there.

I do have +3 as well.



¨

Don't interpret too much into it , wear your pauls with pride!
(gave you an applaud)


Hahaha yes I will!

Laughing my ass off atm.

www.heathenmead.com voor Honingwijnen en meer. betaal met Bitcoin.
Pages: « 1 ... 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 [317] 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 ... 535 »
  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!