Bitcoin Forum
October 02, 2025, 05:03:00 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.11.1 on: December 06, 2018, 12:02:08 PM
Refresh RPC time (10 seconds in cgminer 4.11.1, 60 seconds in cgminer 4.9.2)

bitcoind:
2018-11-08T00:27:32Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:27:42Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:27:52Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:28:02Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:28:12Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:28:22Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:28:32Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:28:42Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:28:52Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:29:02Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:29:12Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400
2018-11-08T00:29:22Z CreateNewBlock(): block weight: 812 txs: 0 fees: 0 sigops 400

cgminer 4.11.1
[2018-11-08 00:29:32.408] Solo mining to valid address: 1_________________________________
[2018-11-08 00:29:37.407] Solo mining to valid address: 1_________________________________
[2018-11-08 00:29:42.409] Solo mining to valid address: 1_________________________________
[2018-11-08 00:29:47.408] Solo mining to valid address: 1_________________________________
[2018-11-08 00:29:52.410] Solo mining to valid address: 1_________________________________
[2018-11-08 00:29:57.410] Solo mining to valid address: 1_________________________________
[2018-11-08 00:30:02.411] Solo mining to valid address: 1_________________________________
[2018-11-08 00:30:07.411] Solo mining to valid address: 1_________________________________
[2018-11-08 00:30:12.411] Solo mining to valid address: 1_________________________________
[2018-11-08 00:30:17.411] Solo mining to valid address: 1_________________________________
[2018-11-08 00:30:22.412] Solo mining to valid address: 1_________________________________
[2018-11-08 00:30:27.412] Solo mining to valid address: 1_________________________________

you call CreateNewBlock (): every 10 seconds, where can I change this time in the source code, for example to 20 seconds or 5 seconds?

in version 4.9.2 it was done every 60 seconds, in 4.11.1 every 10 seconds. Is it a constant? Thank you



Did you find the solution? I'm looking for the same thing, 10s looks to be quite an overhead for my BTC node
2  Bitcoin / Mining software (miners) / Re: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64 on: November 15, 2018, 09:46:59 AM
Hello can someone please confirm my understanding of the setup I use is correct?

I'm about to do lottery solomining using USB Block Erupter.

My setup is following:

1. Laptop, running Bitcoin Core full node
2. separate RPi, running BFGMINER mining thru Bitcoin Core on the laptop and also operating as stratum proxy.
(the coinbase address I want to get potential reward is given by --generate-to option)

now two of my friends want to do lottery mining as well so I thought they can use my node. That's the reason I enabled stratum proxy with --stratum-port in bfgminer. (on RPi)

Is my understanding right they can now use their own BFGMINER connect to my stratum and if they use their own --generate-to address their reward goes to them automatically?
I'm quite confused as I was trying to simulate I'm one of my friends - started another instance of BFGMINER on a remote PC and connected to my startum. It works well but even if I don't specify
any address with --generate-to. If that machine would find a block where the reward goes?


thanks for clarification

3  Economy / Digital goods / Selling ProfitTrailer license for Bittrex on: July 16, 2018, 01:56:01 PM
To anyone who is interested I'm selling my ProfitTrailer license (lifetime) for Bittrex.
15 mBTC

PM me for details
4  Bitcoin / Mining software (miners) / Re: BFGMiner 5.5.0: CPU/GPU/FPGA/ASIC mining software, GBT+Stratum, RPC, Linux/Win64 on: July 02, 2018, 10:53:34 AM
Hello,

I'm trying to do solomining with USB blockerupter just for fun.
I have bitcoin core fully synced and bfgminer connected.

It seems it does mine but when looking at the monitoring via RPC, for example miner.php, it shows Status failover.
Is it expected or do I have something wrong?

Also I have additional question regarding --coinbase-address.
Can it be any address I chose, or do I need to use a address which is known to wallet in bitcoin-core?

Thank you
https://imgur.com/a/BG02PpN
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Z9 list of working pools/Fork updates on: June 29, 2018, 07:45:55 AM
http://www.cmmmine.com is z9 compliant Also making $30/day according to what to mine.

Commercium coin CMM
https://whattomine.com/coins/255-cmm-equihash

But where can you exchange CMM for BTC or any other coin?
6  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.10.0 on: June 12, 2018, 10:43:35 AM
Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround

It's a linux kernel crash; i.e. an operating system crash. No userspace program should be able to do that so it's not cgminer at fault.

Thanks, but I was trying bfgminer and it works so they maybe did some workaround
They don't use direct USB drivers. No, I'm not rewriting anything...

thanks for explanation
7  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.10.0 on: June 12, 2018, 09:11:37 AM
Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround

It's a linux kernel crash; i.e. an operating system crash. No userspace program should be able to do that so it's not cgminer at fault.

Thanks, but I was trying bfgminer and it works so they maybe did some workaround
8  Bitcoin / Mining software (miners) / Re: OFFICIAL CGMINER mining software thread for linux/win/osx/mips/arm/r-pi 4.10.0 on: June 08, 2018, 01:53:00 PM
Hi,

did anyone solved the problem cgminer crashes the Raspberry Pi? (Raspbian)
After putting slub_debug=FP into /boot/config.txt systenm holds for about 8-24 hours then crashes on kernel paging:

Jun  8 12:00:20 RPinode kernel: [50708.328638] Unable to handle kernel paging request at virtual address 223fab15

I could find many other people having the same but no definitive fix or workaround
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!