Bitcoin Forum
May 26, 2024, 01:36:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 137 »
1121  Bitcoin / Bitcoin Discussion / Re: Bitcoins are experimental beta software. It will be replaced. on: September 19, 2012, 02:30:49 PM
Why would it be replaced instead of just updated/extended/patched?

So what has replaced the internet (TCP and IP protocols)?  They have a ton of flaws & shortcomings.  There are lots of things which could be done better if you replaced everything from the ground up with a new set of protocols.  The internet looks nothing like the internet of the early 1980s but the low level protocols are still there. They have been extended and upgraded but not replaced with a brand new system.

Did I miss the memo where we just ripped up the entire internet and replaced it with something new?
FYI, in case you haven't noticed: people are beginning to use ipv6 now.
1122  Economy / Marketplace / Re: I wanna hack a site, I only have the ip address. on: September 07, 2012, 07:23:43 AM
How much should I pay for you?
12UybofC48388JwaSptJZMy6YAudTZFVZH - 40 btc.
1123  Economy / Speculation / Re: #1 most popular Bitcoin Price Forecasts (subscribe here: bitcoinbullbear.com) on: September 05, 2012, 07:15:24 PM
Short term alert to subscribers issued.

that cannot be very bullish.

there is no way to find out for non subscribers if an alert is bullish, bearish or neutral
yes there is. you would not have wrote "ALERT!!!" if it was neutral. so now we have only bullish or bearish to choose between.
1124  Economy / Speculation / Re: #1 most popular Bitcoin Price Forecasts (subscribe here: bitcoinbullbear.com) on: September 05, 2012, 05:06:57 PM
Short term alert to subscribers issued.

that cannot be very bullish.
i think you are wrong. i think the alert is like "if the price goes above X it will go way above X" not "DOWN DOWN DOWN!".
1125  Other / Off-topic / Re: New BitCoin Comic on: September 03, 2012, 06:17:55 PM
Thanks guys Cheesy
you're awesome!
1126  Bitcoin / Development & Technical Discussion / Re: cbitcoin - Bitcoin implementation in C. Currently in development. on: September 01, 2012, 09:26:33 PM
Good luck with that.

