BitShares Forum

Main => Technical Support => Topic started by: ichai on January 07, 2014, 06:59:24 pm

Title: Stratum-mining for protoshares
Post by: ichai 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 (https://github.com/slush0/stratum-mining) or python sha512 modules for mining ProtoSashares?

Or is there another pool software to start own pool?

Thanks,
Title: Re: Stratum-mining for protoshares
Post by: testz on January 07, 2014, 07:04:41 pm
Hello, I'am admin of http://coinpool.ru and want to make server to mine ProtoShares. Is there something like stratum-mining (https://github.com/slush0/stratum-mining) or python sha512 modules for mining ProtoSashares?

Or is there another pool software to start own pool?

Thanks,

Working open source coyote pool software https://bitsharestalk.org/index.php?topic=636.0 you can find here https://github.com/InvictusInnovations/coyote_miner
Title: Re: Stratum-mining for protoshares
Post by: ichai 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
Title: Re: Stratum-mining for protoshares
Post by: yvg1900 on January 07, 2014, 10:05:15 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

Title: Re: Stratum-mining for protoshares
Post by: testz on January 07, 2014, 10:26:24 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

Yes, you should compile BitShares, because coyote miner has self protocol for communication with coyote server which uses a modules from BitShares.
Title: Re: Stratum-mining for protoshares
Post by: yvg1900 on January 07, 2014, 10:37:29 pm
Protocol-wise coyote uses Getwork, so if you are familiar with connecting pool to wallet or setting up getwork bridges/proxies, that can be also an option.

Protoshares use relatively slow nonce iteration rate, but most of the miners actually use artificial nTime advance to create new works locally. But if you plan to drop support for X-Roll-NTime getwork extension, please clearly indicate that according to getwork specs, because of I have seen many pools that advertise support for X-Roll-NTime but actually do not support that.

yvg1900
Title: Re: Stratum-mining for protoshares
Post by: ichai 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?
Title: Re: Stratum-mining for protoshares
Post by: ichai 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 :)
Title: Re: Stratum-mining for protoshares
Post by: ichai 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.
Title: Re: Stratum-mining for protoshares
Post by: arcke on January 12, 2014, 09:43:52 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.

Yes, this happens on 32 bit. Also see: https://bitsharestalk.org/index.php?topic=1974.0

With 64 bit you shouldnt have this problem.