Bitcoin Forum
May 23, 2024, 02:48:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 312 »
81  Bitcoin / Mining support / Re: broke my avalon controller and can't find cgminer anywhere on: March 29, 2024, 08:21:51 PM
A8xx 'custom firmware'Huh? SCREW THAT! $400!! Even more screw that! Sounds like a typical Telegram scam...
The Avalon A6xx-A9xx firmware/software already allows you to tweak a myriad of things using the Cgminer API and the More Options box.

I poked around the bookmarked links I have for the Avalon's firmware/software and it seems that Canaan has taken down their pages.
I still have my old 821's so let me find my backup images for them and I can mail you a sdcard with them. Free.

One thing to keep in mind is that the miner firmware (.mcs file) version MUST match the OpenWrT software version. If I can find them I'll DM you for mailing address.
82  Bitcoin / Bitcoin Technical Support / Re: Antminer s17e found block when solo ckpool mining but no transaction to wallet on: March 28, 2024, 02:29:19 AM
Um, since you mine at -ck's solo pool you should ask in his pool thread here Hopefully it was from losing an orphan race and is not another case of his pool losing another block... Since its start the pool has lost 6 blocks (all documented in the thread) due to various issues...

One does have to ask, if you mine on his pool, how could you be unaware of its thread here on the Forum?... How did you find his pool?
83  Bitcoin / Bitcoin Discussion / Re: Thoughts about Quantum Blockchain Technologies, QBT. on: March 28, 2024, 12:56:38 AM
I hope that the Patent Examiners are aware of this prior work https://www.nature.com/articles/d41586-024-00839-6  oh, the 1st post about it is here https://bitcointalk.org/index.php?topic=5490005.0

That proper and well published research sounds an awful lot like what QBT claims: Methods to reduce the probable ranges of results when analyzing processes that were previously considered to be highly if not entirely random.

The beginnings of the mathematicians research certainly predates the QBT Patent applications... That said, the techniques he won the Award for (so far) can only be applied to unique problems where the datasets being analyzed does not change every 10 minutes...
84  Bitcoin / Mining support / Re: coin on sha 256 algorithm less hot on: March 27, 2024, 02:02:48 AM
No. The amount of energy used and heat produced is the same no matter what sha256 coin is mined.
85  Bitcoin / Bitcoin Discussion / Re: (IMO) they are not worth the same... on: March 26, 2024, 11:36:14 PM
As others have already said: It's BTC value is whatever the address  (and private key) that are inscribed on it is loaded with when the coin is bought. Value of the physical material it's made of be it paper, plastic, or metal is what the material itself is worth. Beyond that there may or may not be a 'collectable premium' as well that some idjits may be willing to pay for.

Physical coins and yes also paper/plastic bills loaded with x amount of crypto and of course also inscribed with the private key needed to access the crypto have been sold for many many years. Yes, If you bought one in say 2014 that was loaded with 1BTC it probably would have cost just a few hundred dollars. Today that 1BTC is of course worth a helluva lot more.

HOWEVER:
The main problem with these physical crypto currency is of course the fact the buyer has NO assurance that the maker of said physical coins/bills has not also kept a copy of the private key. It is far too easy for someone to play the long game of issuing them for several months/years then later check the preloaded addresses and using their copies of the keys to empty the addresses that still hold something.
86  Alternate cryptocurrencies / Altcoin Discussion / Re: Are NFTs just marketing gimmicks with no added value? on: March 26, 2024, 09:43:57 PM
When it comes to blockchain-based NFTs, I'm trying to answer one question: why?

What is the actual added value of an NFT versus a plain old contract between two known entities as is done in traditional digital content marketplaces?
.....
Why? becasue it is a easy way to scam money from the idjits that buy into them.
What is their added value? Only thing I like about them is the massive fees they generate for us miners. If fools want to spend their BTC on high fees to give to us miners, works for me...
87  Bitcoin / Mining software (miners) / Re: Avalon FMS App. - Commands on: March 25, 2024, 08:07:47 PM
Excellent and Merit given for that.
Just one thing: it is better to use the Code tag # vs the quote tag. As you see below the code tag makes things much neater.
Code:
1. Working mode query
ascset|0,workmode,255 Query the current mode
FMS Diagnose :
[{"command":"ascset","parameter":"0,workmode,255"}]

2. Set the fixed speed of the miner fan
ascset|0,fan-spd,<SPEED>
eg:ascset|0,fan-spd,100
ps:SPEED represent the expected fan rotate precentage,range:0-100
Parameter Description :
-The value of < speed > represents the expected percentage of fan speed, range: 0-100. If
speed is - 1, it means that automatic speed control is restored (version after 2020-02-12
only)
Give an example:ascset|0,fan-spd,100
FMS Diagnose :
[{"command":"ascset","parameter":"0,fan-spd,100"}]

3.Set working voltage of miner
ascset|0,voltage-level,<VOLT>-<0>-<0>
Parameter Description :
The value of < volt > represents the voltage level, the first level represents 40mv (the same
for subsequent voltage levels), and the voltage (MV) = volt × 40 + 11000, the last two
parameters are 0 by default
Give an example:ascset|0,voltage-level,65-0-0
FMS Diagnose :
[{"command":"ascset","parameter":"0,voltage-level,65-0-0"}]

4.Set the hashboard PLL
ascset|0,frequency,<PLL0>:<PLL1>:<PLL2>:<PLL3>-<0>-<MINER_ID>-<ASIC_ID>
Parameter Description :
-<PLL0>:<PLL1>:<PLL2>:<PLL3> The values represent four frequency points respectively -<MINER_ID> represent hashboard Number -<ASIC_ID> represent the chip number
MINER_ ID and ASIC_ ID set to 0 represents all chips in the current range
For example:ascset|0,frequency,0:0:525:575-0-2-1 represent set hash 2 No 1 IC PLL to 0,0,
525,572
FMS Diagnose :

[{"command":"ascset","parameter":"0,frequency,0:0:525:575-0-2-1"}]

5.Comprehensive version query
version
Response example:echo -n "version" | socat -t 300 stdio tcp:10.100.227.152:4028,shut-none
&& echo
Return:STATUS=S,When=10047,Code=22,Msg=CGMiner
versions,Description=cgminer4.11.1|VERSION,CGMiner=4.11.1,API=3.7,STM8=20.08.01,PRO
D=AvalonMiner1246Nxx,MODEL=1246Nxx,HWTYPE=MM3v2_X3,SWTYPE=MM315,VERSIO
N=21092801_4ec6bb0t_59ba312t,LOADER=d0d779de.00,DNA=020100004f55fa20,MAC=b
4a2eb3767a7,UPAPI=2|
FMS Diagnose :
[{"command":"version"}]

6.Restore factory settings
ascset|0,restore
FMS Diagnose :
[{"command":"ascset","parameter":"0,restore"}]

7.Query the reason for the last reboot
ascset|0,bootby
FMS Diagnose :
[{"command":"ascset","parameter":"0,bootby"}]

8.Reboot miner
ascset|0,reboot,<n>
Parameter Description :
-<n> n It can be any integer greater than 0. When the miner's when is less than this n, it will
not restart and return an error (used to realize lax idempotence, allowing repeated calls to
reboot without repeated restart); When when is greater than N, it will restart. When n value is 0, it means forced unconditional restart. For example:ascset|0,reboot,0
FMS Diagnose :
[{"command":"ascset","parameter":"0,reboot,0"}]

9,Control LED
ascset|0,led,<n>
Parameter Description : -<n> can be 0 or a positive integer to flip the LED light
ascset|0,led,n-0 # n is Non-negative integer,it used to turn off LED
ascset|0,led,n-1 # n is Non-negative integer,it used to turn on LED
For example:ascset|0,led,0

FMS Diagnose :
[{"command":"ascset","parameter":"0,led,0"}]

10.Change network setting
ascset|0,ip,static,<ip>,<mask>,<gw> #allocate static ip
ascset|0,ip,dhcp #dynamic obtain ip
ascset|0,dns,<dns1>,<dns2> #set DNS
Parameter Description : -<ip> ip address -<mask>subnetwork mask -<gw>gateway -<dns1>-<dns2>set backup dns
[{"command":"ascset","0,ip,static,<ip>,<mask>,<gw>"}]
[{"command":"ascset","0,ip,dhcp "}]
[{"command":"ascset","0,dns,<dns1>,<dns2> "}]
FMS Diagnose :

11. Configure pool information
ascset|0,setpool,<username>,<password>,<poolnum>,<pooladdr>,<worker>,<workerpass
wd>
Parameter Description : -<username>web login username default:root -<password>web login password default:root -<poolnum>Scope 0-2 to set pool number -<pooladdr>pool address -<worker>Worker name
-<workerpasswd>Worker password
For example :ascset|0,setpool,root,root,2,stratum+tcp://btc.ss.poolin.com:443,cctrix.001,123
FMS Diagnose :
[{"command":"ascset","parameter":"0,softoff"}]

12.Set miner soft shutdown
ascset|0,softoff
FMS Diagnose :
[{"command":"ascset","parameter":"0,softoff"}]
13.Restore the current user and password to the default values
ascset|0,password,default
FMS Diagnose :
[{"command":"ascset","parameter":"0,password,default"}]

14.Change password
ascset|0,password,<num1>,<num2>
Parameter Description:
-<num1> original password
-<num2> new password
For example:ascset|0,password,root,123
FMS Diagnose :
[{"command":"ascset","parameter":"0,password,root,123"}]

15.Read pool information
Pools
Response example:echo -n "pools" | socat -t 300 stdio tcp:10.100.232.117:4028,shut-none
&& echo
Return :
STATUS=S,When=121,Code=7,Msg=3Pool(s),Description=cgminer4.11.1|POOL=0,URL=stra
tum+tcp://btc.ss.poolin.com:443,Status=Alive,Priority=0,Quota=1,Long
Poll=N,Getworks=5,Accepted=0,Rejected=0,Works=0,Discarded=0,Stale=0,Get
Failures=0,Remote Failures=0,User=cctrix.001,Last Share Time=0,Diff1 Shares=0,Proxy
Type=,Proxy=,Difficulty Accepted=0.00000000,Difficulty Rejected=0.00000000,Difficulty
Stale=0.00000000,Last Share Difficulty=0.00000000,Work Difficulty=65536.00000000,Has
Stratum=true,Stratum Active=true,Stratum URL=btc.ss.poolin.com,Stratum
Difficulty=16384.00000000,Has Vmask=true,Has GBT=false,Best Share=0,Pool
Rejected%=0.0000,Pool Stale%=0.0000,Bad Work=0,Current Block Height=653809,Current
BlockVersion=536870912|POOL=1,URL=stratum+tcp://btc.ss.poolin.com:25,Status=Alive,Pri
ority=1,Quota=1,LongPoll=N,Getworks=1,Accepted=0,Rejected=0,Works=0,Discarded=0,St
ale=0,Get Failures=0,Remote Failures=0,User=cctrix.001,Last Share Time=0,Diff1
Shares=0,Proxy Type=,Proxy=,Difficulty Accepted=0.00000000,Difficulty
Rejected=0.00000000,Difficulty Stale=0.00000000,Last Share Difficulty=0.00000000,Work
Difficulty=65536.00000000,Has Stratum=true,Stratum Active=false,Stratum URL=,Stratum
Difficulty=0.00000000,Has Vmask=true,Has GBT=false,Best Share=0,Pool
Rejected%=0.0000,Pool Stale%=0.0000,Bad Work=0,Current Block Height=653809,Current
BlockVersion=536870912|POOL=2,URL=stratum+tcp://btc.ss.poolin.com:1883,Status=Alive, Priority=2,Quota=1,LongPoll=N,Getworks=1,Accepted=0,Rejected=0,Works=0,Discarded=0, Stale=0,Get Failures=0,Remote Failures=0,User=cctrix.001,Last Share Time=0,Diff1
Shares=0,Proxy Type=,Proxy=,Difficulty Accepted=0.00000000,Difficulty
Rejected=0.00000000,Difficulty Stale=0.00000000,Last Share Difficulty=0.00000000,Work
Difficulty=65536.00000000,Has Stratum=true,Stratum Active=false,Stratum URL=,Stratum
Difficulty=0.00000000,Has Vmask=true,Has GBT=false,Best Share=0,Pool
Rejected%=0.0000,Pool Stale%=0.0000,Bad Work=0,Current Block Height=653809,Current
Block Version=536870912|
FMS Diagnose :
[{"command":"Pools"}]

