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

Cryptocurrency Question! #105

Open
Rrak7 opened this issue Feb 16, 2024 · 5 comments
Open

Cryptocurrency Question! #105

Rrak7 opened this issue Feb 16, 2024 · 5 comments

Comments

@Rrak7
Copy link

Rrak7 commented Feb 16, 2024

Hello everyone,

I have a question regarding cryptocurrencies, and I hope someone can help me out.

I'm a bit confused about which cryptocurrencies I, as the owner, need to have a wallet for. I noticed that the site accepts various types such as COIN, BTC, XMR, and STB.

Could someone advise me on which of these I need to have a wallet for as the owner? And also, where would you recommend creating these wallets?

And finally, what is this STB? I couldn't find anything on the internet. Could it be the currency of my own website?

Thanks in advance for your assistance!

@lilheat34
Copy link

Dude, how did you run the market? I can't downgrade my php version to 7.2

@knulii
Copy link
Contributor

knulii commented Feb 16, 2024

You will want a wallet for each currency you want to accept. The listed coins are basically just templates. You decide which coins to enable. STB is a made up example.

@Rrak7
Copy link
Author

Rrak7 commented Feb 17, 2024

You will want a wallet for each currency you want to accept. The listed coins are basically just templates. You decide which coins to enable. STB is a made up example.

STB isn't the currency of the site then? Where people buy credits, and it stays in their site wallet? Did I understand it wrong?
What type of currency do you suggest for me to accept on my website, and any suggestions for links where I can create the wallet?

@Rrak7
Copy link
Author

Rrak7 commented Feb 17, 2024

Dude, how did you run the market? I can't downgrade my php version to 7.2

I saw it in another place around here:

Details

Create a new user via the website
Then you need to mysql into the database and get the new user's id

mysql
USE marketplace;
SHOW TABLES;
to list all the tables in the db
SELECT * FROM users;
copy the id of the new user you created. ie. 'dc000e70-8708-11ee-8306-fbe541b683a1'
then you need to insert the id into admins
INSERT INTO admins (id) VALUES ('dc000e70-8708-11ee-8306-fbe541b683a1');
FLUSH PRIVILEGES;
exit

@Gralien
Copy link
Collaborator

Gralien commented Apr 26, 2024 via email

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

4 participants