Pages:
Author

Topic: [ANN][YAC][POOL]p2pool for yacoin!! - page 13. (Read 28181 times)

legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
May 16, 2013, 10:21:21 AM
did I miss something?
Yes, creation of yacoin.conf :F
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 16, 2013, 10:20:56 AM


This isn't the "official" git for Yacoin created by pocopoco

Should be: https://github.com/pocopoco/yacoin

(The "unofficial" fork, which WindMaster is currently working on is https://github.com/yacoin/yacoin)
legendary
Activity: 2909
Merit: 1308
May 16, 2013, 10:17:43 AM
#99
I've got all the bugs sorted on my node now, so if you want to mine some YAC on a good solid server then head over to.....

--url http://mining.bitvolcano.com:8338
--user youryacaddress
--pass x

Remember to use the latest cpuminer with the -a scrypt-jane option
There is a 1% fee.
Stats are at http://bitvolcano.com:8338

What sort of hardware and software it takes to run the P2Pool anyway, starting with blank dedicated server?

I setup a debian 7.0 (with desktop + ssh)
then ai do an additional:
apt-get -y install build-essential git-core unzip cmake automake libncurses5-dev autoconf libcurl4-openssl-dev pkg-config automake yasm
aptitude -r install linux-headers-2.6-$(uname -r|sed 's,[^-]*-[^-]*-,,') fglrx-control fglrx-driver
aptitude install firmware-linux-nonfree
aptitude install libgl1-mesa-dri
 apt-get install libwxgtk2.8-dev
 apt-get install python-zope.interface python-twisted python-twisted-web
apt-get install python2.7-dev
apt-get install python-twisted
aticonfig --initial
reboot
cd /opt/tar xf /root/bc/AMD-APP-SDK-v2.7-lnx64.tar
/opt/Install-AMD-APP.sh

as user:
mkdir yacoin

cd yacoin


-> client

git clone https://github.com/pocopoco/yacoin    EDIT: Fixed the Link, wrong cut&paste

cd yacoin
cd src
make -f makefile.unix

# generate the yacoin.conf

echo rpcuser=rpc >> ~/.yacoin/yacoin.conf
echo rpcpassword=SOMERANDOM >> ~/.yacoin/yacoin.conf
echo server=1 >> ~/.yacoin/yacoin.conf
 # start yacoind
./yacoind


-> pool:

 git clone https://github.com/cctvsmg/yacoin-p2pool
 su
 cd yac_scrypt/
 python setup.py install

as user
python ./run_p2pool.py   --give-author=1 --net yacoin






did I miss something?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
May 16, 2013, 10:15:53 AM
#98
Compiled "update 5" version for windows on my skydrive if s1 intrested.
I also put yac_scrypt compiled.
My node still not updated, will do it in next few hrs.
sr. member
Activity: 324
Merit: 250
May 16, 2013, 10:12:29 AM
#97
Yeah that. Don't forget to take an image when you have it working in case you subsequently break something!
^^ This is a wise man!
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 16, 2013, 10:10:12 AM
#96
Basically start with a blank ubuntu server.
Install dependencies for yacoin and build yacoind.
Then do the dependencies for yacoin-p2pool.

Run the yacoind and download the blockchain.
Forward some ports and run p2pool.

Viola! The easiest way i know to deploy a pool.

Yeah that. Don't forget to take an image when you have it working in case you subsequently break something!
sr. member
Activity: 324
Merit: 250
May 16, 2013, 10:05:52 AM
#95
Basically start with a blank ubuntu server.
Install dependencies for yacoin and build yacoind.
Then do the dependencies for yacoin-p2pool.

Run the yacoind and download the blockchain.
Forward some ports and run p2pool.

Viola! The easiest way i know to deploy a pool.
sr. member
Activity: 324
Merit: 250
May 16, 2013, 09:41:19 AM
#94
I've got all the bugs sorted on my node now, so if you want to mine some YAC on a good solid server then head over to.....

--url http://mining.bitvolcano.com:8336
--user youryacaddress
--pass x

Remember to use the latest cpuminer with the -a scrypt-jane option
There is a 1% fee.
Stats are at http://stats.bitvolcano.com
full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 16, 2013, 09:07:40 AM
#93
@procrypto: Great, immediately saw my address in the payout list.

Nice! Definitely getting a few more workers join now, but no blocks yet Cry Don't give up, things will improve as more miners get involved.
sr. member
Activity: 448
Merit: 250
May 16, 2013, 08:45:35 AM
#92
Take out that addition you don't need it, the peers are propagated though the net from the boot node.

Ok, cool. Have updated to the latest code and restarted p2pool.

http://yac.procrypto.com:8080/ - 0% fee, 0% to author.

Solid server with pro host in top data centre.  Wink

Throwing some hashes your way, lets see how it goes!   

I see last blocks is empty (but not the payout list), this mean you've found no blocks yet, or... ?
legendary
Activity: 2909
Merit: 1308
May 16, 2013, 08:38:05 AM
#91
I connected to procrypto's p2pool just fine, so i guess you made a tiny error. Maybe the worker port?
This guide has helped me a lot, it's for feathercoin but you'll get the idea: https://bitcointalksearch.org/topic/howto-setup-a-p2pool-for-feathercoin-182027

@procrypto: Great, immediately saw my address in the payout list.
@ntkrnl: Thanks too! Sent you a tip.   Cheesy


Thanks..
but I did not see an error: (i guess it is a logical one)

if I start this cleint, on a machine without a yacoind running, only the client:

Code:
minerd_scrypt_jane_x64.exe -u USER -p PASS -o http://IP.FROM_My_Node:PORT -t 18

(ip is an intarnal one..) User and Pass are these from the yacoin client..

I see the client connect:
every YAY!!! i got this in the logfile of my p2pool:

Code:
Worker rpc submitted share with hash > target:
2013-05-16 14:16:28.484731     Hash:   68d6fe263ae1d3ffda17daeb213057bb24943886116f902321b0b49a939bcbfb
2013-05-16 14:16:28.484773     Target: fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

so the connection work.
But I don't get any share counted.

(or do I need to look on another place)


hero member
Activity: 756
Merit: 501
May 16, 2013, 08:05:13 AM
#90
I connected to procrypto's p2pool just fine, so i guess you made a tiny error. Maybe the worker port?
This guide has helped me a lot, it's for feathercoin but you'll get the idea: https://bitcointalksearch.org/topic/howto-setup-a-p2pool-for-feathercoin-182027

@procrypto: Great, immediately saw my address in the payout list.
@ntkrnl: Thanks too! Sent you a tip.   Cheesy
legendary
Activity: 2909
Merit: 1308
May 16, 2013, 07:45:57 AM
#89
yes, running fine.

now a question. is there any minerd (with scrypt-jane) who can remote connect to the p2pool server already?
Or did I do something wrong here in the setup?

p2pool "server" is running fine, a local minerd also submitting shares.
if i try to submit shares from other clients no share is accepted.

If you have link i need to read first, i will do this Smiley

full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 16, 2013, 07:34:18 AM
#88
Take out that addition you don't need it, the peers are propagated though the net from the boot node.

Ok, cool. Have updated to the latest code and restarted p2pool.

http://yac.procrypto.com:8336/ - 0% fee  (edit: updated port)

Solid server with pro host in top data centre.

Also throwing a few (loss making) server instances at it to get the hashrate up.
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
May 16, 2013, 07:07:17 AM
#87
http://yac.procrypto.com:8080/ - 0% fee, 0% to author

Been running sweet for about an hour.

Added "-n rav3n.dtdns.net:9355" on starting. I'm a p2pool novice though. Is there anything else I should be doing to ensure I'm connected to more nodes?

I`m not runnin "current" code anymore, will update in few hrs when I get access to my machine.
erk
hero member
Activity: 826
Merit: 500
May 16, 2013, 07:02:09 AM
#86
http://yac.procrypto.com:8080/ - 0% fee, 0% to author

Been running sweet for about an hour.

Added "-n rav3n.dtdns.net:9355" on starting. I'm a p2pool novice though. Is there anything else I should be doing to ensure I'm connected to more nodes?

Take out that addition you don't need it, the peers are propagated though the net from the boot node.

full member
Activity: 224
Merit: 100
Shitcoin Maximalist
May 16, 2013, 06:57:30 AM
#85
http://yac.procrypto.com:8336/ - 0% fee, 0% to author. (edit: updated port)

Been running sweet for about an hour.


Added "-n rav3n.dtdns.net:9355" on starting. I'm a p2pool novice though. Is there anything else I should be doing to ensure I'm connected to more nodes?
legendary
Activity: 1361
Merit: 1003
Don`t panic! Organize!
May 16, 2013, 06:49:53 AM
#84

The newest protocol  conflicts with the old one, that's why I changed the server to the new version, and changed back again.
We must use a new port and a new protocol  prefix. I have update the source on github a moment ago. Please download the newest one.
https://github.com/cctvsmg/yacoin-p2pool   

the newest version use a port 8338 like:
http://pool.bitcn.org:8338

Please use some sane update mode when sending update to git...
legendary
Activity: 2909
Merit: 1308
May 16, 2013, 05:47:25 AM
#83
Quote
NO, it's a bug.
The newest protocol  conflicts with the old one, that's why I changed the server to the new version, and changed back again.
We must use a new port and a new protocol  prefix. I have update the source on github a moment ago. Please download the newest one.
https://github.com/cctvsmg/yacoin-p2pool   

the newest version use a port 8338 like:
http://pool.bitcn.org:8338



thanks, working better. got 3 connections..

now i need to fix this problem only:
Code:
2013-05-16 11:47:33.154302 Worker a submitted share with hash > target:
2013-05-16 11:47:33.154399     Hash:   8b36efed8e932bfa70a1f315a6e071a2ff89b02737d3b3b76dc20d277d595190
2013-05-16 11:47:33.154444     Target: fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

but this has to wait..

newbie
Activity: 46
Merit: 0
May 16, 2013, 05:04:36 AM
#82
not sure if this is normal, as I'm not that familar with p2pool right now:

Code:
utgoing connection to peer 91.235.254.37:9355 established. p2pool version: 1100 'b2de428-dirty'
2013-05-16 10:45:21.310680 Sending 1 shares to 91.235.254.37:9355
2013-05-16 10:45:21.364218 Peer sent entire transaction d569d639cecd98d005c22dc854f2eea8be35ab5c7c6c66dae82338cf136c0afe that was already received
2013-05-16 10:45:21.375079 Lost peer 91.235.254.37:9355 - Connection was closed cleanly.
2013-05-16 10:45:21.375517 > in handle_share_hashes:
2013-05-16 10:45:21.375557 > Traceback (most recent call last):
2013-05-16 10:45:21.375591 > Failure: twisted.internet.error.ConnectionDone: Connection was closed cleanly.

this comes around every 5 seconds..


and another question:
if I run on a windwos host a miner minerd_scrypt_jane_x64 i got this:

Code:
Worker a submitted share with hash > target:
2013-05-16 10:47:14.835635     Hash:   3cdb25c5746ad9ff4a5002b135160be5a0351dc07b9c62bbe853364b20b4f9e8
2013-05-16 10:47:14.835676     Target: fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

is this OK?


NO, it's a bug.
The lastest protocol  conflicts with the former one, that's why I changed the server to the new version, and changed back again.
We must use a new port and a new protocol  prefix. I have update the source on github a moment ago. Please download the newest one.
https://github.com/cctvsmg/yacoin-p2pool   

the newest version use a port 8338 like:
http://pool.bitcn.org:8338
Pages:
Jump to: