Bitcoin Forum
June 30, 2024, 11:48:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 108 109 110 111 112 113 [114] 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 272 »
2261  Other / Off-topic / Re: Your favorite video games of all time. on: October 02, 2013, 07:41:23 AM
OLDEST:
Snake
Pitfall
OLDER:
Mortal Kombat
Donkey Kong II
Super Mario Bros 3
Sonic
Beyond The Third Dimension
Heavy Gear
Age Of Empires
Civilization
OLD:
Silent Hill
Dino Crysis
Metal Gear Solid
Driver
Cool Boarders 3
Tony Hawks Pro Skater
Gran Turismo 2
Twisted Metal
Tomb Raider
Duke Nukem 98
Duke Nukem Forever
New:
Splinter Cell
Simcity 3000
Newer
Unreal Tournament 2008
Driver 2
Stuntman
Gran Turismo 3
Grand Theft Auto San Andreas
Just Cause 2
Newest
Fallout 3
NBA 2k12
Assasins Creed 2
Kayne & Lynch 2
Left For Dead 2
N:Way of the Ninja
2262  Bitcoin / Hardware / Re: Monarch butterfly prototype on: October 02, 2013, 04:27:53 AM
gimme!
2263  Alternate cryptocurrencies / Altcoin Discussion / Re: List of all cryptocoins on: October 02, 2013, 01:45:05 AM
The Ripple poll has only 12 votes and 0 replies:

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

no body interested ?


interested in ripple? No.

interested in you adding all the new coins to the list? YES.
2264  Bitcoin / Bitcoin Technical Support / Re: building bitcoin on unix is now a pain thanks to bitcoin devs on: October 02, 2013, 12:21:12 AM
you're not understanding though, this new build process results in a non executable binary on my os. thats why i need the other method which doesn't else why would i even bother making this thread?
How can anyone understand that when you haven't said it?

Also, what OS is this? Is it actually an OS we support? If not, don't expect it to work right, even if it compiles and runs.
If you want to change that, perhaps you should be volunteering to maintain a port for said OS.

Finally, the autotools still is only in git, which is explicitly untested and unsupported.
It is not a release at all, not even alpha or rc, let alone beta (yes, I'm aware beta usually comes before rc, but that's backward for this project).
I still have a long list of "issues" I have with it myself, but the way forward (to an eventual release) is fixing those issues, not regressing back to a broken set-of-inconsistent-makefiles-that-only-work-with-mangling.

ah my mistake i didn't check the releases. i found 8.5 and its compiling...
* r3wt eats a heaping helping of humble pie.
2265  Bitcoin / Bitcoin Technical Support / Re: building bitcoin on unix is now a pain thanks to bitcoin devs on: October 01, 2013, 11:35:33 PM
I am very displeased with the change in compiling procedures. where might i find the previous version with normal compiling procedures(make and qmake) thanks.
How about _any_ released version, including the most current one? (though the procedure you gave there is needlessly complicated in any case)

Though I wonder why you are displeased  with Bitcoin being build-able in the same way as virtually every other open source unix package for the past twenty years:

Code:
./configure && make

