Groc (OP)
Sr. Member
Offline
Activity: 560
Merit: 250
Bounty manager (https://t.me/Gudwinn)
|
|
March 06, 2011, 04:26:54 PM |
|
I would like to be able to set a max khash/s as it heats up my computer to much when I walk away.
|
|
|
|
ShadowOfHarbringer
Legendary
Offline
Activity: 1470
Merit: 1006
Bringing Legendary Har® to you since 1952
|
|
March 07, 2011, 11:28:23 AM |
|
So where is the poll ?
|
|
|
|
Groc (OP)
Sr. Member
Offline
Activity: 560
Merit: 250
Bounty manager (https://t.me/Gudwinn)
|
|
March 07, 2011, 03:37:17 PM |
|
I would like to be able to set a max khash/s as it heats up my computer to much when I walk away.
Please post your Bitcoin Client Feature Request / wishlist here
|
|
|
|
Binford 6100
|
|
March 07, 2011, 03:50:56 PM |
|
light bitcoin client for powerpc - only p2p & transaction handling
|
You can't build a reputation on what you are going to do.
|
|
|
khal
|
|
March 07, 2011, 06:19:11 PM |
|
I have noticed instances of various automated Bitcoin based services being interrupted by the client hanging or crashing... Is is possible to easily 'ping' a client so as to assess its health? Something like a watchdog timer that could trigger an action like restarting the client or alerting an admin...
The system/OS should manage that, otherwise, the client will become a bloatware... You can do it like that under linux (i use that for my miners) : while true; do bitcoind --params; done And if you want to receive a mail after a crash : while true; do bitcoind --params; echo -e "body\n\n" | mail admin@bitcoin-contact.org -s "Bitcoin crash..."; done
|
|
|
|
error
|
|
March 07, 2011, 06:22:38 PM |
|
There's a nice program called monit which does this sort of thing. It's already in your package manager; go get it.
|
3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
|
|
|
khal
|
|
March 07, 2011, 06:51:52 PM Last edit: March 07, 2011, 07:15:23 PM by khal |
|
There's a nice program called monit which does this sort of thing. It's already in your package manager; go get it.
There are so much tools available... not possible to know all of them. But thanks for the info, i'll take a look next time i need :p [its name is easy to remember, it should be ok ]
|
|
|
|
error
|
|
March 07, 2011, 06:57:18 PM |
|
There's a nice program called monit which does this sort of thing. It's already in your package manager; go get it.
There are so much tools available... not possible to know all of them. But thanks for the info, i'll take a look next time i need :p [it's name is easy to remember, it should be ok ] I know....I only discovered it last week!
|
3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
|
|
|
theymos
Administrator
Legendary
Offline
Activity: 5376
Merit: 13407
|
|
March 07, 2011, 08:54:36 PM |
|
My top feature request is the ability to choose which coins to send in a transaction.
|
1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
|
|
|
ShadowOfHarbringer
Legendary
Offline
Activity: 1470
Merit: 1006
Bringing Legendary Har® to you since 1952
|
|
March 07, 2011, 11:09:14 PM |
|
My top feature request is the ability to choose which coins to send in a transaction.
+ 1 That would be an extremely useful feature.
|
|
|
|
Hal
VIP
Sr. Member
Offline
Activity: 314
Merit: 4226
|
|
March 07, 2011, 11:41:57 PM |
|
In another thread, they proposed bringing accounts into the UI, and doing them a little differently. Every transaction would be labelled with an account name. You could filter your wallet and only view txns for a certain account. And most importantly, you could pay from an account, and it would only use coins from that account.
This would make accounts be like virtual wallets, so you could have anonymous accounts and identity based accounts, and the coins wouldn't get intermixed. This should satisfy at least some use cases for choosing coins to pay with.
Maybe these should be called something different from accounts, as current accounts are kind of fictitious. Moving money between accounts is currently just bookkeeping, while with what I am talking about it would require an actual transaction. Maybe these should be called something like virtual wallets, or wallet partitions.
|
Hal Finney
|
|
|
Groc (OP)
Sr. Member
Offline
Activity: 560
Merit: 250
Bounty manager (https://t.me/Gudwinn)
|
|
March 08, 2011, 04:16:14 PM |
|
Between friends and for small payments - I'd like a Friend-to-Friend mode with online reputations(trust ratings) or a reputation network something like the ripple system but with Bitcoins.
|
|
|
|
m0Ray
|
|
March 09, 2011, 01:06:46 AM |
|
Between friends and for small payments - I'd like a Friend-to-Friend mode with online reputations(trust ratings) or a reputation network something like the ripple system but with Bitcoins. Kinda WoT?
|
|
|
|
genjix
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
March 09, 2011, 01:14:34 AM |
|
A make cup of tea function.
|
|
|
|
genjix
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
March 09, 2011, 01:15:07 AM |
|
seriously stop trying to bloat bitcoin
|
|
|
|
Binford 6100
|
|
March 09, 2011, 09:59:34 AM |
|
A make cup of tea function.
-1 didn't you read d. adams? h2g2 this could seriously backfire
|
You can't build a reputation on what you are going to do.
|
|
|
adv
|
|
March 10, 2011, 09:51:22 AM |
|
A make cup of tea function.
+1 Really important things: is cutting fucking GUI and useless miner.
|
U may thank me here: 14Js1ng1SvYBPgUJnjNAEPYH4d6SHF79UF
|
|
|
caveden
Legendary
Offline
Activity: 1106
Merit: 1004
|
|
March 10, 2011, 10:27:54 AM |
|
I also agree with removing the default CPU miner. It causes more problems than good.
Separating the GUI from the command line would probably be a good idea too, but I have no idea about the effort that would be needed.
|
|
|
|
Matt Corallo
|
|
March 10, 2011, 11:56:18 AM |
|
It is much easier to break stuff than to build it.
Removing the miner and GUI is a nobrainer. Just remove it and let someone else to build GUI on top of JSON API, in just a few weeks there will be a handful of competing GUI implementations. Every PHP 'programmer' out there would take a shot at it. The best way to improve stuff in open source world is to let go.
There already is one client that runs via RPC, and it is very unstable...I think its a good idea, in theory, and may be good for some people, but most people don't want to have to bother with opening multiple programs just to run Bitcoin. There already is bitcoind which does what you want, just help make Spesmilo better. Currently, the devs dont want to deffer too much from what Satoshi intended. This keeps one client which is "mainline", but with all the new clients there should be plenty to do what you want. I do, however, agree that "Generate Bitcoins" should be removed or, at least, renamed to something like "Donate CPU Time to help the Bitcoin Network" due to the extreme difficulty of mining on CPUs these days.
|
|
|
|
genjix
Legendary
Offline
Activity: 1232
Merit: 1076
|
|
March 10, 2011, 04:00:35 PM |
|
It is much easier to break stuff than to build it.
Removing the miner and GUI is a nobrainer. Just remove it and let someone else to build GUI on top of JSON API, in just a few weeks there will be a handful of competing GUI implementations. Every PHP 'programmer' out there would take a shot at it. The best way to improve stuff in open source world is to let go.
There already is one client that runs via RPC, and it is very unstable...I think its a good idea, in theory, and may be good for some people, but most people don't want to have to bother with opening multiple programs just to run Bitcoin. There already is bitcoind which does what you want, just help make Spesmilo better. Currently, the devs dont want to deffer too much from what Satoshi intended. This keeps one client which is "mainline", but with all the new clients there should be plenty to do what you want. I do, however, agree that "Generate Bitcoins" should be removed or, at least, renamed to something like "Donate CPU Time to help the Bitcoin Network" due to the extreme difficulty of mining on CPUs these days. Spesmilo isn't unstable but it requires a patch to bitcoin that has been ignored, http://bitcointalk.org/index.php?topic=3856.0This is needed. But nobody has merged it in yet.
|
|
|
|
|