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 Sorgente and GitHub
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
Yostra and Richard Kiss
ed51ad27e4
remove websocket_server from scripts
2020-03-25 20:38:36 -07:00
Gene Hoffman and Richard Kiss
8efb400f3d
Change to generate_keys.py
2020-03-25 20:38:36 -07:00
Gene Hoffman and Richard Kiss
1ec7bd7a59
cli: fix ips precision
2020-03-25 20:38:36 -07:00
Gene Hoffman and Richard Kiss
238e75369e
cli - show -h when no argv given. Better -h
2020-03-25 20:38:36 -07:00
Gene Hoffman and Richard Kiss
2d349d2d9d
Add stop, connect, disconect to cli
2020-03-25 20:38:36 -07:00
Gene Hoffman and Richard 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 Hoffman and GitHub
85f7b81e1a
Merge pull request #119 from xorinox/patch-2
...
Process shutdown fix - Thanks for your submission!
2020-03-16 22:17:52 -07:00
xorinox and GitHub
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 Chirica and GitHub
84fcee1867
Fix stopping script
2020-03-05 19:34:29 +02:00
xorinox and GitHub
31c5201011
Update create_plots.py ( #107 )
...
The proposed change allows to call create_plots.py with an optional index, so ranges of plots can be generated, that don't overlap.
2020-03-02 14:27:05 +09:00
Florin Chirica and GitHub
b4d473197b
Cluster ( #96 )
...
* Initial commit cluster
* Flake8
* mypy
* support IPv6; gather instead of create_task
* flake8
2020-02-25 20:34:56 +02:00
Mariano Sorgente
8440c128e6
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration
2020-02-14 10:04:12 -08:00
Yostra
644f723e73
wallet protocol stubs
2020-02-11 13:00:41 -08:00
Yostra
d6fc21114e
generate key for wallet
2020-02-10 16:53:25 -08:00
Mariano Sorgente
48901a02a7
Use standard hash everywhere
2020-02-10 19:07:20 -05:00
Mariano Sorgente
1c0f7fee49
All ints in quality calculation, quality to quality string
2020-02-10 18:39:03 -05:00
Mariano Sorgente
ca14e9ed18
New objects
2020-02-07 18:18:25 -05:00
Mariano Sorgente
1116329fd0
Reduce number of test plots
2020-02-07 10:16:45 -05:00
Mariano Sorgente
a04282a916
Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into new-protocol
2020-02-06 19:18:52 -05:00
Mariano Sorgente
264bf5e485
Use pathlib.Path instead of os.path
2020-02-06 11:02:27 -05:00
Mariano Sorgente and GitHub
5468c25a09
Db headers, locks, pos dirs, and config ( #88 )
...
* New database table to store headers
* Loading blockchain only loads headers into memory instead of header blocks (header + proofs), speeds up the startup, and reduces normal operation memory usage by 80%
* Fix deadlock issues with store class
* Make memory store access synchronous, to reduce use of locks, this improves performance of block and unfinished block processing
* Remove locks from reads of DB, only lock for writes
* Cleaner configuration system with argparse
* Log to file by default, configurable to stdout
* Proof of space binary and create_plots scripts allow passing in temp and final directories
2020-02-05 09:42:57 +09:00
Mariano Sorgente
a7ebba5b89
Allow specifying temporary and final directory for proof of space
2020-01-31 17:16:40 +09:00