Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 743 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 743 Bytes

Nimiq Scripts

Scripts that help you to mine Nimiq

Setup everything for Nimiq mining on Ubuntu:

bash <(wget -qO- https://raw.githubusercontent.com/faberto/nimiqscripts/master/fullpoolclientsetup.sh)

Create a NodeJS startscript if you already have the Nimiq NodeJS Client installed:

Navigate into the parent directory of core ( if you type "ls -la" you should see something like this)

drwxr-xr-x  4 faberto faberto 4096 Apr  6 15:04 .
drwxr-xr-x  4 faberto faberto 4096 Apr  6 14:53 ..
drwxr-xr-x 12 faberto faberto 4096 Apr  4 10:28 core
.....

Now copy and paste the following line into the terminal

bash <(wget -qO- https://raw.githubusercontent.com/faberto/nimiqscripts/master/NodeStartGenerator.sh)