Pages:
Author

Topic: Poll: What are your Bitcoin Client Feature Request / wishlist? - page 2. (Read 4150 times)

administrator
Activity: 5222
Merit: 13032
My top feature request is the ability to choose which coins to send in a transaction.
hero member
Activity: 588
Merit: 500
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 Cheesy]

I know....I only discovered it last week!
hero member
Activity: 540
Merit: 500
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 Cheesy]
hero member
Activity: 588
Merit: 500
There's a nice program called monit which does this sort of thing. It's already in your package manager; go get it.
hero member
Activity: 540
Merit: 500
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) :
Code:
while true; do bitcoind --params; done

And if you want to receive a mail after a crash :
Code:
while true; do bitcoind --params; echo -e "body\n\n" | mail [email protected] -s "Bitcoin crash..."; done
hero member
Activity: 504
Merit: 504
PGP OTC WOT: EB7FCE3D
light bitcoin client for powerpc
- only p2p & transaction handling
sr. member
Activity: 560
Merit: 250
Bounty manager (https://t.me/Gudwinn)
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  Smiley
legendary
Activity: 1470
Merit: 1006
Bringing Legendary Har® to you since 1952
So where is the poll ?
sr. member
Activity: 560
Merit: 250
Bounty manager (https://t.me/Gudwinn)
I would like to be able to set a max khash/s as it heats up my computer to much when I walk away.
Pages:
Jump to: