We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my trezarcoin.conf in a vps is:
dns=1 daemon=1 server=1 listen=1 stakegen=1 logtimestamps=1 minersleep=2000 stakegen=1 stakemindepth=1000 stakemintime=72 stakecombine=400 stakesplit=800 port=17298 externalip=<myip> rpcport=17299 rpcuser=<myusername> rpcpassword=<mypassword> addnode=162.217.249.198:17298 .............
when I call a method from my node-js program, there was an error of connect ECONNREFUSED <myip>:17299
connect ECONNREFUSED <myip>:17299
rpc.call('getinfo', []) .then(res => { console.log("res: " + res) }) .catch(e => console.log("err: " + e))
Is there anything wrong with these configs?
The text was updated successfully, but these errors were encountered:
An rpcallowip statement is missing
Sorry, something went wrong.
As @wellenreiter01 says.
No branches or pull requests
my trezarcoin.conf in a vps is:
when I call a method from my node-js program,
there was an error of
connect ECONNREFUSED <myip>:17299
Is there anything wrong with these configs?
The text was updated successfully, but these errors were encountered: