Open Rrak7 opened 9 months ago
Dude, how did you run the market? I can't downgrade my php version to 7.2
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.
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?
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:
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
So you use the example and duplicate for monero. Add the entry.
On Thu, Apr 25, 2024, 4:39 PM jackson-xp @.***> wrote:
XMR is not supported; the only available options are BTC and STB. STB is a demo coin simulated by the author.
— Reply to this email directly, view it on GitHub https://github.com/eckmar-community/eckmar/issues/105#issuecomment-2078338186, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXSCEGBJBRFIBM4P24JF4HTY7GHZPAVCNFSM6AAAAABDL3CFOGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZYGMZTQMJYGY . You are receiving this because you are subscribed to this thread.Message ID: @.***>
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!