Search content
Sort by

Showing 20 of 289 results by MrJaekin
Post
Topic
Board Mining software (miners)
Re: Solo Mining to Bitcoin Core in 2025
by
MrJaekin
on 17/01/2025, 03:49:04 UTC

Awesome, thanks!

It did work? The guide provided above is for Testnet only; if you apply the guide above in Mainnet, I don't think it would work.
Usually you need to run a mining pool because it requires a stratum protocol if you want to mine solo.

Just in case if you want to try running your own pool, you can try any of these below

- https://github.com/tpruvot/yiimp
- https://github.com/jtoomim/p2pool

Or the one provided by -ck posted here https://bitcointalk.org/index.php?topic=790323.0



You are correct. After getting everything set up, I was getting the GBT error when connecting to the BTC Core.  I'm currently mining to ck pool. Thanks for the info! I'll look into the pool software.
Post
Topic
Board Hardware
Re: New GekkoScience product, the Compac A1
by
MrJaekin
on 15/01/2025, 20:12:02 UTC
How hot is too hot?

0: GSA 10081029: BM1362:02T 42C 317mV 369MHz T:369 P:369 | 99.1% WU:100% | 325.8G / 373.3Gh/s WU:5215.2/m
1: GSA 10081028: BM1362:02T 42C 317mV 369MHz T:369 P:369 | 94.3% WU: 97% | 391.2G / 366.0Gh/s WU:5112.8/m

Looks like I'm running about 42C. I have the small fans attached and a larger fan blowing on them.

Post
Topic
Board Hardware
Re: New GekkoScience product, the Compac A1
by
MrJaekin
on 15/01/2025, 16:35:16 UTC
Shout out to the peeps at GekkoScience! Super quick shipping and quality products. Loving my 2 Compac A1s and USB Hub! Now to start tweaking settings!
Post
Topic
Board Mining software (miners)
Re: SoloMining with CGMiner against Bitcoind / Bitcoin Core v0.18.1
by
MrJaekin
on 14/01/2025, 22:27:14 UTC
Quote
but it doesn't see my new Gekkoscience Compac A1s. Does this cgminer build not have support for them?
Correct.
It probably does not support the Compac-F either as the drivers for both were added by Kano just a few years ago for the F and last year for the A1.
Link to Kano's git is in my sig.

btw: that version of cgminer you have is a hacked version and NOT recommended. Amongst other things it adds an extra nonce aka the Golden Nonce. That is a security risk as it allows the miner to switch work to mining other coins without telling you about it...

Great, thanks for the info! Had no idea I was able to install Kano's version but now I'm getting an error when I run it:

"Pool 0 JSON failed to decode GBT"
Post
Topic
Board Mining software (miners)
Re: SoloMining with CGMiner against Bitcoind / Bitcoin Core v0.18.1
by
MrJaekin
on 14/01/2025, 22:09:15 UTC
Hello yoshitmitsu,

you can solo mine on your own full node (bitcoind) without hesitation. Don't be put off by Kano's statements. He is constantly bashing other pool operators because he sees everyone as a rival. As you note, he also doesn't even address your questions that you understandably asked, instead he also attacks you for supposedly promoting the patch that unlocks solo functionality. He doesn't like that thousands of solo-mining enthusiasts out there could mine on their own full-node because that would mean even fewer participants on his pool. As you may know cgminer was developed by Con Kolivas (-Ck) and Kano had participated there as a developer. Kano especially developed the driver parts. CK kicked Kano out many years ago and banned him from development because of personal disputes between the two. Since then, Kano has been constantly ranting on CK and everything that has to do with him. However, this bashing does not exist the other way around. CK stopped the development of cgminer a long time ago and made it public. Kano has been managing cgminer on his own since then and has his own fork at github.com/kanoi/cgminer. There he maintains e.g. the latest drivers, especially those from Gekkoscience. He sees himself as a god, everyone else is a loser in his opinion.

About your questions and your intention. You are of course welcome to apply the golden-guy patch. As it was already suggested to you, you could clone the current cgminer version from Kanos' github repository and then apply the golden-guy patch. As mentioned here in the thread, there are also numerous other github repositories that include this patch, which unlocks solo mining functionality. What you should pay attention to when you manually apply the golden-guy patch --> you must NOT specify a bech32 address (begins with bc1q...) as payout address but you should exclusively use a legacy P2PKH address (begins with 1...). If you would use a bech32 as payout address (eg. bc1qxyz123abc...) then cgminer would seem to run without any problems at first sight, but if you should really hit a block, then the coinbase transaction would be erroneous and the reward would not be transferred to your specified bc1q.... (Bech32) address but to a random bitcoin address. Your reward would be lost, that would be fatal and nobody wants that. This is what Kano means with his incomplete statement and although he knows the risk, he resists to post this information here publicly, so that he can claim himself as a prophet afterwards full of glee (by actions like that). Such behavior is anything but exemplary.

