Skip to main content

Ravencoin (RVN)

Reference metadata for Ravencoin. Full parameter tables and request/response examples are being authored — the verified facts below are accurate today.

FieldValue
coinType175
keyPathm/44'/175'/<accountIdx>'/0/0
amount unitsatoshi (1 RVN = 1e8)
chainIdbip122:0000006b444bc2f2ffe627be9d9e7e7a/slip44:175

Supported Methods

MethodSupported
getAddress
signTransaction
signMessage
signTypedData
signAuthEntry

Notes

Fully signable UTXO chain (Bitcoin fork) with its own address version byte (R...). Legacy P2PKH/P2SH only, no SegWit. Shares the Bitcoin-family signTransaction path; provide the previous transactions for the inputs you spend.

This is a fully signable UTXO chain that shares the Bitcoin-family signing path. The signTransaction payload shape (inputs, outputs, previous transactions) matches the Bitcoin reference — only the address version, coinType and amount decimals differ (see above). Per-parameter tables come from the DCENT Web Bridge and the connector presets.

signTransaction

await dcent.sign({
method: 'signTransaction',
chainId: 'bip122:0000006b444bc2f2ffe627be9d9e7e7a/slip44:175',
payload: {
keyPath: "m/44'/175'/<accountIdx>'/0/0",
transaction: {
/* see Notes */
}
}
}) // → body.parameter.signature