Bitcoin Forum
May 09, 2024, 05:47:01 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 »
221  Local / Deutsch (German) / Re: Wieviele Bitcoins besitzt ihr? on: November 27, 2013, 08:24:23 PM
"Wieviele BTC zu besitzen ist sinnvoll?"
  1

Warum hälts du es für sinvoll nur einen BTC zu besitzen? Oder war das ein Scherz? Also ich persönlich finde man kann nie genug BTC haben Cheesy

Als Sozialist bin ich überzeugt das kein Mensch mehr als ein Bitcoin besitzen sollte.
Abgesehen von mir natürlich.
222  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: November 27, 2013, 05:48:41 PM
My first impression is that not all English strings from OT and Moneychanger UI are included in the en_US.ts file. Indeed, if the first version isn't still ready it doesn't really matter as many strings will probably have to be changed. I suggest lclc get paid half of the bounty now and the other half when first translation is a fact, ie internationalization functionality is tested. But after all, FT is the lead. He decides how to proceed and I'll be perfectly fine with it.

Yes there aren't all strings included, I (or someone else) have to build those files everytime something changed (last time I build is some days ago). That's why I said you can't start translation now. As soon as the UI is finish we can start coordinating the translations.

I don't need the Bitcoins yet.
223  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: November 27, 2013, 11:57:10 AM
lclc, could you provide the manual of how people willing to start translations of OT and Moneychanger UI into their own languages should use your code to do that?

