RAW TX COMPOSER

For the ubernerds: compose HiveFest XI unconf actions (RSVP, proposals, joins, votes, moderation) into copy-pasteable UNSIGNED transactions — then sign & broadcast them yourself with beempy / dhive / hive-js / cli_wallet. No login, nothing leaves your machine except public read calls.

<- BACK TO PROGRAM

1 // WHO

2 // ADD ACTIONS

>_ RSVP (ONE COMMENT = YOUR WHOLE ATTENDANCE STATE)

The array in this comment REPLACES your previous RSVP state — tick everything you plan to attend. [LOAD CURRENT] prefills from chain.

{#} PROPOSAL

~> JOIN A PROPOSAL

♥ VOTE

★ MODERATION STATUS (ORGANISERS ONLY)

3 // OP QUEUE

EMPTY — ADD ACTIONS ABOVE.

4 // OUTPUT

Hive allows ONE comment op per transaction (and 3s between comments, 1 edit per block), so comment actions are split into separate transactions — broadcast them a few seconds apart, in order. Vote ops are batched together. Expiration is set ~50 minutes out; rebuild if you sign later.

5 // HOW TO SIGN (EXAMPLES)

dhive (node): sign & broadcast the ops of one tx with your posting key:

beempy: save one unsigned tx as tx.json, then:

cli_wallet: sign_transaction <unsigned_tx_json> true