Commit Graph
86 Commits
Author SHA1 Message Date
Richard Kiss 6cb99d6543 Change name of scripts to what we were using setproctitle for. 2020-04-21 22:38:26 -07:00
Gene Hoffman 968360fc73 Rename to chia-restart-harvester 2020-04-08 01:27:38 -07:00
Mariano Sorgente b5ebf6c494 Refactor puzzle store, tests, generate future puzzle hashes 2020-04-07 18:17:44 +09:00
Mariano Sorgente 851cf96627 Fix simulation script 2020-04-05 05:43:36 +09:00
Mariano Sorgente 258040305b Wallet logging exception, and kill wallet on start 2020-04-05 03:22:02 +09:00
Gene Hoffman f876ea7022 Add chia-start-wallet-server and update docs 2020-04-02 10:18:33 -07:00
Richard Kiss 51d5f9436d Move and rename scripts, making them available from the venv. 2020-03-30 12:42:51 -07:00
Mariano Sorgente 67cb6359ac Close websocket on write error. Change DB path 2020-03-30 18:33:49 +09:00
Yostra 303331887a don't run in script 2020-03-29 22:54:38 -07:00
Richard Kiss 2ccdd3860d Move electron-ui out of python src folder. 2020-03-29 16:37:26 -07:00
Richard Kiss af75fd55d3 Get wallet working again, hack. 2020-03-29 16:34:27 -07:00
Gene Hoffman 2ff059635f Don't use common in run_wallet 2020-03-28 18:58:54 -07:00
Richard Kiss b319691916 Rename .venv to venv, and create "activate" soft link to venv activate. 2020-03-27 15:41:17 -07:00
Richard Kiss fd6b53883f Put command-line tools into venv. 2020-03-27 12:17:34 -07:00
Gene Hoffman 6897d71a61 Add & and update README 2020-03-27 10:23:29 -07:00
Gene Hoffman 907fa12d5c Create run_wallet_ui script 2020-03-27 09:54:48 -07:00
Mariano SorgenteandGitHub f96ae11094 Wallet fixes (#131)
* Transaction status, and fixes
* Close websocket on ConnectionCloseError, and fix wallet bug
* More validation and better error messages
* Uncomment lines
* Fix tests
2020-03-27 23:30:07 +09:00
YostraandRichard Kiss ed51ad27e4 remove websocket_server from scripts 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 8efb400f3d Change to generate_keys.py 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 1ec7bd7a59 cli: fix ips precision 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 238e75369e cli - show -h when no argv given. Better -h 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 2d349d2d9d Add stop, connect, disconect to cli 2020-03-25 20:38:36 -07:00
Gene HoffmanandRichard Kiss 9eda9c2618 Add block representation to cli 2020-03-25 20:38:36 -07:00
Mariano Sorgente d7d3be2ab7 DB path for wallet, and search block field 2020-03-25 00:50:02 +09:00
Mariano Sorgente 0fd8883fe6 Fix run_all.sh script 2020-03-24 21:52:16 +09:00
Mariano Sorgente c8552bf980 Fix lint 2020-03-24 21:49:50 +09:00
Mariano Sorgente 4686d0c77f Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-03-24 21:40:34 +09:00
Mariano Sorgente b3040a3623 Add full node display to electron 2020-03-24 21:18:07 +09:00
Gene Hoffman b64bcdfb4f Rough print block in cli 2020-03-23 16:38:08 -07:00
Gene Hoffman 8c618804aa add UL/DL to cli 2020-03-23 15:53:57 -07:00
Gene Hoffman cd2e9b08e3 Merge branch 'integration' of https://github.com/Chia-Network/chia-blockchain into integration 2020-03-23 14:59:52 -07:00
Gene Hoffman b4bade99be cli - status and connections UI 2020-03-23 14:59:18 -07:00
Mariano Sorgente 3bb3e9e4d6 Remove inkfish, use c++ prover for tests 2020-03-23 18:57:05 +09:00
Gene Hoffman bf6f0e4a76 Remove UI in run_timelord 2020-03-22 22:58:42 -07:00
Gene Hoffman 4f4c0b8e24 Remove --database_id from run_timelord.sh 2020-03-22 22:56:03 -07:00
Gene Hoffman 1576eeca05 Make all items in scripts/ +x 2020-03-22 22:50:44 -07:00
Yostra d881eafe41 format 2020-03-20 22:33:41 -07:00
Yostra 3e04b89bdc Merge branch 'master' into integration 2020-03-20 18:08:02 -07:00
Mariano Sorgente 3e20dfd8fa Fix diffic bug in wallet, introducer with wallet 2020-03-19 23:32:01 +09:00
Mariano Sorgente e83aa36b44 Add cli script, remove SSH ui and dependencies 2020-03-19 15:28:17 +09:00
Gene HoffmanandGitHub 85f7b81e1a Merge pull request #119 from xorinox/patch-2
Process shutdown fix - Thanks for your submission!
2020-03-16 22:17:52 -07:00
xorinoxandGitHub a13eae2b70 Update common.sh
After terminating the full node (ctrl+c) I found that in some cases one or several python processes still run. After investigating I found the the _kill_servers() method is actually not killing the processes as it didn't specify SIGKILL. By default kill will send SIGTERM which _term() was already doing.
2020-03-17 00:57:23 -04:00
Yostra 2286651eb3 use hd keys for wallet target 2020-03-13 18:14:05 -07:00
Yostra f089885378 use wallet target for farmer and pool 2020-03-12 16:04:40 -07:00
Yostra 44690abdec use wallets puzzlehash as target for farmer 2020-03-12 15:49:33 -07:00
fchirica 91d7d2cd20 Launcher: refactor, stopping, add process logging 2020-03-10 00:05:27 +02:00
Gene Hoffman 0526910a72 Improved harvester restart logic 2020-03-09 14:08:13 -07:00
Gene Hoffman 332eabfb70 Created restart_harvester.sh 2020-03-09 13:43:42 -07:00
Mariano Sorgente 0962051933 Simulation includes wallet 2020-03-09 13:02:53 +09:00
Florin ChiricaandGitHub 84fcee1867 Fix stopping script 2020-03-05 19:34:29 +02:00