Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: supercanada1 on August 02, 2015, 09:37:54 PM



Title: for altcoin wallet RPC call, whether it must be installed on the same server
Post by: supercanada1 on August 02, 2015, 09:37:54 PM
whether I set up myy website on a different server, and wallet setup on a different server, I use RPC call the wallet on a different server, is that possible?
Thanks


Title: Re: for altcoin wallet RPC call, whether it must be installed on the same server
Post by: testz on August 02, 2015, 10:56:25 PM
whether I set up myy website on a different server, and wallet setup on a different server, I use RPC call the wallet on a different server, is that possible?
Thanks

Yes, make sure that you add your website server IP (server from where you will access your wallet by RPS) into <coin>.conf file or command line as: rpcallowip=<server IP>

<coin>.conf
Code:
listen=1
daemon=1
server=1
rpcuser=strong-user-name
rpcpassword=strong-password
rpcallowip=192.168.1.10


Title: Re: for altcoin wallet RPC call, whether it must be installed on the same server
Post by: CoinThug on October 14, 2015, 07:04:49 AM
whether I set up myy website on a different server, and wallet setup on a different server, I use RPC call the wallet on a different server, is that possible?
Thanks

Yes, make sure that you add your website server IP (server from where you will access your wallet by RPS) into <coin>.conf file or command line as: rpcallowip=<server IP>

<coin>.conf
Code:
listen=1
daemon=1
server=1
rpcuser=strong-user-name
rpcpassword=strong-password
rpcallowip=192.168.1.10
Thanks this really helped me alot