MSFTserver/TipBot

How to setup a wallet from a diferent server? [SOLVED]

Opened this issue · 2 comments

I was wondering how can i setup a wallet that is located in another server...

How i can setup the IP???

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

Nice... thank you... i will try it...