Post
Topic
Board Bahasa Indonesia (Indonesian)
Re: BITCOIN CORE
by
Husna QA
on 05/06/2024, 10:47:36 UTC
ane ada pertanyaan baru, kira2 apakah aman menggunakan wallet yang privatekey didapatkan dari seed di iancoleman.io ?
jadi maksud saya kalo alamat-alamat itu berasal dari seed, akan memudahkan ane jika sewaktu2 ingin memasukan seed ke walllet lain yang support seed.

Gunakan tool dari iancoleman yang versi offline-nya mas: https://github.com/iancoleman/bip39/releases/tag/0.5.6
Bagaimanapun juga cukup beresiko jika meng-generate seed menggunakan tool tersebut dalam keadaan online.


-snip-
- Bisa juga meng-import keseluruhan descriptor secara bersamaan
Code:
importdescriptor '[{ "desc": "External P2PKH Descriptor", "active": true, "timestamp": "now", "internal": false },{ "desc": "Internal P2PKH Descriptor", "active": true, "timestamp": "now", "internal": true },{ "desc": "External P2SH-P2WPKH Descriptor", "active": true, "timestamp": "now", "internal": false },{ "desc": "Internal P2SH-P2WPKH Descriptor", "active": true, "timestamp": "now", "internal": true },{ "desc": "External P2WPKH Descriptor", "active": true, "timestamp": "now", "internal": false },{ "desc": "Internal P2WPKH Descriptor", "active": true, "timestamp": "now", "internal": true },{ "desc": "External P2TR Descriptor", "active": true, "timestamp": "now", "internal": false },{ "desc": "Internal P2TR Descriptor", "active": true, "timestamp": "now", "internal": true }]'

Proses ini mengingatkan saya pada saat test import descriptor dari hardware wallet menggunakan HWI (https://bitcointalk.org/index.php?topic=5196950.msg63946799#msg63946799).
Masih belum dicoba lagi dengan Trezor setelah sebelumnya masih error ketika menggunakan Ledger Nano X.