URI and QR Code Standard - bitcoin-black-bcb/btcb GitHub Wiki

Note: amount values should always be in RAW.

Send to an address

bcb:bcb_<encoded address>[?][amount=<raw amount>][&][label=<label>][&][message=<message>]

Just the address

bcb:bcb_3wm37qz19zhei7nzscjcopbrbnnachs4p1gnwo5oroi3qonw6inwgoeuufdp

Address and an amount (as RAW)

bcb:bcb_3wm37qz19zhei7nzscjcopbrbnnachs4p1gnwo5oroi3qonw6inwgoeuufdp?amount=1000

Address and a label

bcb:bcb_3wm37qz19zhei7nzscjcopbrbnnachs4p1gnwo5oroi3qonw6inwgoeuufdp?label=Developers%20Fund%20Address

Send to an address with amount, label and message

bcb:bcb_3wm37qz19zhei7nzscjcopbrbnnachs4p1gnwo5oroi3qonw6inwgoeuufdp?amount=10&label=Developers%20Fund&message=Donate%20Now

Private Key Import

bcbkey:<encoded private key>[?][label=<label>][&][message=<message>]

Seed Import

bcbseed:<encoded seed>[?][label=<label>][&][message=<message>][&][lastindex=<index>]

Process a JSON blob block (to be sent as the block argument to the RPC call process)

bcbblock:<blob>
⚠️ **GitHub.com Fallback** ⚠️