Bitcoin Forum
June 03, 2024, 01:08:17 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [Help] Solo mining with my 4 rigs.  (Read 1836 times)
sweeppicking (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10



View Profile
May 22, 2013, 07:25:35 PM
 #1

Hi every one, i'm starting to mine some news altcoins, i have 4 rigs, they hash like 4.5MHS (scrypt) togheter.
So my problem is that i want to put it all togheter in solo mining mode, you will say me "use p2p pool" but i like to make my own "pool" with the coin's wallet.
Can anyone help me?
thundertoe
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile
May 22, 2013, 07:30:44 PM
 #2

just use one wallet  for the server comp and point all the rigs to that wallet and mine solo.

its the same as just mining solo one comp  add a line to your .conf file that allows the slave computers ip.
ryantc
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


Bitcoin may be the TCP/IP of money.


View Profile
May 22, 2013, 07:31:24 PM
 #3

run one wallet on one of your miner in solo

and point all other miners to the ip of that miner, you are set and run.

oh, change the allowed IP to something like 192.168.*.* (if they are not in the same subnet) or whatever your LAN ip is
 instead of 127.0.0.1
aikklond
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
May 22, 2013, 07:43:42 PM
 #4

Could you explain a little better?

we set Ip @ e.g. 192.168.0.100 (instead of 127.0.0.1) and then make all pc's target that ip with the said username+ pass?

and which port? the default port suggested by the crypto itself?
Nolo
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


Whoa, there are a lot of cats in this wall.


View Profile
May 22, 2013, 07:47:01 PM
 #5


and which port? the default port suggested by the crypto itself?

That's what I do, but I don't think it really matters. 

Charlie Kelly: I'm pleading the 5th.  The Attorney: I would advise you do that.  Charlie Kelly: I'll take that advice under cooperation, alright? Now, let's say you and I go toe-to-toe on bird law and see who comes out the victor?  The Attorney: You know, I don't think I'm going to do anything close to that and I can clearly see you know nothing about the law.
19GpqFsNGP8jS941YYZZjmCSrHwvX3QjiC
rwessels
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
May 22, 2013, 09:27:45 PM
 #6

Do you need a wallet on each mining rig even though you are not depositing to it?
gnomicide
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
May 22, 2013, 09:39:38 PM
 #7

Do you need a wallet on each mining rig even though you are not depositing to it?

No.
jmfg187
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
May 22, 2013, 10:18:53 PM
Last edit: May 23, 2013, 12:02:59 AM by jmfg187
 #8

Do it this way, you want your most reliable rig to host the wallet so say if you are going to mine feathercoin just as an example I do mine this way.
I hope your on windows or I am probably wasting my time but here goes.

Main rig with the wallet mining feather is pointed at 127.0.0.1:9337
I start feathercoin-qt.exe with the -server command by putting a .bat file in the same folder as the qt.exe and then the text inside that .bat file is "feathercoin-qt.exe -server" without the quotes.

Now on the rig with the wallet you will want to go to C:\Users\YourName\AppData\Roaming\Feathercoin and create feathercoin.conf. Inside feathercoin.conf looks like this for me.
Code:
rpcuser=username
rpcpassword=password
server=1
daemon=1
port=9336
rpcport=9337
rpcallowip=53.38.15.*
rpcallowip=127.0.0.1

Where mine says 53.38.15 most peoples are 192.168 etc those are just important numbers to me for one reason or another.
Last thing you gotta do is give your main rig a static ip with your router (meaning it does not change), start your feathercoin wallet and let it download the whole block chain until it is in sync and then you can point your miner at it. Then go to your other 3 miners and point them at 53.38.15.Whatever static number you decide, port 9337 with a username and password that matches your feathercoin.conf and you have your own little network of miners going.

I'm sorry I am not better at tutorials but I hope this will help you get where you need to be, if you need help giving your main rig a static ip, let me know and I will tell you how. Good luck.


BTC: 17nmAJ5N2fKMTGymAarp4DUPXjHkohacXQ  LTC: LUzmyjMuVWyU9coa7iEQYgGWKDBKRsiLmo  NVC: 4Pby77nChLzU2rsi2RsLpM8C95dKF5XTbg  FC: 6nKefP46bnT3P1XP9jaEugYd84UdW4zrL3
zenrog
Member
**
Offline Offline

Activity: 229
Merit: 45


View Profile
May 22, 2013, 11:48:12 PM
 #9

Man buys equipment for 4000-5000 euros, and has no idea about IT.
The butcher in the world of IT.  Roll Eyes
sweeppicking (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10



View Profile
May 23, 2013, 12:16:16 PM
 #10

Do it this way, you want your most reliable rig to host the wallet so say if you are going to mine feathercoin just as an example I do mine this way.
I hope your on windows or I am probably wasting my time but here goes.

Main rig with the wallet mining feather is pointed at 127.0.0.1:9337
I start feathercoin-qt.exe with the -server command by putting a .bat file in the same folder as the qt.exe and then the text inside that .bat file is "feathercoin-qt.exe -server" without the quotes.

Now on the rig with the wallet you will want to go to C:\Users\YourName\AppData\Roaming\Feathercoin and create feathercoin.conf. Inside feathercoin.conf looks like this for me.
Code:
rpcuser=username
rpcpassword=password
server=1
daemon=1
port=9336
rpcport=9337
rpcallowip=53.38.15.*
rpcallowip=127.0.0.1

Where mine says 53.38.15 most peoples are 192.168 etc those are just important numbers to me for one reason or another.
Last thing you gotta do is give your main rig a static ip with your router (meaning it does not change), start your feathercoin wallet and let it download the whole block chain until it is in sync and then you can point your miner at it. Then go to your other 3 miners and point them at 53.38.15.Whatever static number you decide, port 9337 with a username and password that matches your feathercoin.conf and you have your own little network of miners going.

I'm sorry I am not better at tutorials but I hope this will help you get where you need to be, if you need help giving your main rig a static ip, let me know and I will tell you how. Good luck.




Thanks man for all the help, great guide, yerterday i put all my GPUs runing into the same wallet so now i need a very new currency to test it.
The question now is: the newtwork take it like 4500 khs or 1400 and 1200 and 1000 and 900?
sweeppicking (OP)
Member
**
Offline Offline

Activity: 83
Merit: 10



View Profile
May 23, 2013, 12:21:03 PM
 #11

Man buys equipment for 4000-5000 euros, and has no idea about IT.
The butcher in the world of IT.  Roll Eyes
4000 or 5000 euros for only 4500 khs???
I just have my 2 watercooled sapphire 7970 in my personal rig and 12 5830 in 3 mining rigs.
I know a lot about Overclocking, (you can check the guy with 800khs per GPU, yes, i'm this guy) i started with mining about 3 or 4 mounths.
sorry sir u.u
jmfg187
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
May 23, 2013, 01:23:49 PM
 #12

Quote
Thanks man for all the help, great guide, yerterday i put all my GPUs runing into the same wallet so now i need a very new currency to test it.
The question now is: the newtwork take it like 4500 khs or 1400 and 1200 and 1000 and 900?

   The way I understand it it would be 4500, I can watch 2 of my 3 computers at the same time and remote into the 3rd and when they are all mining solo or p2pool they each hash the same number at the same time, so I think when you do it this way it runs like 1 big hasher allowing you to hash through each number faster instead of each client hashing a different block. Now if you are mining at a pool I believe they all work separately.

As far as what coin you want to hash if I had that much hashing power I would be hashing novacoin and trading it for BTC, that is just my opinion though. If you need help setting up Novacoin p2pool let me know.

BTC: 17nmAJ5N2fKMTGymAarp4DUPXjHkohacXQ  LTC: LUzmyjMuVWyU9coa7iEQYgGWKDBKRsiLmo  NVC: 4Pby77nChLzU2rsi2RsLpM8C95dKF5XTbg  FC: 6nKefP46bnT3P1XP9jaEugYd84UdW4zrL3
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!