raistlinthewiz changed the topic of #coiniumserv-dev to: This channel is only for developer discussions, for user-support join #coiniumserv | Project page: http://bit.ly/V1ycNw | Developer documentation: http://bit.ly/1tr1fts | Logs: http://bitly.com/ZNZ8Cj
triplef has joined #coiniumserv-dev
<triplef> hey
<triplef> got a quickie...
<triplef> WebServer] [global] Need elevated privileges to listen on port 8484, try running as root - The requested address is not valid in this context
<triplef> am root..tried sudo -u root as well
<triplef> plus its +1014 port...
<triplef> 1024
_whitelogger has joined #coiniumserv-dev
<raistlinthewiz> make sure you use the master tree
_whitelogger has joined #coiniumserv-dev
<triplef> it is
<triplef> argh
<triplef> git branch master
<triplef> git checkout master i mean
<triplef> then i ./build in release, then i run.. same thing port thing and web doesnt start
<triplef> CoiniumServ/bin/Release# whoami --> root [Error] [WebServer] [global] Need elevated privileges to listen on port 80, try running as root - The requested address is not valid in this context
<triplef> nm my bad
<triplef> got it to work, x11 not working for dark 08:28:36] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
<triplef> 08:28:36] Pool: 0 URL: stratum+tcp://192.168.89.16:3333 User: XsRVj31h12345a1WkpnCet8FGTjNmmnGM Password: 123456
<triplef> works if i clone to a mpos pool
triplef has quit []
_whitelogger has joined #coiniumserv-dev
_whitelogger has joined #coiniumserv-dev
_whitelogger has joined #coiniumserv-dev
triplef has joined #coiniumserv-dev
<triplef> another issue.. <BODY><H1>401 Unauthorized.</H1></BODY> on deamons startcoin and cannabiscoin
<triplef> darkcoin works
<triplef> same configs
<raistlinthewiz> not an issue; 401 Unauthorized
<raistlinthewiz> your user/pass combination is wrong
<triplef> im remote.. from 192.168.89.16 to 192.168.89.229 , i have both 192.168.89.* and 192.168.89.16 in rpcallowip on deamon node, using the user/pass i connect on the deamon
<triplef> sudo -u startcoin /usr/local/sbin/startcoind -rpcuser=startuseruser324 -rpcpassword=somethingimmakingupforraist
<triplef> this works on local deamon node..
<triplef> not from remote
<triplef> rpcallowip=192.168.89.16
<triplef> is there
<triplef> not sure how to debug more
<triplef> tried a ngrep on both no traffic shows
<triplef> sorry it shows
<triplef> seems its not sending auth
<triplef> a diff on working files vs not working shows all should be ok
<triplef> shit
<triplef> sorry my bad
<triplef> username not user
<triplef> thansk ')
<triplef> should add a missing username errorr
<triplef> if (!username || !password) {
<triplef> great work btw
<triplef> ill buy even tough im using source
<triplef> is auto exchange module avail as well ?
<triplef> maybe adding images withoug a restart would be nice ;)
<triplef> everything looks up but its not accepting connections
<triplef> "method": "mining.subscribe", "params": ["sgminer/5.0.0"]}
<triplef> ,"result":[["mining.set_difficulty","0","mining.notify","0"]
<triplef> "mining.extranonce.subscribe", "params": []}
<triplef> age":"Method not found","code":-32601,"data":"The method does not exist / is not available."},"id":3}
<triplef> here we go