Bitcoin Forum
May 09, 2024, 07:14:44 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 164 »
  Print  
Author Topic: 🤖[ANN][BIS]Bismuth 2.0 - Beyond DeFi  (Read 156071 times)
NoBit
Sr. Member
****
Offline Offline

Activity: 326
Merit: 250



View Profile
September 01, 2017, 09:45:23 PM
 #781

is there something like a guide to buy BIS?

Register bitrated account. Join slack and go on #trade

Bitrated user: nobit.
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
September 02, 2017, 11:14:24 PM
 #782

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.

cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 03, 2017, 03:30:24 AM
 #783

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.
raetsch
Legendary
*
Offline Offline

Activity: 957
Merit: 1006



View Profile
September 04, 2017, 09:00:51 AM
 #784

afaik there is only a windows miner for optipoolware: https://github.com/maccaspacca/stuff/releases
YourMom420
Sr. Member
****
Offline Offline

Activity: 430
Merit: 250


View Profile
September 04, 2017, 04:20:37 PM
 #785

Is there still no way to control the amount of threads used?
th4o
Member
**
Offline Offline

Activity: 588
Merit: 10


View Profile
September 04, 2017, 06:02:46 PM
 #786

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 <module>
    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 <module>
    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?!
maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
September 04, 2017, 06:35:38 PM
 #787

Is there still no way to control the amount of threads used?

For the main node / wallet the number of threads are controlled (and always have been) in the config.txt file (thread_limit=)
For the default miner the number of threads is also controlled in config.txt file (mining_threads=)
For the optihash miner the number of threads in controlled in miner.txt (mining_threads=)

I don't know how threads are controlled in the closed source acc-pool miner (I assume command line)

YourMom420
Sr. Member
****
Offline Offline

Activity: 430
Merit: 250


View Profile
September 04, 2017, 07:40:43 PM
 #788

Is there still no way to control the amount of threads used?

For the main node / wallet the number of threads are controlled (and always have been) in the config.txt file (thread_limit=)
For the default miner the number of threads is also controlled in config.txt file (mining_threads=)
For the optihash miner the number of threads in controlled in miner.txt (mining_threads=)

I don't know how threads are controlled in the closed source acc-pool miner (I assume command line)
yeah im talking about accpool. Sorry shoulda been more specific lol
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
September 04, 2017, 10:53:32 PM
 #789

any way to get wallet for windows and miner also?

selling sushistake.com, send offers
raetsch
Legendary
*
Offline Offline

Activity: 957
Merit: 1006



View Profile
September 05, 2017, 07:31:09 AM
Last edit: October 11, 2017, 10:53:43 AM by raetsch
 #790

if you use optihash.exe from https://github.com/maccaspacca/stuff/releases and actual release https://github.com/hclivess/Bismuth/releases
Bismuth node isn't working on Win7 actually, but optihash as a standalone miner is!

If you want to mine on optipool (pool.bismuth.online), here is a quick help:

1.) download optihash source from maccaspacca's github-repo: https://github.com/maccaspacca/Optipoolware/releases
2.) download optihash.exe from same location (or download it after step 3, directly in the directory you extracted the source-code to)
3.) extract the files in a folder of your choice
4.) copy optihash.exe in same folder
5.) adjust miner.txt (it is the config-file for optihash)
6.) change mining-ip to 78.28.250.56 (it is pool.bismuth.online)
7.) change mining_threads
8.) change miner_address to your wallet address
9.) change miner_name (optional but useful if you run the miner on more than one machine)
10.) start optihash and wait for share to be found

using optihash under linux is basically the same, without downloading optihash.exe and start optihash.py with python3 instead of the exe-file
Linux dependency is pip3 and pysocks
sudo apt-get install python3-pip
sudo pip3 install pysocks

python3 optihash.py


the roadmap on http://bismuth.cz/roadmap/ got als a small update
crypt0biwan
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
September 05, 2017, 08:56:52 AM
 #791

Any update on exchange additions? Read something about topia adding this soon?
mig6r
Sr. Member
****
Offline Offline

Activity: 826
Merit: 250



View Profile
September 06, 2017, 07:57:50 AM
 #792

Any update on exchange additions? Read something about topia adding this soon?

