So, if I somehow I forwarded port router:8333 to bitcoinhost1:8333 and router:8334 to bitcoinhost2:8333, we get undefined behavior? Because that seems like trivial to me, to keep track of port numbers in any p2p app. At the moment, it always assumes the incoming port is 8333, so it would tell […]
Read moreMonth: May 2010
Re: removing bitcoin addresses
Is there any way to remove bitcoin addresses that you have generated for yourself? What about if you have received payments to those addresses? Are they needed to show ownership for the coins after they have been transferred? A question to Satoshi: have you tested the program with thousands of […]
Read moreRe: Exception: 9key_error error
Today, I’ve got an error message: Exception: 9key_error CKey::CKey(); EC:KEY_new_by_curve_name failed bitcoin in ThreadBitcoinMiner() Console: terminate called after throwing an instance of ‘key_error’ what(): CKey::CKey() : EC_KEY_new_by_curve_name failed Aborted I hope that isn’t a buffer overflow. Have anybody this error message too? OS: linux Does it happen every time you […]
Read moreRe: URI-scheme for bitcoin
Quote from: Karmicads on May 01, 2010, 06:06:53 A freenet URI is like this: http://127.0.0.1:8888/USK@oshw3DxmJUt7q4ThF4dCez5IXbc9hCGcv0VuwLRCmeQ,ckeXv20F1gBzkqssB4RXHZ2nB1YRT8Pb8KYZk8wj-bs,AQACAAE/occamsrazor/6/f.pdf There you go, we could easily do it the same way, like: http://127.0.0.1:8330/?to=<bitcoinaddress>;amount=<amount> Bitcoin can answer port 8330 on local loopback just as it does for JSON-RPC on 8332. It would give an HTTP answer. […]
Read moreRe: For a website taking payments with bitcoins, better: IP or bitcoin addresses?
Quote from: Xunie on May 14, 2010, 21:52:53 I suggest we disable IP transactions while the user uses a Proxy! Just to be on the safe side. That’s a good idea. At the very least a warning dialog explaining that it’ll connect to the IP and send the information cleartext, […]
Read moreRe: Could the bitcoin network be destroyed by someone generating endless bitcoin add
Could the bitcoin network be destroyed by someone generating endless bitcoin addresses nonstop? I mean it sounds like it would do something really bad to it. I’m pretty sure at some point a website will take payments in bitcoins and will decide to generate a new bitcoin address for each […]
Read more