Bitcoin Forum
May 09, 2024, 12:35:12 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 ... 164 »
  Print  
Author Topic: 🤖[ANN][BIS]Bismuth 2.0 - Beyond DeFi  (Read 156071 times)
maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
July 03, 2017, 07:34:35 AM
 #621

there is a detailed manual for the mining coins at the pool?
for windows
 when you run the file optipool.exe gives an error, the computer is missing a file api-ms-win-crt-math-1-1-0.dll. how to fix? windows 8.1
put optipool bismuth in the folder,still not working
what should be the configuration file?

Optipool and optiminer are unsupported and experimental. They are the tools I personally use and I was asked to publish the code. The python script version will run on python3.5 with all the same deps and requirements as the default miner and should be run from the main Bismuth folder. The windows exe was compiled on windows 10. It runs on my machine but again I cannot guarantee it will run on yours. If in doubt always run the default miner.

The config.txt lines that are relevant:

mining_ip=94.113.207.67
mining_pool=1
pool_address=4edadac9093d9326ee4b17f869b14f1a2534f96f9c5d7b48dc9acaed

1715214912
Hero Member
*
Offline Offline

Posts: 1715214912

View Profile Personal Message (Offline)

Ignore
1715214912
Reply with quote  #2

1715214912
Report to moderator
1715214912
Hero Member
*
Offline Offline

Posts: 1715214912

View Profile Personal Message (Offline)

Ignore
1715214912
Reply with quote  #2

1715214912
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
July 03, 2017, 08:03:24 AM
 #622

there is a detailed manual for the mining coins at the pool?
for windows
 when you run the file optipool.exe gives an error, the computer is missing a file api-ms-win-crt-math-1-1-0.dll. how to fix? windows 8.1
put optipool bismuth in the folder,still not working
what should be the configuration file?

Optipool and optiminer are unsupported and experimental. They are the tools I personally use and I was asked to publish the code. The python script version will run on python3.5 with all the same deps and requirements as the default miner and should be run from the main Bismuth folder. The windows exe was compiled on windows 10. It runs on my machine but again I cannot guarantee it will run on yours. If in doubt always run the default miner.

The config.txt lines that are relevant:

mining_ip=94.113.207.67
mining_pool=1
pool_address=4edadac9093d9326ee4b17f869b14f1a2534f96f9c5d7b48dc9acaed

so I have to do the points?
1  put your miner in folder bismuth
2  to create in folder bismuth configuration file optipool.conf or what? settings
mining_ip=94.113.207.67
mining_pool=1
pool_address=my address
3 create a bat file? or what? with what parameters?
you can have the details to explain
raetsch
Legendary
*
Offline Offline

Activity: 957
Merit: 1006



View Profile
July 03, 2017, 11:20:50 AM
 #623

there is a detailed manual for the mining coins at the pool?
for windows
 when you run the file optipool.exe gives an error, the computer is missing a file api-ms-win-crt-math-1-1-0.dll. how to fix? windows 8.1
put optipool bismuth in the folder,still not working
what should be the configuration file?

Optipool and optiminer are unsupported and experimental. They are the tools I personally use and I was asked to publish the code. The python script version will run on python3.5 with all the same deps and requirements as the default miner and should be run from the main Bismuth folder. The windows exe was compiled on windows 10. It runs on my machine but again I cannot guarantee it will run on yours. If in doubt always run the default miner.

The config.txt lines that are relevant:

mining_ip=94.113.207.67
mining_pool=1
pool_address=4edadac9093d9326ee4b17f869b14f1a2534f96f9c5d7b48dc9acaed

so I have to do the points?
1  put your miner in folder bismuth
2  to create in folder bismuth configuration file optipool.conf or what? settings
mining_ip=94.113.207.67
mining_pool=1
pool_address=my address
3 create a bat file? or what? with what parameters?
you can have the details to explain

no, copy optiminer/optipool to bismuth-folder.
change the 3 mentioned lines in config.txt (that is already in bismuth-folder)
start miner.py or optipool.py (or under windows the exe-files)
rooblili
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
July 05, 2017, 02:43:36 AM
 #624

there is a detailed manual for the mining coins at the pool?
for windows
 when you run the file optipool.exe gives an error, the computer is missing a file api-ms-win-crt-math-1-1-0.dll. how to fix? windows 8.1
put optipool bismuth in the folder,still not working
what should be the configuration file?

Optipool and optiminer are unsupported and experimental. They are the tools I personally use and I was asked to publish the code. The python script version will run on python3.5 with all the same deps and requirements as the default miner and should be run from the main Bismuth folder. The windows exe was compiled on windows 10. It runs on my machine but again I cannot guarantee it will run on yours. If in doubt always run the default miner.

The config.txt lines that are relevant:

mining_ip=94.113.207.67
mining_pool=1
pool_address=4edadac9093d9326ee4b17f869b14f1a2534f96f9c5d7b48dc9acaed

so I have to do the points?
1  put your miner in folder bismuth
2  to create in folder bismuth configuration file optipool.conf or what? settings
mining_ip=94.113.207.67
mining_pool=1
pool_address=my address
3 create a bat file? or what? with what parameters?
you can have the details to explain

no, copy optiminer/optipool to bismuth-folder.
change the 3 mentioned lines in config.txt (that is already in bismuth-folder)
start miner.py or optipool.py (or under windows the exe-files)

how to   work  with  pool
Petiyashaket
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 05, 2017, 04:59:15 AM
 #625

