Bitcoin Forum
May 24, 2024, 01:00:37 AM *
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 52 53 54 55 56 57 58 »
901  Bitcoin / Bitcoin Technical Support / Re: all port open and i cant download more blocks on: September 03, 2010, 07:10:11 AM
You can glance at http://nullvoid.org/bitcoin for some data to look at.
902  Bitcoin / Development & Technical Discussion / Re: Gentoo Linux Ebuild on: September 02, 2010, 08:22:58 PM
http://devmanual.gentoo.org/ebuild-writing/variables/index.html

freenode / #gentoo-dev-help:
Quote
<mizerydearia> In regards to compiling a package (bitcoin) from source and using useflags to determine whether to compile bitcoin binary (gui requiring wxwidgets-2.9) and/or bitcoind binary (daemon), which useflag method does anyone suggest: use "gui" and "daemon", use "wxwidgets" or something else?
<mizerydearia> Does it matter or is it important what useflags are used?
<mizerydearia> Perhaps it would be acceptable to use useflags "bitcoin" and "bitcoind?"
<nao> mizerydearia: maybe client and server use-flags are better?
<mizerydearia> nao, I don't think so because bitcoin is a gui-based p2p client that connects to the p2p network and bitcoind is a daemon-based p2p client that connects tot he p2p network.
<mizerydearia> Both have server and client characteristics
<nao> mizerydearia: they share some code or they are completly different?
<mizerydearia> nao: They share code
<nao> mizerydearia: they share some libs or other resources? e.g. Can you compile +gui -daemon, install it, then compile -gui +daemon and install again without collision with previous?
<mizerydearia> hmm, I used "wxidgets" and "daemon" useflags.  "wxwidgets" provides gui binary and "daemon" provides daemon and init.d/conf.d scripts
<mizerydearia> It is possible to install only the gui or only the daemon
<nao> mizerydearia: IMHO wxidgets is not the best variant, maybe use "gui"?
<mizerydearia> hmm, really?  I thought it was better than gui
<nao> mizerydearia: gui is more generic
<mizerydearia> And in the case in future that a second gui is available to be compiled that isn't reliant on wxwidgets, then how to separate them?
<mizerydearia> gui2?
<nao> mizerydearia: hm... seems you are right
<nao> mizerydearia: can this package be splitted into two?
<nao> two separate ebuild
<nao> ebuilds
<mizerydearia> I suppose, but they would download content from same repository and use same files
<mizerydearia> and there only be very minor difference in indicating to build bitcoind or bitcoin binary.
<mizerydearia> It would seem pointless to split into two.
<mizerydearia> dry (don't repeat yourself)?
<nao> mizerydearia: IMHO, if files are not overlap... splitting may be useful
<mizerydearia> nao, Can you provide examples of ebuilds in portage that have been split?
<nao> mizerydearia: dev-games/renpy -> dev-games/renpy, dev-games/renpy-modules is splitted by me in sunrise Wink
<mizerydearia> Any examples in portage?
<mizerydearia> in main?  not sure of name
<nao> mizerydearia: but no, there was a special reason for that
<nao> mizerydearia: try this:
<nao> mizerydearia: cat /var/db/pkg/*/*/SRC_URI | tr ' ' '\n' | grep '^http\|^ftp\|^mirror' | sed 's@^.*/\([^/]*\)$@\1@' | sort | uniq -dc | sort -n
<nao> mizerydearia: hmm... there are some bug in my script;) wait...
<nao> mizerydearia: *-ant packages, vim-core and gvim
<nao> mizerydearia: i.e. splitting is not used widely
<mizerydearia> I agree
<nao> mizerydearia: then not forget to test if at last one of the flags enabled
<nao> mizerydearia: you can use confutils.eclass for that

