Bitcoin Forum
June 25, 2024, 07:00:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 ... 417 »
1301  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: March 20, 2021, 10:40:39 PM
Tesla V100 and Tesla P100 shows no difference between original and modified versions

What is the speed on the V100 and the P100, and what is the launch config?
1302  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded GPU kernels. on: March 20, 2021, 03:36:39 PM
- now it is statistically impossible

If you read the firstpost of the bitcrack there is a 32bitcoin reward puzzle ( $1 900 000)

The 2^62 - 2^63 has been found, but the 2^64-2^65 is still available.

The highest puzzle solved is 2^114...2^115

https://privatekeys.pw/puzzles/bitcoin-puzzle-tx

puzzle 65 = 0.65 bitcoin

The private keys were made by taking a random number and then masking it to the desired bit length:

#1 = 256 bit random number bit wise ANDed with (21 - 1)
#2 = 256 bit random number bit wise ANDed with (22 - 1)
#3 = 256 bit random number bit wise ANDed with (23 - 1)
...
#60 = 256 bit random number bit wise ANDed with (260 - 1)
#61 = 256 bit random number bit wise ANDed with (261 - 1)
#65 = 256 bit random number bit wise ANDed with (265 - 1)
#70 = 256 bit random number bit wise ANDed with (270 - 1)
#75 = 256 bit random number bit wise ANDed with (275 - 1)
...
#160 = 256 bit random number bit wise ANDed with (2160 - 1)




Vertcoin is halving in 2021...




Sp-miner #2 for vertcoin has been released. (AMD and NVIDIA cards supported) 1% fee

I have added support for compute 5.0 and newer cards including the rtx cards.

RTX 3060: 950khash on x1 riser.

+ stability fixes

cuda 11.2 build, so you need one of the newer drivers to run this on NVIDIA.

https://github.com/sp-hash/SPMiner/releases/tag/2

Betatestesters needed. What hashrates are you getting?

