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.
The array in this comment REPLACES your previous RSVP state — tick everything you plan to attend. [LOAD CURRENT] prefills from chain.
EMPTY — ADD ACTIONS ABOVE.
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.
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