Dark Forest Dev Guides
jacob/community
jacob/community
  • Developing for Dark Forest!
  • Connecting to the blockchain
    • What is an RPC endpoint?
    • Changing your RPC endpoint
    • Running your own xDAI node
  • Plugins
    • What is a plugin?
    • Writing your first plugin
    • Porting v0.5 plugins to v0.6
  • Mining
    • What is mining?
    • Sharing map data
    • Running a headless miner
    • Connecting to a remote (headless) miner
  • Developer resources
    • Running a custom client
    • Developing plugins locally
    • 3rd-party contract development
    • Dark Forest subgraph
    • How to query a subgraph
  • SNARKing
    • Running a remote SNARKer
  • Contributing
    • Contributing to this knowledge base
Powered by GitBook
On this page

Was this helpful?

  1. Mining

Sharing map data

PreviousWhat is mining?NextRunning a headless miner

Last updated 3 years ago

Was this helpful?

As your miner uncovers regions of the universe, your webclient will save information associated with these uncovererd regions to your browser's local storage.

Dark Forest saves data to IndexedDB. You can copy a JSON representation of your full map data to your clipboard through the settings pane. You can also use the settings pane to import a map from your clipboard (or by copying map data into the text box shown below.)

A community plugin also exists that allows you to .

Map JSON Structure

export snippets of your map