Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

CRYPTX IS OFFLINE UNTIL FURTHER NOTICE.

From CryptX on April 8, 2022:

We are writing to remind you that CryptX Wallet is temporarily offline. While the service is paused, please make sure you do not deposit funds to any addresses belonging to CryptX Wallet. Funds received in Cryptx Wallet addresses after April 10, 2022, cannot be accessed and will not be returned to you. To prevent any loss of funds, please make sure you have removed all CryptX Wallet addresses from any linked program interfaces and exchanges.

 

If you still have balances at CryptX Wallet received prior to going offline, and you have not yet communicated with us, please simply respond to this email and we will send you transfer details to confirm the return of these funds to you.

 

Although the current service has been temporarily decommissioned, we are continuing to work on a renewed wallet product. This is planned to be released later this year with an improved and expanded feature set including an integrated fiat conversion feature and liquidity bot. We will regularly update you about the progress.

 

Thank you again for your support and trust in us for your wallet needs.


Archived instructions:

Login: https://www.cryptx.com/


Create an API Token.

Navigate to: https://app.cryptx.com/profile/access-tokens

Add an access token:

Set the token to expire as preferred:

Grant all privileges to the token:

Disable 2FA for the token:

Save the generated Token:

Enter your 2FA to confirm (if needed), and be sure to save the Token:

(example Token: fff261ff0bd0e92c99b47f081b4fd694247777ce93f54b5f6e3ab2926a7ed36d)


Assemble the required CryptX parameters:

Parameters marked * are required, all others optional.

host* : port : token* : wallet_id* : passphrase : priority : max_custom_rate : max_custom_gas_limit

host*: always: https://api.cryptx.com/

port: (leave empty/blank)

token*: obtained from CryptX as described above.

wallet_id*: the name of the wallet on CryptX, find under [Wallet] > Settings > Wallet Info > Wallet ID.

passphrase: the wallet passphrase (if used).

priority: high, medium, low, or custom.

  • high: (default) = 2 blocks, medium = 8, low = 24

  • custom - also indicate the number of required blocks (e.g. custom:12)

max_custom_fee: the maximum fee (in s/vByte) when "custom" priority is used

max_custom_gas_limit: the maximum ETH (only) gas limit (e.g. 50000)


Select your wallet:

  • Locate your WALLET_ID in the wallet Settings:

Example parameter string:

https://api.cryptx.com/::fff261ff0bd0e92c99b47f081b4fd694247777ce93f54b5f6e3ab2926a7ed36d:48332cd2-2e00-49e9-9cc5-057f24b3c1c8:custom:12:120:50000


Add a new Crypto Setting in CAS.


Select CryptX as a Hot Wallet.


Enter the Parameters as assembled previously.


Save the Crypto Setting:


Re-enter the Crypto Setting, and test it:

If everything is setup correctly, the test should pass:


Secure it:

After verifying that your API Token works as expected, we encourage you to increase security.

  • Add your CAS server IP to the API IP whitelist, if desired (you may also leave it blank).

  • Set limits.

  • You’ll have to create a new Token on CryptX to implement these features.

  • DO NOT enable 2FA for the Token.

  • No labels