Bitcoin Forum
June 23, 2024, 09:30:18 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 »
81  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 07, 2015, 07:55:56 PM
Solving this first: GUI: QObject::connect: No such signal WalletModel::balanceChanged(qint64, qint64, qint64, qint64)

EDIT: Fixed Cheesy https://github.com/spencerlievens/8bit/commit/df2e0082bd579070de3481239c7d8d65dcb40e9d

OK next. I am going to looking into this last error. Will post back.

Give it a minute if you would, I think a hard fork is about to be posted.

Not that we don't appreciate you, just don't want you doing a bunch of stuff that is already completed.

If you would post your 8bit Addy, I'm sure the community would hook u up with some.  Thanks!

This is correct, we actually have 2 NEW VERSIONs coming now lol

I have messaged BitCredits dev and asked him to check DRKSLK devs work and merge it with his (because he has been working already on this for a few days)

So for now, please just use this github for testing.

You wait for a new wallet...then 2 come at once  Cool

WOW! this is awesome!

OK, just to be clear, which github link is going to be the one?
82  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 07, 2015, 03:51:27 AM
well you heard it first from me.call me a liar all you want.give it 24hrs.then call me a liar

ps i didnt say it was to be delisted read my post.i said the wallet will be locked

Ok, I'll wait 24 hours... Not a problem.
83  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 07, 2015, 01:50:55 AM
consider it as dead?

Really?  Aside from our standard FUD, I think it's pretty far from dead. 
That last post about getting delisted from Cryptsy was made up, there's a new dev, another new dev who's helping him, the old dev has quit, but is still certainly around, and we have a pretty strong and committed community backing everything... There a new version of the wallet (less than a week old at this point), and a whole new direction coming.  I'm actually thinking 8bit is currently cheap, which is the opposite of dead.
84  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 07, 2015, 01:39:55 AM
Well cryptsy going to lock there wallet . No dev support, things are lookin up great job

Cryptsy market looks fine, where did you hear that?

I think that's just some quality grade A FUD right there...
85  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 06, 2015, 06:53:40 PM
Hahahahahaha hahahahahaha

Good ole life.

Indeed it is... Smiley
86  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 06, 2015, 06:36:40 PM
This discussion is over, I've been closing it many times.
At this moment we have Tinkles and others folks busy with finding and negotiating with new dev contractors.
Furthermore, focusing on me at this moment is particularly damaging as a message to our new investors.

Agreed, so stop bringing it up.

Geez. I have praised bitcredit dev. What's wrong with you?


I was responding to a comment you posted less then 30 minutes ago... Just sayin'

Wrong with me? Well, I work too much, I could stand to lose about 20 lbs, I drink a little too much, my house is a mess, woke up today to find out my parents dog was killed by coyote last night, my ex-wife is a royal pain in my ass, and I'm 40 fucking years old... Other than that?  Not a lot, I'm hanging in there, thanks for asking... :p
87  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 06, 2015, 06:26:42 PM
This discussion is over, I've been closing it many times.
At this moment we have Tinkles and others folks busy with finding and negotiating with new dev contractors.
Furthermore, focusing on me at this moment is particularly damaging as a message to our new investors.

Agreed, so stop bringing it up.
88  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 06, 2015, 06:15:42 PM
Is is so hard to realize that I am really pissed off at masteretarded activity so instead of focusing on me you should direct your complaints to that guy?
No, don't tell me I should ignore him, I was ignoring him long enough, while community was as quite as a mouse.

So, by your logic, you're mad at mastertrader, thus you feel justified in screwing all of us, and we should be upset with him, even though you screwed us, because he screwed you in the first place?

Does that sound about right?

And, if you were in our position, would you care? Seriously? 
I'm sure mastertrader has been screwed in the past, if he justifies screwing you, with that same logic... do you care?
89  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 08:28:40 PM
Ok, folks, sorry for the delay... But, I have indeed made this work with a slightly different revision of secp256k1...

