Bitcoin Forum
May 12, 2024, 11:55:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 »
761  Bitcoin / Mining / Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend on: August 05, 2011, 03:14:02 PM
Oh wow, that's impressive.  You might want to contact the big pool owners to see if they are interested.  Currently the new cap on pushpoold seems to be 1,000GH/s on a fully tweaked setup.
762  Bitcoin / Project Development / Re: v5.6.0 ][ Open-Source Pooling Web Software on: August 05, 2011, 08:36:02 AM
uhoh, you let out hints of your next project!  will be watching closely, of course.
763  Bitcoin / Bitcoin Discussion / Re: How to find "Tom Williams" ... on: August 05, 2011, 08:33:08 AM
August 02, 2011, 07:02:26 am
Tom Williams announces to the world that we was "in shock" for a few days  because his site was hacked

i believe that in between the date the site went down and this post was posted. he sold all the bitcoin! and that's why bitcoin was slowly going down all week
That was a troll and proved so by the fact that the account claiming to be the real owner PGP signed all his previous messages.  Haven't seen an official post since the event.
764  Bitcoin / Project Development / Re: [Scheduled Hack-A-Thon] RSVP Here to have a hack at my upcomming website. on: August 05, 2011, 08:29:38 AM
Xen, I just have to say:  This is the freakin' way to get a reputable site going in this community.  Produce a beta and say "hack this sh*t!".  Once you have done enough testing it's ready for release, provided you don't plan on adding new features without additional testing.

I have a feeling your next project is going to make waves.  Push forward brotha'!
765  Bitcoin / Pools / Re: [50g]Digbtc.net NO FEE/LP/Instant payout/ 2 BTC bonus to second Block Finder on: August 05, 2011, 08:23:28 AM
Ohhh!  I see. Hopper scripts are finding that the stats are showing low share round and jumping in to "scrape the cream off the top".

'bout to [fake] reset stats on my pool to get hoppers.  j/k!
766  Bitcoin / Project Development / Re: Safebit Bitcoin Wallet - Bitcoin Evolved [UPDATE!!!] on: August 05, 2011, 08:19:25 AM
Am I missing something or is there a way to compile this and test it out on Linux?  Currently testing bitcoin-qt.  Missing instruction on how to test this beautiful app.
767  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0(v3 experimental) Opensource PHP/MySQL on: August 05, 2011, 08:13:34 AM
How does your new setup query faster if "sahres" is larger than two tables - "shares" and "shares_history"...besides indexing.  Xenland and I have discussed and applied indexing to our setups, so I'm curious.
768  Bitcoin / Wallet software / Re: Bitcoin-Qt, the future Bitcoin client GUI [user input needed] on: August 05, 2011, 08:09:10 AM
Finally got around to install Ubuntu on a VM to try this out.  Compiled first try.  Looks awesome so far. Once the blockchain downloads I'm going to give it the full runaround.  Looks good so far!

Update:  This client downloaded the blockchain approximately elevntybillion times faster than the official Windows bitcoin client.  Even though it seems to be just a wrapper on top of the official bitcoin client, that's awesome!
769  Economy / Goods / Re: [EU] Miller Genuine Draft beer shipped to your home! on: August 05, 2011, 07:16:02 AM
MGD isn't the party beer on the west coast at least.  Coors Light and Bud Light hold that crown.  I wouldn't drink any of those, though.  Gimme some Stone or Sam Adams!

Don't know Stone but Sam Adams doesn't rate much higher than Bud's Amberbach to me.
Really?  The 30 different Sam Adams styles don't compare to one macrobrewery's attempt at a microbrew?  Amber Bock?  Amber Bock is pretty dang good for a macro..I've enjoyed it...but Sam Adams is better on a bad bottle than Amber Bock will ever be.  /beersnob 

*looks at bottle collection on his shelf*
770  Bitcoin / Pools / Re: deepbit hand picking blocks? on: August 05, 2011, 03:55:45 AM
BitcoinMonkey hand picked a block that's over 3 million rounds now.  Dangit! Should have stayed with those 850,000 round blocks!  j/k
771  Bitcoin / Pools / Re: [100g]Digbtc.net NO FEE/LP/Instant payout/ 2 BTC bonus to second Block Finder on: August 05, 2011, 03:40:55 AM
How are you at 100GH/s and only 1 day old?  Are you running a large rig on your own?
772  Bitcoin / Mining support / Re: ok so i got 18 GPU on my rig on: August 05, 2011, 03:35:41 AM
You have a motherboard with 18 pci express slots?
773  Economy / Speculation / Re: RALLY!!! on: August 04, 2011, 11:29:25 PM
it'll be neat to see what happens if one puts their 2000 bid at 10.99999 and the other 1000 sell order at 11.

Nothing, because the first rule of being a market peacock is to never touch your opponent.
While funny, I think you are dead on with that comment.  I saw that happen a lot yesterday.
774  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: August 04, 2011, 10:32:51 PM
Button "Lost Password" is there just for anturage? I haven't found any code serves this event...

It's just a relic from mining pool v1.... Looks like it was a stub. I'll get to it in the next version.

Which reminds me....

v3 features not yet in repo:
Memcached support
No more shares_history (what a nightmare that was)
Improved block handling.
Dynamic stats/setting caching (more responsive/less overhead)
Process locking
Drastically improved cronjobs.
Live round stats.
Just to name a few improvements....


Looking forward to seeing how you have tackled this.... im in the midst of dealing with these same issues... especially the whole shares_history nightmare and the associated monster queries.

Good news then.... I just pushed the initial v3 to the expiremental repo. This is no upgrade script, nor a simple upgrade path... yet. You'll need to merge these as appropriate.

As for moving shares history back into shares (AFTER adding new shares fields), I used this sql:
INSERT INTO shares (username, our_result, time, blockNumber, score) SELECT username, our_result, time, blockNumber, score FROM shares_history WHERE shares_history.counted = '0'

Also, I recommend using a separate instance of memcache than pushpool. Don't want your pool cache eaten by web data.

This is interesting.  Can you explain further why you axed shares_history and what shares_counted is for?  Is it just a lighter version of shares_history?  How big does your original shares table get?  I mean, where are your old shares held?  I also noticed shares_counted is MyISAM instead of InnoDB, is that because it's a temporary table?
775  Bitcoin / Bitcoin Discussion / Re: How to find "Tom Williams" ... on: August 04, 2011, 09:01:33 PM
I find it great how MrTiggr of #bitcoin-police just did 10x the work and 10x the help that this jokester Matthew N. Wright has done.  All without arguing with people on the forum about his resume and trying to start/heavily market a questionable business.  Bravo!
776  Economy / Goods / Re: [EU] Miller Genuine Draft beer shipped to your home! on: August 04, 2011, 08:06:16 PM
MGD isn't the party beer on the west coast at least.  Coors Light and Bud Light hold that crown.  I wouldn't drink any of those, though.  Gimme some Stone or Sam Adams!
777  Bitcoin / Bitcoin Discussion / Re: What if a Bitcoin exchange "loses" the wallet.dat? on: August 04, 2011, 07:44:55 PM
MtGox said they only have 2% of BTC online at any point in time.  The rest are on offline backups.
778  Economy / Speculation / Re: 8/4/11 Speculation Thread on: August 04, 2011, 06:09:11 PM
Watching those walls you mention get put up and torn down within seconds on mtgoxlive makes me go "hmmmm".  You can see the lines jump thousands of BTC or tens of thousands of USD all of a sudden.  There is a very large bot or human messing with us.  The only thing that is clear is that he has a ton of money to play with.  Confirms the speculators that always say "you think the market moves a lot now? wait until your average wallstreet guy comes in and starts throwing a few million around".
779  Economy / Trading Discussion / Re: [ANNOUNCE] BTC Trader - opensource live charting and tech-analysis application on: August 04, 2011, 03:31:18 PM
Yeah still wasn't working today.  I know when bitcoincharts is down because they redirect to a maintenance page, but this was never during a maintenance window.  I fixed it by deleting my corrupt "profile" at "C:\Users\phorensic\AppData\Roaming\.btctrader\dev" and it fired right up!  Wish I could tell you what was corrupt, but I destroyed the whole profile lol.
780  Economy / Trading Discussion / Re: [ANNOUNCE] BTC Trader - opensource live charting and tech-analysis application on: August 04, 2011, 01:41:53 AM
I keep losing my feeds/charts with no way to get them back.  I restart the program like 10 times and...nothin'.  Ready for a huge copy-pasta?

Code:
-------------------------------------------------------------------------------
>Log Session: Wednesday, August 3, 2011 6:37:29 PM PDT
>System Info:
  Product Version         = BTC Trader 1.4.1.1
  Operating System        = Windows 7 version 6.1 running on amd64
  Java; VM; Vendor        = 1.7.0; Java HotSpot(TM) 64-Bit Server VM 21.0-b17; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.7.0-b147
  Java Home               = C:\Program Files\Java\jdk1.7.0\jre
  System Locale; Encoding = en_US (btctrader); Cp1252
  Home Directory          = C:\Users\phorensic
  Current Directory       = C:\Program Files\btctrader
  User Directory          = C:\Users\phorensic\AppData\Roaming\.btctrader\dev
  Installation            = C:\Program Files\btctrader\btctrader
                            C:\Program Files\btctrader\platform
  Boot & Ext. Classpath   = C:\Program Files\Java\jdk1.7.0\jre\lib\resources.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\rt.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\jce.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.7.0\jre\classes;C:\Program Files\Java\jdk1.7.0\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.7.0\jre\lib\ext\zipfs.jar
  Application Classpath   = C:\Program Files\btctrader\platform\lib\boot.jar;C:\Program Files\btctrader\platform\lib\org-openide-modules.jar;C:\Program Files\btctrader\platform\lib\org-openide-util-lookup.jar;C:\Program Files\btctrader\platform\lib\org-openide-util.jar;C:\Program Files\btctrader\platform\lib\locale\boot_ja.jar;C:\Program Files\btctrader\platform\lib\locale\boot_pt_BR.jar;C:\Program Files\btctrader\platform\lib\locale\boot_zh_CN.jar;C:\Program Files\btctrader\platform\lib\locale\org-openide-modules_ja.jar;C:\Program Files\btctrader\platform\lib\locale\org-openide-modules_pt_BR.jar;C:\Program Files\btctrader\platform\lib\locale\org-openide-modules_zh_CN.jar;C:\Program Files\btctrader\platform\lib\locale\org-openide-util_ja.jar;C:\Program Files\btctrader\platform\lib\locale\org-openide-util_pt_BR.jar;C:\Program Files\btctrader\platform\lib\locale\org-openide-util_zh_CN.jar;C:\Program Files\Java\jdk1.7.0\lib\dt.jar;C:\Program Files\Java\jdk1.7.0\lib\tools.jar
  Startup Classpath       = C:\Program Files\btctrader\platform\core\core.jar;C:\Program Files\btctrader\platform\core\org-openide-filesystems.jar;C:\Program Files\btctrader\platform\core\locale\core_ja.jar;C:\Program Files\btctrader\platform\core\locale\core_pt_BR.jar;C:\Program Files\btctrader\platform\core\locale\core_zh_CN.jar;C:\Program Files\btctrader\btctrader\core\locale\core_btctrader.jar;C:\Program Files\btctrader\btctrader\core\locale\core_chartsy.jar
-------------------------------------------------------------------------------
SEVERE [org.netbeans.core.modules]
Unexpected character (<) at position 0.
        at org.json.simple.parser.Yylex.yylex(Unknown Source)
        at org.json.simple.parser.JSONParser.nextToken(Unknown Source)
        at org.json.simple.parser.JSONParser.parse(Unknown Source)
        at org.json.simple.parser.JSONParser.parse(Unknown Source)
        at com.bitcoincharts.BitcoinChartsDataProvider.initialize(BitcoinChartsDataProvider.java:77)
Caused: java.io.IOException
        at com.bitcoincharts.BitcoinChartsDataProvider.initialize(BitcoinChartsDataProvider.java:80)
Caused: java.lang.RuntimeException
        at com.bitcoincharts.BitcoinChartsDataProvider.initialize(BitcoinChartsDataProvider.java:98)
        at org.chartsy.main.managers.DataProviderManager.<init>(DataProviderManager.java:40)
        at org.chartsy.main.managers.DataProviderManager.getDefault(DataProviderManager.java:27)
        at org.chartsy.main.Installer.restored(Installer.java:46)
        at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:426)
        at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:366)
        at org.netbeans.ModuleManager.enable(ModuleManager.java:993)
        at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:318)
        at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:254)
        at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:286)
        at org.netbeans.core.startup.Main.getModuleSystem(Main.java:172)
        at org.netbeans.core.startup.Main.start(Main.java:308)
        at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:114)
