Skip to content

Releases: blur-network/blur

Blur v0.1.1 'Luminous' for Linux

21 Jun 13:04
Compare
Choose a tag to compare

Please add the seed nodes to the config file or launch daemon with the following notation, if you have issues syncing:

./blurd --seed-node 45.76.29.176:14894 --seed-node 144.202.62.30:14894 --seed-node 149.28.207.149:14894.

To start mining, start the simplewallet with

./blur-wallet-cli

follow the prompts to create a wallet, and then enter the command

start_mining [# of threads]

into the wallet command-line interface.

Blur v-0.1.0 'Obscure' (Linux only)

04 Jun 08:53
Compare
Choose a tag to compare
Pre-release

First Binary Release for Blur Network -- version 0.1.0 'Obscure'

How to Mine Blur (Linux)

1.) Extract the folder from the compressed archive blur-0.1.0-linux-x64.zip

2.) Open a command-line terminal.

3.) Switch to the directory that you extracted blur-0.1.0-linux-x64 into with command:

cd ~/path/to/blur-0.1.0-linux-x64

4.) Start the daemon with the command:

./blurd

Let the daemon sync with the network.

5.) Once daemon is synced, open separate terminal in the same directory.

6.) Start the blur-wallet-cli with command:

./blur-wallet-cli

7.) Follow the prompts to setup your wallet.

8.) Pass the following command to the interactive wallet-cli:

start_mining [# of threads]

Replace [# of threads] with the amount of CPU threads you wish to mine with, omitting the brackets

start_mining 4

Would start mining on the daemon using 4 cpu threads.

No need to type or copy & paste any addresses. The wallet will pass your address onto the daemon for you, and begin mining to you wallet. No external mining programs, no pools, no GPUs, no ASICs