Sooooo, without further adieu, here are the steps to build a linux wallet on a fresh debian jessie install (32 or 64).
Bare in mind, this is just for 8bitd, meaning no GUI, runs as a service.  (Better for nerds, because if you intend on things like running a bunch of masternodes on a single box, pretty pictures take up memory)
If there is enough demand, I'll see if I can cook up the QT recipe for everyone.

  • mkdir <directory you want this to live in>
  • cd <that directory>
  • sudo apt-get install build-essential libssl-dev libdb++-dev libboost-all-dev libqrencode-dev libminiupnpc-dev dh-autoreconf autotools-dev
  • git clone https://github.com/bitcoin/secp256k1.git
  • cd secp256k1
  • git checkout d5b53aa81816214aa7c9e1095ff6ee1d4c13f9d2
  • ./autogen.sh
  • ./configure
  • make
  • sudo make install
  • sudo ldconfig
  • cd ..
  • git clone -b fixed_sync https://github.com/8bit-dev/8bit.git
  • cd 8bit/src/
  • mkdir obj/crypto  <--- The need for this step is easy enough to fix in the code isn't it? :p
  • make -f makefile.unix -j2 "USE_UPNP=-"
  • strip -s 8bitd
  • mv 8bitd <where ever you want it to live>
  • mkdir ~/.8bit
  • cd ~/.8bit
  • wget http://www.8-bit.party/static/bootstrap.dat.bz2 && bunzip2 bootstrap.dat.bz2
  • vi/nano 8bit.conf <-- And create file contents
  • /path/to/./8bitd

Oh, and I speak from experience here, do NOT try to compile this on a system with less than 1G of RAM.... At least it didn't work out well for me.

Sooo, it's syncing now... and in the early going, it does indeed seem to be syncing the blockchain much faster... but I'm going to reserve all judgement on that until it finishes with the bootstrap file and has to pull from the network.

Code:
"version" : "v2.2.0.0-g"

Seriously folks,  this is the post I'm being attacked for...   Like I've done something wrong...   
90  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 08:23:19 PM
I know what the flag is for... And that's not the issue I had.  But keep running with this, I'm sure it's helping you somehow...

Point of fact:  I was compiling on a 2 core VM, with 768M of RAM, the issue was it was running itself out of memory.  the -j2 flag was correct.

769 MB of RAM and -j2? My junior admin, no. There's  no coin wallet you can compile with -j2 and 768 of RAM. Geez, who is your boss? I will talk to him.


Really? why not?  if -j == the number of job slots (threads)...

Because compilation of "biggest" cpp files requires hundreds MB. When you call make with -jN you require N*those hundreds MB.


Yea obviously most threaded processes work like that, and when it started swapping the entire compile process,  I stopped it and increased the amount of available memory.  All I did was give a warning to others who might not have known why it was failing (or just REALLY slow),  in a post saying I made YOUR code work,  and here's how. And you've taken THAT as a reason to try attacking me?  Really?
91  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 08:09:20 PM
I know what the flag is for... And that's not the issue I had.  But keep running with this, I'm sure it's helping you somehow...

Point of fact:  I was compiling on a 2 core VM, with 768M of RAM, the issue was it was running itself out of memory.  the -j2 flag was correct.

769 MB of RAM and -j2? My junior admin, no. There's  no coin wallet you can compile with -j2 and 768 of RAM. Geez, who is your boss? I will talk to him.


Really? why not?  if -j == the number of job slots (threads)...
92  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 07:58:22 PM
-jN is to run make on N-cores in parallel
if you did not that before we cannot continue this discussion because you are not at junior admin level
sorry

I know what the flag is for... And that's not the issue I had.  But keep running with this, I'm sure it's helping you somehow...

Point of fact:  I was compiling on a 2 core VM, with 768M of RAM, the issue was it was running itself out of memory.  the -j2 flag was correct.
93  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 07:51:53 PM
If hired an administrator who does not know what does make -j mean I would fire him next day.

You can buy a hardware with doznes of CPUs, hundreds of cores and tons of RAM. It's all nothing if your admin does not understand how make -j work. Shame on you.



Cool I guess...

Over the course of my entire career, no-one has ever cared if I can program, building software isn't on my resume, and it's not a skillset I claim to have... that's what developers are for; they do their jobs, and I do mine.  And, if you want to get into the nuances of building and running NIX networks, I'm SURE I can find things related to, but not in your skillset too... In any large enough enterprise, there's more than enough separate work for both roles, and network/firewall people, and desktop people, windoze admins/engineers, netsec, etc. etc.  We all all have our jobs/skills, and I'm not bagging on yours.  And I could.

I took your completely undocumented code, and got it to work on a new system, in less than a day, annnnd I'm not a programmer... But, somehow you feel the need to lash out at me? I'm confused, seriously.

