Bitcoin Forum
May 26, 2024, 10:28:31 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 59 60 61 62 63 ... 112 »
241  Bitcoin / Development & Technical Discussion / Re: btcd: a bitcoind alternative written in Go on: January 01, 2014, 06:06:42 PM
any dev who makes the argument about having 1 bitcoin is talking rubbish. bitcoind itself has changed massively since its inception and will continue to do so. the problem is people are too trigger happy to go and make destructive changes to the bitcoin consensus core which is both dangerous and harms consensus. bitcoin should be kept pure and simple. sorry but i don't want all the contracts and new prototype theoretical features thrown into bitcoin. by all means use the blockchain (people will anyway), but this stuff is so new. bitcoin should be left alone because it works, and needs to be protected.

for example:

https://github.com/bitcoin/bitcoin/commit/f5857e5c

the sighash is one of the hardest parts of bitcoin. this is not a place I
would optimise.

compare both versions:

https://github.com/bitcoin/bitcoin/blob/f5857e5cb5fb03bee9c05d1dd6ba2621cac49179/src/script.cpp#L978

https://github.com/bitcoin/bitcoin/blob/881a85a22d76c875f519cd54388a419ec6f70857/src/script.cpp#L976

don't mean to criticise sipa since he is working hard. but this is your precious code by satoshi having a radical redesign.
242  Bitcoin / Development & Technical Discussion / Re: sx command line utilities - Empower The Sysadmin With Bitcoin Tools on: January 01, 2014, 01:23:49 PM
qrius1111 did you use the install-sx.sh script? http://sx.dyne.org/install-sx.sh

I recommend all to use git until next release which is coming soon.
243  Bitcoin / Development & Technical Discussion / Re: sx history / balance not working? on: January 01, 2014, 07:19:54 AM
Hi, I've been upgrading the server to the latest ZMQ.

Try an alternative one here:

maybe this one: tcp://obelisk.bysh.me:9091