Bech32 didn't exist when CK implemented solo mining in cgminer those times and as explained before cgminer was put in archive mode by CK. Kano still deliberately avoids unlocking solo functionality in his current versions, and he tries to justify this in the sense that it would be foolish to mine on a dedicated full-node. Of course, it should be clear to everyone that a full node and mining on such a full node requires certain minimum requirements and how important performance is in the context of the mining process. A possibly found valid block must finally find its way into the blockchain in the shortest and fastest way and reach many nodes at ultra-fast speed, otherwise one runs the risk of stale shares and orphan blocks. Not only a high-performance full node is important, but also the speed to the Internet plays a role, as well as the routers and hops in between. At best, everything runs in a data center with high-quality devices and top performance with an extremely fast Internet connection. Keep in mind the sheer amount of data (some TBs per month) just for the GBT traffic so running this at a data center makes only sense if your miner is located on-site, too. This information could all be mentioned, explained and ultimately left to the user's free decision to solo-mine on a full-node.

So that you don't do anything wrong when enabling the solo mining functionality and risk misconfiguration, I would highly recommend you to use ready-made cgminer versions that already contain this patch. There are several Github repositories. My own favorite is github.com/phaenomenon/cgminer, which is quite up-to-date (version 4.12.1) and includes many other useful things besides the actual Golden Guy patch. For example, it automatically checks the given payout address for correctness, only then the mining process starts at all. If you accidentally entered a Bech32 for solo mining, cgminer warns you at startup and aborts with an error message so you can correct it. Also, you can mine not only in mainnet but also in testnet. In testnet you need to provide a legacy address that starts with "m" or "n" and this is also handled by the input validation. The README contains useful information under "SOLO mining" and there are also very cool start scripts included, so you can get started right away.

I also highly recommend reading those two How-To's from nullama which explains how to mine on testnet using a GekkoScience Compac-F USB miner or even with a GPU/CPU:
[Guide] Solo mine testnet bitcoins with cgminer, Bitcoin Core, and a Compac F
[Guide] Solo mine testnet bitcoins with bfgminer, Bitcoin Core, and a CPU/GPU

In case you use a GekkoScience Compac F, the installation process is as follows.

Code:
# clone the repository
git clone https://github.com/phaenomenon/cgminer

# rename it to a meaningful name so you can distinguish it in case you want to try other cgminer versions, too.
mv cgminer cgminer_phaenomenon

# enter directory
cd cgminer_phaenomenon

# compile it
CFLAGS="-O2 -march=native -fcommon" ./autogen.sh --enable-gekko
make

# look at the provided three start scripts *.sh and *.conf files and adjust to suit your needs, here I choose testnet for the initial test
vi start_solomining_ownFullNode_testnet.sh

# ensure your bitcoind is running testnet and then launch cgminer
./start_solomining_ownFullNode_testnet.sh

Logs are written to the subfolder "logs\" which I find very convenient. After you have successfully mined your first block on testnet and received succesful your block reward, you could switch to mainnet.

Hope this guide is helpful for everyone. Good luck and happy solo-mining

citb0in


Sorry to revive an old thread, but I ran through these steps and the (github.com/phaenomenon/cgminer) cgminer installs correctly and runs fine, but it doesn't see my new Gekkoscience Compac A1s. Does this cgminer build not have support for them?
Post
Topic
Board Mining software (miners)
Re: Solo Mining to Bitcoin Core in 2025
by
MrJaekin
on 07/01/2025, 18:28:56 UTC
You'll need additional software to perform full mining. You can try following this guide [Guide] Solo mine testnet bitcoins with cgminer, Bitcoin Core, and a Compac F, while changing few parameters in order to use mainnet instead.

Awesome, thanks!
Post
Topic
Board Mining software (miners)
Merits 1 from 1 user
Topic OP
Solo Mining to Bitcoin Core in 2025
by
MrJaekin
on 06/01/2025, 21:52:08 UTC
⭐ Merited by ABCbits (1)
I downloaded Bitcoin Core v27.1.0 and I'm all synced up. I added the following to the bitcoin.conf file:

server=1
rpcuser=username
rpcpassword=Password
rpcallowip=127.0.0.1


I also downloaded phaenomenon's 4.12.1 cgminer. I have a few GekkoScience Compac A1s on the way. Is this all I need to get going with solo mining to my local bitcoin core?  Are there any gotchas I'm not aware of?  I know I will never find a block, but I've always wanted to run a full node and solo mine. Any thoughts would be appreciated! Thanks!
Post
Topic
Board Hardware
Re: New GekkoScience product, the Compac A1
by
MrJaekin
on 05/01/2025, 18:29:41 UTC
<huge snip>
Do you guys have a website I can purchase from directly? Thanks!
www.Gekkoscience.com

Thanks!
Post
Topic
Board Hardware
Re: New GekkoScience product, the Compac A1
by
MrJaekin
on 05/01/2025, 16:36:27 UTC
Hello all. I hope you've been HALVING a good time mining lately!

(yes, it wasn't funny; no, I won't apologize)

Your old pals at GekkoScience are rolling out more stuff. Our new product for 2024, the first of many if everything works out, is a new stickminer. Of course it is; we always start with new stickminers.

This fellow is called the Compac A1.



If you have figured out the nomenclature of our company and products, you know it's all an homage to Eureka Seven, in which the Amita Drive was attached to Renton's Compac Drive, expanding its abilities. In the same vein, we've added our own Amita Drive of sorts to the Compac A1 (get it?) in the form of built-in telemetry and software control. No longer will you need to reach for a tiny screwdriver to tweak the voltage; it'll be done in software via cgminer commands or the API. And you'll be able to watch the temperature! And the USB bus voltage! And even change how the blinky light blinks! It should be possible to adjust the voltage on the fly, making tuning easy. Should be pretty fun.

There's also an optional 2-pin fan jack for snap-on fans without tying up another USB port. That's a new feature. Resellers will probably have add-on fan packages utilizing this. Please note that the fan jack is spec'd for fan loads only and CANNOT be used as an external 5V power input. You will burn things up by doing this.


This stickminer is built around S19 chips for good efficency, approximately 30% better than the Compac F. Samples have marked Compac F stock speeds around 260GH from under 8 watts.

Another benefit over the Compac F is low-end stability. It's built to handle high speeds, but unlike the F, it won't choke up at low speeds, so you don't have to overclock it on a juiced-up hub just to make it work.

But you can if you want. I've clocked samples running over 550GH on stock Smart Hubs, with a bit beefed up cooling of course. The main regulator on this stick is built to handle high power, up around 20W without blinking. The LEDs will blink of course, but power won't. Power will be fine.

And as always, these guys are Designed And Built In America.


*May not come in fancy retail packaging


The Compac A1 will be shipping in May. We're working on our own website for limited direct sales, but in the meantime confirmed resellers include:

AltairTech in USA
Bitshopper.de in Germany
The Solo Mining Co in England
101 Crypto in Australia
MineFarmBuy
Eyeboot (under construction)
BitcoinMerch




Do you guys have a website I can purchase from directly? Thanks!
Post
Topic
Board Mining (Altcoins)
Re: [DEVICE] SimpleRigResetter - Auto reboot crashed rigs - Extension Boards !!!
by
MrJaekin
on 05/04/2022, 15:40:21 UTC
I'm getting a "Error while getting info from device" error when I try to connect to my Simple Rig Resetter.. Any advice would be great.. I've already changed ethernet cables and switch ports... also unplugged and plugged it back in to reboot it. Is there a way to completely reset it? Thanks!
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 265 blocks solved!
by
MrJaekin
on 14/02/2022, 14:33:25 UTC
{
 "hashrate1m": "18.7T",
 "hashrate5m": "17T",
 "hashrate1hr": "16.1T",
 "hashrate1d": "15.9T",
 "hashrate7d": "12.1T",
 "lastshare": 1644849151,
 "workers": 1,
 "shares": 3224223996,
 "bestshare": 24920998730.69736,
 "bestever": 24920998730,
 "worker": [
  {
   "workername": "XXXXXX",
   "hashrate1m": "18.7T",
   "hashrate5m": "17T",
   "hashrate1hr": "16.1T",
   "hashrate1d": "15.9T",
   "hashrate7d": "12.1T",
   "lastshare": 1644849151,
   "shares": 3224223996,
   "bestshare": 24920998730.69736,
   "bestever": 24920998730
  }
 ]
}

So close?! LOL
Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 2% fee solo mining 265 blocks solved!
by
MrJaekin
on 07/02/2022, 22:09:20 UTC
Can someone explain me what is the pool difficulty?

I understand what is the network difficulty, but the pool one got me off-guard.

From what I've read, this is what it means:

"Pool difficulty is how hard the job the pool gives you to finish in a time frame (set by pool)"

But I though the network difficulty defined the job for every miner (which is to pick a valid block).