I am still for a push to get this listed on Bittrex.

            ▄▄▄▄▄▄▄▄
       ▄▄██████████████▄
     █████████████████████▄
   █████████████████████████
  ██████████▀▀       ▀▀██████▄
 █████████               █████
▐███████▌                 ▀███▌
████████                   ████
▐██████▌                   ▐██▌
 ███████                   ███
  ███████                 ███
   ▀██████▄             ▄██▀
     ▀███████▄▄▄▄▄▄▄▄████▀
        ▀▀███████████▀▀



 ▄▄▄             ▄▄▄           ▄▄▄   ▄▄▄▄▄         ▄▄▄         ▄▄▄▄▄▄       ▄▄▄                    ▄▄▄▄▄▄        ▄▄▄▄          ▄▄▄   ▄▄▄▄▄▄▄▄▄▄▄▄▄   
 ███             ███           ███   ███████▄      ███        ████████      ███                   ████████       ██████▄       ███   ███████████████▄
 ███             ███           ███   ███ ▀████     ███       ███▀  ▀███     ███                  ███▀  ▀███      ███ ▀███▄     ███   ███         ▀███
 ███             ███           ███   ███   ▀███▄   ███      ███▀    ▀███    ███                 ███▀    ▀███     ███   ████    ███   ███          ███
 ███             ███           ███   ███     ▀███▄ ███     ████▄▄▄▄▄▄████   ███                ████▄▄▄▄▄▄████    ███    ▀███▄  ███   ███          ███
 ████▄▄▄▄▄▄▄▄▄▄▄ ████▄▄▄▄▄▄▄▄▄▄███   ███       ███████    ███▀▀▀▀▀▀▀▀▀▀███  ████▄▄▄▄▄▄▄▄▄▄▄   ███▀▀▀▀▀▀▀▀▀▀███   ███      ▀███▄███   ███▄▄▄▄▄▄▄▄▄████
  ▀████████████▌  ▀█████████████▀    ███        ▀▀████   ███▀          ▀███  ▀█████████████  ███▀          ▀███  ███        ▀▀████   █████████████▀▀
                     ▄▄███████
                 ▄████████████
              ▄██████▀▀▀██████
       ▄▄   ▄███████     ████
   ▄▄███▀  ██████████▄▄▄████▀
 ▄████▀▀  █████████████████
         ████████████████▀
        ▀██████████████▀
          ▀█████████▀
     ▄█▀    ▀██▀▀   ▄▄
    ██  ▄█▀      ▄███▌
   █████▀        ███▀
   ▀▀▀          ███▀
                ▀     



  ▄█████████  ███       ██▄      ▄██         █████       ████▌   ▄██████████   
 ██▌          ███        ▀██▄  ▄██▀          ██▌███     ██▀██▌  ▐██           
 ███████████  ███          ▀████▀            ██▌ ███   ██▀ ██▌  ▐███████████   
 ██▌          ███▄          ▐██▌             ██▌  ███ ██▀  ██▌  ▐██           
 ██▌           ▀█████████   ▐██▌             ██▌   ▀███▀   ██▌   ▀██████████



 █████████████▌  ▄███████████▄         █████████████▌  ██▌      ▐██    ▄██████████         █████       █████    ▄██████████▄     ▄██████████▄   ▐████▄     ▐██ 
      ▐██       ▐██▀       ▀██▌             ▐██        ██▌      ▐██   ▐██                  ██▌███     ███▐██   ▐██▀      ▀██▌   ▐██▀      ▀██▌  ▐██▀███    ▐██ 
      ▐██       ▐██         ██▌             ▐██        ████████████   ▐███████████         ██▌ ███   ███ ▐██   ▐██        ██▌   ▐██        ██▌  ▐██  ▀██▄  ▐██ 
      ▐██       ▐██▄       ▄██▌             ▐██        ██▌      ▐██   ▐█▌                  ██▌  ███ ███  ▐██   ▐██▄      ▄██▌   ▐██▄      ▄██▌  ▐██    ▀██▄▐██ 
      ▐██        ▀███████████▀              ▐██        ██▌      ▐██    ▀██████████         ██▌   ▀███▀   ▐██    ▀██████████▀     ▀██████████▀   ▐██      ▀████ 
  (
BUY LLN
)Twitter
Facebook
Telegram
ChPan
Newbie
*
Offline Offline

