Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SUBMIT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SUBMIT
Crypto Flexs
Home»BITCOIN NEWS»Separated Witness – How to Take Litecoin Testnet SegWit Wallet Offline
BITCOIN NEWS

Separated Witness – How to Take Litecoin Testnet SegWit Wallet Offline

By Crypto FlexsMay 23, 20241 Min Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
Separated Witness – How to Take Litecoin Testnet SegWit Wallet Offline
Share
Facebook Twitter LinkedIn Pinterest Email

Questions about Cryptocurrency or project other than Bitcoinand Does not apply to Bitcoin, off topic. See this meta discussion for more details.


Questions about Cryptocurrency or project other than Bitcoinand Does not apply to Bitcoin, off topic. See this meta discussion for more details.

hello. I’m using the bitcoinjs-lib package to generate wallet addresses and private keys locally, but it seems to be generating legacy type Litecoin addresses. My goal is to create a segwit type with the following prefix: tltc

Here is my code:

const bitcoin = require('bitcoinjs-lib');

function generateLtcAddress() 
    const litecoinTestnet = 
        messagePrefix: '\x19Litecoin Signed Message:\n',
        bip32: 
            public: 0x043587cf,
            private: 0x04358394
        ,
        pubKeyHash: 0x6f,
        scriptHash: 0xc4, //  for segwit (start with 2)
        wif: 0xef
    ;

    const keyPair = bitcoin.ECPair.makeRandom( network: litecoinTestnet );
    const  address  = bitcoin.payments.p2pkh(
        pubkey: keyPair.publicKey,
        network: litecoinTestnet
    );

    const privateKeyWIF = keyPair.toWIF();

    console.log("Litecoin Testnet Address:", address);
    console.log("Private Key (WIF):", privateKeyWIF);
    return 
        address: address,
        privateKey: privateKeyWIF
    ;

Calculation:

Litecoin Testnet Address: mnUDkLibVp1MhKSm6pvYgT26PUxeTjHJiR
Private Key (WIF): cQgM1FZSkJWJ3eFs4xfYozfCt37KYKr1rEGEYwuNdquwsfzjASnM

Please let me know how I can achieve this. Or should I use another npm package or something?

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Startup StarCloud Plans First Bitcoin Mining Satellite in Low Earth Orbit

March 8, 2026

Are Investors Abandoning BTC?

March 2, 2026

Announcing the world’s first regulated, tokenized stock perpetual futures using xStocks

February 24, 2026
Add A Comment

Comments are closed.

Recent Posts

BTC Markets aims to license RWA trading amid tokenization wave. BTC Markets aims to license RWA trading amid tokenization boom. BTC Markets is eyeing RWA trading licenses as tokenization surges. BTC Markets Seeks RWA Trading License Amid Tokenization Wave

March 9, 2026

SIGN surged more than 100% as Sign Global’s pivotal role in sovereign digital infrastructure was revealed.

March 9, 2026

Startup StarCloud Plans First Bitcoin Mining Satellite in Low Earth Orbit

March 8, 2026

Omnipair Loan Audit Summary – Ackee Blockchain

March 8, 2026

Bitcoin Price Rally Slows, Consolidation Signals Move to Next Stage

March 8, 2026

Why Crypto Projects Need Earned Media More Than Ads

March 8, 2026

1win Arranges Private Charter Flights For VIP Clients Leaving The UAE Amid Aviation Disruptions

March 8, 2026

KuCoin launches KCS PulseDrop to convert transactions and payments into rewards.

March 7, 2026

OmniPact Secures $50 Million To Advance Trust Infrastructure

March 7, 2026

Khalsi sued for refusing prediction market payments after Iranian leader’s death

March 7, 2026

Is Vault12 Review 2025 worth using?

March 6, 2026

Crypto Flexs is a Professional Cryptocurrency News Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of Cryptocurrency. We hope you enjoy our Cryptocurrency News as much as we enjoy offering them to you.

Contact Us : Partner(@)Cryptoflexs.com

Top Insights

BTC Markets aims to license RWA trading amid tokenization wave. BTC Markets aims to license RWA trading amid tokenization boom. BTC Markets is eyeing RWA trading licenses as tokenization surges. BTC Markets Seeks RWA Trading License Amid Tokenization Wave

March 9, 2026

SIGN surged more than 100% as Sign Global’s pivotal role in sovereign digital infrastructure was revealed.

March 9, 2026

Startup StarCloud Plans First Bitcoin Mining Satellite in Low Earth Orbit

March 8, 2026
Most Popular

A comprehensive guide to getting started with Sui (SUI)

August 17, 2024

HBAR falls below $0.05 as HBAR Foundation CEO resigns

September 3, 2024

Cryptocurrency public market expected to expand in response to regulatory changes

December 13, 2024
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2026 Crypto Flexs

Type above and press Enter to search. Press Esc to cancel.