Bitcoin Forum
May 13, 2024, 11:21:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 [1027] 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170603 times)
katlogic
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
April 28, 2015, 05:23:02 PM
 #20521

isn't 4kb sector size standard these days?
perhaps... All my HDDs have sector size = 512   Smiley
maybe i'm very old...  Smiley

https://en.wikipedia.org/wiki/Hard_disk_drive
"... the number of bytes per sector (most commonly 512)..."

ok, my post edited. Thank you, Grim!
https://support.microsoft.com/en-us/kb/140365

Code:
User Capacity:    1,000,204,886,016 bytes [1.00 TB]
Sector Size:      512 bytes logical/4096 physical

Use smartctl -i /dev/sda (via smartmoontools). Most drives with perpendicular write (built in 2010 and later) have 4096 physical. Note that all PC operating systems always use 4096 (system page) reads/writes, but if partition is misaligned, single page write results read-write-write operation and hdd has to wait for one plate revolution (this is done by controller, not OS).

This is not that interesting with burst mining where reads are bunched in staggers, but alignment mismatch slows down general filesystem usage (small writes especially).

Windows Vista and higher automatically aligns partitions to 4k, regardless of physical sector size.
1715599284
Hero Member
*
Offline Offline

Posts: 1715599284

View Profile Personal Message (Offline)

Ignore
1715599284
Reply with quote  #2

1715599284
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715599284
Hero Member
*
Offline Offline

Posts: 1715599284

View Profile Personal Message (Offline)

Ignore
1715599284
Reply with quote  #2

1715599284
Report to moderator
1715599284
Hero Member
*
Offline Offline

Posts: 1715599284

View Profile Personal Message (Offline)

Ignore
1715599284
Reply with quote  #2

1715599284
Report to moderator
coinits
Legendary
*
Offline Offline

Activity: 1582
Merit: 1019


011110000110110101110010


View Profile
April 28, 2015, 05:50:35 PM
 #20522

[miner]

new version Burst-miner v1.150509
https://github.com/Blagodarenko/miner-burst/releases/download/1.150509/miner-burst-1.150509.zip

- solved memory usage issue
- parameter "UseCleanMem" did not used
- key "q" - quit/exit
- key "m" - memory cleaner
- new lib pdcurses.dll

limits:
Nonces, stagger and CacheSize must be a multiple of HDD's sector size / 64 ( 4096 by default / 64 = 64 ).
Miner's window not resizing and not scrolling.



https://github.com/Blagodarenko/miner-burst

Could some please provide a working sample of their conf file with this. Thank you.

Jump you fuckers! | The thing about smart motherfuckers is they sound like crazy motherfuckers to dumb motherfuckers. | My sig space for rent for 0.01 btc per week.
Blago
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250



View Profile
April 28, 2015, 06:16:40 PM
 #20523

Could some please provide a working sample of their conf file with this. Thank you.
my config:
Code:
{
   "Mode" : "pool",
   "Server" : "195.209.126.166",
   "Port": 8080,
   "UpdaterAddr" : "195.209.126.166",
   "UpdaterPort": 8080,
   "InfoAddr" : "195.209.126.166",
   "InfoPort": 8080,
   "EnableProxy": false,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","F:\\plots","F:\\plots2","G:\\plots","H:\\plots","H:\\plots2","I:\\plots","J:\\plots","K:\\plots","L:\\plots","M:\\plots"],
   "CacheSize" : 102400,
   "ShowMsg" : false,
   "ShowUpdates" : false,
   "UseSorting" : true,
   "Debug": true,
   "SendBestOnly": true,
   "UseFastRcv" : false,
   "SendInterval": 200,
   "UpdateInterval": 1000,
   "UseLog" : true,
   "ShowWinner" : true,
   "UseBoost" : false
}

"CacheSize" : 102400  - how many nonces reads and process per once

smartctl info:
Code:
Sector Sizes:     512 bytes logical, 4096 bytes physical

Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
coinits
Legendary
*
Offline Offline

Activity: 1582
Merit: 1019


011110000110110101110010


View Profile
April 28, 2015, 06:40:33 PM
 #20524

Could some please provide a working sample of their conf file with this. Thank you.
my config:
Code:
{
   "Mode" : "pool",
   "Server" : "195.209.126.166",
   "Port": 8080,
   "UpdaterAddr" : "195.209.126.166",
   "UpdaterPort": 8080,
   "InfoAddr" : "195.209.126.166",
   "InfoPort": 8080,
   "EnableProxy": false,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","F:\\plots","F:\\plots2","G:\\plots","H:\\plots","H:\\plots2","I:\\plots","J:\\plots","K:\\plots","L:\\plots","M:\\plots"],
   "CacheSize" : 102400,
   "ShowMsg" : false,
   "ShowUpdates" : false,
   "UseSorting" : true,
   "Debug": true,
   "SendBestOnly": true,
   "UseFastRcv" : false,
   "SendInterval": 200,
   "UpdateInterval": 1000,
   "UseLog" : true,
   "ShowWinner" : true,
   "UseBoost" : false
}

