Author

Topic: 🤖[ANN][BIS]Bismuth 2.0 - Beyond DeFi - page 125. (Read 156111 times)

member
Activity: 588
Merit: 10
September 04, 2017, 02:02:46 PM
are there instrucations to run the gui on ubuntu somewhere?

also is there an official miner for ubuntu?


thank you for your answers! Wink

If you can run node on ubuntu then gui is simple, just need to install few python packages

python2:
Code:
$ python gui.py 
Traceback (most recent call last):
  File "gui.py", line 13, in
    from tkinter import filedialog
ImportError: No module named tkinter

python3:
Code:
$ python3 gui.py 
Traceback (most recent call last):
  File "gui.py", line 2, in
    import PIL.Image, PIL.ImageTk, pyqrcode, os, hashlib, sqlite3, time, base64, connections, icons, log, socks, ast, options, math, tarfile, glob
ImportError: No module named 'PIL.ImageTk'


I have installed the required packages with pip. All on ubuntu 16.10.



seems you missed "sudo apt-get install python-tk"


no, its installed. I will give another system a try tomorrow. Maybe its running on a newer ubuntu version?!
sr. member
Activity: 430
Merit: 250
September 04, 2017, 12:20:37 PM
Is there still no way to control the amount of threads used?
legendary
Activity: 957
Merit: 1006
September 04, 2017, 05:00:51 AM
afaik there is only a windows miner for optipoolware: https://github.com/maccaspacca/stuff/releases
legendary
Activity: 1288
Merit: 1002
September 02, 2017, 11:30:24 PM
Ok guys CPU mining is still worth it. Here is an updated guide to mine bismuth on https://bismuth.acc-pool.pw

I recommend using google or digital ocean for CPU mining. You should get around 300k-500k h/s per Core. Price per core can vary between 0,01 cent and 0,029 cent/hour.

1. Fire up a CPU optimized droplet
2. Install ubuntu
3. Install dependencies

   * sudo apt-get install python-twisted
   * sudo apt-get install python-pip
   * sudo apt-get install python-pip --fix-missing
   * sudo apt-get install python-socks
   * sudo apt-get install unzip

4. Download miner zip file

wget "https://www.dropbox.com/s/reeg9btnylndwrj/MinerV3.zip?dl=0"

5. Unzip Miner file

   * unzip MinerV3.zip?dl=0

6. CD into miner file

   * cd MinerV3

7. Create text file to use for launching miner

   * touch startminer.bash

8. Edit startminer.bash for your address, worker name and threads

   * nano startminer.bash

startminer.bash default text example to put in startminer.bash file

./miner bismuthaddress rigname

9. chmod files to be executable

   * chmod +x startminer.bash
   * chmod +x miner

9 1/2.

   * tmux ( If not installed run * sudo apt-get install tmux )

Then run:

  ./startminer.bash

Then press ctr + b + d. You can then close the SSH session and the miner will keep running.

On reconnect to reopen to terminal window with the miner running use this command.

   * tmux attach
  

10. start miner using the startminer.bash file (If you used tmux for vps then no need to do this command again. Ignore 9 1/2 if installing to mine on a local machine)

   * ./startminer.bash

11. Link for node and wallet https://github.com/hclivess/Bismuth/releases/





Thanks for the guide. Do you know if there's a Windows binary for a CPU standalone miner somewhere? I'm gonna have to give this a try.
sr. member
Activity: 278
Merit: 258
Twitter: @maccaspacca1
September 02, 2017, 07:14:24 PM
lovelymonday has been banned from slack for claiming to be one of the devs and most likely scamming. I have posted here to give him an opportunity to discuss and comment.
sr. member
Activity: 326
Merit: 250
September 01, 2017, 05:45:23 PM
is there something like a guide to buy BIS?

Register bitrated account. Join slack and go on #trade
legendary
Activity: 957
Merit: 1006
September 01, 2017, 05:32:11 PM
are there instrucations to run the gui on ubuntu somewhere?

also is there an official miner for ubuntu?


thank you for your answers! Wink

If you can run node on ubuntu then gui is simple, just need to install few python packages

python2:
Code:
$ python gui.py 
Traceback (most recent call last):
  File "gui.py", line 13, in
    from tkinter import filedialog
ImportError: No module named tkinter

python3:
Code:
$ python3 gui.py 
Traceback (most recent call last):
  File "gui.py", line 2, in
    import PIL.Image, PIL.ImageTk, pyqrcode, os, hashlib, sqlite3, time, base64, connections, icons, log, socks, ast, options, math, tarfile, glob
ImportError: No module named 'PIL.ImageTk'


I have installed the required packages with pip. All on ubuntu 16.10.



seems you missed "sudo apt-get install python-tk"
member
Activity: 91
Merit: 10
September 01, 2017, 05:16:35 PM
is there something like a guide to buy BIS?
sr. member
Activity: 326
Merit: 250
September 01, 2017, 03:05:38 PM
Ok guys CPU mining is still worth it. Here is an updated guide to mine bismuth on https://bismuth.acc-pool.pw

I recommend using google or digital ocean for CPU mining. You should get around 300k-500k h/s per Core. Price per core can vary between 0,01 cent and 0,029 cent/hour.

1. Fire up a CPU optimized droplet
2. Install ubuntu
3. Install dependencies

   * sudo apt-get install python-twisted
   * sudo apt-get install python-pip
   * sudo apt-get install python-pip --fix-missing
   * sudo apt-get install python-socks
   * sudo apt-get install unzip

4. Download miner zip file

wget "https://www.dropbox.com/s/reeg9btnylndwrj/MinerV3.zip?dl=0"

5. Unzip Miner file

   * unzip MinerV3.zip?dl=0

6. CD into miner file

   * cd MinerV3

7. Create text file to use for launching miner

   * touch startminer.bash

8. Edit startminer.bash for your address, worker name and threads

   * nano startminer.bash

startminer.bash default text example to put in startminer.bash file

./miner bismuthaddress rigname

Replace bismuthaddress with your address (see 11.)

9. chmod files to be executable

   * chmod +x startminer.bash
   * chmod +x miner

9 1/2.

   * tmux ( If not installed run * sudo apt-get install tmux )

Then run:

  ./startminer.bash

Then press ctr + b + d. You can then close the SSH session and the miner will keep running.

On reconnect to reopen to terminal window with the miner running use this command.

   * tmux attach
  

10. start miner using the startminer.bash file (If you used tmux for vps then no need to do this command again. Ignore 9 1/2 if installing to mine on a local machine)

   * ./startminer.bash

11. Link for node and wallet https://github.com/hclivess/Bismuth/releases/ or use the online wallet made by euroline https://biswallet.acc-pool.pw  

member
Activity: 588
Merit: 10
September 01, 2017, 02:35:26 PM
are there instrucations to run the gui on ubuntu somewhere?

also is there an official miner for ubuntu?


thank you for your answers! Wink

If you can run node on ubuntu then gui is simple, just need to install few python packages

python2:
Code:
$ python gui.py 
Traceback (most recent call last):
  File "gui.py", line 13, in
    from tkinter import filedialog
ImportError: No module named tkinter

python3:
Code:
$ python3 gui.py 
Traceback (most recent call last):
  File "gui.py", line 2, in
    import PIL.Image, PIL.ImageTk, pyqrcode, os, hashlib, sqlite3, time, base64, connections, icons, log, socks, ast, options, math, tarfile, glob
ImportError: No module named 'PIL.ImageTk'


I have installed the required packages with pip. All on ubuntu 16.10.

sr. member
Activity: 445
Merit: 250
September 01, 2017, 01:59:03 PM
are there instrucations to run the gui on ubuntu somewhere?

also is there an official miner for ubuntu?


thank you for your answers! Wink

If you can run node on ubuntu then gui is simple, just need to install few python packages
member
Activity: 588
Merit: 10
September 01, 2017, 12:04:11 PM
are there instrucations to run the gui on ubuntu somewhere?

also is there an official miner for ubuntu?


thank you for your answers! Wink
member
Activity: 82
Merit: 10
crypto
September 01, 2017, 09:50:51 AM
What is BIS trading for OTC these days? Project will surely be a hit, but might take a while before doing so. Rarely do we see a coin nowadays that is not an ETH token or a BTC fork ('s fork).
sr. member
Activity: 278
Merit: 258
Twitter: @maccaspacca1
August 31, 2017, 07:01:56 PM
is there a precompiled windows miner?

asked on slack, seems like nothing for windows.

https://github.com/maccaspacca/Optipoolware/releases

Optihash can be used to mine against pool.bismuth.online

you will also need miner.txt from https://github.com/maccaspacca/Optipoolware

edit miner.txt as instructed on the pool main page

Any questions ask in slack

sr. member
Activity: 326
Merit: 250
August 31, 2017, 08:23:56 AM
The GPU  miner will be made public as soon as accumulation  is done. Beware of scam attempts. No one will sell you their miner. Also there is another source saying online wallet is coming. Cryptopia integrated bismuth successfully  and will list within a week. So good times.  Grin
hero member
Activity: 749
Merit: 501
🌟 COMSA ICO: 10/02/17 🌟
August 31, 2017, 06:34:18 AM
 Its relatevely easy to develop a GPU miner for this coin nd I believe it exist for at least 3 months. But sell proposals looks shady to me. I think its time to release the GPU miner for public use if it was developped long ago and the best profit was already seized.
sr. member
Activity: 326
Merit: 250
August 31, 2017, 02:11:36 AM
I can confirm that gpu miner has been developed and is already running. Getting around 500 bismuth per day with 4x r9 290x gpu. I have been purchased it from a guy who are active in slack. I have a right to sell it (paying developers' commission for sure).  Pm me if you are interested.

Be very careful. This looks like a scam to me.
hero member
Activity: 612
Merit: 500
August 31, 2017, 12:29:58 AM
I can confirm that gpu miner has been developed and is already running. Getting around 500 bismuth per day with 4x r9 290x gpu. I have been purchased it from a guy who are active in slack. I have a right to sell it (paying developers' commission for sure).  Pm me if you are interested.

Prove that you own a GPU miner, until then DONT spread FUD
sr. member
Activity: 430
Merit: 250
August 30, 2017, 07:30:40 PM
I can confirm that gpu miner has been developed and is already running. Getting around 500 bismuth per day with 4x r9 290x gpu. I have been purchased it from a guy who are active in slack. I have a right to sell it (paying developers' commission for sure).  Pm me if you are interested.
Can you provide pics?
newbie
Activity: 56
Merit: 0
August 30, 2017, 06:39:43 PM
I can confirm that gpu miner has been developed and is already running. Getting around 500 bismuth per day with 4x r9 290x gpu. I have been purchased it from a guy who are active in slack. I have a right to sell it (paying developers' commission for sure).  Pm me if you are interested.

right to sell coin or gpu miner?

Gpu miner...
Jump to: