Search content
Sort by

Showing 20 of 347 results by c00w
Post
Topic
Board Project Development
Topic OP
[Announce] BitToll - A Payment System for Automated Bitcoin Transactions
by
c00w
on 04/06/2013, 17:59:49 UTC
I'd like to announce BitToll, a small project I've been working which allows you to do bitcoin transactions in a very small period of time ~200ms designed for automated usage.

The docs are online at https://www.bittoll.com

BitToll Overview
=====================================
 - Allows you to do transactions inside a node.
 - Payments are requested (Tolled) and then paid, rather then money being sent directly.
 - Can withdraw money on the server to the bitcoin network and deposit bitcoins inside of the server
 - Has a bitcoin pool inside of it to allow for clients with no bitcoins to generate them and pay small tolls.


If you'd like to take a look at the source code its all online at
https://github.com/c00w/bittoll
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 10/08/2012, 18:49:47 UTC
@Subo1977

I'm pretty sure the reason running as root breaks everything is due to a bug in btcnet_info. I'd advise you to update your bithopper version and then run

python setup.py install
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 29/07/2012, 06:00:19 UTC
I also want to try and clean up the pool list and just streamline everything down to the bare basics. I also want to make the statistics gathering engine much more powerful so this is more useful for server owners.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 29/07/2012, 05:58:57 UTC
Its not completely dead. I was pretty busy this summer and didn't have a lot of time to get around to it. I've fixed p2pool in the 0.3.2 branch and I'm going to merge it into master since its the only branch I want to deal with anymore. I'm not sure about some of my other decisions regarding moving everything into a stats.db file. I'm going to try and integrate a dht into bithopper to help with the deepbit lp problem.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 20/02/2012, 23:50:24 UTC
The top issue is fixed. I'm not sure what is breaking with the bottom issue.
Post
Topic
Board Pools
Re: BTCProxy.net Pool-Hopping Automatic Failover Pool Proxy
by
c00w
on 13/01/2012, 23:14:24 UTC
A bug was found and fixed. If you had random workers not working after you removed a server they should start working again.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 19/12/2011, 00:14:16 UTC
@everyone who wants features added.

Just send me a PM or open an issue on github. I've just been busy and not monitoring this thread since I thought it died.
Post
Topic
Board Pools
Re: BTCProxy.net Pool-Hopping Automatic Failover Pool Proxy
by
c00w
on 18/12/2011, 18:22:58 UTC
There is a 1% default donation. Its implemented such that 1 out of every 100 blocks is sent to a donation address instead of a server you selected. So from your end it should be transparent.
Post
Topic
Board Pools
Re: BTCProxy.net Pool-Hopping Automatic Failover Pool Proxy
by
c00w
on 12/12/2011, 23:09:40 UTC
I added everything bitHopper supports that isn't an alternate coin and doesn't require a dedicated client like p2pool.

So there are pools that are hoppable and pools that aren't. Its much more of a fancy proxy although it does pool hop if you have hoppable pools.
Post
Topic
Board Pools
Topic OP
BTCProxy.net Pool-Hopping Automatic Failover Pool Proxy
by
c00w
on 11/12/2011, 06:02:39 UTC
BTCProxy.net
  • Proxy Pool
  • Automatic Fail Over Between Pools In Case Of DOS
  • Pool Hopping
  • Easy one button setup for a couple pools
  • 35 pools supported

Questions, Comments?
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 02/10/2011, 15:11:42 UTC
@Transisto
You didn't set a role for one of your pools.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 17/09/2011, 13:17:31 UTC
@transisto
Are you using the latest version? That looks like a bug that was fixed at least ~20 commits ago.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 14/09/2011, 19:58:14 UTC
Type git pull to update to the latest version.

@Those errors with lagging:
That should be fixed.

mine_force makes the scheduler mine that pool.

mine_lp_force makes the scheduler mine that pool until it recieves a new lp than it changes the role until the default role.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 14/09/2011, 03:15:21 UTC
Oh and mine_lp_force is added and mine_lp is now in place of mine_deepbit.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 14/09/2011, 02:55:38 UTC
Shoot. Did it come back alive after that? Or was it just dead.

And what version?
If you are unsure git describe will tell you.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 12/09/2011, 22:21:22 UTC
leever: There was a bug with the error output display. Can you update to the latest version and see what error appears?
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 12/09/2011, 10:33:45 UTC
What version are you using?
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 11/09/2011, 21:05:55 UTC
leveer can you post what exceptions appears?

And versions are just git tags. So if your are pulling you'll be on the latest version.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 08/09/2011, 15:42:30 UTC
Getwork issues should/may be fixed. Also we should reuse connections properly now.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
c00w
on 02/09/2011, 18:37:14 UTC
When it says x is not working it means the options themselves. The underlying code does work we just don't have it checking the options yet.