watch 01:25
Jurassic World: Dominion Dominates Fandom Wikis - The Loop
Do you like this video?
Play Sound
This is a Proof of Work faucet.
Requirements[]
Python 3.6.7 - 3.9.x
pip
Internet connection. Low latency to BoomPoW server (<100ms) is prefered. You can check it here.
Platforms[]
Linux, Windows, macOS computer or Android phones can work. Jailbroken mobile Apple devices may work.
Instructions[]
Windows[]
- Download lastest release from GitHub repository.
- Extract the file.
- Open Powershell or CMD in the folder containing BoomPoW files.
- Run
pip3 install --user -r requirements.txt
- Edit your payout address, hardware configuration and so on in
run_windows.bat
. - Run file
run_windows.bat
.
Video Guide[]
FAQ[]
Common problems[]
Python 3.10[]
TypeError: as of 3.10, the loop parameter was removed from Event() since it is no longer neccesary
Lastest version of BoomPoW doesn't support Python 3.10. You have to downgrade to an earlier version of Python.
Windows[]
pip is not recognised[]
'pip' is not recognized as an internal or external command,
operable program or batch file.
This could be caused by misconfigured PATH system variable or pip was not installed.
pip installation[]
- Download this file.
- Open Powershell or CMD in the folder where
get-pip.py
is stored and run
python get-pip.py