Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • HACKING
  • SLOT
  • CASINO
  • SUBMIT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • HACKING
  • SLOT
  • CASINO
  • 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

Cardano is 4% away, saying that Hoskinson will break the Internet.

September 21, 2025

France can break the EU password market with ‘atomic weapons’.

September 15, 2025

Expect what XRP ETF is approved by the SEC

September 9, 2025
Add A Comment

Comments are closed.

Recent Posts

Futuromining Reaches $5,700 Daily Income Milestone For XRP Users

September 26, 2025

CoinFerenceX 2025 Unites Global Web3 Innovators In Singapore On September 29

September 26, 2025

Pepeto Highlights $6.8M Presale Amid Ethereum’s Price Moves And Opportunities

September 26, 2025

LYS Labs Moves Beyond Data And Aims To Become The Operating System For Automated Global Finance

September 26, 2025

Dexari Unveils $1M Cash Prize Trading Competition

September 26, 2025

How to solve the XPL perp defect

September 26, 2025

Detect the full execution bug with the induction pursing of Wake

September 25, 2025

KuCoin Appeals FINTRAC Decision, Reaffirms Commitment To Compliance

September 25, 2025

Phemex Revamps Blog To Deliver Deeper Insights And Enhanced Reader Experience

September 25, 2025

T-REX Launches Intelligence Layer To Fix Web3’s Value Distribution Problem

September 25, 2025

Are you doing a fair deal?

September 25, 2025

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

Futuromining Reaches $5,700 Daily Income Milestone For XRP Users

September 26, 2025

CoinFerenceX 2025 Unites Global Web3 Innovators In Singapore On September 29

September 26, 2025

Pepeto Highlights $6.8M Presale Amid Ethereum’s Price Moves And Opportunities

September 26, 2025
Most Popular

Changelog: Version 1.88 – Bitfinex Blog

January 11, 2024

Bitcoin call options are focused on strike prices above $50,000 ahead of expiration at the end of February.

February 13, 2024

Is Arbitrum’s Token Unlock a ‘News Selling’ Event?

March 15, 2024
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2025 Crypto Flexs

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