Author

Topic: p2pool problems (Read 533 times)

sr. member
Activity: 350
Merit: 250
January 14, 2014, 06:18:07 PM
#3
thanks! will try this later. guide looks very different from what i was trying.
full member
Activity: 147
Merit: 100
January 13, 2014, 12:29:47 PM
#2
It looks like you don't have all the dependencies for compiling the ftc wallet/daemon. Take a look at the following guide and see if that helps. I bet you're just missing the libssl dependency.

http://forum.feathercoin.com/index.php?topic=5086.0
sr. member
Activity: 350
Merit: 250
January 13, 2014, 10:21:16 AM
#1
cd ~/
git clone https://github.com/FeatherCoin/FeatherCoin
cd ~/FeatherCoin/src
make -f makefile.unix USE_UPNP=-


trying to setup a p2pool with this guide.
https://bitcointalksearch.org/topic/howto-setup-a-p2pool-for-feathercoin-182027

i really want to setup a grain pool, but figured i would stick with the guide and at least get the feathercoin pool working before i try to change anything in the guide.

when i do this command in ubuntu;
make -f makefile.unix USE_UPNP=-


i get this response

root@renodaret:~/FeatherCoin/src# make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/FeatherCoin/src -I/root/FeatherCoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/version.d -o obj/version.o version.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/FeatherCoin/src -I/root/FeatherCoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
In file included from main.h:9:0,
                 from checkpoints.cpp:13:
bignum.h:12:24: fatal error: openssl/bn.h: No such file or directory
compilation terminated.
make: *** [obj/checkpoints.o] Error 1



what am i doing wrong
Jump to: