Bitcoin Forum
June 26, 2024, 02:35:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: chainz.cryptoID.info - Alternative Blockchain Explorers on: August 23, 2018, 02:33:29 PM
Whom should I write to gain a pool badge near the extraction address in explorer? I'm talking about pool names in table of blocks. Currently our pool mining about 1-3% of DASH blocks everyday: https://chainz.cryptoid.info/dash/extraction.dws?15668714.htm
2  Bitcoin / Mining software (miners) / Re: Decentralized mining protocol standard: getblocktemplate (ASIC ready!) on: September 15, 2017, 12:13:20 PM
Hello, sorry for maybe stupid question. Let's suppose that I run two instances of bitcoind on my server. Can I accept block template from first instance but submit share to second? If I understand it correct: getblocktemplate is stateless in terms of blockchain, and pool sever can choose which transactions to include in candidate block. And can submit blocks to any bitcoind instance.

Is it possible to load balance between two bitcoind instances using getblocktemplate?
3  Bitcoin / Pools / Load balance between to instances of Bitcoin daemon on: September 08, 2017, 06:02:05 PM
Hello, I'm newbie in a Bitcoin Core and don't understand how exactly works bitcoin in deep. I'm trying to start a mining pool, but at some point when appears too much requests to bitcoin daemon it says that RPC requests queue exceeded. So I increased queue size and that fixed a problem. But I want to find some common scalable solution. Can you help me with that issue? I thought that there should be a solution for load balancing between two or more bitcoin daemons.

I've described my question on Bitcoin Stack Exchange: https://bitcoin.stackexchange.com/questions/59298/can-i-load-balance-between-two-instances-of-bitcoin-daemon-by-switching-rpc-requ

Copying question here:
Quote

The question is pretty simple.

I have two instances of bitcoin daemon. When I'm running my pool with parallel RPC requests to each instance it calls daemons too often and daemons queue of RPC calls exceeding. I want to balance calls between instances.

The main question: can I get job from DAEMON 1, pass it to mining device, but submit share to DAEMON 2?

Do jobs stateless or if I got job from the daemon 1 I must submit PoW to that daemon too?

If not, can you explain why? And did you know how to properly load balance between bitcoin instances?


In addition I want to say that my bitcoin daemons living in docker container.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!