[catch] at java.lang.Thread.run(Thread.java:722)
INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
        org.openide.util.lookup [8.3.1 201007282301]
        org.openide.util [8.6.2 201012081820]
        org.openide.modules [7.17.2 201012081820]
        org.openide.awt [7.23.1 201007282301]
        org.chartsy.commonscodec [1.3.0 110801]
        org.chartsy.commonslogging [1.3.0 110801]
        org.chartsy.commonshttpclient [1.3.0 110801]
        org.netbeans.api.progress/1 [1.20.2 201007282301]
        org.openide.dialogs [7.15.1 201007282301]
        org.openide.nodes [7.16.1 201007282301]
        org.openide.windows [6.33.1 201007282301]
        org.openide.filesystems [7.38.2 201007282301]
        org.netbeans.modules.editor.mimelookup/1 [1.16.1 201007282301]
        org.openide.text [6.30.1 201007282301]
        org.netbeans.swing.tabcontrol [1.21.2 201012081820]
        org.netbeans.swing.outline [1.9.1 201007282301]
        org.openide.explorer [6.28.2 201007282301]
        org.openide.actions [6.16.1 201007282301]
        org.netbeans.bootstrap/1 [2.33.4 201012081820]
        org.netbeans.core.startup/1 [1.25.4 201011082200]
        org.netbeans.spi.quicksearch [1.6.1 201007282301]
        org.netbeans.modules.queries/1 [1.19.1 201007282301]
        org.openide.loaders [7.16.1 201007282301]
        org.netbeans.modules.keyring [1.1.2 201007282301]
        org.openide.io [1.23.1 201007282301]
        org.netbeans.swing.plaf [1.16.1 201007282301]
        org.netbeans.core/2 [3.20.3 201012081820]
        org.netbeans.modules.options.api/1 [1.18.1 201007282301]
        org.netbeans.modules.print [7.5.1 201007282301]
        org.netbeans.modules.settings/1 [1.26.1 201007282301]
        org.chartsy.swingx [1.6.2 110801]
        org.chartsy.twitpicapi [4.0 110801]
        org.netbeans.modules.autoupdate.services [1.20.2 201011082200]
        org.netbeans.core.ui/1 [1.22.1 201007282301]
        org.netbeans.modules.autoupdate.ui [1.16.1 201007282301]
        org.netbeans.modules.masterfs/2 [2.25.2 201007282301]
        org.netbeans.libs.osgi [1.1.1 201007282301]
        org.netbeans.libs.felix [1.1.1 201007282301]
        org.netbeans.modules.favorites/1 [1.20.1 201007282301]
        org.netbeans.core.windows/2 [2.21.1 201007282301]
        org.netbeans.modules.options.keymap [1.10.1 201007282301]
        org.netbeans.modules.core.kit [1.8.2 201007282301]
        org.netbeans.core.output2/1 [1.18.2 201007282301]
        org.chartsy.facebookapi [2.1.0 110801]
        org.chartsy.main [1.4.1 110801]
        org.chartsy.ohlc [1.4.0 110801]
        org.chartsy.uo [1.4.0 110801]
        org.chartsy.talib [0.4.0 110801]
        org.chartsy.stochf [1.4.0 110801]
        org.chartsy.htdcp [1.4.0 110801]
        org.chartsy.lineonclose [1.4.0 110801]
        org.chartsy.htdcphase [1.4.0 110801]
        org.chartsy.trix [1.4.0 110801]
        org.chartsy.minusdm [1.4.0 110801]
        com.bitcoincharts [1.4.0.1 110801]
        org.chartsy.wma [1.4.0 110801]
        org.chartsy.natr [1.4.0 110801]
        org.chartsy.accumdistriboscillator [1.4.0 110801]
        org.chartsy.atr [1.4.0 110801]
        org.chartsy.tema [1.4.0 110801]
        org.chartsy.annotation.arrowline [1.4.0 110801]
        org.chartsy.wclose [1.4.0 110801]
        org.chartsy.fractaldimension [1.4.0 110801]
        org.chartsy.momentum [1.4.0 110801]
        org.chartsy.rsi [1.4.0 110801]
        org.chartsy.annotation.fibonacciretracement [1.4.0 110801]
        org.btctrader.updatecenter [1.4.1.0 110801]
        org.chartsy.bop [1.4.0 110801]
        org.chartsy.sma [1.4.0 110801]
        org.chartsy.trima [1.4.0 110801]
        org.chartsy.bollingerbands [1.4.0 110801]
        org.chartsy.accumdistribline [1.4.0 110801]
        org.chartsy.htphasor [1.4.0 110801]
        org.chartsy.httrendmode [1.4.0 110801]
        org.chartsy.roc [1.4.0 110801]
        org.chartsy.dmi [1.4.0 110801]
        org.chartsy.tworsi [1.4.0 110801]
        org.chartsy.annotation.rectangle [1.4.0 110801]
        org.chartsy.candlestick [1.4.0 110801]
        org.chartsy.rocr100 [1.4.0 110801]
        org.chartsy.spearman [1.4.0 110801]
        org.chartsy.aroon [1.4.0 110801]
        org.chartsy.mesa [1.4.0 110801]
        org.chartsy.httrendline [1.4.0 110801]
        org.chartsy.plusdm [1.4.0 110801]
        org.chartsy.dots [1.4.0 110801]
        org.chartsy.kama [1.4.0 110801]
        org.chartsy.srift [1.4.0 110801]
        org.chartsy.bollingerb [1.4.0 110801]
        org.chartsy.onbalancevolume [1.4.0 110801]
        org.chartsy.favorites [1.4.0 110801]
        org.chartsy.tbibp [1.4.0 110801]
        org.chartsy.stochrsi [1.4.0 110801]
        org.chartsy.annotation.text [1.4.0 110801]
        org.chartsy.stochastics [1.4.0 110801]
        org.chartsy.moneyflow [1.4.0 110801]
        org.chartsy.stochastic [1.4.0 110801]
        org.chartsy.vwap/1 [1.4.0 110801]
        org.chartsy.linreg [1.4.0 110801]
        org.chartsy.willr [1.4.0 110801]
        org.chartsy.parabolicsar [1.4.0 110801]
        org.chartsy.minusdi [1.4.0 110801]
        org.chartsy.nvi [1.4.0 110801]
        org.chartsy.tsf [1.4.0 110801]
        org.chartsy.typprice [1.4.0 110801]
        org.chartsy.volume [1.4.0 110801]
        org.chartsy.yahoo [1.4.0 110801]
        org.chartsy.mfi [1.4.0 110801]
        org.chartsy.annotation.verticalline [1.4.0 110801]
        org.chartsy.plusdi [1.4.0 110801]
        org.chartsy.fi [1.4.0 110801]
        org.chartsy.htsine [1.4.0 110801]
        org.chartsy.annotation.line [1.4.0 110801]
        org.chartsy.macd [1.4.0 110801]
        org.chartsy.dema [1.4.0 110801]
        org.chartsy.t3ma [1.4.0 110801]
        org.chartsy.volumeoverlay [1.4.0 110801]
        org.chartsy.avgdirectionalindex [1.4.0 110801]
        org.chartsy.rocp [1.4.0 110801]
        org.chartsy.ppo [1.4.0 110801]
        org.chartsy.hilo [1.4.0 110801]
        org.chartsy.annotation.horizontalline [1.4.0 110801]
        org.chartsy.cci [1.4.0 110801]
        org.chartsy.cmo [1.4.0 110801]
        org.chartsy.annotation.fibonacciextension [1.4.0 110801]
        org.chartsy.adxr [1.4.0 110801]
        org.chartsy.rocr [1.4.0 110801]
        org.chartsy.ema [1.4.0 110801]
        org.chartsy.apo [1.4.0 110801]
        org.chartsy.zigzag [1.4.0 110801]
Diagnostic information
Input arguments:
        -Xms24m
        -Xmx64m
        -Djdk.home=C:\Program Files\Java\jdk1.7.0
        -Dnetbeans.home=C:\Program Files\btctrader\platform
        -Dnetbeans.user=C:\Users\phorensic\AppData\Roaming\.btctrader\dev
        -XX:+HeapDumpOnOutOfMemoryError
        -XX:HeapDumpPath=C:\Users\phorensic\AppData\Roaming\.btctrader\dev\var\log\heapdump.hprof
        -Dnetbeans.system_http_proxy=DIRECT
        -Dsun.awt.keepWorkingSetOnMinimize=true
        -Dnetbeans.dirs=C:\Program Files\btctrader\btctrader
Compiler: HotSpot 64-Bit Tiered Compilers
Heap memory usage: initial 24.0MB maximum 56.9MB
Non heap memory usage: initial 23.2MB maximum 130.0MB
Garbage collector: PS Scavenge (Collections=6 Total time spent=0s)
Garbage collector: PS MarkSweep (Collections=0 Total time spent=0s)
Classes: loaded=4213 total loaded=4213 unloaded 0
INFO [org.netbeans.core.ui.warmup.DiagnosticTask]: Total memory 4,294,037,504
INFO [null]: Total physical memory 4,294,037,504
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 50 51 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!