Bitcoin Forum
May 22, 2024, 06:51:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 »
1  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 04, 2014, 12:56:14 AM
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.
2  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 03, 2014, 05:06:01 PM

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.
3  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 03, 2014, 03:30:48 PM
Also as of 9.0 the build process has changed and it requires a few new dependencies.

You can always use the bitcoin official binaries and then once it is installed go from there.
4  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 03, 2014, 03:28:56 PM
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

5  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 03, 2014, 02:03:51 AM
Not that I know of. Best place to do it would be in the bitcoin client itself.
6  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: March 25, 2014, 04:36:09 AM

At a guess looks like a database issue, what have you specified as the database looks like you have put bitcoinrpc in there ?
7  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: March 25, 2014, 04:32:46 AM
I've done this 4 times and SSH into the server via putty always gives me "Denied"! I tried to 'open port 22' Denied again. I have followed the instructions to the tee yet no go. 

If you are doing this in virtualbox you need to add a local interface in virtual box itself before you can ssh to the virtual machine. If not ill need more detail or ask in the linux support forums on how to get ssh working.
8  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: February 15, 2014, 05:13:29 PM
still a nope to the video, just message me screen shots or a cut and paste.
9  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: February 15, 2014, 03:10:08 AM
says the video is not available in my country.
10  Economy / Service Discussion / Re: blockchain.info is under attack? on: February 13, 2014, 05:25:57 AM
If you are relying on it for business and they are providing it for free, why don't you ask them if they have a private version available at a cost...
11  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: February 12, 2014, 04:20:59 PM
Need a bit more the log posted, what database are you using with it ?
12  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: January 04, 2014, 02:15:32 AM
Try bitcoind -reindex if it wont load the blockchain normally fixes it.

On the other error havent seen it before but, but one of the python modules is missing I think.
13  Bitcoin / Bitcoin Technical Support / Re: Bitcoind crashed and no longer starts on: December 27, 2013, 06:15:15 AM
Wallet might be corrupted at a guess from the error output. If it DOES NOT have coins in it then delete the wallet and try again.
14  Bitcoin / Bitcoin Technical Support / Re: How can I extract private keys from a compromised wallet.dat? on: December 19, 2013, 06:03:14 PM
Have a look at jackjacks python wallet stuff. might be of help.
15  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: December 14, 2013, 07:58:28 AM
Just tried it and seems to work for me

move the old clone of the bitcoin git to bitcoinold
in the git directory
Code:

cd git
mv bitcoin bitcoinold

git clone https://github.com/bitcoin/bitcoin.git
cd bitcoin

git checkout v0.8.6

cd src

make -f makefile.unix


If it still doesnt work post the error.

or you can use the pre-built binaries

from here

http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/bitcoin-0.8.6-linux.tar.gz/download

Code:
cd
wget http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/bitcoin-0.8.6-linux.tar.gz/download

tar zvf bitcoin-0.8.6-linux.tar.gz
cd bitcoin-0.8.6-linux/bin/32/

killall -TERM bitcoind

./bitcoind -daemon


check it with ./bitcoind getinfo

and also the logs in your home directory under .bitcoin

to see if its working ok, if so start with options you normally use eg ./bitcoind -blah blah blah

test it out if it works then backup the old bitcoind binary in /usr/local/bin

Code:
sudo mv /usr/local/bin/bitcoind /usr/local/bin/bitcoin85
sudo mv ./bitcoind /usr/local/bin/bitcoind
killall -TERM bitcoind

Run it like normal

16  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: December 13, 2013, 07:31:48 PM
Ill have look after some sleep and double check them.
17  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: December 04, 2013, 03:52:27 PM
Why use mysql?

Is that all the startup log?

You need to post more of it. Is the pool server actually starting up ? or does it fall back to command line after failing?
18  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: October 25, 2013, 05:49:33 PM
You tried the one it uses by default the built in one and are all the dependencies installed ?
19  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: October 25, 2013, 12:27:05 PM
Hi, can someone help me here i cant seem to figure out why i keep getting the following error,

https://gist.github.com/drkyro/2d0e04ab0506a07141dc

At a guess it is trying to access and element that doesnt exist, ask in the mining pool software thread in pools someone might be able to help there. Does it do it when you are not using mysql for the database ?
20  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: September 01, 2013, 07:28:22 PM
The devices using different login names ?

change the setting and see how it goes Smiley
Pages: [1] 2 3 4 5 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!