Discussions

Ask a Question

some one using my email for register enjin project clound

some one using my email for register enjin project clound the register verification link sent to my email i didn't click it but when i go to enjin website and ask for password reset the site sent me an password reset link that mean they already using my email to registered. plz secure the register plz the hacker just use my email to register without my permission . ! and now the enjin site can't login or it'say ERROR for site owner: Invalid site key

some one using my email for register enjin project clound

some one using my email for register enjin project clound the register verification link sent to my email i didn't click it but when i go to enjin website and ask for password reset the site sent me an password reset link that mean they already using my email to registered. plz secure the register plz the hacker just use my email to register without my permission . ! and now the enjin site can't login or it'say ERROR for site owner: Invalid site key
ANSWERED

log in

I can't access my enjin wallet, my password doesn't work and I didn't changed it

Enjin Platform synchronization issue

Hello, I am setting up self hosted enjin platform. I want to query all information from marketplace and not only data limited to my collection. I got issue with sync. When I setup everything locally with docker syncer is getting stuck. I am doing everything according to docs: <https://docs.enjin.io/docs/open-source-platform> ![](https://files.readme.io/8b5ad33-image.png) I thought maybe I just setup it in wrong way, so I decided to setup the platform on Digital Ocean. <https://docs.enjin.io/docs/cloud-hosting> I am following all the steps and it got stuck as well: ![](https://files.readme.io/ca541db-image.png) It's like this for whole night. I would say ~16h. Can you please validate your docs and please let me know if it's issue on my side?
ANSWERED

Please help a C++ SDK beginner

The SDK tutorial starts with: "Direct integration of the SDKs into game clients is strictly not recommended due to potential security risks and exposure of your secret. Including server API tokens/keys within the games can lead to major risks if discovered by others, since they could make unauthorized calls on the server." So where does this C++ code go: using namespace enjin::platform::sdk; using namespace std; unique_ptr<PlatformClient> client = PlatformClient::Builder() .SetBaseAddress("https\://<platform-host>") .Build(); If not in the game client exe? Thanks.
ANSWERED

Nomination Pools for a specific wallet address

Is there an query to the api or rpc, that would return all the nominations pools a given address is a member of? Or do you have to query all pools, all pool members, and manually find them?
ANSWERED

Which node providers are available?

I am only seeing dwellir and it also only has Matrixchain. Are there any others?
ANSWERED

Which chain do I send my ENJ coins to on the New Enjin wallet?

Which chain do I send my ENJ coins to on the New Enjin wallet? Matrixchain or Relaychain or Etherium for legacy coins (ERC-20 ENJ) Looking at the documentations and new videos, it doesn't clearly state where to store my ENJ coins. Just found out about the updates today. Appreciate any help.
ANSWERED

Is source code for the relay chain and matrix chain public?

The documentation mentioned that it's possible to build from source, but the GitHub githulink to the source code doesn't work