You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,18 @@ To run this code you'll need an ethereum geth node with your wallet imported, ru
7
7
The other variables are self-explainatory.
8
8
9
9
10
-
If you're not executing against new orders on the books, try a higher gasPrice.
10
+
If you're not executing against new orders on the books, try a higher gasPrice.
11
+
12
+
13
+
The app.exe in the root directory was created with cxfreeze or whtaever it's called, I can't get it to run on windows 10. The app file in dist/app can be renamed to .exe but I can't get it running on windows 10 either.
14
+
15
+
16
+
What you'll need to run this code:
17
+
18
+
1. geth running on local IPC
19
+
2. python3.7
20
+
3. pip3.7
21
+
4. run pip3.7 (or pip) install web3 requests
22
+
5. edit config.json
23
+
6. it'll index all open arb opportunities, not act on them
24
+
7. new arb opportunities greater than the fees it will act on
0 commit comments