Login
Haven
  1. Instructions how to install Haven.

  2. Web Vault. Try online.

  3. Restore wallet from creation date or block height.

  4. Create a paper wallet.

  5. Discord channel. Chat with the team and community and get tech-support.

  6. Buy XHV from TradeOgre or NonKYC or XeggeX or CoinEx.

  7. Buy xUSD from TradeOgre or NonKYC.

  8. Trade xAU with xUSD on NonKYC or xAG with xUSD.

  9. How to mine Haven: Mine XHV with XMRig

    ./xmrig --threads=2 \
    --url pool.hashvault.pro:80 \
    --user YourWalletAddress \
    --pass x \
    --donate-level 1 \
    --tls \
    --tls-fingerprint 420c7850e09b7c0bdcf748a7da9eb3647daf8515718f36d9ccfdd6b9ff834b14


    Optionally edit the payout threshold in the mining pool settings.

  10. Access a wallet with the CLI

    haven-wallet-cli --daemon-address nodes.hashvault.pro:17550

  11. Use a local node.

  12. How to run a local Haven node

    haven-main/bin/havend --rpc-bind-ip=0.0.0.0 --confirm-external-bind

    Then open TCP port 17749 on your firewall to let other nodes open peer-to-peer (P2P) connections to your node.

    Don't open TCP port 17750 on your firewall to let other nodes open remote-procedure-call (RPC) connections to your node.

Assets
curl -s 'https://xusdx.com/api/data?datatype=assets'
curl -s 'https://xusdx.com/api/data?datatype=slippage&from_amount=100&from_asset=XUSD&to_asset=XHV'
curl -s 'https://xusdx.com/api/data?datatype=calculator&initial_amount=100&convert_amount=100'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=xassets_market_cap&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=xassets_market_cap_with_public_xusd_price&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=market_cap_ratio&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=market_cap_ratio_with_public_xusd_price&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=total_network_value&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=total_network_value_with_public_xusd_price&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=onshore_vbs&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=offshore_vbs&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=spread_vbs&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xhv&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xusd&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xag&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xau&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xaud&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xbtc&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xchf&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xcny&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xeur&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xgbp&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xjpy&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Conversions
curl -s 'https://xusdx.com/api/data?datatype=conversions&starttime=2024-01-26&stoptime=2024-04-25&from_asset=Any&to_asset=Any&amount_filter=amount_gt_0'

Conversion
curl -s 'https://xusdx.com/api/data?datatype=conversion&tx=55a04807d32ec29d1526a26aff13448ad08e2efb898220dc7a880de96c2f5ccc'

Volume

curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xhv_diff&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=supply_xusd_diff&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xhv_to_xusd&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xhv_to_xusd_cumulative&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xusd_to_xhv&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xusd_to_xhv_cumulative&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xusd_to_xassets&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xusd_to_xassets_cumulative&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xassets_to_xusd&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_xassets_to_xusd_cumulative&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_all&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=volume_all_cumulative&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Transactions
curl -s 'https://xusdx.com/api/data/aggregates?datatype=transactions&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=conversions_aggregates&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=conversions_aggregates_xhv_2000&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'
curl -s 'https://xusdx.com/api/data/aggregates?datatype=conversions_aggregates_xhv_5000&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Difficulty
curl -s 'https://xusdx.com/api/data/aggregates?datatype=difficulty&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Fees
curl -s 'https://xusdx.com/api/data/aggregates?datatype=fees&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Bytes
curl -s 'https://xusdx.com/api/data/aggregates?datatype=bytes&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Emission
curl -s 'https://xusdx.com/api/data/aggregates?datatype=emission&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Reorgs
curl -s 'https://xusdx.com/api/data/aggregates?datatype=reorgs&starttime=2024-01-26&stoptime=2024-04-25&interval=1d'

Map
curl -s 'https://xusdx.com/api/data/aggregates?datatype=nodes'
curl -s 'https://xusdx.com/api/data?datatype=nodes'
curl -s 'https://xusdx.com/api/data?datatype=nodes_stats'

Marketplace
curl -s 'https://xusdx.com/api/data?datatype=products'

xusdx.com
The site does not save web request logs or any logs that identify users.