How to setup a wallet from a diferent server? [SOLVED]
Opened this issue · 2 comments
feltoxXx commented
I was wondering how can i setup a wallet that is located in another server...
How i can setup the IP???
MSFTserver commented
since we are using the bitcoin npm package you can simply pass in the host config option by default it goes to localhost
"host": "localhost",
"port": 3335,
"user": "username",
"pass": "Do-Not-Use-This-Password-Youll-Be-Hacked-For-all-Teh-Moneys!"
Sent from my Galaxy Note5 using FastHub
feltoxXx commented
Nice... thank you... i will try it...