Quote
<mizerydearia> nao, Here is the ebuild.  How does it look? http://github.com/mizerydearia/bitcoin_gentoo_ebuild/blob/master/net-p2p/bitcoin/bitcoin-9999.ebuild
<nao> mizerydearia: The name of ebuild (package) can be removed from description
<nao> mizerydearia: Add / to the end of HOMEPAGE
<nao> mizerydearia: bitcoin in SRC_URI can be replaced by ${PN}
<nao> mizerydearia: sort DEPEND
<nao> mizerydearia: min version of app-admin/eselect-wxwidgets in portage is 1.1, so you can drop version
<nao> mizerydearia: using ${PN} in enewuser... don`t know, better to ask someone on the channel
<nao> mizerydearia: don`t use 'cd trunk', you can set S variable for that
<nao> mizerydearia: try to use emake instead of make
<mizerydearia> S variable?
<mizerydearia> $ grep "enewuser.*PN" */*/*.ebuild
<mizerydearia> Shows a couple packages using ${PN}
<mizerydearia> Not too many though
<mizerydearia> nao, Thanks for tips.  Anything else?
<nao> mizerydearia: lines 45,46 can be expanded to more lines
<nao> mizerydearia: inlines with if fi is not readable
<nao> mizerydearia: nls? needs gettext, or maybe virtual/libintl
<mizerydearia> Which is better to rely on: sys-devel/gettext or virtual/libintl?
<mizerydearia> I'll use sys-devel/gettext
<nao> mizerydearia: don`t know. but many of ebuilds in portage rely on sys-devel/gettext
<nao> mizerydearia: I just found 'domo' helper Smiley you can use it for .mo files
<mizerydearia> mm, domo?
<nao> mizerydearia: And, I think, if LINGUAS is not set, you need to install all mo files
<mizerydearia> ah
<mizerydearia> Only a few ebuilds use domo
<mizerydearia> Very few even
<nao> mizerydearia: yes, but you can use it:)
<nao> mizerydearia: don`t know much about stuff on lines 56-70. hope you know it better
<nao> mizerydearia: I don`t have more comments on your ebuild
903  Bitcoin / Development & Technical Discussion / Re: Version 0.3.11 with upgrade alerts on: September 02, 2010, 11:21:17 AM
Quote
Finally, when a user disconnects, the client software saves the list of nodes that it was actively connected to and those collected from pong packets for use the next time it attempts to connect so that it becomes independent from any kind of bootstrap services.

In practice, this method of searching on the gnutella network was often unreliable. Each node is a regular computer user; as such, they are constantly connecting and disconnecting, so the network is never completely stable. Also, the bandwidth cost of searching on gnutella grew exponentially to the number of connected users,[8] often saturating connections and rendering slower nodes useless.

http://gnufu.net/
904  Other / Off-topic / Re: Introducing Cyclos - an Open Source complementary currency software on: September 02, 2010, 10:49:51 AM
Maybe an alternative currency "chamber of commerce" could be built that comes up with standards for the industry ?

"The industry"  -- As word spreads "the industry" or the individuals that comprise of one or more of such industries will offer their skill, expertise, talents to provide Bitcoin-related works, however, more research and development is needed.

More leadership roles within the Bitcoin community are necessary to organize, produce and to make things happen.
905  Other / Off-topic / Halloween on: September 02, 2010, 08:57:24 AM
Would anyone like to start contributing/preparing some Halloween-themed Bitcoin graphics, animations, media, sprites and other content for possible use next month?  If so, this thread should help establish some interest.
906  Other / Off-topic / Re: Introducing Cyclos - an Open Source complementary currency software on: September 02, 2010, 08:19:01 AM
http://www.alternativesmagazine.com/53/noyes.html
Quote
What is Mutual Credit Clearing?
Mutual credit clearing is a measurement of account for direct seller and buyer relationships. It’s used to track the exchange of money or trade credits—whatever your medium. Your banks use it. So do trade exchanges. Trade exchanges have brokers, and brokers determine how to allocate credit to facilitate transactions amongst members. Unlike barter, trade exchange participants may trade with anyone in the network. The bookkeeping system has two types of balances: 1) positive, i.e. credit for the seller; 2) negative, i.e. the buyer’s account is debited.

For the past forty years, trade exchanges have proved to be a useful complimentary (not replacement) system of exchange. It can be local or regional, and it can network with other exchanges across the continent. Today, there are over 500 exchanges nationwide helping business members increase sales, conserve cash, turn unproductive assets into valuable products and services, and reduce unit costs. As a result, trade exchanges now partake in an international, $650 Billion dollar industry.




I found the author of that book Thomas H. Greco at http://www.reinventingmoney.com/documents/bio.html who is an expert on  complementary community currencies. I sent him an email letting him know about bitcoin and this thread to check out. If he is interested I hope he might give some input.

He replied to my email with this.
Quote
I may be missing something, but I see no real need for it.  Mutual credit clearing is perfectly suited to mediate the exchange process without interest or inflation; it is well established and needs only to be optimized and taken to scale.

Is that his expert advice?  O_O  What a pity...  Perhaps we should presume that his advice truly is "expert" and cease Bitcoin establishments and focus on uhm, "mutual credit clearing."

Although, he is ~74 years old.  Perhaps he can elaborate on his perspective just a tad more.  Maybe he will blog about it?  Maybe we, as inidividuals comprising part of the community need to actively discuss more with him?  Perhaps someone can help us to establish a kind of interview or irc-based discussion panel or something?  That would be AWESOME!  If that would be a  possibility, perhaps we could gather up some topics for discussion and that may help to establish a better perspective as to how Bitcoin could be useful and THEN he may blog about it and perhaps it could help awareness?


http://www.theecologist.org/reviews/books/328601/the_end_of_money_and_the_future_of_civilization.html
Quote
What then is the solution or solutions? Greco proposes a variety of solutions from a complete web-based trading system to creating local, community- based exchange systems which can be linked to regional, national and international networks. Examples of the ‘banjar' system in Bali, Indonesia and the Mondragon cooperatives in northern Spain shows a workable community based exchange system.

If he proposes one solution as a web-based trading system and Bitcoin offers opportunity to establish a web based trading system (e.g. Mt. Gox, Bidding Pond) and there is plenty opportunity for anyone else to contribute even more web-based resources for exchanging/trading systems, then why does he also respond with "I may be missing something, but I see no real need for it?"  He must clearly be missing something if he responds with such contrasting views.
907  Economy / Marketplace / Re: BitKnit - Knitting scarves for Bitcoins on: September 02, 2010, 05:16:03 AM
Yes, but it would vary depending on whether you're in the US, or in the EU, etc.

Are you based in us or EU?
908  Bitcoin / Development & Technical Discussion / Re: Gentoo Linux Ebuild on: September 02, 2010, 04:04:25 AM
http://github.com/mizerydearia/bitcoin_gentoo_ebuild
I updated bitcoin-9999.ebuild
Any feedback is appreciated.
909  Bitcoin / Bitcoin Discussion / Re: The Pay it Forward Project. on: September 01, 2010, 11:20:20 PM
How can you tell if multiple payments came from the same source?
910  Economy / Currency exchange / Re: to be sold --> 55 BTC @ 0.05 USD/BTC for LR on: September 01, 2010, 11:12:01 PM
thanx but I got 3.28$ paypal on MTgox .
How did you manage to receive usd funds at Mt. Gox from selling LR?

He was trying to sell BTC to get LR. He decided to just sell them for PayPal instead.
Ah, I see.
911  Bitcoin / Bitcoin Discussion / Re: Announcing: BitLaundry -- decorrelated payment service on: September 01, 2010, 08:25:58 PM
Where do you get a fee of 10btc?

Quote from: vess
0.5% of the total + 0.01% per recipient (minimum 1 BTC per recipient.)

Emphasis added Smiley

Ah, thanks! I read that, but it didn't sink in.
912  Bitcoin / Development & Technical Discussion / Re: [PATCH] implement 'listtransactions' on: September 01, 2010, 08:20:16 PM
Is there a binary release (official or unofficial) that integrates this patch that I could use? 

I'm now doing binary releases with my github repo: http://github.com/aceat64/bitcoin-patchwork

I've got the following patches included:


I've also made the following changes:

  • Slight change so that JSON-RPC returns 200 instead of a 500 error with invalid methods/params.
  • Slight change so that JSON-RPC binds to all/any IPs instead of just the loopback.
  • Changed MAX_OUTBOUND_CONNECTIONS from 8 to 32.

Can you provide link to patches for listgenerated method and the following three changes at the end?  I'd like to incorporate them into my Gentoo Linux ebuild.
913  Bitcoin / Bitcoin Discussion / Re: Announcing: BitLaundry -- decorrelated payment service on: September 01, 2010, 08:07:07 AM
Quote
0.5% of the total + 0.01% per recipient (minimum 1 BTC per recipient.)
Quote
Example: 1,000 BTC to 4 recipients would generate a fee of: .0054 * 1000 = 5.4 BTC and 994.6 BTC would be sent out to recipients.
1000 * 0.005 (0.5%) == 5
1000 * 0.0001 (0.01%) * 4 == 0.4
Fee == 5btc + 0.4btc == 5.4btc
This is correct.

However, I am confused by the next example.
Quote
Example: 50 BTC spread out to 10 recipients would cost .060% * 50 = < 10. The fee would be 10 BTC, and 4BTC would go to each recipient.
50 * 0.005 (0.5%) == 0.25
50 * 0.0001 (0.01%) * 10 == 0.05
Fee == 0.25btc + 0.05btc == 0.3btc

Where do you get a fee of 10btc?

I guess the fee for sending 1000btc is less than the fee for sending 50btc. :p
914  Bitcoin / Bitcoin Discussion / Re: Anonymity and Traceability Review on: September 01, 2010, 07:06:17 AM
The send to IP address, simply makes a connection there first and asks it for an appropriate bitcoin address to send to. After that everything is the same as any other transaction. That is why there was a warning of a possible man-in-the-middle attack using Tor or other proxies.

Is a new address generated when a direct connection is attempted or is one of the already existing addresses used?
915  Economy / Marketplace / Re: Games for sale on: September 01, 2010, 06:52:26 AM
A list would be helpful.  It is unlikely anyone will buy something from you if they don't know what you have for sale.
916  Bitcoin / Bitcoin Discussion / Re: The Pay it Forward Project. on: September 01, 2010, 05:45:07 AM
pops in: 1D3UqLGyEZvFJGnHvPm1hRVC94cpnuEnQr

uh oh... this will never end!
917  Bitcoin / Bitcoin Discussion / Re: How to deal with DDOF attacks on bitcoin. on: August 31, 2010, 08:45:10 AM
I am in favor of such a system.The more options available the better but some people like the easy option ie paypal but it sucks that the actions of a few bad eggs can mean your site gets put out of business. I think some kind of wiki or comparison engine for online payments might help and people could then roll their own payment method. Their are sites that do this for almost every other industry where the choice is confusing such as mobile phone plans so why not for the online payment industry?

There is http://en.wikipedia.org/wiki/List_of_on-line_payment_service_providers

Since it's a wiki, why not create http://en.wikipedia.org/wiki/Comparison_of_on-line_payment_service_providers and follow similar structure of most other comparison pages at the site?

There are some nonwiki sites that provide comparison information already also:
http://www.paymentvision.com/Resource-Center/Payment-Services-Comparison.aspx
http://www.paymentgatewaydirectory.com/home.php
918  Bitcoin / Bitcoin Discussion / Re: How to deal with DDOF attacks on bitcoin. on: August 31, 2010, 03:40:30 AM
I just encountered http://propay.com.  It seems interesting

Update: http://aboutpaypal.org

Quote
Years ago, Real Merchant Accounts used to cost a lot upfront, making PayPal the next best thing. However, many merchant account companies are now offering free setup, free application, instant approvals and charge nothing upfront. Incredibly, the transaction rates are usually lower with a real merchant account. And unlike PayPal, with a real merchant account, you are in control of your own money.
919  Other / Off-topic / AlertPay / ProPay -- anything but paypal on: August 31, 2010, 03:37:58 AM
I researched PayPal stealing money and encountered http://propay.com.  It would be interesting for exchange markets to use a payment service provider / payment gateway other than paypal.

A better option is Alertpay https://www.alertpay.com/en/Default.aspx  which also has an api for developers.

See also http://bitcointalk.org/index.php?topic=895.msg11767#msg11767
920  Bitcoin / Bitcoin Discussion / Re: Letter To ? on: August 31, 2010, 01:20:49 AM
Mm, BOP (Bitcoin Outreach Program) - Maybe we can start it.  Hanson?  Huh?  What?  Offtopic? o_O

http://www.ehow.com/how_2148896_start-community-outreach-program.html

We could volunteer our time to meet the needs of a charity or organization in their usage of Bitcoin (e.g. answer any questions they may have, or better, to organize such information to prepare to them as well.)  Perhaps the focus of my letter can be used to establish a kind of informative approach in introducing Bitcoin to charities and organizations; including such things as an offer to offer to assist them if they have any questions.  Instead of directing them to the forum in which they may not be so inclined to use for support, they may prefer to send an email instead, or fill out a web-based form.

There is much knowledge discussed throughout the forum.  It would be convenient to extract informative, insightful informations to prepare in a kind of informational package.
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 52 53 54 55 56 57 58 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!