I already made a small documentation-file about how to start translating. It's in the documentation folder: https://github.com/Open-Transactions/Moneychanger/blob/master/documentation/translating
Should be very easy with the Qt Linguist tool (it's the same for all Qt applications).

But yes, please don't start translating yet.
224  Bitcoin / Project Development / Re: Holy Grail BOUNTY on: November 27, 2013, 10:33:09 AM
Re: Internationalization. Lclc already coded the internationalization, though he hasn't collected the bounty yet, I will be paying it out to him soon.
I've spent some time on OT github's pages but couldn't locate where is the internationalization code? Is it in the master or is it forked somewhere?

HI, where did you look in OT or in Moneychanger?

It's all in the Master branch of Moneychanger: https://github.com/Open-Transactions/Moneychanger

translation.h/.cpp, the settings UI, the example translations in /src/Translations, etc

@FT: Like I said I'm ok to receive the bounty when R1 is out. If you want to send it already now you cold send it to: 1BVh8G6P2T8zjS89EF9eTCiNq4wunPyGCG
225  Bitcoin / Project Development / Re: [DOTC] Decentralized Market Tool - Decentralized OTC / Localbitcoins / Silkroad on: November 24, 2013, 08:43:30 PM
I've already designed a Decentralized Market : http://www.altchain.org/?q=whitepapers/paper2.html
When will it be ready?

Quote
I also have very good knowledge of what's inside Open Transactions and the labelling is quite misleading.

FT wants to integrate Bitmessage like this into Moneychanger.

I don't see what's misleading, it does exactly what #bitcoin-otc and Localbitcoins.com does just decentralized (expect the WoT at the beginning).
I don't call it a decentralized exchange, I call it a decentralized market. The actual exchanging has still to be done manually by the users.
226  Bitcoin / Project Development / Re: [DOTC] Decentralized Market Tool - Decentralized OTC / Localbitcoins / Silkroad on: November 24, 2013, 07:42:41 PM
Honestly, calling this decentralized trading is a misnomer. This is a tool that formats bitmessage's messages, any possible trading is done outside it. Did I miss something ?

"My tool enables a decentralized market to find offers for all kind of stuff"
Yes, trading is done outside, like localbitcoins and #bitcoin-otc.

But your right, my tl;dr: is wrong, I've changed that. It's not decentralized trading, it's a tool to show market offers (like http://bitcoin-otc.com/vieworderbook.php).
227  Bitcoin / Project Development / [DOTC] Decentralized Market Tool - Decentralized OTC / Localbitcoins / Silkroad on: November 24, 2013, 07:00:03 PM
[DOTC] Decentralized Market Tool
Decentralized #bitcoin-otc / localbitcoins.com / Silkroad alternative


tl;dr: Decentralized order book over Bitmessage. Future: integration of decentralized WoT

The idea is from FelloTraveler (Open Transactions), where he wants to use Bitmessage for OT transactions. I plan to integrate this into Moneychanger for OT too, but first I'll make it for plain Bitcoin.

My tool enables a decentralized market to find offers for all kind of stuff, but mainly for things traded against Bitcoins. This is done by using Bitmessages Decentralized Mailing Lists (DML).

Definition of Decentralized Market
A market structure that consists of a network of various technical devices that enable investors to create a marketplace without a centralized location.
In a decentralized market, technology provides investors with access to various bids/ask prices and makes it possible for them to deal directly with other investors/dealers rather than with a given exchange.

# Example creating an offer to sell BTC with CHF:
A bid (including the amount) from your Bitmessage-address is send to the channel where it stays for ~2 days (livetime of a Bitmessage) or until you remove it with a delete message. Every client will keep this offer for 10 days, but new clients will only be possible to receive the offer in the first 2 days. The application parses these bids and shows them in a orderbook (including the reputation/trust-level of this Bitmessage-Address, see below). The buyer can now choose a price he wants to pay and a BM which he thinks has good enough reputation, and click "Request Trade" on a bid offer for a trade he wants to do. The application then sends a Bitmessage to the creater of this offer, which he can accept or decline (depending on the trust-level).
Everything from now is done manually by the user (contacting seller for exchanging payment-informations (bank, Paypal, etc)).

### Bitmessage Decentralized Mailing Lists (DML)
Using DML you can create public and private exchanges. If you decide to publish your DML-Name (which is also used as passphrase) it will be accessible to everyone. See https://bitmessage.org/wiki/DML

You can create a channel for everything you want to trade:
USD/BTC, BTC/USD, LTC/BTC, BTC/LTC, BTC/Potatos, Potatos/BTC, WeedCH/BTC etc.

### Trust and reputation
The problem for person to person trading is that you need to trust your trading partner (like you need to trust MtGox etc for classic exchanges).

The best solution for this problem is a distributed (decentralized) identity and reputation database (web of trust).
The application automatically shows the reputation of the ask/bid using the Bitmessage-Address of the sender.
So far there is no yet usable distributed reputation db, but there is identifi.org by sirius (https://bitcointalk.org/index.php?topic=130137.msg2391518) which looks very promising.

To start with I'm planning to use the WoT Database of bitcoin-otc.com, where you have to trust nanotube (the owner), which is ok I think Wink


#### Benefits:
+ No central point of failure
+ Finding offers and communication is anonymous and encrypted
+ Private & Public "Exchanges" for all kind of stuff

############


More Snapshots: https://www.wuala.com/reqxa/LUCAS_Privat_Web/DOTC/UI/Snapshots?key=c2irXXqUySia

There is no reputation system included so far. But I want to do this as soon as the BM-Indtification for #bitcoin-otc is done. I hope somebody can help me with this, as it is written in Python..
The applications dependency is a running Bitmessage (GUI or daemon mode), like Armory needs bitcoind.

What has to be done / What you could contribute:
- Feedback & new ideas for features and improvements
- Testing
- Integrate BM-Inditication to the #bitcoin-otc WoT (https://github.com/nanotube/supybot-bitcoin-marketmonitor)
- Create an icon
- Create a simple, static website (Download, list of public channels, FAQ, hosted on github)
- Translate into other languages
- Implement the Request / Accept trade part

As everyone can parse a public channel one could also build a public webseite that displays the offers of a specific channel.

I think I will have a working development version at the end of the next weekend,which I will publish here.

Sooo, what do you think about this? Is it worth keep on spending my time on this project? Cheesy
228  Bitcoin / Project Development / Re: Bitcoin Demonstration App on: November 24, 2013, 06:21:38 PM
There is Bitcoin Wallet for Testnet: https://play.google.com/store/apps/details?id=de.schildbach.wallet_test

But you still wont have any Testnet-Bitcoins when installing it..
229  Local / Deutsch (German) / Re: Wie wir die Medien zu Bitcoin Anhängern machen. on: November 24, 2013, 08:14:26 AM
Also so ne Paywall für Bitcoins gibts ja schon.

Aber ganz ehrlich, die Desktop Wallets sind noch nicht bereit für den Mainstream, deshalb würd ich noch abwarten.
230  Local / Deutsch (German) / Re: Wieviele Bitcoins besitzt ihr? on: November 22, 2013, 12:08:06 PM
Ich hab meine vom Christkind gekriegt.
231  Local / Suche / Re: Suche 1BTC zurückgezahlt binnen 14 Tagen als 1.20BTC??? on: November 22, 2013, 09:08:31 AM
Du meinst ich würde besser fahren wenn ich Dir Kohle schicke und mich bei dir einmiete…?? auch wenn ich das mit der virtuelen Hardware noch nicht ganz verstanden habe??

Also wenn ich 1 BTC investieren möchte würd ich mir jedenfalls eher virtuelle Hardware bei Evolyn kaufen als sie jemandem ausleihen..
Ich mein er hat im Thread ja ganz klar aufgelistet wie das ganze funktioniert und am Ende wird dabei mindestens 1 Bier für mich rausschauen!
232  Local / Deutsch (German) / Re: Wieviele Bitcoins besitzt ihr? on: November 21, 2013, 09:10:19 PM
Oh, bin ich wohl nicht der einzige mit mehr als 20'000.
Bei der nächsten Umfrage gehts dann um den Bank-Konto stand?
233  Local / Biete / Re: [Biete] CoinSweeper - Virtual Mining Projekt - Anteile on: November 21, 2013, 02:16:57 PM
ich glaube fast, irgendwo muss bei dem Angebot das Wort IRONIE nochmal gross aufgeführt werden, sonst ruiniert sich noch fälschlicherweise jemand seinen Ruf.

Falls es aber doch ernst gemeint sein sollte ( ?? ), nee, kann nicht....oder ? Nein.

Es ist ein neuer Ansatz, deshalb muss man noch lange nicht gleich Scam schreien. Warum sollte es nicht funktionieren? Ich find seine Beschreibung durchaus nachvollziehbar und machbar.
234  Local / Presse / Re: Bitcoin Association Switzerland ??? Wer weiss was ... on: November 21, 2013, 11:54:11 AM

Jep,

war auch dabei, konnte leider nicht alzu lange bleiben.

Was wurde zu den Mitgliederbeiträgen entschieden? Höhe?

Bzw. wurden irgendwelche Dinge in der zweiten Runde entschieden?

Formell entschieden wurde nichts. Da zurzeit formell auch nur 3 Mitglieder sind. Die Liste war ja nicht verbindlich.
Es gibt nun eine Webseite wo man sich dann als Mitglied beitreten kann.

Es gab jedoch informelle Abstimmungen und Diskussionen. Der Beitritt zur Foundation wurde klar abgelehnt (auch vom Präsidenten), jedoch wird man sich um eine Zusammenarbeit mit allen Verein bemühen. Beim Mitgliederbeitrag gab es viele verschiedene Meinungen und noch keine klare richtung, der wird dann wohl an der nächsten Versammlung beschlossen (wo dann alle interessierten Leute bereits Mitglied sind und stimmrecht haben).
235  Local / Biete / Re: [Biete] CoinSweeper - Virtual Mining Projekt - Anteile on: November 21, 2013, 11:51:27 AM
Was ist denn nun besser, zwei BigBang oder ein Plank ?

Weil BigBang klingt schon vielversprechender. Klingt nach mehr bums.

Ach, ich fang mal klein an, einen BigBang für mich  Grin
236  Local / Presse / Re: Bitcoin Association Switzerland ??? Wer weiss was ... on: November 21, 2013, 08:19:45 AM
Hier das Video der Versammlung:
https://plus.google.com/117619289210372570957/posts/Tbe6u7KmAAR
Waren so ~40 Leute.

Wir treten vorerst nicht der Internationalen Foundation bei  Grin
237  Bitcoin / Wallet software / Re: libbitcoin on: November 20, 2013, 03:07:34 PM
However, I would be happy to use my BFL miner to mine libbitcoins.
As far as I understood, there is no mining pool and nothing plug-and-play to start mining libbitcoin.
Is there any plan to realase it?

I think you misunderstand libbitcoin. It's not a altcoin, it's a alternative implementation of Bitcoin but with the same blockchain, same protocol etc etc.
So it's the same Bitcoin, the same coins.
It's still a very important project (more important than yet another altcoin) as it is absolutely independent from the foundation.
You might just donate some of the mined Bitcoins you made to the DarkWallet fundraising, which is also from them (and using libbitcoin as a server-backend) to support it.
238  Local / Presse / Re: Bild Zeitung, kleiner Bitcoin Artikel on: November 18, 2013, 12:38:50 PM
gegen die Nackenschmerzen  Cheesy

Zu spät :/ ^^

@OP Marcopolo123 bitte durch das ersetzen Smiley
239  Bitcoin / Meetups / Re: announcement: the international "when-bitcoin-reaches 1000,- $ party" on: November 18, 2013, 12:33:35 PM
Guys we are breaking $1000 this week... And after that it's going to be exponential... We didnt think about these billions of chinese pushing the price up... I suggest to change the goal to 10k (spring more or less?)... What do you think?

I'm serious... Undecided

Will 80% of the people attending the party be Chinese? xD

I'd also prefer 10k$ as I'll be traveling for a few months starting in January (leaving Europe) Smiley
240  Local / Anfänger und Hilfe / Re: Bitcoin Address-Generator programmieren on: November 18, 2013, 11:02:25 AM
Schau dir den Source von Vanitigen, Bitcoin-Qt, libbitcoin etc an.

Tut mir leid, dir das so sagen zu müssen, aber da mir der Wikipedia Artikel zur Beschreibung des ECDSA Algorithmus schon eine Hürde ist und ich kein C++ kann, war mir das Nachsehen in den oben genannten Programmen eine noch größere Hürde und ich kann mit deinem Post somit leider nichts anfangen.

Source Code lesen ist ja normalerweise kein Problem, egal in was für einer Sprache. Da kannst du einfach das ganze 1-1 nach PHP portieren.

Ich glaub nicht dass das jemand besser Erklären kann als bei Wikipedia oder was man halt sonst noch so im Internet findet, wenns dir zu schwer ist verwende eine Library. Da die auch von vielen Leuten verwendet, getestet und geprüft sind sind sie einer Eigenimplementierung meistens sowieso überlegen.


Vertrauen in Bitcoin kannst du wohl am besten mit der Erkenntnis aufbauen das, obwohl es 6 Milliarden wert hat, noch keiner das ganze geknackt hat.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!