"CacheSize" : 102400  - how many nonces reads and process per once

smartctl info:
Code:
Sector Sizes:     512 bytes logical, 4096 bytes physical

cпacибo

tip sent to BURST-B2LU-SGCZ-NYVS-HZEPK

Jump you fuckers! | The thing about smart motherfuckers is they sound like crazy motherfuckers to dumb motherfuckers. | My sig space for rent for 0.01 btc per week.
okae
Legendary
*
Offline Offline

Activity: 1401
Merit: 1008


northern exposure


View Profile WWW
April 28, 2015, 06:59:50 PM
 #20525

[miner]

new version Burst-miner v1.150509
https://github.com/Blagodarenko/miner-burst/releases/download/1.150509/miner-burst-1.150509.zip

- solved memory usage issue
- parameter "UseCleanMem" did not used
- key "q" - quit/exit
- key "m" - memory cleaner
- new lib pdcurses.dll

limits:
Nonces, stagger and CacheSize must be a multiple of HDD's sector size / 64 ( 4096 by default / 64 = 64 ).
Miner's window not resizing and not scrolling.



https://github.com/Blagodarenko/miner-burst

ty for your hard work blago, i really apreciate it, your new miner works like a charm, like always Wink

IMHO #1.b of suspects, Hal Finney is/was S.N.
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
April 28, 2015, 08:14:33 PM
 #20526

I do not read all thing about what happen since my english is limited but i am not sure now i want to buy more asset/share in ByteEnt.

*Effective Immediately, all ByteEnt and ByteBank asset payouts are paused while we figure out this issue.




No need to worry, I put things on pause for a minute while I figured it all out. It has been figured out and things will go back to normal.


If this had been something that affected things more long term, I would have made other adjustments. No matter what there is no reason to avoid Byte Enterprises' assets. It is all about the people behind them, and I would never rip anyone off.

Thank you.

Might add that irontiga got one million BURST richer due to some idiot who gambled with him at 6am, after two hours of sleep the last 48h, while the idiot had nothing to win and only could lose. The coins have been transfered to a happy tiga, while the idiot just feel sick.

 Sad

bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
April 28, 2015, 08:35:43 PM
 #20527

[miner]

new version Burst-miner v1.150509
https://github.com/Blagodarenko/miner-burst/releases/download/1.150509/miner-burst-1.150509.zip

- solved memory usage issue
- parameter "UseCleanMem" did not used
- key "q" - quit/exit
- key "m" - memory cleaner
- new lib pdcurses.dll

limits:
Nonces, stagger and CacheSize must be a multiple of HDD's sector size / 64 ( 4096 by default / 64 = 64 ).
Miner's window not resizing and not scrolling.

https://github.com/Blagodarenko/miner-burst

The new version doesn't use 100% of my processor and as such mines about 20% slower then the last one.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
brizio71
Sr. Member
****
Offline Offline

Activity: 456
Merit: 250


Blockchain Just Entered The Real World


View Profile
April 28, 2015, 10:20:12 PM
 #20528

[miner]

new version Burst-miner v1.150509
https://github.com/Blagodarenko/miner-burst/releases/download/1.150509/miner-burst-1.150509.zip

- solved memory usage issue
- parameter "UseCleanMem" did not used
- key "q" - quit/exit
- key "m" - memory cleaner
- new lib pdcurses.dll

limits:
Nonces, stagger and CacheSize must be a multiple of HDD's sector size / 64 ( 4096 by default / 64 = 64 ).
Miner's window not resizing and not scrolling.



https://github.com/Blagodarenko/miner-burst

I have a lot of message:

stagger (1500000) must be multiple of 64

and the total read on yellow window is 92% instead 100% like the previous version, this means that skip the 8% of file with stagger error ?

thanks




   ▄▄███████▄▄       ▐█     █▌         ██          ▐██████▄▄       ▐██████▄          ██         ▐█▄        █▌    ███████▌
 ▄███▀▀   ▀▀███▄     ▐█     █▌        █▌▐█         ▐█   ▀▀██▄     ▐█   ▀█▌        █▌▐█        ▐███▄      █▌       █▌   
