Skip to content

Instantly share code, notes, and snippets.

@ruslanskorb
Created December 8, 2019 08:19
Show Gist options
  • Select an option

  • Save ruslanskorb/b16e3ac97050bbc0d667da1d42cf3c14 to your computer and use it in GitHub Desktop.

Select an option

Save ruslanskorb/b16e3ac97050bbc0d667da1d42cf3c14 to your computer and use it in GitHub Desktop.
Run farming errors
Last login: Sun Dec 8 10:17:16 on console
cd% ➜ ~ cd /Volumes/Chia/chia-blockchain
➜ chia-blockchain git:(master) ✗ mongod --fork --dbpath ./db/ --logpath mongod.log
about to fork child process, waiting until server is ready for connections.
forked process: 766
child process started successfully, parent exiting
➜ chia-blockchain git:(master) ✗ . .venv/bin/activate
(.venv) ➜ chia-blockchain git:(master) ✗ sh ./scripts/run_farming.sh
kill: 810: No such process
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 163, in _run_module_as_main
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 163, in _run_module_as_main
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
mod_name, _Error)
mod_name, _Error)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 119, in _get_module_details
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 119, in _get_module_details
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 119, in _get_module_details
code = loader.get_code(mod_name)
code = loader.get_code(mod_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py", line 281, in get_code
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py", line 281, in get_code
code = loader.get_code(mod_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py", line 281, in get_code
self.code = compile(source, self.filename, 'exec')
self.code = compile(source, self.filename, 'exec')
File "/Volumes/Chia/chia-blockchain/src/server/start_full_node.py", line 26
self.code = compile(source, self.filename, 'exec')
File "async def main():
/Volumes/Chia/chia-blockchain/src/server/start_farmer.py ", line 23
async def main():
File " /Volumes/Chia/chia-blockchain/src/server/start_harvester.py^
", line SyntaxError19 :
invalid syntax
async def main():
^
SyntaxError : invalid syntax
^
SyntaxError: invalid syntax
(.venv) ➜ chia-blockchain git:(master) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment