Bitcoin Forum
May 07, 2024, 11:55:59 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 »
321  Economy / Service Discussion / Re: Satoshi Dice -- Statistical Analysis on: September 27, 2012, 07:24:51 AM
Awesome stats, checking this thread regularly :-)
One suggestion: Could you add the number of bets to the graph? So one could see if the overall usage of the site increases/decreases and how the profit relates to the general usage?
322  Local / Biete / Re: Anonyme Prepaid-SIM-Karten on: September 26, 2012, 03:12:17 PM
und jetzt kommt nicht mit dummen ausreden warum man anonyme Karten braucht, die braucht man nur wenn man das Gesetz fürchten muss!!

Wow, also da fällt mir nichts mehr ein. Bin ich hier im falschen Forum?
323  Local / Deutsch (German) / Re: Interessanter Vortrag über Bitcoin on: September 26, 2012, 02:58:03 PM
Danke für den Link, hat mir gut gefallen! Ich finde er macht den Spagat zwischen technischen Details und leichtem Verständnis ganz gut.

An Fehlern ist mir nur aufgefallen dass er ASIC und FPGA vertauscht hat, was aber für das Zielpublikum nicht wirklich eine Rolle spielt.
Und schade dass er in der Diskussion am ende die Frage nach der Deflation/Mengenbegrenzung der verfügbaren Coins nicht beantworten konnte (Stichwort "Kommaverschiebung" um die Menge der Bitcoin-Einheiten zu vergrößern).
324  Bitcoin / Development & Technical Discussion / Re: Proposal to help stop thieves on: September 21, 2012, 10:47:07 PM
Please give up on this tainted coins idea. There have been enough threads discussing this, each showing a multitude of reasons why it won't work as expected. Just don't waist any more time on this topic. Thank you.
325  Economy / Services / Re: Rent-a-Friend from 10BTC per day on: September 20, 2012, 07:58:34 AM
Hilarious. I'm tempted to give it a try :-)
326  Bitcoin / Armory / Re: [ANN] BitcoinArmory-Daemon - armory on web servers on: September 17, 2012, 12:09:52 PM
The simple Armory Daemon is now on github. It aims to be as close to a direct replacement for the Satoshi interface as possible.

https://github.com/thedawnrider/BitcoinArmory-Daemon

Available json-rpc calls are based on the Satoshi rpc interface and are as follows:

getbalance
getnewaddress
getreceivedbyaddress
sendtoaddress

This looks very interesting. Combining this with bitcoinmonitor.net url callbacks (using the API) will provide you a complete solution to accept payments without the need to put your hot wallet online anywhere and without the hassle to set up/maintain a long list of pre-generated addresses with your bitcoinmonitor.net agent. Awesome!  Cool
As soon as I find some time I will set this scenario up for one of my sites.
327  Bitcoin / Armory / Re: Armory - Discussion Thread on: September 12, 2012, 02:45:57 PM
Is there a specific reason you link against the static python libs? On my Linux box (Arch Linux) only the dynamic libs are availble (*.so). I changed the Makefile to use the .so files and it seems to work so far.
328  Bitcoin / Project Development / Re: Intersango exchange (formerly Britcoin) on: August 23, 2012, 11:02:21 AM
2 weeks ago i had a successfull SEPA payout. Took around 4 workingdays, so it could be faster but I'm glad they payed at all given the current situation...
329  Bitcoin / Armory / Re: Armory on web servers on: August 21, 2012, 08:30:08 PM
So i can basically create as many receiving addresses on the webserver as I want, but without any risk in case the server gets compromised? Awesome!
330  Bitcoin / Project Development / Re: [Announce] bitcoinmonitor.net - Free professional notification/payment service on: August 21, 2012, 06:58:12 PM
Site had some load issues the last 24 hours, so you might have received notifications slower than usual. Somehow bitcoind was eating up CPU like crazy. Restarted it this evening and everything seems back to normal.
331  Bitcoin / Project Development / Re: txt4coins.net - Premium SMS service on: July 20, 2012, 09:40:27 AM
Price drop!

Now 0.015 BTC per message  Wink.
332  Bitcoin / Development & Technical Discussion / Re: 0.7 gettransaction/getblock RPC calls on: June 27, 2012, 04:22:16 PM
More discussions in IRC today prompted further tweaks to this API:

"get any transaction, even transactions that aren't in your wallet" functionality will be moved from gettransaction to a new 'getrawtransaction' API call, for two reasons:
1. It doesn't 'feel' right to mix the high-level info with the nitty-gritty low-level detail.
2. We think there's a potential for security vulnerabilities if there are existing services that assume that 'gettransaction txid' returns an error for any transaction not in the wallet (as it does in all previous releases).

So the new plan is to put the new functionality in a new RPC call:

getrawtransaction <txid> [verbose=0]   :  If verbose=0, returns a JSON string that is the hex-encoded, serialized transaction. That is the "machine readable, as concise as possible" use case.  If verbose=1, returns a JSON object with all the nitty-gritty details, to cover all the other use cases.

Also, Jeff already has a pull request for JSON-2.0 "batch" functionality, so if you need information about all transactions in a block or all of a transaction's parent transactions you can get it with one RPC round-trip.

Thank you Devs, this is great!
Is there some more information on this batch mode available? Would it also be possible to request in one call information about many unrelated TXs (because you mention "all transactions in a block"...)?
333  Other / Meta / Re: [ANN] Do not make 'Sub' posts anymore! on: June 27, 2012, 04:10:27 PM
Theymos has installed a much-wanted "Watchlist" feature. Click the "watch" link on the top of a topic page to add it to your watchlist. Click "Watchlist" at the top of the page (if you are using forum's default theme, the SMF default theme, or the BlackBox theme) to see unread replies to posts that you are watching.

Hooooray  Cheesy Thanks!
334  Bitcoin / Project Development / Re: [Announce] bitcoinmonitor.net - Free professional notification/payment service on: June 25, 2012, 07:54:20 AM
Hi, nice project, I just opened an account to take a closer look.
I'm wondering.. if I created a dedicated wallet, say in Armory, and I loaded in the root characters needed to calculate all possible addresses, or a watching only copy, could this system keep track of any transactions that come through on the blockchain to a matching address? Say it was possible, how much might you need to create and maintain it? And could you pickup outgoing transactions as well using the same principal?

Let's see if I understand you correctly:
You use a client with deterministic wallet. You want to provide only the "seed" of the deterministic wallet to the bitcoinmonitor agent, so it can derive all bitcoin addresses automatically. Correct?
I can not say if this would be possible or how much work would be involved. I did not follow the deterministic wallet concept in detail so far. But it sounds very cool, because you would not need to enter all addresses manually/by API  Smiley

Regarding outgoing transactions: It is already possible to get notifications also on ougoing transactions. This can be configured for each agent individually.
335  Bitcoin / Project Development / Re: [Announce] bitcoinmonitor.net - Free professional notification/payment service on: June 22, 2012, 10:03:07 AM
On the topic of preventing double-spend attacks (race attacks):
  • The site's bitcoind now runs with -nolisten and increased number of connections (currently 100). So the chance for a successful race attack is dramatically reduced  Grin
  • I am still working in parallel on providing active race-attack detection and notification
336  Bitcoin / Project Development / Re: [Announce] bitcoinmonitor.net - Free professional notification/payment service on: June 21, 2012, 05:15:48 PM

Delayed notifications today

Today bitcoinmonitor.net had some trouble. Starting somewhere yesterday night the process handling new block events was hanging.

This had the following consequence:
  • 0-confirmation notifications were triggered and executed as usual (they are not depending on the new blocks handling)
  • All other notifications (1 to 10 confirmations) were not triggered

The site is now working again fully functional, and all missed notifications should be delivered by now.

I am still investigating what is the root cause of the hanging daemon process.
337  Bitcoin / Project Development / Re: txt4coins.net - Premium SMS service on: June 19, 2012, 06:53:11 PM
Price drop!

Now 0.020 BTC per message  Wink.

338  Economy / Marketplace / Re: Buying a phone call or SMS for Bitcoin? on: June 19, 2012, 06:49:49 PM
Back to topic: That site says they've only processed 54 messages, but it's failed 13 of those times. 24% failure rate?

http://www.txt4coins.net/sysinfo/

Eh, just stumbled on this thread :-)

There was a bug in the sysinfo page, not counting all delivered messages. Current stats:
Delivered: 93
Failed: 13
So failure rate is like 12% (which is still quite high, but mostly caused due to some trouble with some chinese operator...)

339  Bitcoin / Project Development / Re: [Announce] bitcoinmonitor.net - Free professional notification/payment service on: June 19, 2012, 06:37:28 PM
Until you have listening nodes, you can lessen the exposure to a race attack by disabling listening on bitcoind ( -nolisten) and by explicitly connecting (using -connect= ) to a well connected node.  It doesn't mean a race isn't possible, but that the chance that your notification will jive with what comes through in the next block will be > 50% (presumably) even if there were a race attack attempted.
What would be the best way to get a list of well-connected nodes? Is there some list of "trusted" nodes existing already which have valid DNS entries?
340  Local / Deutsch (German) / Re: Bitcoind Arbeitsspeicher on: June 15, 2012, 02:45:17 PM
Mir ist aufgefallen das der Bitcoin Daemon extrem viel RAM frisst.
Hab ne VM mit 1 GB Ram auf der 64 Bit Ubuntu +Teamspeak zu Zeit läuft ~170 MB Speicherauslastung.
Jetzt würde ich gern Bitcoin noch mit drauf packen und hab festgestellt das dann komplett 1 GB Ram ausgelastet ist und er den Swap benutzen muss.
Gibt es eine Alternative zum normalen Bitcoind mit der ich Bitcoins empfangen, senden und im Wallet von Account zu Account verschieben kann also das übliche JSON-RPC zeugs mit weniger Speicherlast?
Ich möcte nicht deswegen meine Serverkosten verdoppeln müssen wegen nen Paar MB.

Also bitcoind (nur der daemon, ohne GUI) braucht bei mir laut htop VIRT 419MB und RES (der eigentlich interessante Wert) nur 196MB. Und der läuft schon seit vielen Tagen ohne Unterbrechung. Ist allerdings selbst kompiliert, aber ich kann mir nicht vorstellen dass das einen großen Unterschied macht...
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!