I need a painless solution to installing a stratum server, im currently trying to install the slush0 one but i am running into errors following their installation instructions, i have used bfgminer as a stratum proxy up until now however i would prefer a more uptodate version.
basically: i believe i need a stratum proxy to solo mine coins myself with my antminer [/b][/i]from what i have understoood so far, once i have success with reaching my antminer 'webpage reported hashrates with bitcoin' (14TH/s - not 200GH/s) i will move onto derivatives of the sha256 algorithm such as bitcoin cash or litecoin cash for a better chance at finding a block myself. I have had success with bfgminer as bridging the gap between my bitcoin core client located on my localhost and my antminer in my local network.
however the reported hash rates in bfgminer do not line up with reported hashrates in the antminer miner status webpage, bfgminer reports 200GH/s while antminer reports 14TH/s, which leads me to want to get a more up to date stratum proxy server, so i did a google for 'stratum proxy server bitcoin' and slushpool github page came up.
when it comes to installing slush0 stratum proxy server the errors i am receiving are to do with python and i am running into recursion limits while trying to execute their installation steps.
this is what i am trying to execute at the moment, yet it is not working for me, totally fresh ubuntu server install.
Code:
git clone git://github.com/slush0/stratum-mining-proxy.git
cd stratum-mining-proxy
sudo apt-get install python-dev
git pull
sudo python distribute_setup.py
sudo python setup.py develop
./mining_proxy.py --help
the 3rd to last command does not execute properly, gives me recursion limit error, google search is unhelpfull in finding a way to increase recursion limit, and so the last 2 commands wont work properly and im unable to setup the stratum proxy server.
I am running ubuntu server with no GUI so its quite difficult for someone fairly inexperienced in command line interface and now its getting fustrating
I have also tried in ubuntu desktop running into the same kind of issues with python, stratum and errors to do with these (except i didnt have recursion limit exceeded error ever before). I hope someone is able to educate me more-so i can begin solving my solo mining dilemma.
no, i dont wish to join a pool. I plan to scale up the mining operation once i have success with my single antminer
How can i solve recursion limit in ubuntu server? How can i connect my antminer to my bitcoin core client ? my understanding is that i need to bridge them with a stratum proxy server so they can 'talk to each other'?
please advise.
P.S. i found something which looks odd in my kernel page on antminer
[ 328.010724] random: nonblocking pool is initialized
[ 1013.782336] UBI: attaching mtd2 to ubi1
[ 1014.076237] UBI: scanning is finished
[ 1014.087388] UBI: attached mtd2 (name "upgrade-rootfs", size 80 MiB) to ubi1
[ 1014.094280] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[ 1014.101059] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[ 1014.107740] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[ 1014.114577] UBI: good PEBs: 636, bad PEBs: 4, corrupted PEBs: 0
[ 1014.120497] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[ 1014.127618] UBI: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 14********
[ 1014.136625] UBI: available PEBs: 0, total reserved PEBs: 636, PEBs reserved for bad PEB handling: 36
[ 1014.145795] UBI: background thread "ubi_bgt1d" started, PID 27421
[ 1014.156822] UBIFS: background thread "ubifs_bgt1_0" started, PID 27468
[ 1014.207762] UBIFS: mounted UBI device 1, volume 0, name "rootfs"
[ 1014.213687] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[ 1014.222832] UBIFS: FS size: 74280960 bytes (70 MiB, 585 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
[ 1014.232450] UBIFS: reserved for root: 0 bytes (0 KiB)
[ 1014.237491] UBIFS: media format: w4/r0 (latest is w4/r0), UUID ***********************, small LPT model
[ 1014.332302] UBIFS: un-mount UBI device 1, volume 0
[ 1014.337095] UBIFS: background thread "ubifs_bgt1_0" stops
[ 1014.348944] UBI: detaching mtd2 from ubi1
[ 1014.353781] UBI: mtd2 is detached from ubi1
**** included for privacyset full FAN speed...
FAN PWM: 100
read_temp_func Done!
CRC error counter=20933
What does this mean? it looks like something being mounted, with ubifs_bg1_0 loaded and thread started? What does crc error counter indicate? 20933 CRC ERRORS at 40 minutes run time.