Activity: 68
Merit: 0


View Profile
September 06, 2017, 09:34:35 AM
 #793

Hello everyone
I just bumped into this coin and seems really interesting.
My problem is that i can't generate a new wallet address to mine
Is there any guide on how to set up the wallet on a windows 7 64 system?
I tried on my own but i keep getting error loading python dll (error code 1114 )
porkcoin
Full Member
***
Offline Offline

Activity: 207
Merit: 100



View Profile
September 06, 2017, 10:19:29 AM
 #794

Hello everyone
I just bumped into this coin and seems really interesting.
My problem is that i can't generate a new wallet address to mine
Is there any guide on how to set up the wallet on a windows 7 64 system?
I tried on my own but i keep getting error loading python dll (error code 1114 )

pleae  use the newest wallet
tuarequired
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
September 06, 2017, 10:24:29 AM
 #795

 bismtush  when listen  on a exchange
prix
Hero Member
*****
Offline Offline

Activity: 750
Merit: 511


View Profile
September 07, 2017, 03:38:12 AM
 #796

Where can I find info about the current supply?
I used http://bismuth.hashpool.eu:8080/, but it's not working for me now.

Is 3.8kk (276355 * 14)?
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
September 07, 2017, 04:34:40 AM
 #797

if you use optihash.exe from https://github.com/maccaspacca/stuff/releases and actual release https://github.com/hclivess/Bismuth/releases
Bismuth node isn't working on Win7 actually, but optihash as a standalone miner is!

If you want to mine on optipool (pool.bismuth.online), here is a quick help:

1.) download optihash source from maccaspacca's github-repo: https://github.com/maccaspacca/Optipoolware/releases
2.) download optihash.exe from same location (or download it after step 3, directly in the directory you extracted the source-code to)
3.) extract the files in a folder of your choice
4.) copy optihash.exe in same folder
5.) adjust miner.txt (it is the config-file for optihash)
6.) change mining-ip to 78.28.250.81 (it is pool.bismuth.online)
7.) change mining_threads
8.) change miner_address to your wallet address
9.) change miner_name (optional but useful if you run the miner on more than one machine)
10.) start optihash and wait for share to be found

using optihash under linux is basically the same, without downloading optihash.exe and start optihash.py with python3 instead of the exe-file


the roadmap on http://bismuth.cz/roadmap/ got als a small update

Thank you but where to get wallet address on windows machine??

selling sushistake.com, send offers
mig6r
Sr. Member
****
Offline Offline

Activity: 826
Merit: 250



View Profile
September 07, 2017, 04:57:53 AM
 #798

bismtush  when listen  on a exchange

Not sure, it's already debated here.

            ▄▄▄▄▄▄▄▄
       ▄▄██████████████▄
     █████████████████████▄
   █████████████████████████
  ██████████▀▀       ▀▀██████▄
 █████████               █████
▐███████▌                 ▀███▌
████████                   ████
▐██████▌                   ▐██▌
 ███████                   ███
  ███████                 ███
   ▀██████▄             ▄██▀
     ▀███████▄▄▄▄▄▄▄▄████▀
        ▀▀███████████▀▀



 ▄▄▄             ▄▄▄           ▄▄▄   ▄▄▄▄▄         ▄▄▄         ▄▄▄▄▄▄       ▄▄▄                    ▄▄▄▄▄▄        ▄▄▄▄          ▄▄▄   ▄▄▄▄▄▄▄▄▄▄▄▄▄   
 ███             ███           ███   ███████▄      ███        ████████      ███                   ████████       ██████▄       ███   ███████████████▄
 ███             ███           ███   ███ ▀████     ███       ███▀  ▀███     ███                  ███▀  ▀███      ███ ▀███▄     ███   ███         ▀███
 ███             ███           ███   ███   ▀███▄   ███      ███▀    ▀███    ███                 ███▀    ▀███     ███   ████    ███   ███          ███
 ███             ███           ███   ███     ▀███▄ ███     ████▄▄▄▄▄▄████   ███                ████▄▄▄▄▄▄████    ███    ▀███▄  ███   ███          ███
 ████▄▄▄▄▄▄▄▄▄▄▄ ████▄▄▄▄▄▄▄▄▄▄███   ███       ███████    ███▀▀▀▀▀▀▀▀▀▀███  ████▄▄▄▄▄▄▄▄▄▄▄   ███▀▀▀▀▀▀▀▀▀▀███   ███      ▀███▄███   ███▄▄▄▄▄▄▄▄▄████
  ▀████████████▌  ▀█████████████▀    ███        ▀▀████   ███▀          ▀███  ▀█████████████  ███▀          ▀███  ███        ▀▀████   █████████████▀▀
                     ▄▄███████
                 ▄████████████
              ▄██████▀▀▀██████
       ▄▄   ▄███████     ████
   ▄▄███▀  ██████████▄▄▄████▀
 ▄████▀▀  █████████████████
         ████████████████▀
        ▀██████████████▀
          ▀█████████▀
     ▄█▀    ▀██▀▀   ▄▄
    ██  ▄█▀      ▄███▌
   █████▀        ███▀
   ▀▀▀          ███▀
                ▀     



  ▄█████████  ███       ██▄      ▄██         █████       ████▌   ▄██████████   
 ██▌          ███        ▀██▄  ▄██▀          ██▌███     ██▀██▌  ▐██           
 ███████████  ███          ▀████▀            ██▌ ███   ██▀ ██▌  ▐███████████   
 ██▌          ███▄          ▐██▌             ██▌  ███ ██▀  ██▌  ▐██           
 ██▌           ▀█████████   ▐██▌             ██▌   ▀███▀   ██▌   ▀██████████



 █████████████▌  ▄███████████▄         █████████████▌  ██▌      ▐██    ▄██████████         █████       █████    ▄██████████▄     ▄██████████▄   ▐████▄     ▐██ 
      ▐██       ▐██▀       ▀██▌             ▐██        ██▌      ▐██   ▐██                  ██▌███     ███▐██   ▐██▀      ▀██▌   ▐██▀      ▀██▌  ▐██▀███    ▐██ 
      ▐██       ▐██         ██▌             ▐██        ████████████   ▐███████████         ██▌ ███   ███ ▐██   ▐██        ██▌   ▐██        ██▌  ▐██  ▀██▄  ▐██ 
      ▐██       ▐██▄       ▄██▌             ▐██        ██▌      ▐██   ▐█▌                  ██▌  ███ ███  ▐██   ▐██▄      ▄██▌   ▐██▄      ▄██▌  ▐██    ▀██▄▐██ 
      ▐██        ▀███████████▀              ▐██        ██▌      ▐██    ▀██████████         ██▌   ▀███▀   ▐██    ▀██████████▀     ▀██████████▀   ▐██      ▀████ 
  (
BUY LLN
)Twitter
Facebook
Telegram
porkcoin
Full Member
***
Offline Offline

Activity: 207
Merit: 100



View Profile
September 07, 2017, 04:58:32 AM
 #799

bismtush  when listen  on a exchange

Not sure, it's already debated here.

ok,i will waiting for a exchange
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
September 07, 2017, 04:21:22 PM
 #800

if you use optihash.exe from https://github.com/maccaspacca/stuff/releases and actual release https://github.com/hclivess/Bismuth/releases
Bismuth node isn't working on Win7 actually, but optihash as a standalone miner is!

If you want to mine on optipool (pool.bismuth.online), here is a quick help:

1.) download optihash source from maccaspacca's github-repo: https://github.com/maccaspacca/Optipoolware/releases
2.) download optihash.exe from same location (or download it after step 3, directly in the directory you extracted the source-code to)
3.) extract the files in a folder of your choice
4.) copy optihash.exe in same folder
5.) adjust miner.txt (it is the config-file for optihash)
6.) change mining-ip to 78.28.250.81 (it is pool.bismuth.online)
7.) change mining_threads
8.) change miner_address to your wallet address
9.) change miner_name (optional but useful if you run the miner on more than one machine)
10.) start optihash and wait for share to be found

using optihash under linux is basically the same, without downloading optihash.exe and start optihash.py with python3 instead of the exe-file


the roadmap on http://bismuth.cz/roadmap/ got als a small update

Thank you but where to get wallet address on windows machine??


Can't believe you're actually asking this question, please go take a look at the original post on the first page.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40] 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ... 164 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!