This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
py_polymarket_hft_mm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b549edd7571fae9764b0ad7ad080f3741c8ae593
py_polymarket_hft_mm
/
run.sh
T
3 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Add run script to launch in-memory database and order listener
2026-01-03 13:24:02 +06:00
nohup in_memory_db/in_mem_db
&
Fix run script to execute order_listener.py with python
2026-01-03 13:29:39 +06:00
nohup python order_listener.py
&
Fix run script to use sudo for executing main.py
2026-01-03 13:27:26 +06:00
sudo env
"PATH=
$PATH
"
python main.py
Reference in New Issue
Copy Permalink