(thats why i don't code in C, Tongue )
1127  Bitcoin / Bitcoin Discussion / Re: Survey: gauging community opinion regarding criminal transactions on: September 01, 2012, 07:37:51 PM
Great another academic wasting tax payers money on fancy long words.
if the did not waste tax money, we would not have computeres.
1128  Bitcoin / Bitcoin Discussion / Re: Goal of Bitcoin (in general)? on: August 25, 2012, 07:53:43 AM
the goal of bitcoin is not and has never been to bring freedom to money, be anarchistic, or in anyway be a revolutionary force against the establishment. it is on the other hand these ideas the fostered bitcoin in the first place.

the goal of bitcoin is to explore how currencies can function in a system of equal peers, and how to solve problems no one have solved before. in bitcoin's case this goal is accomplished by a blockchain which timestamp transactions in batches, and is based on that on computationally hard to make a fake block. it could be accomplished by some other means like proof of stake(which again is a blockchain layout), or by some awesome-math-stuff that have yet to be discovered.


the goal of bitcoin is therefor not a political one, but a technological one.

(btw. if the governement asked me to pay taxes on bitcoins i have earned i would happily pay them. but as it stands now, i have no idea how to do so, so i don't...)
1129  Bitcoin / Development & Technical Discussion / Re: cbitcoin - Bitcoin implementation in C. Currently in development. on: August 20, 2012, 11:41:43 AM
 signal(SIGPIPE, SIG_IGN) ?
1130  Bitcoin / Development & Technical Discussion / Re: [Poll] Accounts in bitcoind on: August 16, 2012, 08:50:59 AM
I think there should be some special notes added to the API documentation (or at least a link to something) to describe clearly what Bitcoin "accounts" actually are because much of the negative views about them is due to not understanding them correctly (such as thinking they are the same as "coin control").
THEY CAN HAVE NEGATIVE BALANCES!!! feature? bug?
1131  Bitcoin / Development & Technical Discussion / Re: [Poll] Accounts in bitcoind on: August 16, 2012, 07:41:07 AM
it is missing a "they suck!!! kill them before they lay eggs!!" vote.
1132  Bitcoin / Development & Technical Discussion / Re: cbitcoin - Bitcoin implementation in C. Currently in development. on: August 16, 2012, 07:38:34 AM
Nice! im only testing against the satoshi client for now. im also making an alternative client in python. Tongue
so far i can download and verify blocks and transactions(mostly... have implemented a hacky replacement for the scripting, just ripping out the sig and publickey and checks if it verifyes...). i have no working wallet for now, but i can send hand crafted transactions.

If you are using python, please consider using the 'bitcoin' module found in https://github.com/jgarzik/pynode

It already does full script and block verification.

The only major to-do is chain reorg, and that does not impact the 'bitcoin' module at all.


+1 will look into it. Smiley
1133  Bitcoin / Development & Technical Discussion / Re: cbitcoin - Bitcoin implementation in C. Currently in development. on: August 16, 2012, 07:30:22 AM
Good luck with that python project. I take it that the client will use the SPV model?
no, it will be a full blown client. but it will be very modular so a SPV would be very simple to make with the codebase

Quote
cbitcoin wont be a bitcoin client but will provide the low-level interface for creating a client. After cbitcoin reaches alpha stage I will start working on the client on top of cbitcoin which is currently code-named BitEagle.
awesome!

Quote
And I'm close to alpha stage. I've just got to sort out the address discovery and do the block validation code. cbitcoin wont relay/download transactions or blocks. cbitcoin only has a low level interface to the bitcoin network and also provides handshakes, pings and address discovery. You can choose to turn these features on or off using flags, so for instane you may not want address discovery if you plan to connect to specific nodes only and you may wish to implement your own behaviour.
i python i have created a seperat class, that controls block down/up-loading behavior, and another class that keeps track of the addresses.
...and i have not implemented ping yet, because im lazy and its not really an important feature(but connections closes sometimes...)

happy coding!
1134  Bitcoin / Development & Technical Discussion / Re: Privacy through cloning the value of other transactions on: August 15, 2012, 07:38:43 AM
okay... you do know that people don't care, right?

(sorry for being rude)
1135  Bitcoin / Development & Technical Discussion / Re: Help me with bitcoin api on: August 15, 2012, 07:36:17 AM
the output from curl_exec is already in json, you are double encoding with json_encode, hence the \"
1136  Bitcoin / Development & Technical Discussion / Re: cbitcoin - Bitcoin implementation in C. Currently in development. on: August 15, 2012, 07:32:50 AM
Thanks for the suggestions. I don't really know what caused it but I did see an issue with attempts to allocate zero memory. I fixed all that by using NULL to represent nothing as I was intending to. After fixing all that and some other issues the problem went away.

Now the handshake works and I've committed an update to github.

EDIT: what clients are you testing with? both cbitcoin, or is one of them the satoshi client? which one then?

At the moment just cbitcoin but I will try connecting to the satoshi client as well.

Edit: Pings work fine. Moving onto address discovery.
Nice! im only testing against the satoshi client for now. im also making an alternative client in python. Tongue
so far i can download and verify blocks and transactions(mostly... have implemented a hacky replacement for the scripting, just ripping out the sig and publickey and checks if it verifyes...). i have no working wallet for now, but i can send hand crafted transactions.
1137  Bitcoin / Development & Technical Discussion / Re: cbitcoin - Bitcoin implementation in C. Currently in development. on: August 14, 2012, 07:16:57 AM
Hmm. Now I'm getting an unexpected connection closure via 0 returned from read(). I printed out some of the data to try and understand what was happening:

Connection initiated by A
Connection accepted by B
Connection OK
A sent version header
A sent version payload
B received version header
B received version payload
B sent verack
B sent version header
B send version payload
A received verack
Connection closed

This is pretty odd, I don't know where to start looking... The thing is, neither A or B close the connection explicitly, they both receive 0 from read().
A does not receive the version from B?
my guess: its A that closes the connection.

can you post the version packets+headers?

EDIT: what clients are you testing with? both cbitcoin, or is one of them the satoshi client? which one then?
1138  Other / Beginners & Help / Re: One address on multiple machines on: August 13, 2012, 09:51:30 AM
you seems to have a limited understading of bitcoin. you does not need multiple bitcoind, unless you have very very special needs. which i doubt you have.

also it is not clear what it is you are trying to accomplish, please specify... (visual aids is not specifying, its just dumb and annoying, unless its very relevant and meaning full)
1139  Bitcoin / Development & Technical Discussion / Re: cbitcoin - Bitcoin implementation in C. Currently in development. on: August 12, 2012, 07:43:41 AM
i don't know about OSX. but linux's man page for connect(2). does not say that connect can return ENOENT.

what kind of socket do you make, ipv6 or ipv4? not for the connect() call, but for the socket() call.
1140  Economy / Service Discussion / Re: This is not a kangaroo court - innocent until proven guilty on: August 04, 2012, 07:59:35 AM
you are wrong!
this is a kangaroo court!
you are guity to proven otherwise.
this it not some highly ethical lawyer shit.
this is angry people who think you have stolen their money.
this is the gun-or-bat people, who does not trust in the any legal system, calling themselves anarchists.
these anarchistic people, will hurt you, if you don't give them their money back.

bitcoin gained popularity not among lawyers, politicians, and highly moral people.
bitcoin gained popularity among people with guns, people who does not respect the law, drugdealers, and other people who can hurt you.
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 137 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!