Author

Topic: for altcoin wallet RPC call, whether it must be installed on the same server (Read 418 times)

member
Activity: 70
Merit: 10
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 .conf file or command line as: rpcallowip=

.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
legendary
Activity: 1764
Merit: 1018
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 .conf file or command line as: rpcallowip=

.conf
Code:
listen=1
daemon=1
server=1
rpcuser=strong-user-name
rpcpassword=strong-password
rpcallowip=192.168.1.10
sr. member
Activity: 798
Merit: 253
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
Jump to: