Bitcoin Forum
August 27, 2024, 05:47:21 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 [210] 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 »
4181  Bitcoin / Development & Technical Discussion / Re: Coinbaser branch's new JSON-RPC method on: October 10, 2011, 01:08:26 PM
I'd really like to see something like this get in, but I agree with Steve - it's not clear why this is different to what Vince has already done.
Vince's stuff is a mess of unreadable code, that requires putting a proxy (additional point of failure/bottleneck) in front of bitcoind. This approach is much simpler (at least insofar as modifications to bitcoind) and has no effect on the stability of the primary Bitcoin mining operation (since the merged-mining manager runs parallel to bitcoind, not in front of it). These changes are also more abstract, not necessarily tied to merged-mining specifically.
4182  Bitcoin / Development & Technical Discussion / Re: Coinbaser branch's new JSON-RPC method on: October 09, 2011, 06:11:36 PM
Gavin has apparently decided (for no reason) that he isn't going to merge this, even though this thread met his requirement of having "community support" for the new "setworkaux" JSON-RPC method. I doubt I'll bother maintaining this through the next version, so I guess pester Gavin if you want it (or hope it gets merged to post-0.5 git before it needs yet another rebase...)
4183  Bitcoin / Mining software (miners) / Re: CGMINER CPU/GPU miner overclock monitor fanspeed in C linux/windows/osx 2.0.5 on: October 08, 2011, 04:00:33 AM
Can not compile cgminer-2.0.5:

Code:
make[2]: Entering directory `/home/administrativo/cgminer-2.0.5'
  CC     cgminer-main.o
main.c: In function ‘main’:
main.c:5418:12: error: ‘struct cgpu_info’ has no member named ‘gpu_engine’
main.c:5419:12: error: ‘struct cgpu_info’ has no member named ‘gpu_memclock’
main.c:5420:12: error: ‘struct cgpu_info’ has no member named ‘gpu_vddc’
main.c:5421:12: error: ‘struct cgpu_info’ has no member named ‘gpu_fan’
main.c:5422:12: error: ‘struct cgpu_info’ has no member named ‘gpu_powertune’
make[2]: *** [cgminer-main.o] Error 1
make[2]: Leaving directory `/home/administrativo/cgminer-2.0.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/administrativo/cgminer-2.0.5'
make: *** [all] Error 2

Ubuntu 11.04 32 bits.

CGMiner 2.0.4 compiles just fine.

What can I do?!

Thanks!
Thiago

Still no solution?
It's fixed in git.
4184  Bitcoin / Pools / Re: Merged Mining is NOT ready and should be stopped until it is on: October 07, 2011, 05:46:22 PM
Thing is,  we have already had months to work on things, and no one has till it is almost here.
No. We don't get to start working until there is proper protocol documentation in place.
4185  Bitcoin / Pools / Re: [460 GH/s] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, SQL, hop OK, 8decimals on: October 07, 2011, 02:37:14 PM
PSJ crashed (out of memory... with 16 GB free).

Eligius will offer merged mining as soon as it is practically possible, but there are some real practical issues to doing so.
4186  Bitcoin / Pools / Re: which pools are offering merged mining? on: October 07, 2011, 02:34:53 PM
Eligius will offer merged mining as soon as it is practically possible, but there are some real practical issues to doing so.
4187  Bitcoin / Pools / Re: Merged Mining is NOT ready and should be stopped until it is on: October 07, 2011, 02:33:48 PM
Just to be clear, my merged mining implementation AIUI will require two very minor changes to bitcoind, and will not put the Bitcoin mining operation at risk. While the coinbase component (part of Coinbaser, ready for pulling on GitHub) is complete and obviously simple, the part that is lacking is resubmitting new shares to the side MM managing daemon. This is also a fairly trivial change, but without specs to build the external MM manager and test it, I am not comfortable with calling this piece "done".
4188  Bitcoin / Pools / Re: [800 GH/s 0% fee SMPPS] ArsBitcoin mining pool! Come join us! on: October 06, 2011, 06:37:07 PM
That's PSJ.
4189  Bitcoin / Pools / Re: [460 GH/s] Eligius pool: ~0Fee SMPPS, no reg, RollNtime, SQL, hop OK, 8decimals on: October 05, 2011, 11:39:19 PM
New BETA mine-at-your-own-risk PoolServerJ on port 8999. I plan to restart this pretty often while it's testing, so be sure you have failover to the pushpool!