and instead prefer your six step process (which doesn't even suffice for building on many systems).

you're not understanding though, this new build process results in a non executable binary on my os. thats why i need the other method which doesn't else why would i even bother making this thread?
2266  Bitcoin / Bitcoin Technical Support / Re: building bitcoin on unix is now a pain thanks to bitcoin devs on: October 01, 2013, 10:55:24 PM
the software i use without no compensation was written by satoshi, not the people who manage it now.

Why don't you use 0.3.19 if the current developers aren't adding anything?

ok, let me try it again a little more respectfully.

I am very displeased with the change in compiling procedures. where might i find the previous version with normal compiling procedures(make and qmake) thanks.
2267  Bitcoin / Bitcoin Technical Support / Re: building bitcoin on unix is now a pain thanks to bitcoin devs on: October 01, 2013, 09:24:03 PM
Perhaps next time you could be a little more vague about your problems, insulting to people who write software you use without any compensation from you

the software i use without no compensation was written by satoshi, not the people who manage it now. i have no beef with the software, its the unnecesary extra steps that have been added to the compiling process that was easy and familiar.

so do you see how  implicitly wrong your statement that i'm insulting the people who wrote bitcoin? because that is not what i'm doing at all good sir, i'm addressing the people who are fucking it up, for lack of a better word.
2268  Bitcoin / Bitcoin Technical Support / Re: building bitcoin on unix is now a pain thanks to bitcoin devs on: October 01, 2013, 09:17:19 PM
Thank you for your super helpful and descriptive problem report. The complete lack of information about what version(s) you're attempting to build and what reasons the build are failing have helpfully freed me from making any actual effort to assist with your problem.

Perhaps next time you could be a little more vague about your problems, insulting to people who write software you use without any compensation from you, and indifferent to any benefits (of whatever change is implicated) tob other people?  ... because as is I still feel some residual desire to solve whatever problem you're having here but I'm sure from your yellow ignore throbber that you could do better.

the build didn't fail genius, it was just a pain in the ass. the old way was simple and showed alot of helpful debugging information. see i also have other clients i have to build on  aregular basis (http://github.com/r3wt/) and the new fancy smancy version of bitcoin interfere's with my dependencies.

This was the old way that didn't interfere with me:
Quote
HOW TO BUILD BITCOIN IN 30 Seconds
Code:
cd bitcoin/src/leveldb
Code:
make
Code:
make libmemenv.a
Code:
cd ../..
Code:
qmake USE_PNP=1
Code:
make

why replace this simple, easy to understand method of producing a working executable with a ridiculous autoconf and automake script that works half ass at best. i don't understand. try and help me understand, oh holy one of self righteousness who is indelible of ever making mistakes. bitcoin qt compiling wasn't broken why mess with it?

and atleast if your gonna throw stones, be a doll and point me to the last working version that didn't use this god forsaken autoconf script so that i can compile the shit on my computer. please and thank you.

IF IT AINT BROKE, DONT FIX IT!
2269  Bitcoin / Bitcoin Technical Support / Re: building bitcoin on unix is now a pain thanks to bitcoin devs on: October 01, 2013, 07:12:00 PM
which OS are you building on?

getting bitcoind to build and run on openbsd or bitrig was such a pain that it was the starting point for btcd (see my sig).
elementary OS luna. some little deviant version of Ubuntu
2270  Bitcoin / Bitcoin Technical Support / building bitcoin on unix is now a pain thanks to bitcoin devs on: October 01, 2013, 06:28:24 PM
"if it aint broke don't fix it."
* r3wt slaps bitcoin dev team
2271  Bitcoin / Electrum / Ok to port electrum to AltCoins? on: October 01, 2013, 05:44:25 PM
Hi, i was wondering if electrum was open source.

i would like to port it to my project, OpenSourceCoin as a liteclient. should i change the name so people don't get confused? like, Electrum-OSC edition?

for more info on OSC

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

thanks in advance. i wanted to ask permission before i went forward with my project
2272  Economy / Lending / Re: Stunna's 0% interest mini loans on: October 01, 2013, 05:10:19 PM
Hahaha... Whenever Stunna says denied, it reminds me of a TV show! Cheesy

Dragon's Den? :S

No, Susie Orman show! Tongue

He has to go "DENIED!" every time, that would make more dramatic. I like that show a lot though. She is a little more animated than Dave Ramsey.

Stunna could you make it all dramatic? Tongue

I don't know, it might hurt some of the newbies feelings when they go to ask for an innocent loan and have "DENIED!" shouted at them. Although it will definitely be a kick in the arse for scammers. Wink

Now wait just a damn minute DiamondCardz, what the hell is you tryin' to say!!  Wink
2273  Alternate cryptocurrencies / Altcoin Discussion / Re: List of all cryptocoins on: October 01, 2013, 05:06:03 PM
OSC still off the list. guess it doesn't matter though

website is here

http://opensourcecoin.org
2274  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TIX] Lottery Tickets | Now on Bter - BTC/LTC | First on Cryptsy XPM Market on: October 01, 2013, 03:42:15 PM
dude, go to sleep tweeker!
2275  Alternate cryptocurrencies / Altcoin Discussion / Re: What is your favorite Alt-Coin? on: October 01, 2013, 05:59:02 AM
OSC-- i think people will grow to see the greatness of combining Bitcoin proof of work with ppcoin remote/auto checkpointing without including proof of stake
2276  Alternate cryptocurrencies / Altcoin Discussion / Re: [Ann]Nanotokens 9/30/13 Launching again on: October 01, 2013, 01:22:41 AM
bump! its go time biatches!
2277  Economy / Lending / Re: Stunna's 0% interest mini loans on: October 01, 2013, 12:47:08 AM
i need another loan stunna.