16.Read summary information
Summry
Response example : echo -n "summary" | socat -t 300 stdio
tcp:10.100.232.117:4028,shut-none && echo
Return :
STATUS=S,When=173,Code=11,Msg=Summary,Description=cgminer
4.11.1|SUMMARY,Elapsed=134,MHS av=0.00,MHS 30s=0.00,MHS 1m=0.00,MHS
5m=0.00,MHS 15m=0.00,Found Blocks=0,Getworks=9,Accepted=0,Rejected=0,Hardware
Errors=0,Utility=0.00,Discarded=2501222,Stale=0,Get Failures=0,Local Work=3,Remote
Failures=0,Network Blocks=1,Total MH=0.0000,Work Utility=0.00,Difficulty
Accepted=0.00000000,Difficulty Rejected=0.00000000,Difficulty Stale=0.00000000,Best
Share=0,Device Hardware%=0.0000,Device Rejected%=0.0000,Pool Rejected%=0.0000,Pool
Stale%=0.0000,Last getwork=0|
FMS Diagnose:
[{"command":"Summary"}]

17.Read log Information
Estats
For example:echo -n "estats" | socat -t 300 stdio tcp:10.100.232.117:4028,shut-none &&
echo
FMS Diagnose:
[{"command":"Estats"}]

18.Read Fan Information
ascset|0,setpool, fan-global
Return information:
success: {'session': 1632395154, 'success': [{'ip': '10.100.231.239'}], 'error': [], 'results': [{'node':
{'ip': '10.100.231.239'}, 'result': [{'result': "{'STATUS': [{'STATUS': 'I', 'When': 30, 'Code': 118, 'Msg': 'ASC 0 set info: Fan0[0] Fan1[0] Fan2[0] Fan3[0] ', 'Description': 'cgminer 4.11.1'}], 'id':
1}"}], 'error': False}]}
88  Bitcoin / Bitcoin Discussion / Re: New EU AML ban bitcoin anonymous payment on: March 23, 2024, 11:54:10 PM
This isn't the case, you are completely anonymous when you coinjoin. Participants in a group transaction can't be distinguished from each other since there's multiple clones created with the exact same value -
You don't understand what this ban is about, it's not about stopping you from sending a tx!
It's a about any company not allowed to receive a payment of over 3000 euros from an anonymous source!

So your bravado is...empty slogan!

You are free to enter a store and, buy a 5000 euro tv and try to pay with crypto, but the store will simply refuse your payment unless you id yourself! So?
What does any mixing, conjoin or anything else solve here?

As for the all caps breaking news...
Quote
The new AML legislation applies certain limits for cash transactions and anonymous cryptocurrency payments. Under the new rules, anonymous cash payments over 3,000 euros will be banned in commercial transactions, and cash payments over 10,000 euros will be completely banned in business transactions.

The new legislation is expected to be fully operational within three years from its entry into force.

I doubt more than 5% of the forum does more than 2 payments over 3000 euros for goods a year that can be split into two or three.
Exactly. Personally I have zero use for a cojoin service and cannot think of a single reason to use them.
Aside from a minuscule amount from the contributions address in my sig, every Satoshi I have are from mining at Kanopool over the past decade and are new, fully traceable coins that have never left my ownership. When needed I have no problem paying the taxes due on them and if questions arise regarding their source, I can easily prove their history. Worse, coins from known cojoin services quite rightly often raise red flags with exchanges.

The thing about purchasing durable goods is that the creation and at least 1st-tier distribution of said goods requires <drumroll please> fiat so the companies can pay their suppliers and lenders. That means it behooves the final seller accepting BTC or other crypto as payment to have confidence there is no legal questions about the coins because without doubt that final seller has to pay their suppliers in fiat gained from exchanging the crypto they receive into fiat. Receiving the coins from a registered exchange or crypto bank makes them good as gold or any fiat-based credit card because source of the funds is known.

If you insist on paying cash where do you get it from? For most folks - from an ATM & their bank accounts. How does the money get into the accounts? From your job or otherwise traceable means. So, even fiat is traceable unless it comes from um, questionable means.
89  Bitcoin / Bitcoin Discussion / Re: New EU AML ban bitcoin anonymous payment on: March 23, 2024, 07:24:19 PM
Have cryptocurrency payments ever been anonymous?....

Good question: I read that years ago there was many people calling BTC anonymous when it really isn't. Sounds like the early users pulled off a huge scam on the world? I still love crypto for small payments, but you need to be careful going forward.
Wrong. BTC has never been totally anonymous. What part of it being an open public ledger does not make that clear?

Only people who truly have no idea of what a public blockchain ledger is think that it is anonymous.

The only anonymous bit about it is that finding who owns any given wallet/address is very hard to do until it is either used to buy physical items or is converted to fiat. That said, every single Tx in & out is a fully traceable open record.

Getting back on topic, several months ago the EU passed laws restricting fiat transactions. All the new EU regulations do is treat all crypto Tx's the same as fiat Tx's. In either case -- THEY SUCK! If I have the cash on hand to say, buy a car or high end TV I damn well should be able to do it
90  Alternate cryptocurrencies / Mining (Altcoins) / Re: I want to ask how to mine the test coins, SBTC, on the Bitcoin Signet network. on: March 23, 2024, 07:02:44 PM
I want to ask how to mine the test coins, SBTC, on the Bitcoin Signet network.
That is an altcoin and ALL altcoin topics belong in the Altcoin areas - Not here. This area is strictly for Bitcoin - not crapcoins.

Asking mods to move this there.
91  Bitcoin / Mining support / Re: 1166 Hasboard power terminal connector detached. on: March 22, 2024, 08:15:04 PM
As BizMax said, it takes more than just a soldering iron to do it. The power planes the terminal was attached to is very thick copper that sucks away heat very very quickly. A hot air station to assist the iron in heating the board itself a must and the iron must be good for at least 60W, preferably 100W.
92  Bitcoin / Mining / Re: START mining the testnet on: March 22, 2024, 03:23:40 PM
I see the reward is very low but I think the testnet coins should be worth  at least 1% of the mainnet price
And I think I should be able to fly, fart rainbows and spit diamonds. Don't see that happening either.

There is no reason for tBTC to have any value at all. It's available for FREE from faucets. Yes they usually have a low & slow payout but so what? Ones does not need whole coins to test with. Just as with BTC, small fractions of a tBTC are processed and work the same as whole coins.
93  Bitcoin / Bitcoin Discussion / Re: Thoughts about Quantum Blockchain Technologies, QBT. on: March 22, 2024, 03:20:18 AM
Glad you found the right area for this (or close enough) Wink
One thing that must be pointed out is if they have found a weakness in sha256 the effect of it goes far beyond Bitcoin. SHA256 is used as the basis of most commercial financial and document encryption because (to date) it is uncrackable when a long enough key is used - finding a way to hack it would have major repercussions across many markets and industries.

The weakness they claim to have found is based on them stating that AI-driven pattern analysis can narrow down the data ranges that still must be guessed by established brute-force miner chips. As I said in the other thread I do not think it can be done because there are no patterns in proper sha256 encryption. If any patterns DO exist in a hash or series of hashes it is the result of a problem with the RNG that created the hash in the 1st place. Most - but not all - RNG's do not have issues and generate truly random numbers that are used as an encryption seed. Knowing the bias that any given RNG can introduce would certainly allow for making more accurate guesses to possible decryption values provided that you know which specific RNG was used and what (if any) flaws it has. If a different RNG is used that advantage is gone.

Regarding Bitmain, Canaan, Bitfury, et al - all of those miner companies also make pattern recognition AI chips. You really think they have not investigated this?

A worrisome bit from the Financial Time article:
Quote
Quantum Blockchain told FTAV it has not published any papers on technology or methodology “in order to protect their research”. Its patent applications are “as far as they have dared to go with making the developments public,” said a spokesman
which to me raises a huge red flag. That is NOT how research works! Publishing papers is the ONLY way to have ideas properly examined and critiqued by ones peers. Not publishing and using the excuse that it is 'to protect their research' screams scamming Marketing Speak.

A Patent does NOT have to describe how to create a workable process, device, or idea. It only must describe how you say it will work. The numerous patents for perpetual motion machines, free-energy devices and their ilk prove that. Pursuing and even being granted a patent for something does not mean it works or ever can work.
94  Bitcoin / Mining / Re: START mining the testnet on: March 21, 2024, 04:18:19 PM
...<Heresy from a troll>  Angry
Most miners nowadays use ASIC miners to mine bitcoin, inviting to mine on testnet would simply rekt it and render it useless for research and development, current testnet diff is about 90M, mainnet is at 85T, that's 85,000,000MH, moving just 1% from mainnet to testnet will destroy it for as long as that large hashrate is sitting there on the testnet, the current hashrate for testnet is roughly

((1) * 97000000 * 2^32 )/600/1000000000000 = 347TH, and diff does drop to 1 very often when blocks aren't found for 20 mins, so it's pretty usable for the average Joe, if you point a few latest-gen gears there, you make it impossible for the rest to use it, so leave it the fuck alone.
My take on it is that the OP is a complete asswipe who does want to make the testnet unusable. Testnet is intended to be a fast, low hardware resource, way to test Bitcoin software and hardware without endangering the mainnet or spending any real money. When testing is finished it is expected that the tBTC used is returned to the source so others can use it for testing.

Lets face it - the OP wants to buy tBTC by paying for it with a scamcoin. They want to make it unusable by encouraging folks to point modern high hashrate miners at it to mine & hold/sell tBTC. Not the actions of a BTC supporter but rather ones of a troll and vehement anti-BTC jerk.
95  Bitcoin / Mining software (miners) / Re: Antproxy -- Bitcoin mining proxy + log/monitoring script on: March 21, 2024, 02:31:04 AM
I came across this a few weeks ago and have been implementing.  

Do you know what the Locker Mode is for LTC, or the BPS mode?
It runs BTC fine, but when I use LTC, it starts throwing errors.. (I am trying to just run Scrypt pool, and not actually LTC pool...)
Thanks,
J
Considering this area is exclusively for Bitcoin, why would you think anyone here would know much less care what the proxy does when trying to use it with an altcoin?

Perhaps try asking in the altcoin areas where folks there DO know and care about it...
96  Bitcoin / Bitcoin Discussion / Re: How old would you be by 2140? on: March 21, 2024, 12:10:53 AM
Let's be realistic for once and at least accept the truth that the idea of Bitcoin and cryptocurrencies will infact out live many of us now with as many more as 29 more halvings from the 32 Bitcoin halving estimated to happen every four years till 2140 when the 21 million BTC is expected to be in maximum supply.  BTC will be fully in existence and all mining activities will have to cease at the time.
Emphasis is mine: Just because all 21MBTC will have been mined does NOT mean the end of mining. Mining will NOT cease because Rewards will have been replaced by the Fees as intended. Already many times this year block Fees have exceeded the 3.125BTC Reward coming up after the halving in April.

You do know that Bitcoin cannot exist without mining right?

Quote
* how old would you be by 2140?
I will be long dead by then so as old as I am when I die. Knock wood, around 85-95 or more years old based on my family history.
Quote
* What's your excuse for not investing in owning Bitcoin now?
Um, I've been mining since 2014 and already own more than enough BTC to last me...
97  Bitcoin / Pools / Re: KanoPool since 2014 🐈 - PPLNS and Solo 0.5% fee - Worldwide - 2435 blocks on: March 20, 2024, 08:47:43 PM
My asic shows 81T, but on kano it reports 72T.
What happened to the other 9 hash?
Folks here are not mind readers, some basic info would be nice. Things like:
What make/model of miner?
How long has it been running?
Does it use modified firmware or Braiins?
98  Bitcoin / Mining software (miners) / Re: Any custom OS for over/under-clocking Ebang ASICS? on: March 20, 2024, 08:24:50 PM
I highly doubt it. Considering that the eBang miners were highly unreliable to begin with - which is why so few are seen and why no one has bothered to modify their firmware - it would be a VERY BAD idea to OC them...

That said, underclocking them would not be a bad idea as it should let them live longer.
99  Bitcoin / Mining / Re: Potentially faster method for mining on the CPU on: March 20, 2024, 06:16:50 PM
Quote
Quantum announced a new proprietary "Method C" for more efficient BTC mining, based on machine learning and predictive AI technology.
QBT
 said the new method was yielding consistent results, and had favourably demonstrated predictive ability in c. 30% of cases if an input to SHA-256 would produce a winning hash.

Quantum Blockchain has announced a new proprietary method of Bitcoin mining, this time implemented in hardware, promising significant energy savings compared to traditional methods. The company's "Method B" made headlines last year as it promised to increase the rate of successful Bitcoin mining by 2.6 times - entirely achieved in software.
Well how about starting a new thread on this in the Development & Technical Discussion area where it belongs ? Hijacking an ancient thread with off-topic information is just - pointless - and does nothing to expose your information to those who are better qualified to look into it and assess its viability.
100  Bitcoin / Mining / Re: Potentially faster method for mining on the CPU on: March 20, 2024, 05:18:10 PM
Quote
Think those new 96 core threadrippers pro workstations with 8 channel ddr5 2TB ram could handle it?  Grin the ram is ECC too
No it can't. Period.
There are no 'complex equations' or patterns to solve therefore applying possible mathematical shortcuts is not possible because there are none. What part of 'random' do you folks not get?
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ... 312 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!