Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xeroc/stakemachine
Trading Bot Infrastructure for the BitShares Decentralized Exchange (DEX)
https://github.com/xeroc/stakemachine
Last synced: 3 days ago
JSON representation
Trading Bot Infrastructure for the BitShares Decentralized Exchange (DEX)
- Host: GitHub
- URL: https://github.com/xeroc/stakemachine
- Owner: xeroc
- License: mit
- Created: 2016-05-25T10:28:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T15:54:57.000Z (over 4 years ago)
- Last Synced: 2024-12-23T15:13:43.719Z (10 days ago)
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 86
- Watchers: 19
- Forks: 199
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-bitshares - StakeMachine - Trading Bot Infrastructure for the BitShares Decentralized Exchange (DEX). (Libraries / Tools and Scripts)
README
# StakeMachine
Trading Bot Infrastructure for the BitShares Decentralized Exchange
(DEX).**Warning**: This is highly experimental code! Use at your OWN risk!
## Installation
git clone https://github.com/xeroc/stakemachine
cd stakemachine
python3 setup.py install
# or
python3 setup.py install --user## Configuration
Configuration happens in `config.yml`
## Requirements
Add your account's private key to the pybitshares wallet using `uptick`
uptick addkey
## Execution
stakemachine run
# IMPORTANT NOTE
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.