Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daemon #4

Closed
mexx666 opened this issue Sep 7, 2021 · 5 comments
Closed

daemon #4

mexx666 opened this issue Sep 7, 2021 · 5 comments

Comments

@mexx666
Copy link

mexx666 commented Sep 7, 2021

how connect xmr and btc daemons , they aren't in the same server as marketplace. or need to create local network 10.0.0.1/2 and upfront with 127.....0 , in the install pdf is only explanation to enter in the env.file
bitcoind_host=server ip
por
user
pass , there is the main issue for me.

@dclipca
Copy link
Member

dclipca commented Sep 8, 2021

how connect xmr and btc daemons , they aren't in the same server as marketplace. or need to create local network 10.0.0.1/2 and upfront with 127.....0 , in the install pdf is only explanation to enter in the env.file
bitcoind_host=server ip
por
user
pass , there is the main issue for me.

You need to host your own daemon. I don't think provided in this package.

@mexx666
Copy link
Author

mexx666 commented Sep 9, 2021

i know that need to host own daemon, like i was saying the daemons are in the different server and marketplace is in the other one. so how to connect them , or need to connect with local network 10.0.0.1/2 and upfront it with 127.0.0.1 , and yes in this package i cant find anything about the daemons connections, maybe you know the solution?

@dclipca
Copy link
Member

dclipca commented Sep 27, 2021

i know that need to host own daemon, like i was saying the daemons are in the different server and marketplace is in the other one. so how to connect them , or need to connect with local network 10.0.0.1/2 and upfront it with 127.0.0.1 , and yes in this package i cant find anything about the daemons connections, maybe you know the solution?

Idk unfortunately. Can you post what you tried to do? Maybe others can help you.

@Tarun-developer
Copy link
Contributor

This will help you i haven't tested in local node but on cloud it work you can use separate server for BTC node and script
you need to changes in bitcoin.conf like this as allow ip and port in firewall also

bitcoin.conf

rpcuser=USER
rpcpassword=PASSWORD
#testnet=1
rpcport=18332
rpcallowip=127.0.0.1
server=1
rpcbind=0.0.0.0:18332
rpcbind=YOURIP:18332
wallet=testwallet

@Tarun-developer
Copy link
Contributor

In case if you have script hosted on cloud and you want to use your local bitcoin Node from local PC you need to portforward and same as config to allow remote server to access your node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants