Post
Topic
Board Announcements (Altcoins)
Re: [ANN][BIS]Bismuth - New Language, Interpretation Engines, DAPPs
by
jimhsu
on 12/07/2017, 04:29:29 UTC
Both of the pools are working now. FYI some info for non-slackers

Dev pool

config.txt settings (note new pool address as of 7/11/2017):

Quote
mining_ip=94.113.207.67
mining_pool=1
pool_address=340c195f768be515488a6efedb958e135150b2ef3e53573a7017ac7d

Web link is: http://94.113.207.67:9080
Miner to use is: https://github.com/maccaspacca/stuff

Commands:

Install Python 3.5

Code:
apt install python3-pip python-twisted
(or equivalent on your platform)

Install all python dependencies:
Code:
pip3 install pillow pyqrcode pypng pyinstaller bottle pycrypto simple-crypt win_inet_pton PySocks

Get bismuth:
Code:
git clone https://github.com/hclivess/Bismuth.git

Grab miner and put all files in optiminer/* into Bismuth directory
https://github.com/maccaspacca/stuff/tree/master/optiminer

Get a ledger.db file and put into static/:
https://drive.google.com/file/d/0B3krI6WqvUWhd2VQNjlzZl8wbEk/edit

Make changes to config.txt as above

Run a node:
(in Bismuth directory)
Code:
python3 node.py

Run miner:
Code:
python3 optipool.py 50

As an alternative, a windows compiled .exe is available for testing here:
https://github.com/maccaspacca/stuff/releases/tag/v0.1


Acc-pool

Instructions are here (credits aetsen):

Quote
Ubuntu 16.04 Bismuth Mining Guide
1. Install server.
2. You can mine as root or create a new user.
3. 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/7kihptpklkik2hb/Miner.zip?dl=0"
5. Unzip Miner file
    * unzip Miner.zip?dl=0
6. CD into miner file
    * cd Miner
7. Create text file to use for launching miner
    * touch startminer.bash
8. Edit startminer.bash for your address, worker name and threads
startminer.bash default text
./miner user fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a rig1 4    
    ^     ^                           $                                 &  %
  (^=do not change)  ($=your Bismuth address) (&=your rig name) (%=number of threads. 1 thread per thread supported by your CPU ex. 4 core 8 thread CPU set to Cool
9. chmod files to be executable
    * chmod +x startminer.bash
    * chmod +x miner
10. start miner using the startminer.bash file
    * ./startminer.bash
11. Link for node and wallet https://github.com/hclivess/Bismuth/releases/tag/3.673
If this file helped you please consider a donation of bismuth to my address fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a

Web link is: https://bismuth.acc-pool.pw/miners.php
Miner to use is as above (optipool does not work)

---

Both pools are paying out now. Throwing some hashpower on both.