So, the better question, is why are you trying to pick a fight with me now?
Because I told you I don't care about your issues with everyone else? Why should I? Why should anyone?  Even if you're right, you're hurting the rest of us with this behaviour.

There's no reason for any of this, so I really don't understand your motivations here.
94  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 07:24:17 PM
Indeed, I'm not a programmer... Which I've made clear.  
Engineers (I haven't been an SA in years) generally don't spend a lot of time compiling code, and I've never even taken a class in C.

That said, if you want a secure, multi-honed, geo-loadbalanced, web/authentication/database platform, running on a mixture of Linux, AIX, and Solaris, monitored, automated, making money, designed, built, and deployed?  Then I'm your man.  :p

And you still don't get that what's the purpose of make tool?

No, this is not programmers tool.


Of course I know what make is for... and yes, something that amounts to a script for building software from source, is generally speaking a programing tool.
95  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 06:53:17 PM
Well, as much as I think he might be like 14 years old based on his behaviour...
Hey, current CRAVE dev is 11 years old kid and he does his job very well.
And you are experienced unix administrator who got into OOM hell because of lack of knowledge how "make" works (-j2 issue).


Indeed, I'm not a programmer... Which I've made clear.  
Engineers (I haven't been an SA in years) generally don't spend a lot of time compiling code, and I've never even taken a class in C.

That said, if you want a secure, multi-honed, geo-loadbalanced, web/authentication/database platform, running on a mixture of Linux, AIX, and Solaris, monitored, automated, making money, designed, built, and deployed?  Then I'm your man.  :p
96  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 06:33:30 PM
I'm beginning to think that 8-bit-party was just a big troll from the beginning and is laughing his ass off at the mess he's made.

Well, as much as I think he might be like 14 years old based on his behaviour...
Credit where credit is due, didn't he write the current website/block explorer with the URL he took his username from?
97  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 06:28:36 PM

Indeed, that was directed to you...
Who else spams this discussion with never-ending craziness directed at mastertrader and dbt?
98  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4] on: September 05, 2015, 06:23:05 PM
dbt1033, don't comment my posts.


He's absolutely right though...

All you do is bitch about and argue with mastertrader here, he's not going to be the new dev anyway, and the rest of us still don't care.

And as far as dbt1033 goes, you're just holding a grudge because he called you out on your own crap.

You've had dozens of comments from most of the community asking you to knock it off.  And you still can't stop from spamming this thread with your issues, which are largely just your own, and don't involve 8bit, and it's future one bit.

This is counter productive, and while I totally understand the need for a open thread, you sir, are starting to make me long for a moderated one.
99  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SPACE] 🚀 SpaceCoin 🚀 - Scrypt PoW/PoS - TWITTER CAMPAIGN LIVE! 10K SPACE on: September 05, 2015, 09:31:49 AM
Hiya folks,
So, I stumbled onto this looking for random stuff to mine, and decided to compile a wallet.

An observation or two...

1. the wallet compiles pretty easily, and that's good.  But, if you need to compile the leveldb stuff separately, you should document that somewhere obvious.  That was a small pain the the ass to figure out. (Orrrrr, can that be included in the main makefile so the spacecoin make process will do it as part of the spacecoin build itself? Especially considering you're already distributing the leveldb source with the spacecoin code anyway.)

2. Not that it matters with only a week's worth of data in the chain now, but going forward... LOTS of blocks = slow sync.  At the rate this loads blocks into the chain vs. the raw number of blocks this coin produces, in six months it is honestly conceivable that a fresh wallet might take several DAYS to sync.  There's dozens of wallets out there that have that exact problem, and most of them aren't as block-chatty as spacecoin seems to be.

Anyway, I'm liking this coin thus far... So, I'm going to keep most of my mining, stake them for a while, and I'm curious to see where you folks can take this.

Cheers
100  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 on: September 04, 2015, 11:15:25 PM
That is a really well thought out answer.. thank you.

Most average users have a lot higher cpu vs hdd ratio.

That part is funny to me specifically... I don't disagree, at all. But, in my case, I've got an old hp thin client (not much better than a raspberry pi in cpu power and power usage, and only 1G RAM), and I've got 4 1T USB disks plugged into it... I think I'm screwing with your ratio. Smiley
Pages: « 1 2 3 4 [5] 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!