Bitcoin Forum
April 27, 2024, 12:18:41 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 ... 164 »
  Print  
Author Topic: 🤖[ANN][BIS]Bismuth 2.0 - Beyond DeFi  (Read 156066 times)
Petiyashaket
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
July 14, 2017, 04:43:51 AM
 #641

http://prntscr.com/fvhjcj
the day passed - nothing has changed, tell me what am I doing wrong ?
Oh gods , I saw your address Smiley in the DEV POOL
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714177121
Hero Member
*
Offline Offline

Posts: 1714177121

View Profile Personal Message (Offline)

Ignore
1714177121
Reply with quote  #2

1714177121
Report to moderator
frankkkkkkk
Hero Member
*****
Offline Offline

Activity: 594
Merit: 500



View Profile
July 16, 2017, 03:57:13 AM
 #642

How can i mine with GPU on pool?
kamiyama
Sr. Member
****
Offline Offline

Activity: 742
Merit: 251



View Profile
July 16, 2017, 01:01:40 PM
 #643

slack

hclivess
@everyone Cryptopia just confirmed they will accept $BIS #Bismuth, maybe even without an RPC server, with default Bismuth methods
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
July 16, 2017, 01:02:42 PM
 #644

How can i mine with GPU on pool?

it seems there is no GPU miner yet

Thanks
frankkkkkkk
Hero Member
*****
Offline Offline

Activity: 594
Merit: 500



View Profile
July 16, 2017, 01:12:11 PM
 #645

How can i mine with GPU on pool?

it seems there is no GPU miner yet

Thanks
Thanks.Why cant i open the latest version of wallet?
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
July 16, 2017, 04:17:00 PM
 #646

How can i mine with GPU on pool?

it seems there is no GPU miner yet

Thanks


If you take a look a few pages back, there is someone claiming to have GPU miner but has not made it public and a lot of people have complained about this and asked dev to relaunch but dev has refused so far.
Aetsen
Full Member
***
Offline Offline

Activity: 188
Merit: 100


View Profile
July 16, 2017, 06:01:48 PM
 #647

Version 2 of the CPU Miner for ACC Pool has been released. See updated guide below. Note some changes for the launch file.

Ubuntu 16.04 Bismuth Mining Guide

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

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/ih9il49vu9yw7n9/Minerv2.zip?dl=0"

5. Unzip Miner file

   * unzip Minerv2.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 fd3b75f8bc6d1c76f5cf9b080fead0ea627cfb1c80de057d335e805a rig1    
    ^                                                            $                                                    &
  (^=do not change)  ($=your Bismuth address) (&=your rig name)

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

max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
July 18, 2017, 03:49:36 PM
 #648

How can i mine with GPU on pool?

it seems there is no GPU miner yet

Thanks


If you take a look a few pages back, there is someone claiming to have GPU miner but has not made it public and a lot of people have complained about this and asked dev to relaunch but dev has refused so far.

it's simple to see if it's a GPU miner, go on pool stats , everybody is CPU mining , hard to believe that someone who has a GPU miners stopped it after the pool came.

So I am pretty sure there is no GPU miner now.
jetfish
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
July 18, 2017, 04:21:28 PM
 #649

Is there a GPU miner under development though? Should not be too difficult?
Korvin
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
July 18, 2017, 06:27:54 PM
Last edit: July 18, 2017, 08:23:42 PM by Korvin
 #650

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

Small addition - this step needs to be added for the "./miner" to start:

Code:
	* sudo apt-get install libpython2.7

Otherwise you get "./miner: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory"

Also Ctrl+B does not work in tmux by some reason, but that might be my terminal's issue...

Otherwise the instructions are perfect. Thanks a lot!
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
July 19, 2017, 06:06:30 AM
 #651

Been waiting a while for this, glad to know there's finally a standalone CPU and a working pool. Next step would be getting coin listed somewhere.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
July 19, 2017, 11:19:43 AM
 #652

hello guys, watching this coin, weird diff check you have on the hash.
why is the cpu miner closed source?

mistercashking
Legendary
*
Offline Offline

Activity: 1044
Merit: 1050


@MRCASHKING


View Profile WWW
July 19, 2017, 10:16:24 PM
 #653

hello guys, watching this coin, weird diff check you have on the hash.
why is the cpu miner closed source?

dev cpu miner is open sourced, third party cpu miner is closed source. That third party probably made his miner closed source for his own reasons.
EuroLine
Hero Member
*****
Offline Offline

Activity: 521
Merit: 500


View Profile
July 21, 2017, 08:34:18 AM
 #654

hello guys, watching this coin, weird diff check you have on the hash.
why is the cpu miner closed source?
Because I had experience with sharing ideas for miners and source. It was not good

Servers been shutted down forever. Working on compensate program.
If need a pool public or private PM me.
drays
Legendary
*
Offline Offline

Activity: 2520
Merit: 1073


View Profile
July 21, 2017, 09:16:12 PM
Last edit: July 22, 2017, 12:34:00 PM by drays
 #655

hello guys, watching this coin, weird diff check you have on the hash.
why is the cpu miner closed source?
Because I had experience with sharing ideas for miners and source. It was not good

Your pool is down. Could you please take a look asap?
With no failover option, such outages cost money...

... this space is not for rent ...
VladK
Member
**
Offline Offline

Activity: 73
Merit: 11


View Profile
July 22, 2017, 05:24:45 PM
 #656

Any update on exchangers?
prix
Hero Member
*****
Offline Offline

Activity: 750
Merit: 511


View Profile
July 23, 2017, 05:26:22 AM
 #657

Are there any problem with network? My node is "down" on 201908.
max2000irc
Hero Member
*****
Offline Offline

Activity: 527
Merit: 501


View Profile
July 23, 2017, 08:49:28 AM
 #658

same here , stuck some hours ago.

What can I do?
HCLivess (OP)
Legendary
*
Offline Offline

Activity: 2114
Merit: 1090


=== NODE IS OK! ==


View Profile WWW
July 23, 2017, 08:16:03 PM
 #659

Updated the OP
Also, please everyone upgrade to https://github.com/hclivess/Bismuth/releases/tag/3.8

Thank you for your cooperation

3.8 (highly recommended)

Quote
Full support of escape characters in OpenField data transfers
Support of message encryption with public key (decrypting will be added to GUI later)
Anonymizing transaction mixer based on addresses, not IPs
Full anonware included with release
Full poolware with semi-automated payout support included with release
Miner more resilient to errors
Changed one sql handling bug, which caused nodes to get stuck on special symbols in OpenField data

kiddo
Full Member
***
Offline Offline

Activity: 546
Merit: 137



View Profile
July 25, 2017, 11:53:33 AM
 #660

Updated the OP
Also, please everyone upgrade to https://github.com/hclivess/Bismuth/releases/tag/3.8

Thank you for your cooperation

3.8 (highly recommended)

Quote
Full support of escape characters in OpenField data transfers
Support of message encryption with public key (decrypting will be added to GUI later)
Anonymizing transaction mixer based on addresses, not IPs
Full anonware included with release
Full poolware with semi-automated payout support included with release
Miner more resilient to errors
Changed one sql handling bug, which caused nodes to get stuck on special symbols in OpenField data

I get Google Chrome warning  "Deceptive site ahead" red page, when I'm trying to download Bismuth.
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 ... 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!