▐██▌        ▐██▌    ▐█     █▌       ██  ██        ▐█      ▐█▌    ▐█   ▄█▌       ██  ██       ▐█ ▀██▄    █▌       █▌   
███          ███    ▐█     █▌      ██   ██       ▐█       ██    ▐██████▀       ██   ██      ▐█   ▀██▄   █▌       █▌   
▐██▌   ██▄   ▐██▌    ▐█     █▌     ██████████      ▐█      ▐█▌    ▐█▀██▄        ██████████     ▐█    ▀██▄ █▌       █▌   
 ▀███▄▄ ▀██▄ ▀█▀     ▐█▄   ▄█▌    ██       ██     ▐█   ▄▄██▀     ▐█  ▀██▄     ██       ██    ▐█      ▀███▌       █▌   
   ▀▀█████▀██▄        ▀██████▀    ██         ██    ▐██████▀▀       ▐█   ▀█▌   ██         ██   ▐█        ▀█▌       █▌   
           ▀▀▀

A Blueprint for Mapping Decentralized Data


Telegram             Twitter             Medium             LinkedIn
██
██
██
██
██
   
Data Stamping
Constellation Creation
Enriched data and services
██
██
██
██
██
   
With Quadrant, any form of

Data can be Authenticated.
GenTarkin
Legendary
*
Offline Offline

Activity: 2450
Merit: 1002


View Profile
April 29, 2015, 12:02:58 AM
 #20529

[miner]

new version Burst-miner v1.150509
https://github.com/Blagodarenko/miner-burst/releases/download/1.150509/miner-burst-1.150509.zip

- solved memory usage issue
- parameter "UseCleanMem" did not used
- key "q" - quit/exit
- key "m" - memory cleaner
- new lib pdcurses.dll

limits:
Nonces, stagger and CacheSize must be a multiple of HDD's sector size / 64 ( 4096 by default / 64 = 64 ).
Miner's window not resizing and not scrolling.



https://github.com/Blagodarenko/miner-burst