amount BTC .15

collateral offered: 4.13 LTC + my credentials from previous

reason: my friend has a motherboard/cpu/ram combo for sale i'd really like to buy as i desperately need a new compiling computer. he has it for sale forBTC .35 . counting my ltc i'm only aboutBTC .08-.07 short of buying it. i'm offering you my 4.13 ltc for you to do with as you see fit + repaying the remainder of the loan. so for example if you got .08 out of the ltc i would pay back .07

optionally you could just loan me .7 and i could sell the ltc on exchange.

repayment: 3 weeks or less, probably less but just to be safe.

<--begin signed message-->
address
Code:
1r3wtGDjMByDazi1e4UEU9f6GmhS1wqfF
message
Code:
this is r3wts address , i am requesting a loan from stunna!!
signature
Code:
HGWpyQ3+vYTdklspAYapkLCGR848o0qDxCkxjy1dlz8f2izdJjKkVaJdqVtYJm17ZHl1N/Htpq7ni3uM4A1oKuY=


You do an .07? Did you right your prior wrongs?

i still owe .4 to iGotSpots but we're working that out in an alternative agreement, ie i'm working it off.
2278  Economy / Lending / Re: Stunna's 0% interest mini loans on: October 01, 2013, 12:38:42 AM
i need another loan stunna.

amount BTC .15

collateral offered: 4.13 LTC + my credentials from previous

reason: my friend has a motherboard/cpu/ram combo for sale i'd really like to buy as i desperately need a new compiling computer. he has it for sale forBTC .35 . counting my ltc i'm only aboutBTC .08-.07 short of buying it. i'm offering you my 4.13 ltc for you to do with as you see fit + repaying the remainder of the loan. so for example if you got .08 out of the ltc i would pay back .07

optionally you could just loan me .07 and i could sell the ltc on exchange.

repayment: 3 weeks or less, probably less but just to be safe.

<--begin signed message-->
address
Code:
1r3wtGDjMByDazi1e4UEU9f6GmhS1wqfF
message
Code:
this is r3wts address , i am requesting a loan from stunna!!
signature
Code:
HGWpyQ3+vYTdklspAYapkLCGR848o0qDxCkxjy1dlz8f2izdJjKkVaJdqVtYJm17ZHl1N/Htpq7ni3uM4A1oKuY=
2279  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [OSC]OpenSourceCoin-NewGUI/Opensourcecoin.org/checkpointing server on: September 30, 2013, 11:15:04 PM
A screenshot of http://opensourcecoin.org which is being developed by zelles. won't look exactly like this, but it gives you a good indicator of what you can expect.

2280  Alternate cryptocurrencies / Altcoin Discussion / Re: List of all cryptocoins on: September 30, 2013, 06:23:01 PM
OSC
TL;DR: premined bitcoin sha 256 proof of work+ppcoin checkpoint+rare proof of stake+transaction messages. high starting difficulty allowed only first 700 blocks to be instamined before block times met target of 1 minute.
OP
https://bitcointalk.org/index.php?topic=268705.0

linux client plus screenshot
https://bitcointalk.org/index.php?topic=268705.msg3251319#msg3251319


the final block rewards and time span calculations
https://bitcointalk.org/index.php?topic=268705.msg3127374#msg3127374

also you can move nanotokens to Dead/Dying-Killed in 51% attack.

 i'm working on bringing it back online with some hardened source code. i think next time you update the list it will either be dead or deserve promotion from "premined ltc clone."

Pages: « 1 ... 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 108 109 110 111 112 113 [114] 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 ... 272 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!