BitJohn (OP)
|
|
June 24, 2013, 02:32:52 AM |
|
|
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 03:12:54 AM |
|
Looks like they are hitting a bunch of blocks now! Silverwolf pool is coming soon
|
|
|
|
mastadonballs
|
|
June 24, 2013, 03:56:44 AM |
|
im getting a lot of rejected stale shares?? is this happening to anyone else?
|
|
|
|
BitJohn (OP)
|
|
June 24, 2013, 03:59:11 AM |
|
Not even one reject or stale
|
|
|
|
emunebtk
|
|
June 24, 2013, 04:08:25 AM |
|
that's a lot of hash power in very little time..dang
|
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 04:09:32 AM |
|
Its a great little coin only 366 blocks mined so far so only 3660 coin in circulation. I suggest checking them out.
|
|
|
|
BitJohn (OP)
|
|
June 24, 2013, 04:38:56 AM |
|
Wow the pool is at about 55 MH's not bad.
|
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 04:40:53 AM |
|
I have confirmation Silverwolf is working on a pool and would like some others to spread the wealth any takers?
|
|
|
|
fcmatt
Legendary
Offline
Activity: 2072
Merit: 1001
|
|
June 24, 2013, 04:49:58 AM |
|
Bottlecaps? Did someone read a post of mine last week here and get inspired to buy a domain name?
|
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 04:51:18 AM |
|
Bottlecaps? Did someone read a post of mine last week here and get inspired to buy a domain name?
whats the post
|
|
|
|
fcmatt
Legendary
Offline
Activity: 2072
Merit: 1001
|
|
June 24, 2013, 04:54:27 AM |
|
Bottlecaps? Did someone read a post of mine last week here and get inspired to buy a domain name?
whats the post The gigamining guy should get a scammer tag thread. I compared bitcoins to bottlecaps in the eyes of the LAW.
|
|
|
|
digitalindustry
|
|
June 24, 2013, 05:21:52 AM |
|
what is this inferior product? and just wait there .............
|
- Twitter @Kolin_Quark
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 03:51:04 PM |
|
Stratum is now functional on Vern's pool
|
|
|
|
Hazard
Legendary
Offline
Activity: 980
Merit: 1000
|
|
June 24, 2013, 03:55:48 PM |
|
This one definitely has a future
|
|
|
|
nearmiss
|
|
June 24, 2013, 03:57:25 PM |
|
Stratum is now functional on Vern's pool
Curious if any details on tweaks needed to make stratum work will be shared?
|
Profit-Switching Pool w/ Vardiff -> http://hashco.ws Optionally keep the alts we mine or auto-trade for BTC. In addition can be paid out in any of: 365, AC, BC, BTC, C2, CINNI, COMM, FAC, HBN, MINT, PMC, QRK, RDD, WC, XBC
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 03:58:30 PM |
|
This one definitely has a future We are glad to have you on board as a respected coin Dev and critic on these forums
|
|
|
|
bigvern
|
|
June 24, 2013, 04:33:02 PM |
|
Stratum is now functional on Vern's pool
Curious if any details on tweaks needed to make stratum work will be shared? I had to use CryptoManiac's fork. I usually use my own private fork, but something wasn't playing nice. In his build, make sure you don't use your coin address in the config, but instead the pubhash, which you will need to generate from the client. Also, in /mining/__init__.py you will need to change: if result['version'] == 5: To: if result['version'] == 4: Also, if you are using a default pushpool based mmfce setup, then you may need to modify some of the queries in: /mining/DB_Mysql.py BigVern
|
|
|
|
John Eden
Member
Offline
Activity: 98
Merit: 10
Have you mined Bottlecaps today?
|
|
June 24, 2013, 04:35:32 PM |
|
Stratum is now functional on Vern's pool
Curious if any details on tweaks needed to make stratum work will be shared? I had to use CryptoManiac's fork. I usually use my own private fork, but something wasn't playing nice. In his build, make sure you don't use your coin address in the config, but instead the pubhash, which you will need to generate from the client. Also, in /mining/__init__.py you will need to change: if result['version'] == 5: To: if result['version'] == 4: Also, if you are using a default pushpool based mmfce setup, then you may need to modify some of the queries in: /mining/DB_Mysql.py BigVern Thanks for supporting the Bottlecaps Foundation BigVern what a great contribution to the Bottlecaps community! Will we be seeing some Bottlecaps on cryptsy.com anytime soon?
|
|
|
|
bigvern
|
|
June 24, 2013, 04:44:37 PM |
|
Stratum is now functional on Vern's pool
Curious if any details on tweaks needed to make stratum work will be shared? I had to use CryptoManiac's fork. I usually use my own private fork, but something wasn't playing nice. In his build, make sure you don't use your coin address in the config, but instead the pubhash, which you will need to generate from the client. Also, in /mining/__init__.py you will need to change: if result['version'] == 5: To: if result['version'] == 4: Also, if you are using a default pushpool based mmfce setup, then you may need to modify some of the queries in: /mining/DB_Mysql.py BigVern Thanks for supporting the Bottlecaps Foundation BigVern what a great contribution to the Bottlecaps community! Will we be seeing some Bottlecaps on cryptsy.com anytime soon? History suggests that whatever I make a pool for will also show on Cryptsy eventually. BigVern
|
|
|
|
feeleep
Legendary
Offline
Activity: 1197
Merit: 1000
|
|
June 24, 2013, 05:16:04 PM |
|
Would you mind sharing the code? My pool will not be competition anyway...
|
|
|
|
|