Difference between revisions of "Ledger integration"
From Ravencoin Wiki
Jump to navigationJump to search (Created page with "===bitcoin.networks.ravencoin=== bitcoin.networks.ravencoin = magicPrefix: '\x16Raven Signed Message:\n' bip32: public: 0x0488B21E, private: 0x0488ADE4 pubKeyHash: 60 s...") |
(formatting) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Please refer to [https://github.com/brian112358/ledger-wallet-chrome/commit/303f5030059c805d808c83466275e078d06afbb5 https://github.com/brian112358/ledger-wallet-chrome/commit/303f5030059c805d808c83466275e078d06afbb5] to confirm any of the details below. | ||
+ | |||
===bitcoin.networks.ravencoin=== | ===bitcoin.networks.ravencoin=== | ||
+ | <nowiki> | ||
bitcoin.networks.ravencoin = | bitcoin.networks.ravencoin = | ||
− | + | magicPrefix: '\x16Raven Signed Message:\n' | |
− | magicPrefix: '\x16Raven Signed Message:\n' | + | bip32: |
− | + | public: 0x0488B21E, | |
− | bip32: | + | private: 0x0488ADE4 |
− | public: 0x0488B21E, | + | pubKeyHash: 60 |
− | + | scriptHash: 122 | |
− | private: 0x0488ADE4 | + | </nowiki> |
− | |||
− | pubKeyHash: 60 | ||
− | |||
− | scriptHash: 122 | ||
===ravencoin=== | ===ravencoin=== | ||
− | ravencoin: | + | <nowiki> |
− | + | ravencoin: | |
− | name: 'ravencoin' | + | name: 'ravencoin' |
− | + | display_name: 'ravencoin' | |
− | display_name: 'ravencoin' | + | plural: 'ravencoins' |
− | + | scheme: 'ravencoin:' | |
− | plural: 'ravencoins' | + | bolosAppName: 'ravencoin' |
− | + | ticker: 'rvn' | |
− | scheme: 'ravencoin:' | + | tickerKey: |
− | + | from: 'fromRVN' | |
− | bolosAppName: 'ravencoin' | + | to: 'toRVN' |
− | + | bip44_coin_type: '175' | |
− | ticker: 'rvn' | + | isSegwitSupported: no |
− | + | version: | |
− | tickerKey: | + | regular: 60 |
− | + | P2SH: 122 | |
− | from: 'fromRVN' | + | XPUB: 0x0488B21E |
− | + | bitcoinjs: bitcoin.networks.ravencoin | |
− | to: 'toRVN' | + | dust: 10000 |
− | + | handleFeePerByte: no | |
− | bip44_coin_type: '175' | + | areTransactionTimestamped: no |
− | + | </nowiki> | |
− | isSegwitSupported: no | ||
− | |||
− | version: | ||
− | |||
− | regular: 60 | ||
− | |||
− | P2SH: 122 | ||
− | |||
− | XPUB: 0x0488B21E | ||
− | |||
− | bitcoinjs: bitcoin.networks.ravencoin | ||
− | |||
− | dust: 10000 | ||
− | |||
− | handleFeePerByte: no | ||
− | |||
− | areTransactionTimestamped: no | ||
===ledger.preferences.ravencoin=== | ===ledger.preferences.ravencoin=== | ||
+ | <nowiki> | ||
ledger.preferences.ravencoin = | ledger.preferences.ravencoin = | ||
+ | Display: | ||
+ | units: | ||
+ | bitcoin: | ||
+ | symbol: 'RVN' | ||
+ | unit: 8 | ||
+ | milibitcoin: | ||
+ | symbol: 'mRVN' | ||
+ | unit: 5 | ||
− | + | # Coin preferences | |
− | + | Coin: | |
− | + | explorers: | |
− | + | hash4life: | |
− | + | name: 'Hash4Life' | |
− | + | address: 'https://rvn.hash4.life/tx/%s' | |
− | + | rvnblockchain: | |
− | + | name: 'raven-blockchain.info' | |
− | + | address: 'http://raven-blockchain.info/tx/%s' | |
− | + | rvnhodl: | |
− | + | name: 'rvnhodl' | |
− | + | address: 'http://rvnhodl.com/tx/%s' | |
− | + | discoveryGap: 20 | |
− | + | </nowiki> |
Latest revision as of 11:40, 2 May 2018
Please refer to https://github.com/brian112358/ledger-wallet-chrome/commit/303f5030059c805d808c83466275e078d06afbb5 to confirm any of the details below.
bitcoin.networks.ravencoin
bitcoin.networks.ravencoin = magicPrefix: '\x16Raven Signed Message:\n' bip32: public: 0x0488B21E, private: 0x0488ADE4 pubKeyHash: 60 scriptHash: 122
ravencoin
ravencoin: name: 'ravencoin' display_name: 'ravencoin' plural: 'ravencoins' scheme: 'ravencoin:' bolosAppName: 'ravencoin' ticker: 'rvn' tickerKey: from: 'fromRVN' to: 'toRVN' bip44_coin_type: '175' isSegwitSupported: no version: regular: 60 P2SH: 122 XPUB: 0x0488B21E bitcoinjs: bitcoin.networks.ravencoin dust: 10000 handleFeePerByte: no areTransactionTimestamped: no
ledger.preferences.ravencoin
ledger.preferences.ravencoin = Display: units: bitcoin: symbol: 'RVN' unit: 8 milibitcoin: symbol: 'mRVN' unit: 5 # Coin preferences Coin: explorers: hash4life: name: 'Hash4Life' address: 'https://rvn.hash4.life/tx/%s' rvnblockchain: name: 'raven-blockchain.info' address: 'http://raven-blockchain.info/tx/%s' rvnhodl: name: 'rvnhodl' address: 'http://rvnhodl.com/tx/%s' discoveryGap: 20