Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: cybershark3000 on November 23, 2020, 05:02:41 PM



Title: Marketplace connecting coins to wallet
Post by: cybershark3000 on November 23, 2020, 05:02:41 PM
Hello there,

I bought a marketplace script in PHP and I want to connect the coins to my personal Bitcoin and Monero wallet. So the profits of the market go to my wallet.

Unfortunately I’m stuck at some point because it ask for a Host/Port/Username/Password. Where can I find those details. See the screenshot for more information; https://prnt.sc/vokbrz

Many thanks  :)


Title: Re: Marketplace connecting coins to wallet
Post by: AdolfinWolf on November 23, 2020, 09:36:45 PM
I think you'll need to setup a node (bitcoind), and then you can connect to it using those parameters.

You'll just need to sync a full node, configure the launch commands to work with -rpc=USERNAME, -rpcpassword=PASSWORD, port for bitcoin core would be 18332 (for testnet) or 8333, and HOST = your ip (which can be local host if you run the marketplace on the same server?!).


Title: Re: Marketplace connecting coins to wallet
Post by: BitMaxz on November 23, 2020, 09:49:04 PM
I don't have any idea how to set up this script if I have the script maybe I could help but since you bought this why not ask the seller how to set up it.

According to your image, it seems it was developed by Eckmar, and the script called "Eckmar's Marketplace Script" am I right?
And the image shows some samples it seems that the host, port and username, and password must be your nodes IP where your wallet is installed and must be fully synced(Like the above said if it was in the same server then use the local IP).

The full guide was pasted from here https://pastebin.pl/view/422aae0d

Why not ask Eckmar for help to set up this he is still active here on the forum and bring this on their official thread here https://bitcointalk.org/index.php?topic=5124640.0


Title: Re: Marketplace connecting coins to wallet
Post by: NotATether on November 24, 2020, 09:51:47 AM
In addition to what AdolfinWolf said, you also need to buy or rent a server and install bitcoin core on it. Then you'd start bitcoind to make a headless node.

The IP address (the value of host) you get it from the server you buy, they should provide you the details. They have to since you must be able to SSH in as well.

For port, set it as 8333, unless you changed the listening port of bitcoind, in that case use your own listening port instead.



If you are just running the script on your own computer, and bitcoind is already running there, then host should be set to 127.0.0.1 and port to 8333.


Title: Re: Marketplace connecting coins to wallet
Post by: AltcoinBuilder on November 24, 2020, 02:09:10 PM
would be better to say what script you try using?