So all my plots not structure correctly I have to replot is what ur telling me?!?! =(
Any way to get it to ignore this and use those plots anyways?!

GenTarkin's MOD Kncminer Titan custom firmware! v1.0.4! -- !!NO LONGER AVAILABLE!!
Donations: bitcoin- 1Px71mWNQNKW19xuARqrmnbcem1dXqJ3At || litecoin- LYXrLis3ik6TRn8tdvzAyJ264DRvwYVeEw
Merick
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
April 29, 2015, 12:40:35 AM
 #20530

I keep pushing the "New Posts" button on the Burst forum, yet nothing shows up.

It's a shame these miner discussions and software update notifications were not organized in their own thread. It would be so much easier to keep track of this information and miner specific conversations.

I don't understand why the forum is not used for software updates, asset notifications, even wallet updates.

I know Blago has a Russian thread for his miner on the forum but that was last updated in February.

Am I the only one annoyed with the size of this thread?  There is a lot of information in here, but it's like having a giant stack of papers sitting on my desk and a crappy search tool.  There used to be this nifty little horse race betting game, but the thread swallowed it and it is now gone Sad

*edit, ok, the built in search tool found it http://bitcoin-derby.com:8999/

Anyways, sorry for the rant,  Keep up the good work Blago, steady progress and software updates are good for everyone.

 
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
April 29, 2015, 01:04:09 AM
 #20531

Only way i see to make passphrases harder to brute force is to use some sort of hash on the passphrase, one which takes a lot of cpu power to hash, and where a hash can only ever have one password which led to it. The signing and all that of tx.'s would be done with the hash, but the password to remember is pre hash. Dunno if i make sense but..

Passphrase = "1 happy Tiga"
Hash of passphrase(only "1 happy Tiga" can lead to it) is = "asdas23ed2cYGU8gH&*BUJBOINB*(&" (not really, just an example)
Now in order to reach that hash, it needs to be complex, and require a lot of cpu.

When you login to ur wallet, yes, it might take 2 seconds to just get the hash from the passphrase, but that is worth the wait to make it hundreds of times harder to brute force. In this way even a 7 digit phrase could be secure(as long as it has got letters/numbers/symbols).

tx.'s are signed with the hash.

Sorry if this is silly and makes no sense, it makes sense to me (also, I dunno about 7 digits being secure, just making a point i guess)


Yeah...my passphrase leak was all my fault....big thanks to craig, will defo do something to say thanks. Give him some of my burst Cheesy (it's weird, when he already had it all lol)
Blago
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250



View Profile
April 29, 2015, 03:10:43 AM
 #20532

I have a lot of message:

stagger (1500000) must be multiple of 64
and the total read on yellow window is 92% instead 100% like the previous version, this means that skip the 8% of file with stagger error ?

thanks

1500000 not multiple to your sector size (4k)
1500000 / 64 = 23437,5

i'll change the miner for reads 23437*64 = 1499968 nonces, but its will 99% of read

So all my plots not structure correctly I have to replot is what ur telling me?!?! =(
Any way to get it to ignore this and use those plots anyways?!
PM your plot's names and sector size (or screenshot)


Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
bobafett
Hero Member
*****
Offline Offline

Activity: 619
Merit: 500



View Profile
April 29, 2015, 05:12:51 AM
 #20533

hi Blago,
can you just code a auto adjust for the cache size?
Its to hard in my opinion that everybody has to do it manually....
mczarnek
Hero Member
*****
Offline Offline

Activity: 527
Merit: 502


View Profile
April 29, 2015, 06:23:18 AM
 #20534

Only way i see to make passphrases harder to brute force is to use some sort of hash on the passphrase, one which takes a lot of cpu power to hash, and where a hash can only ever have one password which led to it. The signing and all that of tx.'s would be done with the hash, but the password to remember is pre hash. Dunno if i make sense but..

Passphrase = "1 happy Tiga"
Hash of passphrase(only "1 happy Tiga" can lead to it) is = "asdas23ed2cYGU8gH&*BUJBOINB*(&" (not really, just an example)
Now in order to reach that hash, it needs to be complex, and require a lot of cpu.

When you login to ur wallet, yes, it might take 2 seconds to just get the hash from the passphrase, but that is worth the wait to make it hundreds of times harder to brute force. In this way even a 7 digit phrase could be secure(as long as it has got letters/numbers/symbols).

tx.'s are signed with the hash.

Sorry if this is silly and makes no sense, it makes sense to me (also, I dunno about 7 digits being secure, just making a point i guess)


Yeah...my passphrase leak was all my fault....big thanks to craig, will defo do something to say thanks. Give him some of my burst Cheesy (it's weird, when he already had it all lol)

That's an interesting way to make brute forcing hard to do.. though it also reduces the number of transactions the network can process and that kind of thing.

BitSend ◢◤Clients | Source
www.bitsend.info
█▄
█████▄
████████▄
███████████▄
██████████████
███████████▀
████████▀
█████▀
█▀












Segwit | Core 0.14 | Masternodes
XEVAN | DK3 | Electrum soon
Bitcore - BTX/BTC -Project












BSD -USDT | Bittrex | C.Gather | S.Exchange
Cryptopia | NovaExchange | Livecoin
Litebit.eu | Faucet | Bitsend Airdrop













████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████

████
 ████
  ████
   ████
    ████
     ████
      ████
       ████
        ████
       ████
      ████
     ████
    ████
   ████
  ████
 ████
████
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
April 29, 2015, 06:40:33 AM
 #20535

Only way i see to make passphrases harder to brute force is to use some sort of hash on the passphrase, one which takes a lot of cpu power to hash, and where a hash can only ever have one password which led to it. The signing and all that of tx.'s would be done with the hash, but the password to remember is pre hash. Dunno if i make sense but..

Passphrase = "1 happy Tiga"
Hash of passphrase(only "1 happy Tiga" can lead to it) is = "asdas23ed2cYGU8gH&*BUJBOINB*(&" (not really, just an example)
Now in order to reach that hash, it needs to be complex, and require a lot of cpu.

When you login to ur wallet, yes, it might take 2 seconds to just get the hash from the passphrase, but that is worth the wait to make it hundreds of times harder to brute force. In this way even a 7 digit phrase could be secure(as long as it has got letters/numbers/symbols).

tx.'s are signed with the hash.

Sorry if this is silly and makes no sense, it makes sense to me (also, I dunno about 7 digits being secure, just making a point i guess)


Yeah...my passphrase leak was all my fault....big thanks to craig, will defo do something to say thanks. Give him some of my burst Cheesy (it's weird, when he already had it all lol)

That's an interesting way to make brute forcing hard to do.. though it also reduces the number of transactions the network can process and that kind of thing.

It has zero effect on network. It just changes the way which the wallet handles your password, instead of using it as is, it hashes it and uses the hash as ur passphrase
Razerglass
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


https://bmy.guide


View Profile
April 29, 2015, 06:44:24 AM
 #20536

is dcct's plot optimizer still the best, been out of the loop for a while

██░                                             
 ▓██▓░                                           
  ▓█████▓▒░                                  ░▒██░
    ▓███████▓▒░                           ░▓▓██▓ 
      ▒█████████▓▒                     ░▓████▓   
        ░█████▓████▓▒                 ▓████▓░   
          ░▓███▓▓▓▓███▓░            ▒██▓▓█▒     
             ▓██▓▓▓▓▓▓██▒         ░███▓▓█▒       
               ▓█▓▓▓▓▓▓▓█▓       ▓███▓▓█▒       
                ▒██▓▓▓▓▓▓██▒   ▒███████▓         
                 ░██▓▓▓▓▓▓▓█▓░  ▒▓▓▓▓▓▓         
                   ▓█▓▓▓▓▓▓▓▓█▓▒                 
                    ▒█▓▓▓▓▓▓▓▓▓▓█▓▓▓▓▓▓▓▒▒░     
                      ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒   
                   ░▒▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓███   
              ▒▓▓█████▓▓▓▓▓▓▓▓▓████▓▓▓▓▒▒░   ░   
         ▒▓██████▓▓▓▓▓▓▓▓▒▒▒▒▒░                   
|
|
🛵 Connecting Travellers All Around The World 🛵 

Socially Powered Search Engine for the Travel & Tourism Industry
|

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ ███████████▀     ██ ██
██ ██████████▌   ▄▄▄██ ██
██ ██████████   ██████ ██
██ ███████          ██ ██
██ ███████▄▄▄   ▄▄▄▄██ ██
██ ██████████   ██████ ██
██ ██████████   ██████ ██
██ ██████████   ██████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ █████████████▀█████ ██
██ ███ ▀█████▀      ▀█ ██
██ ███     ▀▀      ▐██ ██
██ ███▌            ███ ██
██ ████▌          ▄███ ██
██ ██████       ▄█████ ██
██ ████▄▄▄▄▄▄▄████████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

█████████████████████████
██ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ██
██ ████████████▀▀▀████ ██
██ ████████▀▀     ████ ██
██ █████▀    ▄▀  ▐████ ██
██ ██▀     ▄▀    ▐████ ██
██ ████▄▄ █▀     █████ ██
██ ██████ ▄▄█   ▐█████ ██
██ ████████████ ██████ ██
██ ███████████████████ ██
██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
Whitepaper
One-Pager
Ann Thread
|
Medium
Youtube
Instagram
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
April 29, 2015, 06:48:25 AM
 #20537

is dcct's plot optimizer still the best, been out of the loop for a while
Yip

Hop back into the loop Cheesy
Pinecone
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
April 29, 2015, 02:35:58 PM
 #20538

Hi Blago,

Same problem here with new miner. I am getting red "stagger (500000) must be a multiple of 64" and "stagger (3400000) must be a multiple of 64" and "stagger (31250) must be a multiple of 8" messages. 

Miner stops at 98%


Also the miner screen no longer is scrollable.  I cannot scroll up to see my previous deadlines or mining.

Thanks for your work
GenTarkin
Legendary
*
Offline Offline

Activity: 2450
Merit: 1002


View Profile
April 29, 2015, 03:56:25 PM
 #20539

I have a lot of message:

stagger (1500000) must be multiple of 64
and the total read on yellow window is 92% instead 100% like the previous version, this means that skip the 8% of file with stagger error ?

thanks

1500000 not multiple to your sector size (4k)
1500000 / 64 = 23437,5

i'll change the miner for reads 23437*64 = 1499968 nonces, but its will 99% of read

So all my plots not structure correctly I have to replot is what ur telling me?!?! =(
Any way to get it to ignore this and use those plots anyways?!
PM your plot's names and sector size (or screenshot)


My sector size is a mix and also some plots are being pulled over the network.
My plots are stagger of 20000 and one of 12500 and the rest are a mix of one hugeass optimized one and the rest are 8192

GenTarkin's MOD Kncminer Titan custom firmware! v1.0.4! -- !!NO LONGER AVAILABLE!!
Donations: bitcoin- 1Px71mWNQNKW19xuARqrmnbcem1dXqJ3At || litecoin- LYXrLis3ik6TRn8tdvzAyJ264DRvwYVeEw
Trollero
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
April 29, 2015, 04:30:41 PM
 #20540

Hello, please consider voting in this poll:

https://bitcointalk.org/index.php?topic=1042097.0

It's an attempt to measure whether the altcoin community feels that marketcap is an indicator of success, and possibly discuss it.

I'm targeting ~500+ page ANN threads, and not trying to spam everything with bumps, so please kindly don't delete this unless I've accidentally posted it more than once in your thread.

All opinions are welcomed.
Pages: « 1 ... 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 [1027] 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 ... 1315 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!