Btcpool runs locally

after compiling the btcpool source code, there is a problem running each module (not managing it with supervisor for the time being, but starting the service separately)

< H2 > bitcoind < / H2 >
bitcoind

vi / root/.bitcoin/bitcoin.conf

run:

./blkmaker -c blkmaker.cfg -l log_blkmaker/

View log

 10 I0413 15:12:22.141916  9385 Utils.cc:365] getnetworkinfo: {"result":{"version":160000,"subversion":"/Satoshi:0.16.0/","protocolversion":70015,"localservices":"000000000000040d","localre    lay":true,"timeoffset":0,"networkactive":true,"connections":1,"networks":[{"name":"ipv4","limited":false,"reachable":true,"proxy":"127.0.0.1:9050","proxy_randomize_credentials":true},{"    name":"ipv6","limited":false,"reachable":true,"proxy":"127.0.0.1:9050","proxy_randomize_credentials":true},{"name":"onion","limited":false,"reachable":true,"proxy":"127.0.0.1:9050","pro    xy_randomize_credentials":true}],"relayfee":0.00001000,"incrementalfee":0.00001000,"localaddresses":[],"warnings":""},"error":null,"id":"1"}
 11 I0413 15:12:22.142482  9385 Kafka.cc:166] add brokers: 127.0.0.1:9092
 12 I0413 15:12:22.142658  9385 Kafka.cc:173] create topic handle: RawGbt
 13 I0413 15:12:22.181218  9385 Kafka.cc:166] add brokers: 127.0.0.1:9092
 14 I0413 15:12:22.181497  9385 Kafka.cc:173] create topic handle: StratumJob
 15 I0413 15:12:22.213474  9385 Kafka.cc:166] add brokers: 127.0.0.1:9092
 16 I0413 15:12:22.213676  9385 Kafka.cc:173] create topic handle: SolvedShare
 17 I0413 15:12:22.254063  9385 Kafka.cc:166] add brokers: 127.0.0.1:9092
 18 I0413 15:12:22.254310  9385 Kafka.cc:173] create topic handle: NMCSolvedShare
 19 I0413 15:12:22.286561  9385 Kafka.cc:166] add brokers: 127.0.0.1:9092
 20 I0413 15:12:22.286808  9385 Kafka.cc:173] create topic handle: RskSolvedShare
Mar.03,2021
  • Error compiling btcpool source code

    downloaded the btcpool source code, want to run on ubuntu16.04, but compiled ~! is there really a problem with the source code? Has anyone ever encountered this problem? who has the experience of successfully compiling btcpool source code? PPPPPP...

    Feb.28,2021
  • An error occurred in the test sequencing simulator running btcpool

    < H2 > run simpler < H2 > . simulator -c simulator.cfg -l log_simulator the program itself does not report an error, and its log does not have any useful information, but the mining machine simulation cannot be connected to sserver . < H2 > run sserv...

    Mar.03,2021
Menu