Blisk
|
|
February 02, 2014, 09:55:27 AM |
|
install python MsgPackSerializer
|
|
|
|
deado
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 02, 2014, 10:04:42 AM |
|
nevermind. solved issue with 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.
|
|
|
|
|
tiktoc (OP)
|
|
February 12, 2014, 04:20:59 PM |
|
Need a bit more the log posted, what database are you using with it ?
|
|
|
|
MatrixKoper
Newbie
Offline
Activity: 4
Merit: 0
|
|
February 14, 2014, 06:05:12 PM |
|
|
|
|
|
tiktoc (OP)
|
|
February 15, 2014, 03:10:08 AM |
|
says the video is not available in my country.
|
|
|
|
MatrixKoper
Newbie
Offline
Activity: 4
Merit: 0
|
|
February 15, 2014, 09:56:50 AM |
|
TicTock Ahh the youtube Video Fixed Watch Now
|
|
|
|
tiktoc (OP)
|
|
February 15, 2014, 05:13:29 PM |
|
still a nope to the video, just message me screen shots or a cut and paste.
|
|
|
|
MatrixKoper
Newbie
Offline
Activity: 4
Merit: 0
|
|
February 16, 2014, 11:44:23 AM |
|
|
|
|
|
jesse11
Sr. Member
Offline
Activity: 333
Merit: 250
Ants Rock
|
|
February 26, 2014, 10:03:32 PM |
|
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)
|
|
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.
|
|
|
|
tiktoc (OP)
|
|
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 ?
|
|
|
|
vmfx
Newbie
Offline
Activity: 30
Merit: 0
|
|
April 02, 2014, 12:40:58 AM |
|
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
|
|
April 02, 2014, 01:02:21 AM |
|
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
Activity: 2
Merit: 0
|
|
April 02, 2014, 11:23:22 PM |
|
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)
|
|
April 03, 2014, 02:03:51 AM |
|
Not that I know of. Best place to do it would be in the bitcoin client itself.
|
|
|
|
kashking
|
|
April 03, 2014, 01:28:12 PM |
|
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)
|
|
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
|
|
|
|
tiktoc (OP)
|
|
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.
|
|
|
|
kashking
|
|
April 03, 2014, 04:41:47 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 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?
|
|
|
|
|