It uses the same share databases and bitcoind as pushpool, so it's still Eligius-Su.
4190  Bitcoin / Development & Technical Discussion / Re: Coinbaser branch's new JSON-RPC method on: October 05, 2011, 10:24:09 PM
I think setworkaux is OK, but I don't like "doesn't work on windows" changes to support one mining pool.
It might work on Windows with a few changes, but I don't have a Windows system to test on. http://msdn.microsoft.com/en-us/library/96ayss4b(v=vs.71).aspx
Ok, ported coinbaser to Windows. Surprisingly, the problem wasn't popen, but fdopen (for TCP support).
4191  Bitcoin / Development & Technical Discussion / Re: Coinbaser branch's new JSON-RPC method on: October 05, 2011, 10:22:23 PM
So, how do you intend setworkaux to be used?
From the code:
Code:
setworkaux <id> [data]
If [data] is not specified, deletes aux.
4192  Bitcoin / Development & Technical Discussion / Re: JSON-RPC API change: Explicit handling of transaction fees on: October 05, 2011, 07:18:37 PM
As it is your patch makes a user-visible problem hidden under the additional layer of obfuscation and randomness. People tend to notice unapproved fees draining their balance. The current situation is "always say yes" only in bitcoind. The bitcoin client pops up a dialog box.
This only affects bitcoind.

Also, new version requires an undocumented -nosafefees option for that.
4193  Bitcoin / Development & Technical Discussion / Debian developer needed on: October 05, 2011, 06:43:34 PM
https://github.com/bitcoin/bitcoin/pull/554#issuecomment-2301464
4194  Bitcoin / Development & Technical Discussion / Re: Typo-tolerant base58 for Bitcoin clients on: October 05, 2011, 06:40:13 PM
Bitcoin shouldn't accept them automatically because people will then use the alternative characters in vanity addresses, and old clients (including many sites that verify addresses without using Bitcoin) won't be able to accept these "new" addresses.
Well, that's the point of the final poll option-- that in a few years, these could be adopted as valid.
4195  Bitcoin / Development & Technical Discussion / Re: JSON-RPC API change: Explicit handling of transaction fees on: October 05, 2011, 06:32:32 PM
I don't think there should be any way for users to override required fees until "stuck" transactions can be reversed.
This wouldn't change anything user-facing (ie, GUI).
4196  Bitcoin / Development & Technical Discussion / Re: JSON-RPC API change: Explicit handling of transaction fees on: October 05, 2011, 06:20:37 PM
No, that would be an unrelated change. Right now, the code just does a while(notEnoughFees) { addFees(); findCoins(); }
Are you proposing an iterative solution to a non-monotonic non-deterministic optimization problem?

Do I understood you right?
I'm proposing moving "do I accept this fee" logic outside of the "always say yes" we have right now, nothing more.
4197  Bitcoin / Development & Technical Discussion / Re: Coinbaser branch's new JSON-RPC method on: October 05, 2011, 06:19:18 PM
I voted no because of the fine-print in your original post.
The poll was, as stated, unrelated to the "fine print". You asked for consensus on JSON-RPC changes, which has nothing to do with the fine print.
I think setworkaux is OK, but I don't like "doesn't work on windows" changes to support one mining pool.
It might work on Windows with a few changes, but I don't have a Windows system to test on. http://msdn.microsoft.com/en-us/library/96ayss4b(v=vs.71).aspx

Also, there's nothing Eligius-specific about it.
4198  Bitcoin / Development & Technical Discussion / Re: JSON-RPC API change: Explicit handling of transaction fees on: October 05, 2011, 06:04:53 PM
(stating how much fee is "required")
This would require replacing a PRNG in the stochastic knapsack solver. Currently there is a call to rand() there. This isn' reproducible and testable. Maybe you can think of some repeatable PRNG that is explicitly seeded off with something that will every time select the same coins from the same wallet and thus require the same fee?
No, that would be an unrelated change. Right now, the code just does a while(notEnoughFees) { addFees(); findCoins(); }
4199  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt handling of non-BTC bitcoin: URIs on: October 05, 2011, 06:02:02 PM
Per the old bitcoin: URI scheme, amounts should specify a unit. The current implementation of bitcoin-qt, however, only correctly handles amounts as BTC without a unit. What would be the ideal behaviour, in the community consensus, when encountering a URI that does specify a unit?

Previously I had suggested a units=  (e.g., units=mbtc), but there were reasonable arguments as to why that was not a good solution:
 - http://bitcointalk.org/index.php?topic=6206.msg91910#msg91910
Yes, that's why the URIs specify the units in a descriptive form rather than symbolic. Wink
4200  Bitcoin / Development & Technical Discussion / Re: Coinbaser branch's new JSON-RPC method on: October 05, 2011, 05:46:22 PM
I'd love to hear why someone voted No.
Pages: « 1 ... 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 [210] 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!