Skip to main content

Bitcoin Gold (BTG)

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

FieldValue
coinType156
keyPathm/44'/156'/<accountIdx>'/0/0
amount unitsatoshi (1 BTG = 1e8)
chainIdbip122:00000000e9fba3b4a12d04c0a48d70d5/slip44:156

Supported Methods

MethodSupported
getAddress
signTransaction
signMessage
signTypedData
signAuthEntry

Notes

Fully signable UTXO chain (Bitcoin fork) with its own address version bytes — legacy P2PKH (G...) / P2SH (A...) 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:00000000e9fba3b4a12d04c0a48d70d5/slip44:156',
payload: {
keyPath: "m/44'/156'/<accountIdx>'/0/0",
transaction: {
/* see Notes */
}
}
}) // → body.parameter.signature