Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XPM] Primecoin Core: Primecoin client running on Bitcoin 0.15+
by
d-angel2001
on 10/01/2018, 12:34:28 UTC
I'm trying to connect to a primecoind running as daemon using a second computer (supposed for mining only).

My config looks as follows:
Code:
server=1
daemon=1
listen=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=primecoinrpc
rpcpassword=XXXX

# Listen for RPC connections on this TCP port:
rpcport=9000

# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind
# running on another host using this option:
rpcconnect=127.0.0.1

rpctimeout=16
rpcallowip=0.0.0.0/0
bind=192.168.180.30
externalip=192.168.180.30

Trying t connect from 192.168.180.31 (mining pc running ubuntu + primecoind as client only) results in HTTP 403 Error (using rpcconnect=192.168.180.30 and same rpcuser/rpcpassword)
Quote
error: server returned HTTP error 403

Any suggestions?