What are you trying to do?
I am currently at this stage. Cardano side: my stake key is registered and delegated correctly on Preview. • Midnight side: I successfully built a valid registration-signatures JSON (SPO pubkey + sidechain pubkey both correct). • Remaining step: run submit-registration with the off-chain helper to record it on-chain. That requires access to IOG’s off-chain tool : -the container image ghcr.io/input-output-hk/partner-chains-offchain: or -the GitHub repo input-output-hk/partner-chains-offchain to build the binary locally.
What’s not working or unclear?
The wizard was not working and with ChatGPT assistance I could reach the stage I describe above
What have you tried so far?
I read the Midnight Docs, finally I used a “two stacks” approach on a single-VPS runbook that means two Docker stacks (Cardano partner-chain deps + Midnight node) — they can run together on a single Contabo VPS 20.
Add any relevant code or error messages. I need access to IOG’s off-chain tool : -the container image ghcr.io/input-output-hk/partner-chains-offchain:<tag> or -the GitHub repo input-output-hk/partner-chains-offchain
hey @Discord_Dev_Query I think you do not have to access a separate container/repository.. btw, make sure you have done this:
i) register1 - Selects the UTXO for registration
ii) register2 - Creates and signs the registration message (uses your cold.skey)
iii) register3 - Submits the registration transaction