Generates a 32-byte master seed with your device’s secure randomness, derives your post-quantum address, and packages a portable .btxwallet file you can use with the BTX CLI and other tools.
محفظتك ما بعد الكم.
أنشئ محفظة BTX جديدة بالكامل في متصفحك — بنفس تشفير ML-DSA-44 و SLH-DSA-128s الموجود في BTX Core (مترجمًا إلى WebAssembly). تُنشأ مفاتيحك على جهازك ولا تُرسل أبدًا.
يحتوي ملف المحفظة على بذرتك الرئيسية — إنه أموالك. احفظه في مكان آمن ولا تشاركه أبدًا.
Select your .btxwallet file to verify it and view your balance and holdings. The file is read locally; nothing is uploaded.
Download your wallet file now. It is the only copy of your keys — if you lose it, your funds are unrecoverable. Anyone who has it can spend your BTX.
On iPhone/iPad: after tapping Download, open the Downloads panel and choose "Save to Files" to store the wallet in the Files app.
Warning: the wallet file’s address does not match its seed. The file may be corrupted.
—
- الرصيد
- — BTX
- الممتلكات بـ BTC
- —
—USD
—USD
—%
Balance lookup is unavailable (no public explorer endpoint reachable). Enter your balance manually to view holdings metrics.
الإرسال معطّل في وضع المشاهدة فقط. افتح ملف محفظة تم التحقق منه للتوقيع محليًا.
- عنوان المستلم
- المبلغ (BTX)
- رسوم الشبكة
- حجم المعاملة
- إجمالي الخصم
راجع كل حقل بعناية. يتم التوقيع محليًا ولا يمكن التراجع عنه، وتفرض المحفظة حد رسوم قدره 0.1 BTX.
| Horizon | BTX price (USD) | Holdings value (USD) | Holdings value (BTC) |
|---|
جارٍ تحميل سجل العنوان…
Your wallet file round-trips with BTX Core. Import it on any node with createwallet + importdescriptors using the descriptors inside the file — full instructions ship in the file itself.
btx-cli createwallet "restored" false true
btx-cli -rpcwallet=restored importdescriptors \
'[{"desc":"<descriptors[0]>","active":true,"internal":false,"timestamp":<birthday>},
{"desc":"<descriptors[1]>","active":true,"internal":true,"timestamp":<birthday>}]' - Where are my keys?
- Generated in your browser with crypto.getRandomValues and stored only in the .btxwallet file you download. This site has no server-side wallet storage and never sees your seed.
- What cryptography is used?
- BTX post-quantum signatures: ML-DSA-44 (CRYSTALS-Dilithium) and SLH-DSA-128s (SPHINCS+), the exact libbitcoinpqc code from BTX Core compiled to WebAssembly, with addresses derived identically to the BTX CLI (P2MR, bech32m).
- Can I restore this wallet in the BTX CLI?
- Yes. The wallet file carries your master seed and ready-made descriptors. Import with createwallet + importdescriptors, and a future BTX release adds a one-command importwalletbundle.
- Where do balance and price data come from?
- Balance comes from a BTX explorer API using only your public address. Prices come from btxprice.com’s public model API, with a cached snapshot fallback. Your seed is never transmitted anywhere.