Bitcoin Forum
May 06, 2024, 07:23:16 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 39154 times)
Blisk
Sr. Member
****
Offline Offline

Activity: 412
Merit: 250


View Profile
February 02, 2014, 09:55:27 AM
 #141

install python MsgPackSerializer

In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715023396
Hero Member
*
Offline Offline

Posts: 1715023396

View Profile Personal Message (Offline)

Ignore
1715023396
Reply with quote  #2

1715023396
Report to moderator
deado
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 02, 2014, 10:04:42 AM
 #142

nevermind. solved issue with
Code:
sudo apt-get install msgpack-python libmsgpack3 libmsgpackc2

everything seems to be up and running so far. was able to connect to it. will be testing it out see how it goes.
matrixx7777777
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 10, 2014, 08:09:50 PM
 #143

I have a problem with this:  Huh


IMAGE LINK
http://zapodaj.net/3aa29501ad7b5.jpg.html





Please help!
Please help!

tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 12, 2014, 04:20:59 PM
 #144

Need a bit more the log posted, what database are you using with it ?
MatrixKoper
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 14, 2014, 06:05:12 PM
 #145

TicTock
My Problem :
http://www.youtube.com/watch?v=Y-3Tw_qiCao&feature=youtu.be

(My Video )

Help My Please
tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 15, 2014, 03:10:08 AM
 #146

says the video is not available in my country.
MatrixKoper
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 15, 2014, 09:56:50 AM
 #147

TicTock  Wink
Ahh the youtube
Video Fixed
Watch Now
tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
February 15, 2014, 05:13:29 PM
 #148

still a nope to the video, just message me screen shots or a cut and paste.
MatrixKoper
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 16, 2014, 11:44:23 AM
 #149

TicTock :
http://www.youtube.com/watch?v=OKZd9PXfMFk&feature=youtu.be

And ScreenSHot:
http://Http://www.maxc.cba.pl
jesse11
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


Ants Rock


View Profile
February 26, 2014, 10:03:32 PM
 #150

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. 

Mining with: BE's,BE Cubes, K16's, AntMiners U1's and AntMiners S1's
tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
March 25, 2014, 04:32:46 AM
 #151

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.
tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
March 25, 2014, 04:36:09 AM
 #152


At a guess looks like a database issue, what have you specified as the database looks like you have put bitcoinrpc in there ?
vmfx
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile WWW
April 02, 2014, 12:40:58 AM
 #153

For some reason i just cant get past installing stratum ?

osaware@osaware-ub12:/pool$ sudo easy_install stratum
Traceback (most recent call last):
  File "/usr/local/bin/easy_install", line 9, in <module>
    load_entry_point('distribute', 'console_scripts', 'easy_install')()
  File "/usr/local/lib/python2.7/dist-packages/setuptools-3.4.1-py2.7.egg/pkg_resources.py", line 351, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python2.7/dist-packages/setuptools-3.4.1-py2.7.egg/pkg_resources.py", line 2362, in load_entry_point
    raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'easy_install') not found

sudo easy_install also gives errors

have tried on clean ubuntu 12 and clean ubuntu 13 installations in VM's - after doing apt-get update upgrade

any ideas ?
palawan
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile
April 02, 2014, 01:02:21 AM
 #154

For some reason i just cant get past installing stratum ?

osaware@osaware-ub12:/pool$ sudo easy_install stratum
Traceback (most recent call last):
  File "/usr/local/bin/easy_install", line 9, in <module>
    load_entry_point('distribute', 'console_scripts', 'easy_install')()
  File "/usr/local/lib/python2.7/dist-packages/setuptools-3.4.1-py2.7.egg/pkg_resources.py", line 351, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python2.7/dist-packages/setuptools-3.4.1-py2.7.egg/pkg_resources.py", line 2362, in load_entry_point
    raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'easy_install') not found

sudo easy_install also gives errors

have tried on clean ubuntu 12 and clean ubuntu 13 installations in VM's - after doing apt-get update upgrade

any ideas ?

Try this -->   easy_install not found

Pick the top answer - 72 upvotes.  Good luck.






halu
vinstrol
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
April 02, 2014, 11:23:22 PM
 #155

Hi,

As I see all the bitcoin will go to one wallet.

How to automatically share the bitcoin to other ppl who help with mining? is there any script in this stratum?
tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
April 03, 2014, 02:03:51 AM
 #156

Not that I know of. Best place to do it would be in the bitcoin client itself.
kashking
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile WWW
April 03, 2014, 01:28:12 PM
 #157

Hello everyone:

I've followed the guide and gotten the blockchain synced up, and the pool running without any errors. I'm running a windows 7 64 bit host and an Ubuntu 12.10 32 bit guest in a virtualbox VM.

I'm having a hard time getting connected up to my pool from the windows 7 machine. Can anyone help me configure the network properly for this? Trying to test on the testnet.

Thanks
-Kash

tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
April 03, 2014, 03:28:56 PM
 #158

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

tiktoc (OP)
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
April 03, 2014, 03:30:48 PM
 #159

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.
kashking
Sr. Member
****
Offline Offline

Activity: 289
Merit: 250


View Profile WWW
April 03, 2014, 04:41:47 PM
 #160

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?


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.

It didn't seem to complain about any dependency issues while i was building. How can I make sure?

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!