[moderator's note: consecutive posts merged]
1303  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded GPU kernels. on: March 20, 2021, 12:29:58 PM
So it's totally a waste of time.

Optimizing is never a waste of time. I want my code to be the fastest in the world for every problem. This program is old from 2018 and has already been forked 100's of times. Ppl have tried to make it faster but they failed. I spent a few hours and made it 50% faster.

Anyway. Tired now, so no linux build today for the spminer. Wink

Mining Vertcoin (Verthash) on the rx 570 with hiveos 470khash( not profitable)
Mining Vertcoin (Verthash) on the rx 570 with spminer (windows) 570khash. (profitable)

I see that the fee is picking up. Probobly get more when I make the linux build.
1304  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded GPU kernels. on: March 20, 2021, 11:45:46 AM
...and it is statistically "impossible".

More's law say that computer power double every 2 years. statistically "impossible" today might not be impossible in 50 or 100 years. I also believe that it is possible to make bitcrack more than 10 times faster or more on existing hardware with a change of algorithm.

2017: A gpu can search 2^30 bitcoinadresses pr second
2117: A gpu can search 2^80 bitcoinadresses pr second (mores law, increase with 1 bit every second year)
1305  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: March 20, 2021, 09:58:16 AM
You said that your performance is 9 million BTC-addresses per second, i.e. approximately 223 BTC-addresses per second. Thus the brute forcing will take 2160-23 = 2137 seconds! I guess it is more than septillion (1024) years!

Note that this calculating is very approximate, because actually the private key length is 2256, but I think it is enough to stop making an attempts to crack Bitcoin-addresses.

The 1070ti was released in 2017

bitcrack can be set up to search for private keys in all 31million known bitcoin adresses with money in them at the same time.
That gives 400 * 31 million BTC-addresses per second for the 1070ti with bitcrack sp-mod.


2^160 - (2^25 + (2^29 * gpus))


1 gpu (2017) will use around 2^104 seconds.
10 000 gpu's (2017) will use around 2^90 seconds

And then there is more's law, and then there is luck. Smiley
1306  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded GPU kernels. on: March 20, 2021, 09:22:47 AM
I have released a faster binary of bitcrack. (A tool to bruteforce bitcoin private keys)

https://github.com/sp-hash/Bitcrack/releases/tag/sp-mod1

Should be around +50% faster than the fastest opensource

The build require Compute 61 or newer (pascal). Please test. What hashrates are you getting?





When We can to expect Your ethereum miner? Regards

I am waiting for the new stratum implementation to be done.

[moderator's note: consecutive posts merged]
1307  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: March 20, 2021, 09:19:36 AM
I have released a faster binary of bitcrack.

https://github.com/sp-hash/Bitcrack/releases/tag/sp-mod1

The build require Compute 61 or newer (pascal). Please test. What hashrates are you getting?

1308  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: March 20, 2021, 12:33:54 AM
This fork needs cuda 10.2
1309  Bitcoin / Development & Technical Discussion / Re: BitCrack - A tool for brute-forcing private keys on: March 20, 2021, 12:14:58 AM
I played around with the code and managed a 50% increase in speed on pascal cards.


I forked this repository:

https://github.com/BoGnY/BitCrack

speed without sp-mod: 267MHASH. after, 400MHASH


1310  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded GPU kernels. on: March 19, 2021, 06:45:38 PM
spminer for the vertcoin algo Fix 13:

- Fixed when a gpu crashed it still showed the speed. Now the speed is set to 0
- Fixed high reject rate on zergpool (~5%)
- Faster stratum pool switching code


570Khash on rx570

https://github.com/sp-hash/SPMiner/releases/tag/SPMiner



A GOOD LINUX BINARY--

If sp_ would only publish a good Linux binary of his VertHash code, I'd be happy.  I have a boxload of dusty R9 and RX cards that are 4GB and less.  I also have the spare motherboards to put them in play.  Right now, some of them are mining the newer CryptoNight variants.

I'd like to see if mining the VTC is more profitable.

--scryptr

I have some time tomorrow. Will try to make a linux build for you.



maybe fix for gtx1070 and 1080 tlb problems?any improvments for them?

According to NVIDIA the tlb limit is in the hardware. But Nvidia cannot be trusted after the rtx 3060 flaw

[moderator's note: consecutive posts merged]
1311  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA kernels. on: March 19, 2021, 09:21:34 AM
Ok then. let's see if SP can surprise us this time.

Goals of my ethereum miner.

1. Hash at full speed on 3060 rigs
2. Create the best runtime strap mods of the memory timings. GDDR6 support.  No bios flashing needed (Nvidia/AMD supported)
3. Try to remove the decline of hashrate on older cards like the 1080ti.
4. Linux support

Create a stable and new stratum implementation from scratch with improved fee code inside. (This work is currently in progress by a friend of mine)

I will probobly not add api and monitoring.
1312  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA kernels. on: March 18, 2021, 08:28:46 AM
I managed to reach 570khash stable on the rx 570 now with hynix memory. With latest spminer and bios patch(polarisbioseditor 1 click patch, and AMD/ATI Pixel Clock Patcher 1.4.9). The card is applied with rx 580 straps and the ATI Pixel Clock Patcher 1 removes the signature checking so the drivers don't fail.

Windows 8.1
core/mem 1370/2150
pl -15%

Stock clocks without biospatch is only 320KHASH
1313  Alternate cryptocurrencies / Mining (Altcoins) / Re: NVIDIA is cutting the 3060's Hash Rate in Half & NEW Mining specific GPU's on: March 16, 2021, 07:02:41 AM
With some work the driver can be cracked.
1314  Alternate cryptocurrencies / Mining (Altcoins) / Re: GTX 1080 ETH Hashrate on: March 13, 2021, 11:53:27 PM
gtx 1080: 39MHAsh with -mt 6 and gminer 2.47

The trump miner does 36MHASH with -mt 5 (t.rex)
1315  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer on: March 13, 2021, 07:30:01 PM
Although most of people already understood everything, your entire community only of miners who mine coins in the hope of profit, and not the development of the project.

I have alot of supporters.. Vertcoin is halving in 2021. Mine and hold. Can go 100x like dogecoin...,
1316  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer on: March 13, 2021, 07:26:52 PM
spminer (1% fee)  for the verthash algo (vertcoin) fix 12 released with more speed on AMD cards.

Sapphire rx 580 pulse elpida 1450/2050 ~604khash -15% powerlimit
Sapphire rx 580 pulse hynix  1450/2200 ~604khash -15% powerlimit

Strap modded bios

https://github.com/sp-hash/SPMiner/releases/tag/SPMiner


1317  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux) on: March 12, 2021, 09:52:09 PM
Project Claymore died a long time ago..
1318  Alternate cryptocurrencies / Mining (Altcoins) / Re: GMiner v2.46 Ethash/KAWPOW/Equihash/CuckooCycle on: March 08, 2021, 11:20:45 AM
Quote
can you share a sample command line for nvidia inspector? Thanks

You set it in the gui. If you reinstall the driver, you have to set it again. (nvidia profile inspector (windows))


1319  Alternate cryptocurrencies / Mining (Altcoins) / Re: GMiner v2.46 Ethash/KAWPOW/Equihash/CuckooCycle on: March 08, 2021, 11:04:26 AM
power limit is 65% and my core clock do not drop from 1900Mhz.

I use powerlimit 77% for 34 mhash.- More power, more stable on high memory clocks
1320  Alternate cryptocurrencies / Mining (Altcoins) / Re: GMiner v2.46 Ethash/KAWPOW/Equihash/CuckooCycle on: March 08, 2021, 10:18:48 AM
Disabled P2 state, but my memory only clocks to +425 for 4233Mhz. After that it becomes unstable. Hashrate still 30-31Mh/s.

Did you try to increase the power? Higher clocks need more power, or else the cards will trottle. Also make sure that the core clock don't drop. with 1800 core I get ~33.5 (MSI Aero 1070ti). I also use the kernel --oc 5
Pages: « 1 ... 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 56 57 58 59 60 61 62 63 64 65 [66] 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 ... 417 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!