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 - ichai

Pages: [1]
1
Спасибо, собралось. Особенно помогло удаление всех исходников и закачивание заново.

Теперь что-то не хочет с другими кошельками соединяться. Фаервола вроде нет

Code: [Select]
trying connection 64.90.183.137:3888 lastseen=104.2hrs
connect() failed after select(): Connection refused
trying connection 198.199.123.240:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 198.211.112.13:3888 lastseen=97.5hrs
trying connection 162.243.30.55:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 192.241.195.192:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 37.139.11.99:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 68.111.255.52:3888 lastseen=358397.9hrs
connection timeout
trying connection 162.243.54.126:3888 lastseen=86.9hrs
connection timeout
trying connection 85.24.140.105:3888 lastseen=358397.9hrs
connection timeout
trying connection 54.212.175.33:3888 lastseen=84.7hrs
connection timeout
trying connection 171.212.227.5:3888 lastseen=358397.9hrs
connection timeout
trying connection 37.139.29.236:3888 lastseen=107.1hrs
connection timeout
trying connection 106.186.114.109:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 180.183.204.204:3888 lastseen=358397.9hrs
connection timeout
trying connection 192.241.150.158:3888 lastseen=114.0hrs
connect() failed after select(): Connection refused
trying connection 106.187.41.67:3888 lastseen=76.0hrs
connection timeout
trying connection 146.185.173.206:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 54.219.166.105:3888 lastseen=358397.9hrs
connection timeout
trying connection 54.212.175.33:3888 lastseen=84.7hrs
connection timeout
trying connection 188.165.216.59:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 182.236.161.243:3888 lastseen=358397.9hrs
connected 182.236.161.243:3888
send version message: version 70001, blocks=0, us=109.234.154.125:3888, them=182.236.161.243:3888, peer=182.236.161.243:3888
socket recv error 104
disconnecting node 182.236.161.243:3888
trying connection 192.241.240.44:3888 lastseen=358397.9hrs
connect() failed after select(): Connection refused
trying connection 162.243.34.76:3888 lastseen=358397.9hrs
connection timeout
connect() failed after select(): Connection refused
trying connection 198.211.112.13:3888 lastseen=97.5hrs
trying connection 123.110.21.18:3888 lastseen=358397.9hrs
connection timeout
connection timeout
trying connection 64.90.183.137:3888 lastseen=104.2hrs
connect() failed after select(): Connection refused
trying connection 192.241.150.158:3888 lastseen=114.0hrs
connect() failed after select(): Connection refused
trying connection 54.218.232.206:3888 lastseen=76.1hrs
connection timeout
trying connection 192.241.150.158:3888 lastseen=114.0hrs
connect() failed after select(): Connection refused
trying connection 54.219.164.96:3888 lastseen=104.8hrs
connection timeout
trying connection 37.139.29.236:3888 lastseen=107.1hrs
connection timeout
trying connection 162.243.54.126:3888 lastseen=86.9hrs
connection timeout

2
Что-то выдаёт кучу ошибок. libboost из sid 1.54
Полный текст лога здесь:
http://pastie.org/8648745

3
Русский (Russian) / Re: Dogecoin на CPU?
« on: January 19, 2014, 07:28:39 am »
Приходите майнить к нам -> http://doge.coinpool.ru


4
Возник вопрос как собирать кошелёк. Через cmake . / make или сразу используя make -f make.unix
?

5
Have an error compile pool_miner with latest cmake and libboost 1.55

Text of error here http://pastie.org/8643886
Looks like that issue https://github.com/InvictusInnovations/coyote_miner/issues/2

Someone could help with that?

6
Technical Support / Re: Stratum-mining for protoshares
« on: January 12, 2014, 09:35:45 pm »
Working open source coyote pool software https://bitsharestalk.org/index.php?topic=636.0 you can find here https://github.com/InvictusInnovations/coyote_miner
Can't compile bitshres on i686 debian. Get an error:
Code: [Select]
error: '_mm_crc32_u64' was not declared in this scope
Trying to rise 64bit virtual machine.

7
Technical Support / Re: Stratum-mining for protoshares
« on: January 08, 2014, 01:00:00 pm »
ichai,

As soon as you are ready for testing with your pool, please PM me, so I can add support for your pool to my miner.

yvg1900

Follow @yvg1900 on Twitter to get updates on performance mining software
Ok, I subscribed to you on Twitter :)

8
Technical Support / Re: Stratum-mining for protoshares
« on: January 08, 2014, 12:59:14 pm »
Yes, you should compile BitShares, because coyote miner has self protocol for communication with coyote server which uses a modules from BitShares.
Is it possible to compile BitShares without Qt. In the readme says that its not necessary but cmake want it

Code: [Select]
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   program_options
--   unit_test_framework
-- Found unsuitable Qt version "" from NOTFOUND
Qt QTGUI library not found.
Qt QTNETWORK library not found.
Qt QTCORE library not found.
CMake Error at src/qt/locale/CMakeLists.txt:5 (qt4_add_translation):
  Unknown CMake command "qt4_add_translation".

Is there a parametr to skip Qt?

9
Technical Support / Re: Stratum-mining for protoshares
« on: January 07, 2014, 09:29:18 pm »
Working open source coyote pool software https://bitsharestalk.org/index.php?topic=636.0 you can find here https://github.com/InvictusInnovations/coyote_miner

How to compile coyot server. Readme says to build another software:
Code: [Select]
Build
-----------------------------

git clone https://github.com/InvictusInnovations/BitShares.git bitshares
cd bitshares
git clone https://github.com/InvictusInnovations/fc.git
cmake . -DCMAKE_BUILD_TYPE=Release
make

10
Technical Support / Stratum-mining for protoshares
« on: January 07, 2014, 06:59:24 pm »
Hello, I'am admin of http://coinpool.ru and want to make server to mine ProtoShares. Is there something like stratum-mining or python sha512 modules for mining ProtoSashares?

Or is there another pool software to start own pool?

Thanks,

Pages: [1]