Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tmbp

Pages: [1]
1
Technical Support / Re: Setting up a node
« on: September 25, 2014, 07:46:01 pm »
It seems that I had another daemon listening on the same port despite having specified a different port and rpcport in the file for that daemon.

tl:dr I goofed up

2
Technical Support / Re: Setting up a node
« on: September 25, 2014, 06:46:47 pm »
you are surely using the right config file? please check if there is another one? .. strange though

Code: [Select]
nano ~/.bitshares-pts/bitshares-pts.conf

server=1
rpcuser=user1
rpcpassword=pass4
rpcport=6003
port=5003
rpcssl=0

What am I missing?

3
Technical Support / Re: Setting up a node
« on: September 25, 2014, 05:36:28 pm »

Try:
Code: [Select]
./bitshares-ptsd -rpcuser=user1 -rpcpassword=pass4 -rpcport=6003 getblockcount

Nope, still the same

you need to kill and restart the pts daemon if you changed the config file AFTER executing the deamon!

Already tried restarting multiple times

4
Technical Support / Setting up a node
« on: September 25, 2014, 05:24:56 pm »
Hello there!

I have compiled and setup a node to behave like a daemon on my remote server, I have compiled bitshares-ptsd and used the following configs:

Code: [Select]
server=1
rpcuser=user1
rpcpassword=pass4
rpcport=6003
port=5003
rpcssl=0

When I issue a simple command I get an error:

Code: [Select]
./bitshares-ptsd getblockcount
error: incorrect rpcuser or rpcpassword (authorization failed)

Pages: [1]