What is a job then? I though that a job was basically the pool telling the miner: "here's a set of transactions, and here's your Nonce range [10000 to 99999], now check if you can hash below value X". Which I assume would have the same difficulty for every miner.

What am I missing here?

Network difficulty is the target that you have to find above in order to get a block.

Pool difficulty does not really matter in solo mining, it more matters when doing pooled mining to be able to track the stats and do calculations to show how many shares your miners have submitted or shall I say work done...



So if this is me... and I understand this correctly.. I need my "bestever" at the bottom to be above the network difficulty.. which is currently 13,912,524,048,946?

{
 "hashrate1m": "17.4T",
 "hashrate5m": "17.2T",
 "hashrate1hr": "16.8T",
 "hashrate1d": "15.7T",
 "hashrate7d": "6.18T",
 "lastshare": 1644271442,
 "workers": 1,
 "shares": 1094767848,
 "bestshare": 1356097569.980436,
 "bestever": 1356097569,
 "worker": [
  {
   "workername": "XXXXX",
   "hashrate1m": "17.4T",
   "hashrate5m": "17.2T",
   "hashrate1hr": "16.8T",
   "hashrate1d": "15.7T",
   "hashrate7d": "6.18T",
   "lastshare": 1644271442,
   "shares": 1094767848,
   "bestshare": 1356097569.980436,
   "bestever": 1356097569
  }
 ]
}
Post
Topic
Board Mining software (miners)
Re: Awesome Miner - Unlock Antminer S9, T9+, S15, T15, S17, T17 (free for everyone)
by
MrJaekin
on 27/05/2021, 16:30:11 UTC
I know this is an older thread, but I'm having issues with unlocking my S9.. Below is the info. I send the request with just unlock and it says OK, but nothing happens.

Miner Type   Antminer S9
Hostname   antMiner
Model   GNU/Linux
Hardware Version   30.0.1.3
Kernel Version   Linux 3.14.0-xilinx-ga36f3af-dirty #90 SMP PREEMPT Thu Jun 20 15:01:47 CST 2019
File System Version   Tue Jul 30 20:37:39 CST 2019
Logic Version   V1.3.56
BMminer Version   2.0.0
Uptime   1:07
Load Average   0.35, 0.26, 0.29


I noticed the File System version is Jul 30 2019 but firmware is Jun 20th 2019... I've tried every single firmware on Bitmain's website but they have issues flashing due to signature. Thanks for any help!
Post
Topic
Board Mining (Altcoins)
Re: [ANN]Bminer: a fast Equihash/Ethash/CuckooCycle miner for AMD/NVIDIA GPUs 13.0.0
by
MrJaekin
on 22/01/2019, 16:19:44 UTC
When will Bminer support AMD and Grin mining?

I would like to know this as well.  Especially for mwgrinpool.com.  It seems like it should work with specifying devices, but miner just dies.
Post
Topic
Board Hardware
Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order
by
MrJaekin
on 20/08/2018, 23:31:56 UTC
Yep, rebooted twice... same thing.  Opened a support ticket.  First time dealing with support.  Hopefully it doesn’t take too long.  I can’t bear to lose out on my $3 day.  Haha.  Wink
Post
Topic
Board Hardware
Re: Bitmain's Released Antminer S9, World's First 16nm Miner Ready to Order
by
MrJaekin
on 20/08/2018, 21:06:50 UTC
https://postimg.cc/image/58uilxkzl/

What the heck?? Why only on 1 board?  Time to send it in for repair?
Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.7 (Windows/Linux)
by
MrJaekin
on 30/05/2018, 18:56:09 UTC
I'd LOVE to see a Wild Keccak miner from Claymore.   Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][POW][XRN] SARONITE - Cryptonight Heavy
by
MrJaekin
on 21/05/2018, 03:26:04 UTC
Does XRN remote GUI will work like Sumo lite wallet?

Hi there,

Yes it will be on our Github Wednesday.
But if you want it in the meantime, here you go https://pool.saronite.io/SaroniteRW-win64.zip

Can we create a mainnet wallet with this?
Post
Topic
Board Mining (Altcoins)
Re: Bitmain Launches the New Antminer B3 Miner
by
MrJaekin
on 18/05/2018, 12:56:57 UTC
A GPU miner for Nvidia graphic cards is released http://uupool.cn/course/btm. What do you guys think?
-> doorstopper incoming

Wonderful...  has anyone tried it yet?  Is the software submitting the same amount of shares?
Post
Topic
Board Mining (Altcoins)
Re: Bitmain Launches the New Antminer B3 Miner
by
MrJaekin
on 25/04/2018, 02:49:34 UTC
10 minutes to go... who's buyin?   Smiley