Bitcoin Forum
April 27, 2024, 08:09:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 »
1181  Economy / Marketplace / Re: [BETA] Dark Exchange: a 100% decentralized p2p exchange on: July 05, 2011, 02:32:48 PM
These are the identities that I see..

I understand that the DarkExchange identity comes from the peers.txt file.  Should there be anything in the log to confirm connection via the I2P router.  Or is there someplace in the I2P router console to confirm the Dark Exchange client?  I'll poke around.

1   SlipperySlope   MIGfMA0GC ...
2   DarkExchange   MIGfMA0GC ...
1182  Economy / Marketplace / Re: [BETA] Dark Exchange: a 100% decentralized p2p exchange on: July 05, 2011, 02:19:47 PM
As I described in the PM sent to you, I explicitly set the classpath jar sequence, and removed the possibly redundant org.bouncycastle package from the i2p jar.  The application launches OK and finds the DarkExchange peer listed on the Identity tab.  The search does not present an exception but I do not see any search results when I enter ..

I Have Bitcoin To Send BY Bitcoin Transfer
I Want United States of America, Dollars Sent by Dwolla

There is no change in the log file as a result of the search attempt.

-------------
By the way, I have been running I2P ever since I downloaded it for Dark Exchange.  It has a wonderful web page dashboard automatically updated every 60 seconds. It says that I've connected with 831 known peers.  A few years ago, I wrote my own peer-to-peer cryptographic messaging system and name service to support a distributed knowledge base application, and I wish that I had then known about I2P!
1183  Economy / Economics / Re: What can we expect the price to decline/raise to? on: July 05, 2011, 03:48:43 AM
I speculate that the bitcoin bubble began this year, and that when fully deflated the bubble will bottom out at April 2011 prices, unless there is a dramatic increase in the bitcoin economy before the bottom.  Say $1.
1184  Bitcoin / Bitcoin Discussion / Re: what's your stop loss on: July 05, 2011, 03:20:07 AM
I sold my 12 month hoard of mined bitcoins at around $15.5.  I am also selling new mined coins at market.  This bubble has to completely deflate before I start hoarding again.
1185  Bitcoin / Mining / Re: hey miners whats your price to dump a large ammout of BTC on market ? on: July 05, 2011, 03:06:33 AM
I liquidated my 12 month hoard in various trades at around $15.5.  I'm also now selling my mined bitcoins at market.
1186  Bitcoin / Mining / Re: Capital cost. on: July 05, 2011, 02:50:09 AM
I paid about $1500 for three case-less mining rigs + UPS, 6 x 5770, 1200 MH/sec.  Draws 860 watts from the socket, in a non-airconditioned environment.
1187  Bitcoin / Mining / Re: Sapphire 5830 in stock at Newegg on: July 05, 2011, 02:42:46 AM
I wonder how long they will last?  Has miner demand finally turned around?
1188  Economy / Speculation / Re: Will we reach at 12$? on: July 05, 2011, 02:32:38 AM
We will re-test the low of $10.xx (very low $10, and maybe below), by tomorrow at the latest, IMO.*

*I could be wrong, but this one feels like the real thing...
Get ready to buy low!

In a bull market price corrections can be dramatic drops, but conversely in a bear market - as perhaps the bitcoin bubble deflates - price drops can be slow with sharp upward corrections.  Do not expect an immediate fall back to April prices if in fact there is a bear market in bitcoins.
1189  Other / Off-topic / Re: Excuse me, but there's a bloodbath going on! on: July 05, 2011, 02:29:30 AM
Where's the support level? $8?

June 12, support held at $10, when prices sharply dropped that day.
If this fails, then earlier, May 12-17 and again on May 26-30, $8 was the upward resistance level, which may be the next support level.

At what point would you be a buyer, or alternatively hold rather then sell freshly mined bitcoins?
1190  Economy / Marketplace / Re: [BETA] Dark Exchange: a 100% decentralized p2p exchange on: July 05, 2011, 02:10:31 AM
I installed I2P OK.
Then I downloaded and installed Dark Exchange.  After I created an account OK, I attempted to trade US dollars for bitcoins and this error occurred...


Code:
ERROR [darkexchange.model.interceptors.signature-interceptor]: an error occured while signing or verifying a signature on the client side.
java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: SHA1WithRSAEncryption, provider: BC, class: org.bouncycastle.jce.provider.JDKDigestSignature$SHA1WithRSAEncryption)
at java.security.Provider$Service.newInstance(Provider.java:1245)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:220)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:190)
at java.security.Signature.getInstance(Signature.java:324)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeStaticMethod(Reflector.java:202)
at darkexchange.model.security$sign.invoke(security.clj:139)
at darkexchange.model.user$sign.invoke(user.clj:141)
at darkexchange.model.interceptors.signature_interceptor$sign.invoke(signature_interceptor.clj:17)
at darkexchange.model.interceptors.signature_interceptor$client_interceptor.invoke(signature_interceptor.clj:47)
at darkexchange.model.interceptors.interceptor_util$compose_interceptors$fn__4707$fn__4708.invoke(interceptor_util.clj:4)
at darkexchange.model.interceptors.identity_interceptor$client_interceptor.invoke(identity_interceptor.clj:17)
at darkexchange.model.interceptors.interceptor_util$compose_interceptors$fn__4707.invoke(interceptor_util.clj:4)
at darkexchange.model.interceptors.interceptor_util$run_interceptors.invoke(interceptor_util.clj:9)
at darkexchange.model.interceptors.client_interceptors$run_interceptors.invoke(client_interceptors.clj:10)
at darkexchange.model.client$send_message.invoke(client.clj:26)
at darkexchange.model.peer$get_peers_from.invoke(peer.clj:98)
at darkexchange.model.peer$all_network_destinations.invoke(peer.clj:152)
at darkexchange.model.peer$download_peers_background.invoke(peer.clj:159)
at darkexchange.model.peer$download_peers_background.invoke(peer.clj:164)
at darkexchange.model.peer$download_peers_background.invoke(peer.clj:155)
at clojure.lang.AFn.run(AFn.java:24)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.SecurityException: class "org.bouncycastle.crypto.Digest"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:807)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:488)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:626)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.newInstance0(Class.java:326)
at java.lang.Class.newInstance(Class.java:308)
at java.security.Provider$Service.newInstance(Provider.java:1221)
... 26 more
ERROR [darkexchange.model.interceptors.signature-interceptor]: an error occured while signing or verifying a signature on the client side.
java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: SHA1WithRSAEncryption, provider: BC, class: org.bouncycastle.jce.provider.JDKDigestSignature$SHA1WithRSAEncryption)
at java.security.Provider$Service.newInstance(Provider.java:1245)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:220)
at sun.security.jca.GetInstance.getInstance(GetInstance.java:190)
at java.security.Signature.getInstance(Signature.java:324)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeStaticMethod(Reflector.java:202)
at darkexchange.model.security$sign.invoke(security.clj:139)
at darkexchange.model.user$sign.invoke(user.clj:141)
at darkexchange.model.interceptors.signature_interceptor$sign.invoke(signature_interceptor.clj:17)
at darkexchange.model.interceptors.signature_interceptor$client_interceptor.invoke(signature_interceptor.clj:47)
at darkexchange.model.interceptors.interceptor_util$compose_interceptors$fn__4707$fn__4708.invoke(interceptor_util.clj:4)
at darkexchange.model.interceptors.identity_interceptor$client_interceptor.invoke(identity_interceptor.clj:17)
at darkexchange.model.interceptors.interceptor_util$compose_interceptors$fn__4707.invoke(interceptor_util.clj:4)
at darkexchange.model.interceptors.interceptor_util$run_interceptors.invoke(interceptor_util.clj:9)
at darkexchange.model.interceptors.client_interceptors$run_interceptors.invoke(client_interceptors.clj:10)
at darkexchange.model.client$send_message.invoke(client.clj:26)
at darkexchange.model.calls.notify$call.invoke(notify.clj:10)
at darkexchange.model.peer$notify_destination.invoke(peer.clj:92)
at darkexchange.model.peer$notify_all_peers.invoke(peer.clj:134)
at darkexchange.model.peer$add_destinations.invoke(peer.clj:147)
at darkexchange.model.peer$download_peers_background.invoke(peer.clj:161)
at darkexchange.model.peer$download_peers_background.invoke(peer.clj:164)
at darkexchange.model.peer$download_peers_background.invoke(peer.clj:155)
at clojure.lang.AFn.run(AFn.java:24)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.SecurityException: class "org.bouncycastle.crypto.Digest"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:807)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:488)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:626)
at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
at java.lang.Class.getConstructor0(Class.java:2699)
at java.lang.Class.newInstance0(Class.java:326)
at java.lang.Class.newInstance(Class.java:308)
at java.security.Provider$Service.newInstance(Provider.java:1221)
... 28 more

1191  Economy / Economics / Re: Why bitcoins are dropping, and will continue to do so on: July 05, 2011, 01:43:11 AM
I wish I could short bitcoins.       

Who would lend you bitcoins to short? 

I think that the only way to make money speculating on bitcoin value while the bubble deflates is to buy when you think prices have bottomed.
Good luck.
1192  Bitcoin / Mining / Re: More difficulty = higher BTC price is an urban legend on: July 05, 2011, 01:29:27 AM
Anybody here familiar with a head-n-shoulders trend. Look at the mt gox closing price chart for the past 3 months. Were on the left shoulder. I will bet on it. The value will go up. There's the value that were overlooking: fun & addiction. It's the reason zynga is so successful. The price will go up.

Coinvestor (Ryan)

Hi Ryan,

For those who do not know about the famous Head and Shoulders technical analysis chart pattern, here is the Wikipedia description: http://en.wikipedia.org/wiki/Head_and_shoulders_(chart_pattern)

In contrast to your analysis, I believe that we are on the right shoulder and that is strongly negative, should that pattern be completed.
1193  Other / Beginners & Help / Re: Events which affect BTC price on: July 03, 2011, 08:21:42 PM
Quote
This thread makes statisticians cry. Correlation does not imply causation. Even economists don't approach the economy with such large scale external input, they like to say "ceteris paribus."

I wonder how many tears were shed by economists when they devised leading indicators.  I cannot imagine how such economic tools could have been proposed without searching for correlations of time series having predictive power.

from http://www.investopedia.com/terms/l/leadingindicator.asp ...

Quote
What Does Leading Indicator Mean?
A measurable economic factor that changes before the economy starts to follow a particular pattern or trend. Leading indicators are used to predict changes in the economy, but are not always accurate.




1194  Economy / Currency exchange / Re: wm-center.com - buy, sell and exchange Bitcoins to other ecurrencies 24/7/365! on: July 03, 2011, 03:59:58 AM
Here is a link to the rates page ...
http://wm-center.com/rates.php?type=exch

Quote

Bitcoin
       % com.   Min. com.
    LibertyReserve USD   - 5%   5 USD
    EURO LibertyReserve EURO   - 5%   5 USD
    Pecunix USD   - 5%   5 USD
    C-gold USD   - 3%   5 USD
    Global Digital Pay USD   + 10%   0 USD
    Global Digital Pay EURO   - 5%   5 USD
    HooPay USD   - 5%   5 USD
    PayPal USD   - 5%   5 USD
    Perfect Money USD   - 5%   5 USD
    Perfect Money EURO   - 5%   5 USD
    Paxum USD   - 5%   5 USD
    PayPal EURO   - 5%   5 USD

1195  Other / CPU/GPU Bitcoin mining hardware / Re: FYI: your basement might be warmer at night on: July 03, 2011, 03:53:55 AM
In Austin, Texas, many older homes have pier and beam construction which permits the easy access to water pipes in the crawl space under the house.

That's where I put three mining rigs that together draw 860 watts from the socket.  The ambient temperture is a steady 30 C, 86 F, despite recent highs over 100 F.

Here is a recent temperature reading from one of the rigs.  Its 3 hours after sunset.
Code:
user@linuxcoin02:~$ DISPLAY=:0.0 aticonfig --odgt --adapter=all

Adapter 0 - ATI Radeon HD 5700 Series
            Sensor 0: Temperature - 74.00 C

Adapter 1 - ATI Radeon HD 5700 Series
            Sensor 0: Temperature - 65.00 C


1196  Other / Beginners & Help / Re: Newegg Needs to accept bit coin. on: July 03, 2011, 03:47:52 AM
It would be great if Newegg supported bitcoin.  Especially for international orders.
1197  Economy / Economics / Re: Good time to sell them coins on: July 03, 2011, 03:35:02 AM
Do you hold any bitcoins?

If you have sold yours expecting a dip, at what price point would you buy them back?


1198  Bitcoin / Bitcoin Discussion / Re: [THEORY] Bitcoin "Gods" Are Attempting To Even Out The Exchange Markets on: July 03, 2011, 12:18:38 AM
On the whole I think that if we are in fact in the declining phases of a bitcoin bubble, then that is a good thing for the industry.  The $US 30 bitcoin attracted a lot of attention which should be good for increasing use of bitcoins in commercial transactions.
1199  Other / Beginners & Help / Re: Events which affect BTC price on: July 03, 2011, 12:11:27 AM
It might be that the parity of bitcoin with the US dollar was the news back in April, and public interest peaked with 30 USD bitcoins.  Perhaps its the lack of news that is leading to the lack of firmness in the July bitcoin market.

I would like to hear more news about increased bitcoin transactions. For example, increased use in international trade.  I plan to start tracking bitcoin-days transaction volume as a possible predictive indicator, once the current speculative bubble is over with.
1200  Economy / Trading Discussion / Re: Poll: Trading Range on: July 02, 2011, 08:23:16 PM
Looks like a decline to test 10, then test 8.  Recall that in April one could buy a bitcoin for a US dollar.  What has changed in the meantime beyond a dramatic bump in public interest that is now subsiding?
Pages: « 1 ... 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 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!