Optipool and optiminer are unsupported and experimental. They are the tools I personally use and I was asked to publish the code. The python script version will run on python3.5 with all the same deps and requirements as the default miner and should be run from the main Bismuth folder. The windows exe was compiled on windows 10. It runs on my machine but again I cannot guarantee it will run on yours. If in doubt always run the default miner.

The config.txt lines that are relevant:

mining_ip=94.113.207.67
mining_pool=1
pool_address=4edadac9093d9326ee4b17f869b14f1a2534f96f9c5d7b48dc9acaed

[/quote]

Please share your files for windows 10
BitMarshall
Full Member
***
Offline Offline

Activity: 209
Merit: 100


View Profile
July 06, 2017, 08:24:06 PM
 #626

Interesting concept, will watch this.
rooblili
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
July 08, 2017, 03:03:16 AM
 #627

Interesting concept, will watch this.

bismuch is very good,I think,that is right
frankkkkkkk
Hero Member
*****
Offline Offline

Activity: 594
Merit: 500



View Profile
July 08, 2017, 03:12:15 AM
 #628

It seems that difficute to launch on exchange as new code.
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 10, 2017, 11:38:43 AM
Last edit: July 10, 2017, 01:07:30 PM by HCLivess
 #629

My pool mined 2 blocks so far (4edadac9093d9326ee4b17f869b14f1a2534f96f9c5d7b48dc9acaed)
I will be adding some extra dev funds for the rewards, just a few more blocks, have to do it manually thus far

also, there is one other pool ran by euroline
https://cryptobismuth.slack.com/messages/C63NNSC5S/search/ip/

his custom code

actually the first payout will be based on the following shares:



4edadac9093d9326ee4b17f869b14f1a2534f96f9c5d7b48dc9acaed    4
259cff5d5c13912ce4bff8e8c3ce59bab4e7ae6a33305d80d94f16d6    683
5376cc50afb1af7a59d1739de134ce0e7024bed757f45fa33a5b1167    324
92563981cc1e70d160c176edf368ea4bbc1d8d5ba63aceee99ef6ebd    557
bd78cec264135952ff318cdacb12ad309688fbec1045c6c9c2073060    291
4ff8bc5a641a20539f6d4215092dcda87ef1df1ee0771b067d2f234c    567
5bc1ff50b8e4df08f939e1fa83f7c5864ba88f2292ffe633fc4835c2    269
410c3c7051c69765bd07f29df56ef9e3984667c3c17dd6dd9e056209    5026
9f81ad189307824f016c806bdc11f98cf382653d9f07f3639820e8f5    594
7d5c2999f9a2e44c23e7b2b73b4c0edae308e9d39482bf44da481edc    211
86cbc69e9f8522c58f5c97fd13e7a5634ea6012207984c54bf83fc7d    433
a5603440dea956dd5d832b8c50e4d3df0d1faeb571406959a6a60ff6    119

fengxia
Full Member
***
Offline Offline

Activity: 235
Merit: 230


View Profile
July 10, 2017, 01:16:19 PM
 #630

does the pool work?I have waited for this for a long time..
miramare
Hero Member
*****
Offline Offline

Activity: 1162
Merit: 568


View Profile
July 11, 2017, 01:33:55 AM
 #631

Where can I find an instruction for using the pool?
raetsch
Legendary
*
Offline Offline

Activity: 957
Merit: 1006



View Profile
July 11, 2017, 09:52:48 PM
 #632

in slack
jimhsu
Sr. Member
****
Offline Offline

Activity: 364
Merit: 264


View Profile
July 12, 2017, 04:29:29 AM
Last edit: July 12, 2017, 10:21:12 PM by jimhsu
 #633

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.

Dans les champs de l'observation le hasard ne favorise que les esprits préparé
Aetsen
Full Member
***
Offline Offline

Activity: 188
Merit: 100


View Profile
July 12, 2017, 07:33:55 AM
Last edit: July 12, 2017, 08:25:23 AM by Aetsen
 #634

Updated guide for how to CPU mine Bismuth on the acc-pool.

Miner stats link "https://bismuth.acc-pool.pw/miners.php?"

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

   * nano startminer.bash

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

./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

9 1/2. (Optional for VPS) If on a hosted VPS and you want the miner to keep running after closing the SSH session run this.

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

Then run.

   * ./startminer.bash

Then press ctrl + b at the same time and then press 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/

If this file helped you please consider a donation of bismuth to my address fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a

Donate BTC to 1PD4VwvqzGsuUxq3E3SVGKAsCW9vpkoELm

Donate RISE to 10610987743669520729R

Thanks!

HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 12, 2017, 11:30:33 PM
 #635

Thanks for the amazing guides, post your addresses, guys
 I made payouts for the first two blocks + 500 BIS reward for early testing, split among all participants

vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
July 13, 2017, 07:22:52 AM
 #636

this is a great project, I'm looking forward to this project
rooblili
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
July 13, 2017, 07:38:33 AM
 #637

this is a great project, I'm looking forward to this project

yes,bismuth is a great coin
Petiyashaket
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 13, 2017, 08:42:26 AM
 #638

How to know whether I have set up mining ? miner something somewhere sends, but I don't see my addresshttps://bismuth.acc-pool.pw/miners.php
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
July 13, 2017, 05:57:15 PM
 #639

How to know whether I have set up mining ? miner something somewhere sends, but I don't see my addresshttps://bismuth.acc-pool.pw/miners.php

maybe this help:
https://bismuth.acc-pool.pw/miners.php?miner="your address"
Petiyashaket
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 14, 2017, 03:57:34 AM
 #640

http://prntscr.com/fvhjcj
the day passed - nothing has changed, tell me what am I doing wrong ?
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 ... 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!