Bitcoin Forum
May 08, 2024, 09:05:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: tutorial network mining  (Read 1895 times)
superman3486 (OP)
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
March 10, 2011, 03:17:18 AM
 #1

Hey fellow miners am new to mining, did it on a older system with couple of 4890's cards. I now have access to 4 computers each with 3x 6950 cards and 6 core cpu's could some one give me some insight on how I would go about in liking them up to 1 wallet so to speak or 1 instance of bitcoin running on one computer  with a good opencl miner and commands would have to set ect.., they all run windows 7 64bit. all help appreciated
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715202343
Hero Member
*
Offline Offline

Posts: 1715202343

View Profile Personal Message (Offline)

Ignore
1715202343
Reply with quote  #2

1715202343
Report to moderator
1715202343
Hero Member
*
Offline Offline

Posts: 1715202343

View Profile Personal Message (Offline)

Ignore
1715202343
Reply with quote  #2

1715202343
Report to moderator
FairUser
Sr. Member
****
Offline Offline

Activity: 1344
Merit: 264


bit.ly/3QXp3oh | Ultimate Launchpad on TON


View Profile
March 10, 2011, 03:19:00 AM
 #2

Hey fellow miners am new to mining, did it on a older system with couple of 4890's cards. I now have access to 4 computers each with 3x 6950 cards and 6 core cpu's could some one give me some insight on how I would go about in liking them up to 1 wallet so to speak or 1 instance of bitcoin running on one computer  with a good opencl miner and commands would have to set ect.., they all run windows 7 64bit. all help appreciated

I would love to help you.  Private Message me so we can get started.

TONUP██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
▄▄███████▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████▄░▄▄▀█████▀▄████▄
▄███████▄▀█▄▀██▀▄███████▄
█████████▄▀█▄▀▄██████████
██████████▄▀█▄▀██████████
██████████▀▄▀█▄▀█████████
▀███████▀▄██▄▀█▄▀███████▀
▀████▀▄█████▄▀▀░▀█████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀███████▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄██████████████▀▀█████▄
▄██████████▀▀█████▐████▄
██████▀▀████▄▄▀▀█████████
████▄▄███▄██▀█████▐██████
█████████▀██████████████
▀███████▌▐██████▐██████▀
▀███████▄▄███▄████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
▄▄▄███████▄▄▄
▄▄███████████████▄▄
▄███████████████████▄
▄█████████████████████▄
▄████▀▀███▀▀███▀▀██▀███▄
████▀███████▀█▀███▀█████
██████████████████████
████▄███████▄█▄███▄█████
▀████▄▄███▄▄███▄▄██▄███▀
▀█████████████████████▀
▀███████████████████▀
▀▀███████████████▀▀
▀▀▀███████▀▀▀
████████
██
██
██
██
██
██
██
██
██
██
██
████████
████████████████████████████████████████████████████████████████████████████████
.
JOIN NOW
.
████████████████████████████████████████████████████████████████████████████████
████████
██
██
██
██
██
██
██
██
██
██
██
████████
superman3486 (OP)
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
March 10, 2011, 12:57:08 PM
 #3

Hey fellow miners am new to mining, did it on a older system with couple of 4890's cards. I now have access to 4 computers each with 3x 6950 cards and 6 core cpu's could some one give me some insight on how I would go about in liking them up to 1 wallet so to speak or 1 instance of bitcoin running on one computer  with a good opencl miner and commands would have to set ect.., they all run windows 7 64bit. all help appreciated

I would love to help you.  Private Message me so we can get started.

am more looking to go solo, anyone have any suggestion or tutorials for network mining?
M4v3R
Hero Member
*****
Offline Offline

Activity: 607
Merit: 500


View Profile
March 10, 2011, 02:00:01 PM
Last edit: March 10, 2011, 06:36:00 PM by M4v3R
 #4

1. Enter your RPC details of choince (you must pick them for use in miners later) in your bitcoin.conf  (it can be in ~/.bitcoin on Linux, ~/Library/Application Support/Bitcoin on Mac, not sure where on Windows) on your server:

Code:
rpcuser=YOUR_USERNAME
rpcpassword=YOUR_PASSWORD

2. Start a bitcoin server on one computer:

Code:
bitcoin -daemon

OR

bitcoin -server

The former starts in "background" and doesn't display any GUI, the latter displays like normal client, but allow external connections.

3. Start miners on your clients, for example using poclbm:

Code:
poclbm -rpcuser=YOUR_USER -rpcpassword=YOUR_PASSWORD -rpchost=YOUR_SERVER_IP

And you're done!
JWU42
Legendary
*
Offline Offline

Activity: 1666
Merit: 1000


View Profile
March 10, 2011, 02:36:51 PM
 #5

Not that simple - you need to add details to your bitcoin.conf so it will listen on a port (defining the rpcport).  Also, it is wise to define networks that are allowed to connect...

Code:
rpcuser=usernamehere
rpcpassword=passwordhere
rpcallowip=192.168.1.* (or whatever is appropriate for your LAN/needs)
rpcport=8332

Pages: [1]
  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!