Search content
Sort by

Showing 20 of 176 results by tiktoc
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 04/04/2014, 00:56:14 UTC
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.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 03/04/2014, 17:06:01 UTC

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

Right?

Yup.


Did you build version 8 then its fine.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 03/04/2014, 15:30:48 UTC
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.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 03/04/2014, 15:28:56 UTC
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

Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 03/04/2014, 02:03:51 UTC
Not that I know of. Best place to do it would be in the bitcoin client itself.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 25/03/2014, 04:36:09 UTC

At a guess looks like a database issue, what have you specified as the database looks like you have put bitcoinrpc in there ?
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 25/03/2014, 04:32:46 UTC
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.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 15/02/2014, 17:13:29 UTC
still a nope to the video, just message me screen shots or a cut and paste.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 15/02/2014, 03:10:08 UTC
says the video is not available in my country.
Post
Topic
Board Service Discussion
Re: blockchain.info is under attack?
by
tiktoc
on 13/02/2014, 05:25:57 UTC
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...
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 12/02/2014, 16:20:59 UTC
Need a bit more the log posted, what database are you using with it ?
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 04/01/2014, 02:15:32 UTC
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.
Post
Topic
Board Bitcoin Technical Support
Re: Bitcoind crashed and no longer starts
by
tiktoc
on 27/12/2013, 06:15:15 UTC
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.
Post
Topic
Board Bitcoin Technical Support
Re: How can I extract private keys from a compromised wallet.dat?
by
tiktoc
on 19/12/2013, 18:03:14 UTC
Have a look at jackjacks python wallet stuff. might be of help.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 14/12/2013, 07:58:28 UTC
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

Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 13/12/2013, 19:31:48 UTC
Ill have look after some sleep and double check them.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 04/12/2013, 15:52:27 UTC
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?
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 25/10/2013, 17:49:33 UTC
You tried the one it uses by default the built in one and are all the dependencies installed ?
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 25/10/2013, 12:27:05 UTC
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 ?
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
tiktoc
on 01/09/2013, 19:28:22 UTC
The devices using different login names ?

change the setting and see how it goes Smiley