Change it in your .sx.cfg (you can copy the file from PREFIX/share/sx/sx.cfg

edit: retry now, I was upgrading the servers but they're back now.
244  Bitcoin / Development & Technical Discussion / Re: btcd: a bitcoind alternative written in Go on: January 01, 2014, 07:18:19 AM
Since we can not eliminate the bottleneck for now, we should seek to control the damage to productivity by isolating and freezing consensus relevant code base of the reference implementation.
"Freezing" is the opposite of progress.

I don't want Bitcoin to change. Changing and extending the protocol/standard is the worst thing we can do. There's far more important stuff that needs to be done implementation side. Moving forwards means freezing the standard, that's why I want to diversify.
245  Bitcoin / Bitcoin Discussion / Re: Twister : blockchain based microblogging distributed via torrent DHT on: January 01, 2014, 07:15:54 AM
yep but it all starts somewhere. eventually we will use these things for many uses, and it will be very powerful. pure trade is the way. think what the internet did for publishing.
246  Bitcoin / Bitcoin Discussion / Re: Twister : blockchain based microblogging distributed via torrent DHT on: December 31, 2013, 03:47:29 PM
I'm excited about these developments as more than just a twitter or Bitmessage drop in replacement.

they have the potential for things like silk road seller pages or blogs. I wrote more here:

https://bitcointalk.org/index.php?topic=379080

https://wiki.unsystem.net/index.php/DarkWallet/Overview#Messaging_layer
247  Bitcoin / Development & Technical Discussion / Re: btcd: a bitcoind alternative written in Go on: December 31, 2013, 03:42:03 PM
that async principle is a solid one to create for a bitcoin impl.

been checking in on btcd every so often, and the design/arch decisions are solid.

the code is the spec is a bit of a crap base for the future of finance and something we'll leave behind. the more of us there are, the quicker bitcoin will move forward. decentralise everything and distribute the power. we need a solid infrastructure and the bitcoind is really poor.

Quote
For example, the transaction script language has a well-defined set of allowed opcodes.  However, it doesn't check the scripts for invalid opcodes until it actually executes them.  This means that you can craft valid scripts which have invalid and nearly arbitrary data in dead execution branches.  This is an outright bug in my mind.  There are also a couple of other things in the transaction scripts which are indisputable bugs.

yes omg this is terrible. output scripts dont even need to parse. but there's plenty more like the copy paste serialization code, deeply nested locking mechanisms, cscript inheriting an std:: container (forbidden by standard), undefined behaviour (using integer loop around / invalid casts), non-modular code, ... more i can't recall right now
248  Bitcoin / Bitcoin Discussion / Re: Using the blockchain as a tracker + BitTorrent for Silk Road seller pages on: December 30, 2013, 10:25:21 PM
A new one, http://twister.net.co/?page_id=25
249  Bitcoin / Wallet software / Re: libbitcoin on: December 27, 2013, 02:50:20 AM
blaa blaa blaa *I just took a cursory glance* blaa blaa blaa

http://symas.com/is-lmdb-a-leveldb-killer/
250  Bitcoin / Bitcoin Discussion / Re: We should be happy tyranny is allergic to bitcoin, not sad. on: December 27, 2013, 12:53:01 AM
who gives a f what its called. we all know its happening.
251  Bitcoin / Bitcoin Discussion / Re: Freezing BitCoin addresses by regulating miners on: December 27, 2013, 12:45:58 AM
Whilst I think it's inevitable, this sort of legal framework would ultimately be self regulating and so should not be feared. BitCoin is a system for agreeing on a global consensus around the ordering of transactions. If that consensus is truly a consensus then there will no be real controversy over the freeze orders and few (or no) miners will ignore them. Consider temporarily freezing the assets of Gadaffi or Mubarak as examples.

This would destroy Bitcoin. More control and surveillance. I don't think this is what Satoshi envisioned.

Quote from: Satoshi Nakamoto
Yes, [we will not find a solution to political problems in cryptography,] but we can win a major battle in the arms race and gain a new territory of freedom for several years. Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own.
252  Bitcoin / Project Development / Re: unSYSTEM projects: libbitcoin, DarkWallet, developer tools and video interviews on: December 27, 2013, 12:04:11 AM
Interview with Mihai Alisie of Bitcoin Magazine at DarkWallet meeting about his project Egora:
http://www.youtube.com/watch?v=Hbu2KrHx9-0

--------------------------------

I've made significant performance increases for the blockchain by creating a custom database that outperforms the more conventional LevelDB. This is still a work in progress and won't be in libbitcoin at least for some time. You can read more about my research here:

https://wiki.unsystem.net/index.php/Libbitcoin/Blockchain

More optimisation is possible too.

Writes:



Reads:

253  Bitcoin / Wallet software / Re: libbitcoin on: December 27, 2013, 12:02:24 AM
Hi!

I've made significant performance increases for the blockchain by creating a custom database that outperforms the more conventional LevelDB. This is still a work in progress and won't be in libbitcoin at least for some time. You can read more about more research here:

https://wiki.unsystem.net/index.php/Libbitcoin/Blockchain

More optimisation is possible too.

Writes:



Reads:

254  Other / Beginners & Help / Re: Hello Internet on: December 24, 2013, 05:54:12 AM
He's part of DarkWallet. Plz confirm.
255  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: December 24, 2013, 03:29:26 AM
256  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: December 24, 2013, 03:12:50 AM
insult the empiricism of doge? could you even graph an elliptic curve if pressed? you'd probably produce some cosine abomination. you are a cretin and a bottomfeeder of the sphere of altcoinialism. come at me. in a battle of wits, i will erase from your mind the thoughts of hope or pride. you will never leave the dark recesses of despair in which i will imprison you. you will never know another day of peace. you will forever look over your shoulder in fear that a greater intellect is there preparing to strike. fuck with me, and i will fuck back exponentially. you have been warned.
257  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][TIPS] FedoraCoin - Euphoria - Enlightenment - Intelligence on: December 24, 2013, 02:07:50 AM
What the fuck did you just fucking say about me, you little bitch? I’ll have you know I graduated top of my class in the Navy Seals, and I’ve been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I’m the top sniper in the entire US armed forces. You are nothing to me but just another target. I will wipe you the fuck out with precision the likes of which has never been seen before on this Earth, mark my fucking words. You think you can get away with saying that shit to me over the Internet? Think again, fucker. As we speak I am contacting my secret network of spies across the USA and your IP is being traced right now so you better prepare for the storm, maggot. The storm that wipes out the pathetic little thing you call your life. You’re fucking dead, kid. I can be anywhere, anytime, and I can kill you in over seven hundred ways, and that’s just with my bare hands. Not only am I extensively trained in unarmed combat, but I have access to the entire arsenal of the United States Marine Corps and I will use it to its full extent to wipe your miserable ass off the face of the continent, you little shit. If only you could have known what unholy retribution your little “clever” comment was about to bring down upon you, maybe you would have held your fucking tongue. But you couldn’t, you didn’t, and now you’re paying the price, you goddamn idiot. I will shit fury all over you and you will drown in it. You’re fucking dead, kiddo.
258  Alternate cryptocurrencies / Altcoin Discussion / Re: I think I know why Bitcoin is Crashing... on: December 24, 2013, 02:01:25 AM







plz doge diip
DFCo5U4YkFn849YcZAM94icDYtkEiXVrRg
very thx
259  Bitcoin / Development & Technical Discussion / Re: Bitcoin secp256k1 not safe. Fails four tests. on: December 22, 2013, 05:28:32 AM
at least for the ind tests, I know the parameters for secp256k1 were deliberately chosen as low numbers.

very nice website btw
260  Local / Other languages/locations / Re: Esperanto ! on: December 21, 2013, 08:21:49 AM
nun, nia grupo kreos projekton por levi mono de 100k eur. la projekto priestas krei bitmono-monujo. ni havas ravan videon kiu ellasigxos baldaux. ni havas bonan proponon por la komunumo.

ni povas konstrui la mondon, kiun ni volas vidi!
Kia surprizo.
Mi ne sciis ke ankaŭ vi estas esperantisto.
------------
Ĉu iu scias se estis jam tradukita la vorto Namecoin al Esperanto ?

Jes, mi estas amantoj de multaj movadoj tiel malgrande kiel Linukso, Bitmono (malantaux jaroj), Anarkismo, Okupitdomado .ktp Mi preferas la koncepton de alternativoj kaj kreas komunumoj de pasiaj kreaj personoj.

Cxar la gxusta vorto kiun ni uzas esti Bitmono, mi pensas la gxusta vorto esti Nomomono! Suprize amuza vorto haha

Mi trovis 2 artikolojn pri Bitmono: http://www.esperanto.be/fel/mon/viki/011017.php
http://disvastigo.esperanto.it/index.php/Italian/disesperanto-mainmenu-73/3490-bitmono-sinkas-post-cina-malpermeso
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 59 60 61 62 63 ... 112 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!