Last active
January 31, 2019 05:43
-
-
Save abrkn/1e0e19eee27a78f97cc9c77511e460c0 to your computer and use it in GitHub Desktop.
Example Shifty output log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 31 11:41:14am info app worker.1 assert(amount) | |
Jan 31 11:41:14am info app worker.1 at fetchDepositAddress (/app/src/web/backend/utils/address.js:146:5) | |
Jan 31 11:41:14am info app worker.1 at shift (/app/src/worker-shifty/start.js:72:32) | |
Jan 31 11:41:14am info app worker.1 at process._tickCallback (internal/process/next_tick.js:68:7) | |
Time gap of 5 minutes • Thursday, January 31st at 11:46 am | |
Jan 31 11:46:19am info app worker.1 19 deposit methods can send $5 | |
Jan 31 11:46:19am info app worker.1 16 deposit methods are possible to send automatically | |
Jan 31 11:46:19am info app worker.1 Picked the deposit method ltc (asset LTC) by random | |
Jan 31 11:46:19am info app worker.1 Picked the settle method bch (asset BCH) by random | |
Jan 31 11:46:19am info app worker.1 Creating quote... | |
Jan 31 11:46:19am info app worker.1 Created quote ca7462dd4f7001de283f for ltc->bch with deposit address {"address":"MA5ESVG9FVoWUeczFbVYmvdrP8CeECimxz"} | |
Jan 31 11:46:19am info app worker.1 Created quote with id ca7462dd4f7001de283f | |
Jan 31 11:46:19am info app worker.1 Sending payment of 0.153265 undefined... | |
Jan 31 11:46:20am info app worker.1 Payment sent! Transaction: {"txhash":"519cf6e7353ea8d091a8d792ed34bff7b9ea244359c257188935349c385b7724"} | |
Jan 31 11:46:20am info app worker.1 Waiting for the deposit to finalize... | |
Jan 31 11:46:55am info app worker.1 Deposit reached final state: settled. Reason: <none> | |
Time gap of 5 minutes • Thursday, January 31st at 11:51 am | |
Jan 31 11:51:59am info app worker.1 19 deposit methods can send $5 | |
Jan 31 11:51:59am info app worker.1 16 deposit methods are possible to send automatically | |
Jan 31 11:51:59am info app worker.1 Picked the deposit method zec (asset ZEC) by random | |
Jan 31 11:51:59am info app worker.1 Picked the settle method liquid (asset L-BTC) by random | |
Jan 31 11:52:00am info app worker.1 Creating quote... | |
Jan 31 11:52:01am info app worker.1 Created quote a62ad6bec62388ecd64d for zec->liquid with deposit address {"address":"t1Lg8cHNrYqZAfBkBtJCUVGDyibsbjqxfa2"} | |
Jan 31 11:52:01am info app worker.1 Created quote with id a62ad6bec62388ecd64d | |
Jan 31 11:52:01am info app worker.1 Sending payment of 0.0987720 undefined... | |
Jan 31 11:52:02am info app worker.1 Payment sent! Transaction: {"txhash":"37c7973e2a5ef14da762d3d317673f466523951b7cc9108012653aed29448ee5"} | |
Jan 31 11:52:02am info app worker.1 Waiting for the deposit to finalize... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment