Author

Topic: Closed Thread - page 119. (Read 677703 times)

hero member
Activity: 531
Merit: 500
January 31, 2015, 08:44:34 AM
@update


We fixed a bug with hang on the network and made a test network for debugging. Those who have no coins, please contact me in pm. I will send. Who previously participated in testing can use your password that I sent earlier


Instructions:
1) Download Client
2) Unzip new folder
3) Change the folder C:\nxtl on the C:\nxtl1 for win
3) Launch Node_test.exe , Launch linux your_ip:20000 (Instruction for linux https://github.com/nodepay/Docs/blob/master/Instructions.md)
4) Wait for Client to synchronize with other Nodes!
4) Insert Secret Passphrase
5) Enjoy NodeCoin!



Win: http://nodecoin.com/node_test_win.zip
Linux: http://nodecoin.com/node_test_linux.zip


Best Regards Sillk


Come on guys.. Download test client. Put any password u want. This will give u an account number. And after that just send me a pm with your account number and i'll send you 600k testnode so we make sure things work smooth.

sr. member
Activity: 457
Merit: 250
January 31, 2015, 02:44:20 AM
I am running the test version but I also wanted to get some coins for real network...

Write in PM. I'll send you a coin for testing test network
newbie
Activity: 21
Merit: 0
January 31, 2015, 02:35:37 AM
I am running the test version but I also wanted to get some coins for real network...
sr. member
Activity: 457
Merit: 250
January 31, 2015, 01:42:40 AM
That's not good...
After restart transaction disappeared and so did my nodecoins...

Transaction ID: 14423634172571444606
I have Bter screenshot to prove it.

Please advise.

Most likely the transaction was made when it crashed network, and coins not left the bter account. Write them. (All transactions are made locally then enter the network)
We will release next week a client who is now on the test network, where this bug is fixed

I recommend not to be lazy and to test the test version , it is from the community depends on the next stable release client

@update


We fixed a bug with hang on the network and made a test network for debugging. Those who have no coins, please contact me in pm. I will send. Who previously participated in testing can use your password that I sent earlier


Instructions:
1) Download Client
2) Unzip new folder
3) Change the folder C:\nxtl on the C:\nxtl1 for win
3) Launch Node_test.exe , Launch linux your_ip:20000 (Instruction for linux https://github.com/nodepay/Docs/blob/master/Instructions.md)
4) Wait for Client to synchronize with other Nodes!
4) Insert Secret Passphrase
5) Enjoy NodeCoin!



Win: http://nodecoin.com/node_test_win.zip
Linux: http://nodecoin.com/node_test_linux.zip


Best Regards Sillk
newbie
Activity: 21
Merit: 0
January 31, 2015, 01:13:40 AM
That's not good...
After restart transaction disappeared and so did my nodecoins...

Transaction ID: 14423634172571444606
I have Bter screenshot to prove it.

Please advise.
sr. member
Activity: 457
Merit: 250
January 30, 2015, 10:51:54 PM
Stuck on block 8002 and my transaction went from 28 confirmed to 11 confirmed and not reflected in the balance.

Same here. Stuck, nothing happens.

please restart
This is a bug which was fixed on the test network, the next week m will release the client and for the real network
member
Activity: 111
Merit: 10
January 30, 2015, 10:10:57 PM
Stuck on block 8002 and my transaction went from 28 confirmed to 11 confirmed and not reflected in the balance.

Same here. Stuck, nothing happens.
newbie
Activity: 21
Merit: 0
January 30, 2015, 09:16:21 PM
Stuck on block 8002 and my transaction went from 28 confirmed to 11 confirmed and not reflected in the balance.
sr. member
Activity: 457
Merit: 250
January 30, 2015, 11:49:52 AM
Hi TheRealSilk i would like to translate more node document from English to Spanish,  i want to help to growth Node

regards

Well, we keep in mind
Thank You.
legendary
Activity: 966
Merit: 1000
January 29, 2015, 07:07:34 PM
Hi TheRealSilk i would like to translate more node document from English to Spanish,  i want to help to growth Node

regards
newbie
Activity: 21
Merit: 0
January 29, 2015, 06:47:50 PM
Are there any gotchas or problems running linux distribution on windows with node ?
npm install
forever index.js
?


https://github.com/nodepay/Docs/blob/master/Instructions.md

So just to confirm in case you don't want to download/run binaries the following works great:

  • Install node and npm on your windows box
  • Download and extract linux version into a folder
  • From command line CD into the folder and execute "npm install" command
  • In LIB folder copy clientConfig.example.js  into clientConfig.js and add your passphrase to accName
  • Run index.js, I suggest running it as "node index.js" at first to make sure everything is working correctly
  • In your browser go to http://localhose:19775 you will see loading status and eventually your wallet

Hope it helps!
sr. member
Activity: 457
Merit: 250
January 29, 2015, 11:19:05 AM
sr. member
Activity: 1036
Merit: 275
January 29, 2015, 11:01:09 AM

So when will the translation is going to happen.
full member
Activity: 231
Merit: 100
January 29, 2015, 10:58:45 AM
Are there any gotchas or problems running linux distribution on windows with node ?
npm install
forever index.js
?


https://github.com/nodepay/Docs/blob/master/Instructions.md


Just download the site nodejs:
http://nodejs.org/download/

Has a bug in the installer "forever" does not create the temporary folder for him to use.

Go to your appdata (%AppData%) and create folder named: "npm"

Ex, Win7, create "npm" in "Roaming" folder:
C:\Users\YOURUSER\AppData\Roaming\npm

After that use the version of "NodeCoin linux" on windows.
https://github.com/nodepay/Docs/blob/master/Instructions.md (use linux instructions)

Here is running perfectly.
rlh
hero member
Activity: 804
Merit: 1004
January 29, 2015, 10:11:12 AM
Guys, I think I'm on a fork.  I've had trouble with my node for weeks, so I shut it down a few days ago.  When I re-opened and re-synced the blockchain, I didn't see the node reward due to me.  I verified that my account was in the above transaction list, but I've yet to see the tx locally.

Since node appears to be a stand-alone binary in Mac, how can I delete the data folder and start fresh?
sr. member
Activity: 457
Merit: 250
January 29, 2015, 09:28:05 AM
Are there any gotchas or problems running linux distribution on windows with node ?
npm install
forever index.js
?


https://github.com/nodepay/Docs/blob/master/Instructions.md
newbie
Activity: 21
Merit: 0
January 28, 2015, 10:04:53 PM
Are there any gotchas or problems running linux distribution on windows with node ?
npm install
forever index.js
?
sr. member
Activity: 462
Merit: 250
January 28, 2015, 09:43:03 PM
NODE Rewards Update:

All rewards to qualifying nodes have been sent.

You can check for your node's address here to see if you received it:

http://nodemoney.com:19775/#/explorer/transaction/6900437005517068026
sr. member
Activity: 457
Merit: 250
January 28, 2015, 12:58:25 PM
full member
Activity: 123
Merit: 100
January 28, 2015, 12:24:48 PM
This page has got to be the worst part of Nodecoin.com
Jump to: