MSFTserver / TipBot

Crypto coin TipBot for discord
MIT License
40 stars 117 forks source link

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

Open feltoxXx opened 5 years ago

feltoxXx commented 5 years ago

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

How i can setup the IP???

MSFTserver commented 5 years ago

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 5 years ago

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