Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yago

Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13
106
BitShares PTS / Re: Coyote Miner | PPS Mining Pool
« on: November 13, 2013, 10:16:09 pm »
Unfortunately, ypool does not have a linux client as of yet.

 ???

git clone https://github.com/Tydus/jhProtominer -b linux-port ; cd jhProtominer/src/jhProtominer ;make CFLAGS="-O3 -march=native"

./jhProtominer -o ypool.net -u yago.propinas -p x -m512 -t 4

107
Marketplace / Re: $500 Bounty - Keyhotee Splash Screen & Icon
« on: November 13, 2013, 10:01:39 pm »
Are we coming to the end of this bounty? Considering original post in bitcointalk, there are two days left.

Original post was made on nov 3, so I guess that the bounty ends next sunday (17).

108
Marketplace / Re: $500 Bounty - Keyhotee Splash Screen & Icon
« on: November 13, 2013, 09:58:11 pm »
And my favorite splash screen is the one made by jan, although Don Quixote has the wrong helmet there :P

109
@yago, When I run it, it connects successfully and says it logged in, but then says "Illegal instruction (core dumped)" and exits. Would you know why?

I have tried:

make CFLAGS="-O3 -march=native"
make CFLAGS="-O3 -march=corei7"
make CFLAGS="-O3 -march=generic"
make CFLAGS="-O3"

All create a binary that gives the same error.

Intel Xeon - 64 bit Linux Ubuntu

Sorry but I don't know why that binary fails on your server.
Are you using a virtual machine?

Try to reboot if possible.

Found this using google, maybe it works for you:
Code: [Select]
try setting the following prior to building:
$ export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu

110
Trying to mine with several workers on the same LAN. Seems that the miners connect to the server, but on ypool.net site it says that only one or zero miners are connected  :-\

Also "Unconfirmed (PTS)" is too low. A friend with 3x collisions/min has 20x balance, and I was mining on that pool before him :(

Seems that something is wrong here, right? How should I fix it?

111
BitShares PTS / Re: Coyote Miner | PPS Mining Pool
« on: November 12, 2013, 10:10:25 pm »
Does anyone have a guide on setting this pool up on linux please?  I'll be using putty on a remote server.
Try this.
cd ~
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev dos2unix

wget --no-check-certificate  https://the-iland.net/static/downloads/linux_coyote_miner.0.1.0.tar.gz
tar -xvzf linux_coyote_miner.0.1.0.tar.gz
chmod u+x coyote_miner
./coyote_miner 162.243.67.4 [PTS ADDRESS]

Last version is 0.2.3:

Code: [Select]
mkdir -p bin
cd bin
wget --no-check-certificate http://bitsharestalk.org/PubDownloads/linux_coyote_miner.0.2.3.tar.gz
tar zxvf linux_coyote_miner.0.2.3.tar.gz
chmod +x coyote_miner
./coyote_miner 162.243.67.4 [PTS ADDRESS]

112
Hmm the auto reconnect does not work for me.

Quick fix for the auto-reconnect issue:

Code: [Select]
cd jhProtominer/src/jhProtominer
perl -pe 's/Sleep\(45000\);/exit\(1\);/g' main.cpp | perl -pe 's/45 seconds/8 seconds/g' > m ; mv m main.cpp ; make CFLAGS="-O3 -march=native"
echo "while true; do ./jhProtominer -o ypool.net -u yago.propinas -p x -m512 -t 4; sleep 8; done" > jhminer.sh ; chmod +x jhminer.sh
./jhminer.sh

It modifies the source to exit when that error appears, compile it and then create a script to auto-launch jhProtominer again after error.

113
General Discussion / Re: Coingrounds PTS / BTC Exchange
« on: November 12, 2013, 09:22:26 pm »
Exchange is back and working! 8)

Yep, it works :)

Very fast trading and withdraw (both PTS and BTC)

Good work Silfax!

114
Meta / Re: Forum Staff
« on: November 12, 2013, 07:24:28 pm »
Spanish board moderator:
Yago

115
Español (Spanish) / Re: Mas usuarios de habla en español
« on: November 12, 2013, 06:52:05 pm »
Hola liberman,

Bienvenido :)

116
Español (Spanish) / Re: ¿Qué son las ProtoShares?
« on: November 12, 2013, 05:47:17 pm »
Hola,

En cuanto tenga un rato tranquilo me pondré con la traducción de BitShares,  a ver si así termino de entenderlo  :-X

117
BitShares PTS / Re: How to mine on Debian wheezy servers?
« on: November 12, 2013, 05:44:02 pm »
Hi JohnD, try this:

Code: [Select]
sudo -s
echo "deb http://ftp.debian.org/debian/ testing main contrib non-free" >> /etc/apt/sources.list
apt-get update
apt-get -t testing install libc6-dev

118
All my miners said "Connection to server lost - Reconnect in 45 seconds" but it doesnt reconnect, had to restart it  :-\

119
BitShares PTS / Re: Linux Port Available
« on: November 12, 2013, 05:16:10 pm »
Hi everyone,

I've port this miner to Linux. It makes ~85cpm on a Intel Xeon E5620(4C8T@2.4GHz) and 16GB memory. It's really fast (although the codes are so bad formatted). Thanks jh.

Thank you! It works fine :)

Strange thing is that I've 3 miners running, but they doesnt appear as "active" on the web. Also shares = 0.0 but Unconfirmed (PTS) is growing.

120
Hope to see the linux miner  :)

I'm using it with wine, seems to work ok.

Pages: 1 2 3 4 5 6 7 [8] 9 10 11 12 13