Bitcoin Forum
April 26, 2024, 12:22:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9]  All
  Print  
Author Topic: Avalon users: bitcoind and slush's/generalfaults mining pool setup  (Read 39150 times)
tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
April 03, 2014, 05:06:01 PM
 #161


with your vm selected click settings, then click network in the adaptor tab change it from nat to bridged and then it should be assigned a ip by your router. You can check in linux with ifconfig



OK i'll give this a shot when i get home tonight. The quickest way to verify this works is to use ifconfig and then on the windows machine use

Code:
ping <ip from ifconfig inet4 address>

Right?

Yup.


Did you build version 8 then its fine.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714134168
Hero Member
*
Offline Offline

Posts: 1714134168

View Profile Personal Message (Offline)

Ignore
1714134168
Reply with quote  #2

1714134168
Report to moderator
1714134168
Hero Member
*
Offline Offline

Posts: 1714134168

View Profile Personal Message (Offline)

Ignore
1714134168
Reply with quote  #2

1714134168
Report to moderator
1714134168
Hero Member
*
Offline Offline

Posts: 1714134168

View Profile Personal Message (Offline)

Ignore
1714134168
Reply with quote  #2

1714134168
Report to moderator
kashking
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile WWW
April 03, 2014, 05:47:56 PM
 #162

Looks like i got version 8, i pulled the files from your guide:

wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8_4.8.30-quantal2_i386.deb
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8-dev_4.8.30-quantal2_i386.deb
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8%2B%2B_4.8.30-quantal2_i386.deb
wget https://launchpad.net/~bitcoin/+archive/bitcoin/+files/libdb4.8%2B%2B-dev_4.8.30-quantal2_i386.deb

BTW, thanks a ton for this guide! This is a huge help. Also, appreciate you getting back to me so quickly. I'll be tipping you once this is up and running, without a doubt!

-Kash

vinstrol
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 03, 2014, 06:51:23 PM
Last edit: April 03, 2014, 08:28:44 PM by vinstrol
 #163

Not that I know of. Best place to do it would be in the bitcoin client itself.

Do you configure MPOS with bitcoind or/and use the litecoin script from MPOS? what do You think about this?

It is possible to find the bitcoin with start serwer "bitcoind -testnet"?

In bitcoin.conf i use:

Code:
# Set gen=1 to attempt to generate bitcoins
gen=1
tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
April 04, 2014, 12:56:14 AM
 #164

Not that I know of. Best place to do it would be in the bitcoin client itself.

Do you configure MPOS with bitcoind or/and use the litecoin script from MPOS? what do You think about this?

It is possible to find the bitcoin with start serwer "bitcoind -testnet"?

In bitcoin.conf i use:

Code:
# Set gen=1 to attempt to generate bitcoins
gen=1

I know nothing about MPOS, but there was a security warning for 6 months ago ? I think. So check it out first.

if you use -testnet it doesnt find bitcoin, it finds testnet coins.

you wont generate any bitcoins useing gen=1 with the current difficulty that bitcoin is at.
vmfx
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile WWW
April 07, 2014, 12:42:40 AM
 #165

Not sure whats going on with the 'difficulty' for my workers...

I have a Block Errupter cube that when I run it on BTC Guild i set the difficulty to 32 as it runs around 32GH and it runs smoothly.

With this script, for some reason, the difficulty for my client slowly gets jacked up and up until its over 200 instead of staying at 32 as it should ?

ie output from BFGminer... here with client difficulty already at 189... it slowly goes up and up...

 [2014-04-06 19:38:08] Accepted 004d77fc PXY 0  Diff 845/189
 [2014-04-06 19:38:26] Accepted 00ba8854 PXY 0  Diff 351/189
 [2014-04-06 19:38:39] Stratum from pool 0 requested work update
 [2014-04-06 19:38:43] Accepted 014f4088 PXY 0  Diff 195/189
 [2014-04-06 19:39:32] Accepted 0131220c PXY 0  Diff 214/189
 [2014-04-06 19:39:32] Accepted 000a4695 PXY 0  Diff 6.38k/189
 [2014-04-06 19:39:39] Accepted 002a120c PXY 0  Diff 1.56k/189
 [2014-04-06 19:39:39] Stratum from pool 0 requested work update

does this translate into my miners taking difficulties they can never work on ? what should I do here ?
vmfx
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile WWW
April 07, 2014, 01:56:56 AM
 #166

Basically, the variable diff does not work too well for me. I set POOL_TARGET=64 and disabled the variable diff functionality since my miner is running at aprox 32gh

based on feedback here :

Quote
I ended up adding new config variables for different type of workers based on hash rates.  Modified interfaces to set the default difficulty based on the worker name.  I've run mini rigs at 1024, bitfuries h-cards at 64.  Worked well.  I only have one mini rig now so it is no use to run solo, but maybe people with 20-30 KNC Jupiters can test this

However when i turn VARDIFF off I get a error in my bfgminer...

Code:
global name 'settings' is not defined

I found in another post that by adding the following line at the top of interfaces.py with the other imports it fixes this problem and the error goes away:

Code:

Code:
from stratum import settings
Pages: « 1 2 3 4 5 6 7 8 [9]  All
  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!