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 Core와 동일한 ML-DSA-44 / SLH-DSA-128s 암호화(WebAssembly 컴파일)로 브라우저에서 새 BTX 지갑을 만듭니다. 키는 기기에서 생성되며 전송되지 않습니다.
지갑 파일에는 마스터 시드가 들어 있습니다 — 그 자체가 자산입니다. 안전하게 보관하고 절대 공유하지 마세요.
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.