Bitcoin Forum
April 25, 2024, 02:34:38 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 ... 247 »
1301  Bitcoin / Development & Technical Discussion / Re: [ANN] CoinMessage: Secure Messaging with Bitcoin Addresses on: December 17, 2013, 05:36:36 AM
  • Logins to websites without passwords, instead using a challenge/response mechanism like GPG auth.
  • A consistent pseudonymous internet identity that can provably be the same across websites.
This has been builtin to Bitcoin-Qt since 0.6 and used for things like the Eligius mining pool and #Bitcoin-OTC for just about as long. Smiley
Here's an example walkthrough written by BunnyH.
1302  Bitcoin / Pools / Re: [875Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: December 15, 2013, 05:34:10 PM
I don't get why people still tolerate cgminer and all its many bugs.
1303  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.1: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 15, 2013, 04:21:20 AM
If I use bfgminer's stratum proxy and connect with cgminer to it, all I get is h-not-zero errors for every share. Any solution for this?
This is a cgminer bug. When the nonce2 is smaller than 32-bit and not followed by null bytes, it corrupts the coinbase transaction and thus produces invalid shares.
BFGMiner always uses a 16-bit nonce2 (plenty big enough) to ensure it can work with upstream nonce2s as small as 24-bit.

Edit: Details:
[04:23:17] <Luke-Jr> nwoolls: basically cgminer is broken if nonce2_size is anything other than 4 (32-bit)
[04:23:41] <Luke-Jr> nwoolls: a proxy must always reduce the nonce2_size from the upstream server; BFGMiner always uses 2 (16-bit)
[04:24:14] <nwoolls> Luke-Jr: can you pastebin the patch that makes it work so i can at least give that stuff to Con and say I tried?
[04:24:30] <nwoolls> i'll hit him up when he's around and see if he's feeling cooperative
[04:24:27] <Luke-Jr> nwoolls: I'd have to write one.
[04:24:31] <nwoolls> ah gotcha
[04:24:38] <Luke-Jr> I'm not sure it's worth the effort, considering the likelihood they reject it
[04:24:48] <nwoolls> ya thats ok, i just meant enough for me to convey it to him
[04:24:42] <nwoolls> so those 2 lines should be enough to understand the issue for him?
[04:25:02] <Luke-Jr> nwoolls: probably not, those 2 lines are sufficient to explain the issue generally in a way that he will probably outright deny.
[04:25:19] <nwoolls> lol
[04:25:24] <nwoolls> nice
[04:25:27] <nwoolls> well i'll give it a shot
[04:25:34] <nwoolls> maybe he'll deny it and then look into it himself
[04:25:32] <Luke-Jr> nwoolls: after you confirm that hypothesis, you can give him more info: he is memcpy-ing nonce2 with a fixed 32-bit size, even if nonce2_size is smaller
[04:25:52] <Luke-Jr> nwoolls: he is also intentionally rejecting nonce2_size over 4 (or 8?), IIRC
[04:26:07] <Luke-Jr> which is perfectly legal, but in any case unrelated to BFGMiner interop issues
[04:26:32] <nwoolls> ty for looking into it, i appreciate it, starting to hear it from more and more users
[04:26:41] <Luke-Jr> side note: if he just memcpys the nonce2 with an adjusted size, it will fix *little endian*, but break on big

Edit2: <rant about cgminer bugs still wasting his time; 2.5 hours in this case>
1304  Bitcoin / Pools / Re: [875Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: December 13, 2013, 04:21:38 AM
I didn't read the KNC issues in detail. But one issue I seem to be having lately is if the 'pool difficulty' is high for my device, it seems more likely to crash(Temperature runs higher). Which requires a full power down of the device(BFL 60GH).  I'm looking forward to the set-able difficulty, so I can do some testing.
Difficulty does not affect devices at all.
Even if you could set difficulty, it is unlikely to allow setting it lower than the automatic variable difficulty (which is lower than most pools use on Eligius).
1305  Other / Off-topic / Re: Tonal BitCoin benefits & neutrality on: December 12, 2013, 10:37:13 PM
I've collected a few on my site: http://luke.dashjr.org/education/tonal/glyphs/fonts/
1306  Bitcoin / Pools / Re: [875Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: December 11, 2013, 03:46:46 PM
Difficulty changing is not harmful in any way.
Stale shares just come from latency on your internet connection and/or hardware that can't change work on a new block.
1307  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.1: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 10, 2013, 04:46:02 AM
I don't really care about scrypt.
If you (or anyone else) can bisect it, debug it, or provide a patch, I'll look into it...
If you use Windows, you can easily bisect by starting a new session on http://luke.dashjr.org/tmp/code/webisect/webisect.php

could you fix the pool diff in scrypt?
its always Diff 0/0    Cry
that's the only thing that I can see needs fixing.

That sounds correct. It's very hard to get diff 1 with scrypt.
1308  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.1: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 09, 2013, 12:39:06 PM
I have that specified.

Its reporting correctly with the stable release but not with the latest release. Is this due to cgminer dropping gpu support after 3.7.2? Or something else?

I've also tried v3.5.0 with the same command line as the stable release and it reports in Gh/sec. So only the stable release of v3.2.8 reports correctly for me.

Am I missing something for the latest version?

My command line is:

bfgminer --scrypt -o stratum+tcp://ctompo.dyndns.org:3332 -u pengo.0 -p x -I 20 --auto-fan --temp-overheat 80 --temp-cutoff 85 --temp-target 70

tldr: Reports correctly in kH/sec  in v3.2.8, newer versions tested v3.5.0 and latest release it reports in gH/sec (same cmd line)..

Thanks for your help if you can assist.
I don't really care about scrypt.
If you (or anyone else) can bisect it, debug it, or provide a patch, I'll look into it...
If you use Windows, you can easily bisect by starting a new session on http://luke.dashjr.org/tmp/code/webisect/webisect.php
1309  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.1: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 09, 2013, 04:07:50 AM
NEW VERSION 3.8.1, DECEMBER 9 2013

Human readable changelog:
  • Bug fixes only.

Full changelog:
  • bfgminer-rpc: Catch error when server host fails to resolve to an IP
  • RPC: Remove unnecessary delay from RPC server startup
  • Call WSAStartup for our own needs independently of libcurl etc
  • hashbusterusb: Give more meaningful errors before serial number is known
  • hashbusterusb: Populate device_path with USB devid
  • Rename hashbuster2 to hashbusterusb (only a-z allowed in driver names)
  • Include libusb in options list, since it is no longer tied to specific drivers
  • Make hashbuster serial number output match formatting on physical board
  • Fix for hashbuster first init after power up
  • Workaround Microsoft's non-standard swprintf
  • vcom: Fabricate vcom devinfo for any existing paths specified to --scan, in case enumeration fails
  • Bugfix: hashbuster2: Check for errors setting up libusb handle
  • Bugfix: Draw statuswin in line order to ensure overflow is cutoff properly
  • Fixed one byte stack overflow in mcast recvfrom.
  • Bugfix: Let libc do any translation for %lc before adding wide characters to curses
  • Specifically handle mining.get_transactions failures so they get logged at the lower debug loglevel
  • Bugfix: lowlevel: Use LL_DELETE2 when cleaning up secondary list
1310  Bitcoin / Mining / Re: Miners: Time to deprioritise/filter address reuse! on: December 08, 2013, 11:14:49 PM
Luke-Jr: how is the patch working out in practice? All ok?
No, it really needs to be rewritten differently (as expected).
Unfortunately, that's very involved.
1311  Bitcoin / Hardware / Re: [ANN] Twin Bitfury USB miner on: December 08, 2013, 09:36:46 PM
in the OP post you state that you developed the blue / red fury miners. I cannot find older posts from your account about that. Your website is also lacking an "Impressum" which is obligatory for germans or german websites. Don't know about Austria though. Sorry for being so mistrusting but we all know the bitcoin land is a world of scam. Cheesy
I can confirm twinfury is developed by the same as red/blue fury.
1312  Bitcoin / Hardware / Re: [ANN] Bi•Fury | 5+ GH/s USB Miner [FASTEST USB MINER IN THE WORLD][IN STOCK!] on: December 08, 2013, 02:08:13 PM
No, this looks more like a broken USB hub or insufficient power...
Good point, I'll check that. Maybe you know what kind of device is it? tty?
Yes, a USB CDC ACM device, so would be /dev/ttyACMn form.

The shipped firmware for some (most?) of the bi*fury is buggy, and an updated firmware is needed to get them to mine correctly.
Could you please point me where to look for more info about update? Somehow couldn't find anything usable, perhaps wrong search parameters  Undecided
Felipeo said it would be on http://store.bitcoin.org.pl/support a few weeks ago, but I can't seem to find it either Sad
1313  Bitcoin / Hardware / Re: [ANN] Bi•Fury | 5+ GH/s USB Miner [FASTEST USB MINER IN THE WORLD][IN STOCK!] on: December 08, 2013, 01:47:00 PM
First o fall is there some way how to get it running under Linux? To be more specific Debian 7.2.
When I connect device to system in kernel log I see:
[1704559.597506] usb 2-2.1: new full-speed USB device number 9 using uhci_hcd
[1704559.733273] usb 2-2.1: device descriptor read/64, error -71
[1704559.860650] hub 2-2:1.0: unable to enumerate USB device on port 1

It looks like I need some driver is missing (module).
No, this looks more like a broken USB hub or insufficient power...

It looks quite clear, but only problem is where I can get mentioned file firmware.bin? And why should I change it?
The shipped firmware for some (most?) of the bi*fury is buggy, and an updated firmware is needed to get them to mine correctly.
1314  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 06, 2013, 04:56:00 PM
Seems I'm getting a Nanofury to replace a dead Bluefury.  Anything I need to be aware of as regards getting the Nanofury working on BFGMiner on Linux (or indeed OpenWRT)?
You'll have to build hidapi for OpenWrt and recompile BFGMiner to use it.
is this a git-source-and-cross-compile task or does it require intensive tinkering?
It requires writing code.
1315  Bitcoin / Pools / Re: [600Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: December 06, 2013, 01:25:05 PM
FYI: First batch of HashBuster Micro sold out and the next batch is delayed slightly until Monday. Orders placed before then will ship direct from manufacturer.
1316  Bitcoin / Pools / Re: [600Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: December 05, 2013, 04:32:40 PM
What if i have hardware failure and i'm not able to reach 0.167 btc anymore, is there any way to get paid? In the current exchange rate it's still quite some money.

Change your mininum payment to something below your current balance.  It's been discussed multiple times before, and it's pretty obvious.
 

It's actually not obvious. And searching or anything else besides posting a basic post on this forum is archaic at best.  Also, info is spread out among hundreds of pages, I still don't get why thread starters on this site don't update the OP with important info.
Eligius is an entirely volunteer run pool.
If you'd like to write a new OP, I'll change it.
1317  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 04, 2013, 08:43:14 PM
BFGMiner is probably broken on FreeBSD. Any FreeBSD developers who can help out?
1318  Bitcoin / Pools / Re: [600Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: December 04, 2013, 08:13:51 PM
LukeJr, how do you feel about NMC? Guessing you're ok with them given their eligius' compatibility.
Namecoin is bitcoin technology applied to an entirely different concept (domain names instead of currency).
1319  Bitcoin / Mining software (miners) / Re: BFGMiner 3.8.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2 on: December 04, 2013, 02:30:03 PM
Does BFGMiner support KNCMiner? I have a Saturn that hashes at 335GHs if I have pool info directly input into miner config page. But if I want to manage using BFGMiner it runs at 100GHs.

My config is simple
Server: 192.168.10.5:8023
User: user
Password: password

BFGMiner is running on windows 7 with a few other instances running blades and running them correctly for the longest time.

Startup command is as following;

C:\bit\asics\bfgminer.exe -o http://stratum.btcguild.com:3333 -u user_knc -p 12323 -o http://stratum.bitcoin.cz:3333 -u user.knc -p 134234234 -G --http-port 8023

I'm obviously missing something. Other ASIC devices run great with the same config like V1 and V2 blades. I have 25 of them blades running trouble free but KNC Miner wants to take away my sleep.

Help!?
Using getwork for something like this isn't going to work.
Check out README.ASIC for instructions to install BFGMiner directly on your KnCMiner unit.
1320  Bitcoin / Pools / Re: [600Th] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # on: December 04, 2013, 03:34:06 AM
I just had an idea I want to throw here, and you'll do whatever you want with it:
It would be great you could run a similar pool for Litecoin! It's one of the few trustable altcoin, and it's pretty much the last place we can spend CPU and GPU hashing power and not spend more in electricity.
Eloipool and wizstats are really well done software, and you guys seem really honest and devoted to your pool, so I believe it would be as awesome with Litecoin.
It's because we're honest that we won't get involved with scams like Litecoin.
Essentially it comes down to there being a void of any reason people would adopt Litecoin as a currency.

Bitcoin by nature can only provide the same value put into it, so in this "raw" state it functions as nothing more than a pump-and-dump scam as it simply redistributes money from the buyers to the sellers.
The reason Bitcoin itself escapes this category is that it is a major technological innovation, bringing something new (trustless currency) that has value to the world.
By being adopted as a currency, Bitcoin can benefit even those who buy into it last.

Litecoin and other scamcoins like it, on the other hand, do not bring anything new to the table.
They are just mere clones that retain the pump-and-dump nature of Bitcoin, but without the innovation that makes Bitcoin viable as a currency.
Litecoin specifically made three irrelevant changes:
  • Change of mining proof-of-work from SHA256d to scrypt. This was done as an attempt to make GPU mining impractical. Not only is that a bad idea (CPU-only mining would put cryptocurrency in the hands of illegal botnets), it also failed. Present-day scammers will try to claim scrypt is ASIC-proof or ASIC-resistant; this is also false and impossible in theory. If anything, scrypt is more vulnerable to ASIC mining since it performs poorly on consumer hardware. Finally, some people try to pass scrypt off as a memory-hard proof-of-work; while it is true that the scrypt algorithm itself is a memory-hard key-strengthening algorithm, it is not a memory-hard proof-of-work algorithm since it requires just as much memory to verify as it does to find (the key property of proof-of-work algorithms is that the work requires more of <resource> than the verification); Litecoin's scrypt parameters also use so little memory, that it can be performed without memory at all.
  • Faster target block time. This is often passed off as "faster confirmation", but in reality it isn't at all. To get the same security as 6 bitcoin blocks confirming a transaction, you need around 24 litecoin blocks (there are a lot of factors involved that weigh into this). In the end, the faster blocks just bloat the blockchain more - and not just the entirety of the blockchain, but the headers-only minimal blockchain that would be used by light clients.
  • Larger currency supply. But we all know 1 BTC is divisible to 8 decimal places. There are more mBTC than LTC, so no "silver to gold" is needed in an alternate blockchain.
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 ... 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!