You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.
On Wed, 6 Jan 2021 at 09:47, Sam (Sangho Kim) ***@***.***> wrote:
Hello, I have a question about network parameters.
I have used below values for litecoin testnet
{
messagePrefix: '\x19Litecoin Signed Message:\n',
bech32: 'tltc',
bip32: {
public: 0x0436f6e1,
private: 0x0436ef7d,
},
pubKeyHash: 0x6f,
scriptHash: 0x3a,
wif: 0xef,
}
And I'm trying to find REGTEST values, but in
https://github.com/litecoin-project/litecore-lib/blob/segwit/lib/networks.js
,
It uses almost same values with TESTNET.
What is correct value of REGTEST?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAT43OWQTPR7EOBGTNUGSJ3SYQWUZANCNFSM4VXIZ2WA>
.
Hello, I have a question about network parameters.
I have used below values for litecoin testnet
And I'm trying to find REGTEST values, but in https://github.com/litecoin-project/litecore-lib/blob/segwit/lib/networks.js,
It uses almost same values with TESTNET.
What is correct value of REGTEST?
The text was updated successfully, but these errors were encountered: