steemit / devportal

Steem Platform Developer Documentation.
https://developers.steem.io
MIT License
122 stars 74 forks source link

Recipe: Connect an exchange. #369

Open relativityboy opened 6 years ago

relativityboy commented 6 years ago

As an exchange developer I want to have a clear, reliable guide that shows me how to add STEEM to my exchange, with all possible edge cases covered so that I can add it quickly and with ZERO trouble.

AC

inertia186 commented 6 years ago

Adapt this? https://steemit.com/steem/@steemitdev/how-to-set-up-a-steem-exchange-node-in-60-minutes-or-less

relativityboy commented 6 years ago

Will loop with @jredbeard for performance improvements & tweaks when setting one up.

TimCliff commented 6 years ago

A few suggestions:

TimCliff commented 6 years ago

Also, assuming exchanges are running the RocksDB version of account history, they will need to know how to increase the open file limit for their OS, and be instructed to do this. See: https://github.com/steemit/steem/issues/2554