Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: coblee on October 02, 2011, 12:40:57 PM



Title: [Announce] Fairbrix relaunched!
Post by: coblee on October 02, 2011, 12:40:57 PM
Fairbrix is a GPU-unfriendly coin based on Lolcust's Tenebrix. The main difference between Fairbrix and Tenebrix is that Fairbrix does not come with 7.7 million premined coins. In fact, only 100 blocks were premined. Like Tenebrix, Fairbrix uses scrypt for proof of work. This makes it hard for GPUs to calculate proof of work. So it's more cost effective to use CPUs for Fairbrix mining.

Fairbrix details:
 - scrypt proof of work
 - 25 coins per block. this stays the same forever
 - blocks found every 5 minutes on average
 - 2016 blocks difficulty retargeting (1 week on average)
 - default rpc port: 8645
 - default port: 8591 (open this in your router)

Anyways, here's the client source:
    https://github.com/coblee/Fairbrix (https://github.com/coblee/Fairbrix)

Windows binary and miner:
    https://github.com/downloads/coblee/Fairbrix/fairbrix-win-client-v1.0.zip (https://github.com/downloads/coblee/Fairbrix/fairbrix-win-client-v1.0.zip)

Linux daemon:
    https://github.com/coblee/Fairbrix-daemon (https://github.com/coblee/Fairbrix-daemon)

Currently, you must use one of these miners that uses Scrypt:
    https://github.com/Lolcust/Tenebrix-miner (https://github.com/Lolcust/Tenebrix-miner)
    https://github.com/ArtForz/cpuminer (https://github.com/ArtForz/cpuminer) - Fastest but experimental

Also, you may need to configure it for your machine to get the optimal speed. Check the README file. Somewhere on the forums, people have suggested running configure like this:
    CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4 -mavx" ./configure
OR
    CFLAGS="-march=native -O3 -Wall -msse2 -msse3 -msse4.1 -msse4.2 -msse4" ./configure

To mine, you will need to copy the fbx.conf file to:
    Windows: C:\Documents and Settings\username\Application Data\fairbrix
    Mac: ~/Library/Application Support/fairbrix
    Unix: ~/.fairbrix
And make sure you change the rpcuser/rpcpassword in the fbx.conf file.

Here's a Fairbrix block explorer:
    http://blockexplorer.sytes.net/chain/Fairbrix (http://blockexplorer.sytes.net/chain/Fairbrix)

Pool and exchange should be coming soon.


Title: Re: [Announce] Fairbrix relaunched!
Post by: EskimoBob on October 02, 2011, 12:45:30 PM
compiles and runs on Gentoo linux and Kubuntu
If you do not like to use the GUI client as miner (see config file) you can use tenebrix miner but do not forget to add the URL and correct port

Code:
./minerd --user 1 --pass 1 --url http://127.0.0.1:8645 



EDIT 14:56:26 UTC 2011  : Good news for window$ users:  http://www.mediafire.com/?9gc28oo1s00lhhz 


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 01:02:02 PM
Very good. I have two machines with decent CPU's up and running. Now to take my dog for a walk :)


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 02, 2011, 01:20:08 PM
I am trying it out on one machine.


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 01:34:42 PM
I'm only get three connections. What is the port I would need to forward on my router to  get more connections?

Oh here is my FBX address: fF6o8LeDAfswEpMbCW8BqaqmzMWS7TGgew


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 01:40:41 PM
I am trying it out on one machine.

I'm very glad I went out and bought a new 6 core Phenom II. It's simply running laps around my 4 core Athlon II


Title: Re: [Announce] Fairbrix relaunched!
Post by: michaelmclees on October 02, 2011, 01:47:38 PM
Any way to get a zip for us Windows users?


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 01:48:35 PM
Any way to get a zip for us Windows users?

You can get git for Windows. I know because I installed it on my notebook at one stage.

Try this one:

http://code.google.com/p/msysgit/

You'll still have to build the source though which on Windows would be more tricky than on Linux. You probably need someone to release binaries for you. The best thing I would recommend though is to dual boot between Windows and Linux and have a bitcoin build environment ready on both systems.


Title: Re: [Announce] Fairbrix relaunched!
Post by: michaelmclees on October 02, 2011, 01:50:23 PM
Well, part of the appeal of CPU mining is simplicity.  That was part of the goal for Fairbrix.  A zip file with all the compiled code helps with that.


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 02, 2011, 01:50:34 PM
Getting some of such errors

[2011-10-02 21:49:32] HTTP request failed: The requested URL returned error: 500

[2011-10-02 21:49:32] json_rpc_call failed, retry after 30 seconds


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 01:56:30 PM
Well, part of the appeal of CPU mining is simplicity.  That was part of the goal for Fairbrix.  A zip file with all the compiled code helps with that.

Yeah, I wouldn't be to worried after each new currency comes out there is always a crash and you can buy lots of coins very cheap before they start to rally.


Title: Re: [Announce] Fairbrix relaunched!
Post by: EskimoBob on October 02, 2011, 02:08:01 PM
Getting some of such errors

[2011-10-02 21:49:32] HTTP request failed: The requested URL returned error: 500

[2011-10-02 21:49:32] json_rpc_call failed, retry after 30 seconds

how did you start the miner?
Is you client running?



Title: Re: [Announce] Fairbrix relaunched!
Post by: EskimoBob on October 02, 2011, 02:12:01 PM
please read Fairbrix / README.rst : https://github.com/coblee/Fairbrix/blob/cpumine/README.rst

It is probably easier to keep one file updated. If something is still missing, please speak up and or or submit your updated to git.

Cheers!


 


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 02, 2011, 02:14:06 PM
The client dropped to zero connection, I think thats what causing the problem.  Is there any ports I should unblock?


Title: Re: [Announce] Fairbrix relaunched!
Post by: EskimoBob on October 02, 2011, 02:21:37 PM
The client dropped to zero connection, I think thats what causing the problem.  Is there any ports I should unblock?


https://github.com/coblee/Fairbrix/blob/cpumine/README.rst

its all there


Title: Re: [Announce] Fairbrix relaunched!
Post by: Bobnova on October 02, 2011, 02:30:12 PM
Working for me.
Edit the conf file and change "gen=0" to "gen=1" to tell the client to mine.

Compiled on linux beautifully.



Title: Re: [Announce] Fairbrix relaunched!
Post by: randomguy7 on October 02, 2011, 02:31:39 PM
Does this work headless?


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 02:32:52 PM
Working for me.
Edit the conf file and change "gen=0" to "gen=1" to tell the client to mine.

Compiled on linux beautifully.



Have you been getting blocks this way? Most of us are using a custom modified minerd.


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 02, 2011, 02:33:38 PM
I opened the port, it still drop to zero connection once in a while :(


Title: Re: [Announce] Fairbrix relaunched!
Post by: Bobnova on October 02, 2011, 02:41:44 PM
Lots of blocks, 9 in the last 11 minutes.
No way to see what kh/s though.

Switched to minerd for giggles.
7 threads of 1.62Kh/s brutality.


Title: Re: [Announce] Fairbrix relaunched!
Post by: dust on October 02, 2011, 02:46:40 PM
Looks good!  Mining with tenebrix minerd.


Title: Re: [Announce] Fairbrix relaunched!
Post by: EskimoBob on October 02, 2011, 02:50:23 PM
For window$ users:  http://www.mediafire.com/?9gc28oo1s00lhhz 





Title: Re: [Announce] Fairbrix relaunched!
Post by: iopq on October 02, 2011, 03:09:31 PM
note that the batch file starts 5 threads, not 2
just edit that value if you're using the START_MINING2 file and want 2 threads


Title: Re: [Announce] Fairbrix relaunched!
Post by: mrx on October 02, 2011, 03:44:47 PM
I only have a Ubuntu server, that is, without X.

Does Fairbrix have standalone daemon now? Or how do I run it under text mode?


Title: Re: [Announce] Fairbrix relaunched!
Post by: SolidBitShop on October 02, 2011, 04:19:10 PM
Hi.

Im having difficulties runing several CPU under one client.

I have opened the port so there is no blocking of it.

I have tried with daemon=1 and rpcallowip=the others machine IP (question how do I add a range of addresses to RPCALLOWIP command or at least two addresses?)

None seems to work. The miner can't connect. It worked fine for normal GPU clients for the BTC IXC SC I0 But I can't run this on several machines any thoughts?


Title: Re: [Announce] Fairbrix relaunched!
Post by: iopq on October 02, 2011, 04:22:34 PM
fairbrix chain just got owned
wud

balance: 0


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 04:23:17 PM
Anyone else's coins just vanish? Maybe we all had the same private keys?


Title: Re: [Announce] Fairbrix relaunched!
Post by: froggy on October 02, 2011, 04:24:12 PM
Yup, whoosh, gone.


Title: Re: [Announce] Fairbrix relaunched!
Post by: r3v3rs3 on October 02, 2011, 04:25:13 PM
140 blocks orphaned, wtf?! :P

...and every new block disappears.  >:(


Title: Re: [Announce] Fairbrix relaunched!
Post by: iopq on October 02, 2011, 04:27:06 PM
140 blocks orphaned, wtf?! :P
more like 1500 blocks orphaned


Title: Re: [Announce] Fairbrix relaunched!
Post by: r3v3rs3 on October 02, 2011, 04:28:20 PM
ofc, but these 140 were mine up to some minutes ago.


Title: Re: [Announce] Fairbrix relaunched!
Post by: dishwara on October 02, 2011, 04:30:50 PM
more than 30 minutes of mining with 2 threads & ZERO coin.
blocks 1609


Title: Re: [Announce] Fairbrix relaunched!
Post by: freequant on October 02, 2011, 04:34:37 PM
Nevermind, Fairbrix can be re-relaunched.
Fairbrix, the amnesic coin ;)


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 04:35:10 PM
Maybe there was a block chain split and most of us were on the wrong side of it?


Title: Re: [Announce] Fairbrix relaunched!
Post by: EskimoBob on October 02, 2011, 04:36:20 PM
Maybe there was a block chain split and most of us were on the wrong side of it?

what that even means?


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 04:36:28 PM
I mined 25 coins now with a new wallet.dat file but I just checked any my other machine that I hadn't given a new wallet.dat file to has done a block as well.

Arggh.. I was getting ready to go to bed thinking i'd probably have > 5k coins in the morning.

You gotta see the funny side in this though.

http://www.motifake.com/image/demotivational-poster/0805/once-you-see-bricks-once-you-see-it-bricks-brick-you-will-sh-demotivational-poster-1211152869.jpg


Title: Re: [Announce] Fairbrix relaunched!
Post by: soptik on October 02, 2011, 04:51:37 PM
Yes, my balance goes to 0 FBX too.

I did little test. I used my backed wallet (backed up at block 989) - i have confirmed 400 FBX in it. After I started gui, it takes more then one minute to start downloading newer block (although I had 3 connections after few second after gui started). And when app finally start downloading newer block all my balance was reseted to 0 and older transactions become unconfigmed


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 04:53:52 PM
The TBX price is crashing now too!


Title: Re: [Announce] Fairbrix relaunched!
Post by: twobits on October 02, 2011, 04:57:16 PM
Maybe there was a block chain split and most of us were on the wrong side of it?

Yeah, probably someone with a lot of cpu power was disconnected from the rest of the network and  reconnected with their block chain or something similar.   Wonder if it was on purpose or not.   


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 02, 2011, 05:26:09 PM
http://www.failfunnies.com/34/images/truck-load-fail.jpg


Title: Re: [Announce] Fairbrix relaunched!
Post by: phelix on October 02, 2011, 08:29:50 PM
is there some way to check difficulty?

was the starting difficulty the same as with tenebrix?

edit: okok. just point your favorite bitcoind / tenebrixd client at it with a getinfo or getdifficulty  ::)


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 02, 2011, 08:37:14 PM
wtf, I left my notebook running with fbrix for fun, and now all of the coinage it mined is gone.

How... unpleasant.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 02, 2011, 08:39:23 PM
wtf, I left my notebook running with fbrix for fun, and now all of the coinage it mined is gone.

How... unpleasant.

Yeah, it was unpleasant. Most of the blocks I mined were orphaned as well. It seems like someone did a 51% attack on it.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Bobnova on October 02, 2011, 08:42:08 PM
Mine too, obviously.
Got >1kiloFbrix now though.


Title: Re: [Announce] Fairbrix relaunched!
Post by: phelix on October 02, 2011, 11:07:30 PM
minerd does not seem to find anything.. neither yaay nor boo  ???


Title: Re: [Announce] Fairbrix relaunched!
Post by: freequant on October 02, 2011, 11:30:33 PM
I confirm the chain is back on track.
All it needs now is to garner enough hashing power and increase in difficulty.


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 03, 2011, 12:46:40 AM
I confirm the chain is back on track.
All it needs now is to garner enough hashing power and increase in difficulty.

I reloaded my original wallet.dat and it still has no coins.


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 03, 2011, 01:36:14 AM
Same here, maybe the difficulty is quite high. 


Title: Re: [Announce] Fairbrix relaunched!
Post by: freequant on October 03, 2011, 03:51:49 AM
I confirm the chain is back on track.
All it needs now is to garner enough hashing power and increase in difficulty.
I reloaded my original wallet.dat and it still has no coins.

That's because your coins were on the segment that was taken over by the 51% attack (or whatever happened that actually generated a longer strand).
I've also lost thousands of coins to the attack.

Coins mined after the attack are maturing normally and the hashrate is building up steadily.
The more time passes the less likely these will vanish like the first did.




Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 03, 2011, 09:13:36 AM
I confirm the chain is back on track.
All it needs now is to garner enough hashing power and increase in difficulty.

Yes, the relaunched fairbrix is back on track. Currently at block 4401, difficulty is 0.00390625.


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 03, 2011, 09:15:17 AM
I confirm the chain is back on track.
All it needs now is to garner enough hashing power and increase in difficulty.
I reloaded my original wallet.dat and it still has no coins.

That's because your coins were on the segment that was taken over by the 51% attack (or whatever happened that actually generated a longer strand).
I've also lost thousands of coins to the attack.

Coins mined after the attack are maturing normally and the hashrate is building up steadily.
The more time passes the less likely these will vanish like the first did.




Unless Tenebrix attacks you again with his botnet :)


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 03, 2011, 09:17:17 AM
I confirm the chain is back on track.
All it needs now is to garner enough hashing power and increase in difficulty.
I reloaded my original wallet.dat and it still has no coins.

That's because your coins were on the segment that was taken over by the 51% attack (or whatever happened that actually generated a longer strand).
I've also lost thousands of coins to the attack.

Coins mined after the attack are maturing normally and the hashrate is building up steadily.
The more time passes the less likely these will vanish like the first did.




Unless Tenebrix attacks you again with his botnet :)

Your libel is not even amusing anymore.

I wonder, is outright libel against the rules ^__~ ?


Title: Re: [Announce] Fairbrix relaunched!
Post by: caston on October 03, 2011, 09:33:37 AM
Assuming there was a 51% attack whoever did that attack probably has a shitload of bricks. If any exchange is ever opened those bricks will be dumped there.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 03, 2011, 09:35:39 AM
A shitload of frix, you wanted to say ?

Yes, and blockchain analysis would be useful in telling whether that is the case.


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 03, 2011, 09:39:41 AM
Assuming there was a 51% attack whoever did that attack probably has a shitload of bricks. If any exchange is ever opened those bricks will be dumped there.

Can't wait !


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 03, 2011, 12:01:38 PM
Kinda weird, I had two transactions, but nothing is shown.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 03, 2011, 05:53:19 PM
The next step for Fairbrix is a block explorer. But it will take a fair bit of work to create a daemon version of fairbrix similar to what lolcust has done with the tenebrix daemon. Let me know what your thoughts are and I will decide whether or not to spend time on this.

I'm in support of not having a FBX-BTC exchange for a while. I believe if an exchange starts up too early, the coin will become a pump and dump coin. If all you did was spend a few days mining a new coin and an exchange opens that values your coins at 100 BTC, why wouldn't you just sell all your coins and make 100 BTC for a fews days of work? I think that is what's happening with GeistGeld and Tenebrix. And when that happens, it's hard for a coin to succeed.

So what I want is to see if Fairbrix can stand on its own. See if people are willing to mine it without an exchange in sight. If people believe in the cpu-based mining concept without the premining, then they will continue to mine fairbrix... similar to how people mined bitcoins without an exchange early on. And if that happens, then it will become a viable alternative to bitcoin.




Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 03, 2011, 05:55:06 PM
The next step for Fairbrix is a block explorer. But it will take a fair bit of work to create a daemon version of fairbrix similar to what lolcust has done with the tenebrix daemon. Let me know what your thoughts are and I will decide whether or not to spend time on this.

I'm in support of not having a FBX-BTC exchange for a while. I believe if an exchange starts up too early, the coin will become a pump and dump coin. If all you did was spend a few days mining a new coin and an exchange opens that values your coins at 100 BTC, why wouldn't you just sell all your coins and make 100 BTC for a fews days of work? I think that is what's happening with GeistGeld and Tenebrix. And when that happens, it's hard for a coin to succeed.

So what I want is to see if Fairbrix can stand on its own. See if people are willing to mine it without an exchange in sight. If people believe in the cpu-based mining concept without the premining, then they will continue to mine fairbrix... similar to how people mined bitcoins without an exchange early on. And if that happens, then it will become a viable alternative to bitcoin.




Cool idea.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Bobnova on October 03, 2011, 06:45:20 PM
The only reason to mine any coin (save for namecoin, sortof) is to exchange it.  You may be exchanging it for another "currency", or for USD, or for some physical item (though I doubt that, honestly.  Far too easy to scam someone as a seller given the non-reversableness of the payment), but exchanging is the point.
Once you take a look at how easy it is to scam someone who pays in *coins, exchanging for other forms of money becomes the only viable option.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 03, 2011, 06:51:44 PM
The only reason to mine any coin (save for namecoin, sortof) is to exchange it.  You may be exchanging it for another "currency", or for USD, or for some physical item (though I doubt that, honestly.  Far too easy to scam someone as a seller given the non-reversableness of the payment), but exchanging is the point.
Once you take a look at how easy it is to scam someone who pays in *coins, exchanging for other forms of money becomes the only viable option.

If that's the only reason, then there's no point in the currency at all. The point of a currency is to buy goods. If it's just to exchange for another currency, then it's doom to fail.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 03, 2011, 06:54:41 PM
Frankly, I think that FRX taking a different approach makes for more interesting experiment, but that does not necessarily mean a more viable cryptocoin.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Bobnova on October 03, 2011, 07:07:29 PM
The only reason to mine any coin (save for namecoin, sortof) is to exchange it.  You may be exchanging it for another "currency", or for USD, or for some physical item (though I doubt that, honestly.  Far too easy to scam someone as a seller given the non-reversableness of the payment), but exchanging is the point.
Once you take a look at how easy it is to scam someone who pays in *coins, exchanging for other forms of money becomes the only viable option.

If that's the only reason, then there's no point in the currency at all. The point of a currency is to buy goods. If it's just to exchange for another currency, then it's doom to fail.

Not at all, if you could easily dig up Zimbabwe Kronzes in your back yard and convert them to USD, wouldn't you do it?

Would you buy a $100 item with bitcoins directly?
Or would you use a central exchange/escrow service?


Title: Re: [Announce] Fairbrix relaunched!
Post by: FreeTrade on October 03, 2011, 08:41:25 PM
So what I want is to see if Fairbrix can stand on its own. See if people are willing to mine it without an exchange in sight. If people believe in the cpu-based mining concept without the premining, then they will continue to mine fairbrix... similar to how people mined bitcoins without an exchange early on. And if that happens, then it will become a viable alternative to bitcoin.

Any chance we could get a clear set of directions on how to do that with a Windows machine?


Title: Re: [Announce] Fairbrix relaunched!
Post by: michaelmclees on October 03, 2011, 08:44:00 PM
So what I want is to see if Fairbrix can stand on its own. See if people are willing to mine it without an exchange in sight. If people believe in the cpu-based mining concept without the premining, then they will continue to mine fairbrix... similar to how people mined bitcoins without an exchange early on. And if that happens, then it will become a viable alternative to bitcoin.

Any chance we could get a clear set of directions on how to do that with a Windows machine?

http://www.mediafire.com/?9gc28oo1s00lhhz

Download that and unzip it.  Double click "Start-Fairbrix".

After the client is running, double click the batch file "Start-mining".

You'll be mining Fairbrix in minutes.


Title: Re: [Announce] Fairbrix relaunched!
Post by: ama on October 03, 2011, 08:48:57 PM
The next step for Fairbrix is a block explorer. But it will take a fair bit of work to create a daemon version of fairbrix similar to what lolcust has done with the tenebrix daemon. Let me know what your thoughts are and I will decide whether or not to spend time on this.

I can host the FBX block explorer when/if the Unix daemon is available, if there is interest.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 03, 2011, 10:01:57 PM
The next step for Fairbrix is a block explorer. But it will take a fair bit of work to create a daemon version of fairbrix similar to what lolcust has done with the tenebrix daemon. Let me know what your thoughts are and I will decide whether or not to spend time on this.

I can host the FBX block explorer when/if the Unix daemon is available, if there is interest.

Thanks ama. I will work on the fairbrix daemon. Will let you know when that's done.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 04, 2011, 11:02:56 AM
The next step for Fairbrix is a block explorer. But it will take a fair bit of work to create a daemon version of fairbrix similar to what lolcust has done with the tenebrix daemon. Let me know what your thoughts are and I will decide whether or not to spend time on this.

I can host the FBX block explorer when/if the Unix daemon is available, if there is interest.

Thanks ama. I will work on the fairbrix daemon. Will let you know when that's done.

Fairbrix daemon is done: https://github.com/coblee/Fairbrix-daemon


Title: Re: [Announce] Fairbrix relaunched!
Post by: doublec on October 04, 2011, 11:37:31 AM
Fairbrix daemon is done: https://github.com/coblee/Fairbrix-daemon
There is a bug in keystore.cpp, AddKey (https://github.com/coblee/Fairbrix-daemon/blob/master/src/keystore.cpp#L25). A 'return true' should be there. I assume this is missing from a bitcoin merge or some commit not pulled into whatever history the original fairbrix source came from. This is the bitcoin commit (https://github.com/bitcoin/bitcoin/commit/ae3d0aba) where it was fixed.

What's the ancestry of the code? ie. What commits was it forked from in bitcoin or multicoin? It makes it hard to audit what changes were made when the history is broken.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 04, 2011, 11:46:13 AM
It's direct descendant from Multicoin Exp.

Damn we (I mean both myself and multicoin)  need a notable overhaul.


Title: Re: [Announce] Fairbrix relaunched!
Post by: doublec on October 04, 2011, 11:53:14 AM
Damn we (I mean both myself and multicoin)  need a notable overhaul.
Yeah it's very hard to see what bitcoin fixes are missing. The keystore thing shows at least one is. I see sacarlson/multicoin-exp doesn't have that fix either.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 04, 2011, 11:56:54 AM
Damn we (I mean both myself and multicoin)  need a notable overhaul.
Yeah it's very hard to see what bitcoin fixes are missing. The keystore thing shows at least one is. I see sacarlson/multicoin-exp doesn't have that fix either.

Well, that's where Tenebrix Daemon is coming from


Title: Re: [Announce] Fairbrix relaunched!
Post by: doublec on October 04, 2011, 12:05:17 PM
Well, that's where Tenebrix Daemon is coming from
What commit id was it forked from sacarlson/multicoin-exp originally? If I clone multicoin-exp and overlay the source from Tenebrix-daemon-exp then the diff I get shows it wasn't the master. For example multicoin-exp includes auxpow merged mining changes in src/db.cpp but Tenebrix-daemon-exp doesn't.


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 04, 2011, 01:12:50 PM
It was from the latest multimergermine branch, but it is a very very crude quick and dirty daemon.

I've...excised some of the aux stuff due to compile issues. Quick and dirty, tenebrix daemon is :(


Title: Re: [Announce] Fairbrix relaunched!
Post by: ama on October 04, 2011, 01:42:24 PM
Fairbrix daemon is done: https://github.com/coblee/Fairbrix-daemon

Cool.  It compiled fine.  I now only need the network address to set up the block explorer.  Anyone knows?


Title: Re: [Announce] Fairbrix relaunched!
Post by: doublec on October 04, 2011, 01:57:04 PM
Cool.  It compiled fine.  I now only need the network address to set up the block explorer.  Anyone knows?
95 from the looks of it.
Code:
-#define ADDRESSVERSION   ((unsigned char)(fTestNet ? 111 : 0))
+#define ADDRESSVERSION   ((unsigned char)(fTestNet ? 95 : 95))
 


Title: Re: [Announce] Fairbrix relaunched!
Post by: ama on October 04, 2011, 02:36:49 PM
95 from the looks of it.

Thank you!  There we go:
http://blockexplorer.sytes.net/ (http://blockexplorer.sytes.net/)

or directly:

http://blockexplorer.sytes.net/chain/Fairbrix (http://blockexplorer.sytes.net/chain/Fairbrix)

I hope it's helpful.


Title: Re: [Announce] Fairbrix relaunched!
Post by: michaelmclees on October 04, 2011, 03:33:54 PM
Is there any reason why my addresses are not found on the block explorer?


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 04, 2011, 03:47:50 PM
My block addresses on this computer finally look in line with that of the block explorer.....:)


Title: Re: [Announce] Fairbrix relaunched!
Post by: michaelmclees on October 04, 2011, 03:59:03 PM
My block addresses on this computer finally look in line with that of the block explorer.....:)

If my receiving address in the client is fL8P1QjhrwCmFQ4yLiVsDpAENXoQvzWXLR, should that show in the block explorer?

It says address not seen when I search it.


Title: Re: [Announce] Fairbrix relaunched!
Post by: ama on October 04, 2011, 04:07:12 PM
If my receiving address in the client is fL8P1QjhrwCmFQ4yLiVsDpAENXoQvzWXLR, should that show in the block explorer?

Not until you actually receive somthing with it.  Addresses only show up in the block explorer when they exist in the block chain, which only happens when they have at least one transaction.

http://blockexplorer.sytes.net/address/fL8P1QjhrwCmFQ4yLiVsDpAENXoQvzWXLR


Title: Re: [Announce] Fairbrix relaunched!
Post by: michaelmclees on October 04, 2011, 04:08:18 PM
If my receiving address in the client is fL8P1QjhrwCmFQ4yLiVsDpAENXoQvzWXLR, should that show in the block explorer?

Not until you actually receive somthing with it.  Addresses only show up in the block explorer when they exist in the block chain, which only happens when they have at least one transaction.

http://blockexplorer.sytes.net/address/fL8P1QjhrwCmFQ4yLiVsDpAENXoQvzWXLR

So mined blocks don't count then?


Title: Re: [Announce] Fairbrix relaunched!
Post by: ama on October 04, 2011, 04:12:06 PM
So mined blocks don't count then?

What do mined block have to do with your receiving address which actually never received anything?  I don't get it.


Title: Re: [Announce] Fairbrix relaunched!
Post by: michaelmclees on October 04, 2011, 04:15:57 PM
Well, when a block is generated, the block explorer indicates that it goes to an address, with an amount of 25.

If one searches such address, they find the generated block.  I just assumed that mining a block was a form of receipt which would show up in the explorer.


Title: Re: [Announce] Fairbrix relaunched!
Post by: phelix on October 04, 2011, 05:13:57 PM
a little marketing would do fairbrix good.


what about cleaning up the first post of this thread and summing up the features and the main difference to tenebrix? I do not see the early fork as a problem. also with tenebrix there probably are people having plenty of coins brix.

Who will start the first exchange? with api?  the startup will just not work without it. if one should start I will put up a small page with some basic stats. or if bitcoinExpress pays me some of his booty.  :D







Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 06, 2011, 10:41:29 PM
a little marketing would do fairbrix good.


what about cleaning up the first post of this thread and summing up the features and the main difference to tenebrix? I do not see the early fork as a problem. also with tenebrix there probably are people having plenty of coins brix.

Who will start the first exchange? with api?  the startup will just not work without it. if one should start I will put up a small page with some basic stats. or if bitcoinExpress pays me some of his booty.  :D

I cleaned up the first post. Good enough?


Title: Re: [Announce] Fairbrix relaunched!
Post by: phelix on October 07, 2011, 02:21:49 PM
a little marketing would do fairbrix good.


what about cleaning up the first post of this thread and summing up the features and the main difference to tenebrix? I do not see the early fork as a problem. also with tenebrix there probably are people having plenty of coins brix.

Who will start the first exchange? with api?  the startup will just not work without it. if one should start I will put up a small page with some basic stats. or if bitcoinExpress pays me some of his booty.  :D

I cleaned up the first post. Good enough?
great. how did you manage to get the links not working?  ;)

btw. I think I never copied the .conf file... I had the feeling tenebrixportable would use the one in /Data/fairbrix_files



Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 07, 2011, 07:37:32 PM
Same for me here, never copied the .conf file but it seems to be working fine.

a little marketing would do fairbrix good.


what about cleaning up the first post of this thread and summing up the features and the main difference to tenebrix? I do not see the early fork as a problem. also with tenebrix there probably are people having plenty of coins brix.

Who will start the first exchange? with api?  the startup will just not work without it. if one should start I will put up a small page with some basic stats. or if bitcoinExpress pays me some of his booty.  :D

I cleaned up the first post. Good enough?
great. how did you manage to get the links not working?  ;)

btw. I think I never copied the .conf file... I had the feeling tenebrixportable would use the one in /Data/fairbrix_files




Title: Re: [Announce] Fairbrix relaunched!
Post by: wknight on October 08, 2011, 10:26:58 PM
Interesting.. 6888 blocks so far...


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 08, 2011, 11:55:16 PM
Why doesn't lolcust attack and kill this again !?


Title: Re: [Announce] Fairbrix relaunched!
Post by: iopq on October 09, 2011, 12:31:04 AM
Why doesn't lolcust attack and kill this again !?
good idea, it's really a scam copycat chain


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 09, 2011, 12:33:07 AM
It is very similar to Tenebrix no doubt, but I don't think how it is going to be a scam.


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 09, 2011, 12:34:11 AM
It is very similar to Tenebrix no doubt, but I don't think how it is going to be a scam.

It has not got an exchange so I cannot pump and dump it !!!


Title: Re: [Announce] Fairbrix relaunched!
Post by: wknight on October 09, 2011, 01:01:21 AM
What is there to kill? Until it gets an exchange I dont think people will mine it.. Unless you can trade it for something whats the point?


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 09, 2011, 01:08:48 AM
Then, do not mine it.  No one is taking out a gun and forcing you to mine Fairbrix, there are quite a lot of other coins for you to try.

It is very similar to Tenebrix no doubt, but I don't think how it is going to be a scam.

It has not got an exchange so I cannot pump and dump it !!!


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 09, 2011, 01:11:06 AM
Then, do not mine it.  No one is taking out a gun and forcing you to mine Fairbrix, there are quite a lot of other coins for you to try.

It is very similar to Tenebrix no doubt, but I don't think how it is going to be a scam.

It has not got an exchange so I cannot pump and dump it !!!

Sure, I will go with scammer's Bitcoin / Tenebrix. Or rather SC2 as that shows great promise ATM. All the other scam coins can perish.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 09, 2011, 01:13:11 AM
What is there to kill? Until it gets an exchange I dont think people will mine it.. Unless you can trade it for something whats the point?

I guess those early bitcoin adopters were stupid to mine 1000 bitcoins a day way back when there were no bitcoin exchanges around.


Title: Re: [Announce] Fairbrix relaunched!
Post by: wknight on October 09, 2011, 01:17:09 AM

I guess those early bitcoin adopters were stupid to mine 1000 bitcoins a day way back when there were no bitcoin exchanges around.

You have a good point there :)


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 09, 2011, 01:20:07 AM
Tenebrix and GG founder did a good job having pools and exchanges in place.  But Fairbrix seemed to be more of a reaction to Tenebrix, not being able to get the exchanges or pools up does not mean that they are scammers, it just mean that they are less efficient or have less resources than Tenebrix and GG.   Who knows, maybe a month or two, such exchanges and pools may spring up.


Title: Re: [Announce] Fairbrix relaunched!
Post by: wknight on October 09, 2011, 01:35:03 AM
I just like the fact that there isnt 7.7 million pre-mined coins.. a lot!

However, is there support behind this Coin? Development?


Title: Re: [Announce] Fairbrix relaunched!
Post by: worldinacoin on October 09, 2011, 01:37:15 AM
Well, that's my worry too, that's why I am mining more of Solidcoin 2 as the earlier Solidcoin has shown a lot of good organization.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 09, 2011, 01:42:24 AM
I just like the fact that there isnt 7.7 million pre-mined coins.. a lot!

However, is there support behind this Coin? Development?

Well, that's my worry too, that's why I am mining more of Solidcoin 2 as the earlier Solidcoin has shown a lot of good organization.

I will support it as much as I can. Unfortunately, you get what you pay for so to speak. With 7.7 premined coins, Lolcust has a lot of incentive to support Tenebrix. With 5% tax, CoinHunter has a lot of incentive to support SolidCoin. Whatever little fbx I have were orphaned by the attack. So I don't have that much incentive. The only reason why I spend time making it better or talking to pools and exchanges is because I feel responsible for it since I kicked off the relaunch.

So yeah, if you mine now when the difficulty is still low, you may get paid off handsomely if I manage to convince an exchange to support this coin. And if not, you would have wasted your time. Your choice! I will do the best I can. :)


Title: Re: [Announce] Fairbrix relaunched!
Post by: kano on October 09, 2011, 11:30:16 PM
I just like the fact that there isnt 7.7 million pre-mined coins.. a lot!

However, is there support behind this Coin? Development?

Well, that's my worry too, that's why I am mining more of Solidcoin 2 as the earlier Solidcoin has shown a lot of good organization.

I will support it as much as I can. Unfortunately, you get what you pay for so to speak. With 7.7 premined coins, Lolcust has a lot of incentive to support Tenebrix. With 5% tax, CoinHunter has a lot of incentive to support SolidCoin. Whatever little fbx I have were orphaned by the attack. So I don't have that much incentive. The only reason why I spend time making it better or talking to pools and exchanges is because I feel responsible for it since I kicked off the relaunch.

So yeah, if you mine now when the difficulty is still low, you may get paid off handsomely if I manage to convince an exchange to support this coin. And if not, you would have wasted your time. Your choice! I will do the best I can. :)
So, no hint of an exchange yet? :)

Also, when a chain is small like this, checkpoint updates are a good idea.


Title: Re: [Announce] Fairbrix relaunched!
Post by: wknight on October 10, 2011, 12:01:19 AM
Funny thing is. this could be a sleeping beast :) Maybe one day someone will take it over.. you never know


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 10, 2011, 12:04:04 AM
*must resist desire to make an obvious yet ill-mannered joke*


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 10, 2011, 12:11:13 AM
Possibly thinking about THIS  ;D

http://3.bp.blogspot.com/_ZECM2olESdI/S8-L4pwjeSI/AAAAAAAABPo/8Z1QtJXXmCg/s1600/shit+bricks+fail.jpg

FAILbrix  ;)


Title: Re: [Announce] Fairbrix relaunched!
Post by: Lolcust on October 10, 2011, 12:17:13 AM
No, once again your "humor" shows utter lack of refinement :(


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 10, 2011, 02:20:49 AM
I just like the fact that there isnt 7.7 million pre-mined coins.. a lot!

However, is there support behind this Coin? Development?

Well, that's my worry too, that's why I am mining more of Solidcoin 2 as the earlier Solidcoin has shown a lot of good organization.

I will support it as much as I can. Unfortunately, you get what you pay for so to speak. With 7.7 premined coins, Lolcust has a lot of incentive to support Tenebrix. With 5% tax, CoinHunter has a lot of incentive to support SolidCoin. Whatever little fbx I have were orphaned by the attack. So I don't have that much incentive. The only reason why I spend time making it better or talking to pools and exchanges is because I feel responsible for it since I kicked off the relaunch.

So yeah, if you mine now when the difficulty is still low, you may get paid off handsomely if I manage to convince an exchange to support this coin. And if not, you would have wasted your time. Your choice! I will do the best I can. :)
So, no hint of an exchange yet? :)

Also, when a chain is small like this, checkpoint updates are a good idea.

Thanks for the suggestion kano. I have already updated the source with a checkpoint at block 5000. Have not built another windows binary though. If an exchanges comes up, I will work on it.


Title: Re: [Announce] Fairbrix relaunched!
Post by: FreeTrade on October 10, 2011, 02:46:50 AM
I'm working on an exchange for GG and TBX, don't see why i couldn't add FBX. Will continue it after I get through with SC 2.0. Keep mining you FBX.

Is there any sense to devising some sort of standard 'coin API' to make it easy for new coins to be supported by existing exchanges?
 


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 10, 2011, 02:52:58 AM
I'm working on an exchange for GG and TBX, don't see why i couldn't add FBX. Will continue it after I get through with SC 2.0. Keep mining you FBX.

Is there any sense to devising some sort of standard 'coin API' to make it easy for new coins to be supported by existing exchanges?
 

That's what we need man. I can dump my new ShitCoins / ScamCoins faster than you can say "exchange" LOL !!!


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 10, 2011, 06:37:34 AM
I've updated first post with some new information on mining.


Title: Re: [Announce] Fairbrix relaunched!
Post by: phelix on October 10, 2011, 07:37:31 AM
I've updated first post with some new information on mining.
I think copying the .conf really is not necessary on windows. it will happily use the local file.


Title: Re: [Announce] Fairbrix relaunched!
Post by: dishwara on October 10, 2011, 07:44:28 AM
Quote
https://github.com/ArtForz/cpuminer - Fastest but experimental

How to run it as fastest.
There are 5 algos, which is the fastest to use in windows?

Code:
--algo XXX
(-a XXX) Specify sha256 implementation:
        c               Linux kernel sha256, implemented in C (default)
        4way            tcatm's 4-way SSE2 implementation
        via             VIA padlock implementation
        cryptopp        Crypto++ C/C++ implementation
        cryptopp_asm32  Crypto++ 32-bit assembler implementation



Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 10, 2011, 08:09:43 AM
Quote
https://github.com/ArtForz/cpuminer - Fastest but experimental

How to run it as fastest.
There are 5 algos, which is the fastest to use in windows?

Code:
--algo XXX
(-a XXX) Specify sha256 implementation:
        c               Linux kernel sha256, implemented in C (default)
        4way            tcatm's 4-way SSE2 implementation
        via             VIA padlock implementation
        cryptopp        Crypto++ C/C++ implementation
        cryptopp_asm32  Crypto++ 32-bit assembler implementation



Make sure you downloaded the cpumine branch. It should default to scrypt algo.


Title: Re: [Announce] Fairbrix relaunched!
Post by: dishwara on October 10, 2011, 08:13:09 AM
i dont understand, which branch?
can u give link?


Title: Re: [Announce] Fairbrix relaunched!
Post by: 3phase on October 10, 2011, 08:22:43 AM
i dont understand, which branch?
can u give link?

If you gitcloned github.com/ArtForz/cpuminer then just compile and run the miner without specifying algo. I guess these options are left from the original cpuminer. They are irrelevant for Tbrix/Fbrix mining.

I got 1.78 KH/s per thread with Artforz's miner instead of 1.44 KH/s with Tbrix miner on a Xeon E5320.


Title: Re: [Announce] Fairbrix relaunched!
Post by: dishwara on October 10, 2011, 08:28:34 AM
Windows 7, 64 bit.
I downloaded cpuminer from 1st post & created a batch file & run it with out algo & getting this.

minerd.exe --s 5 --threads 2 --url http://pool.simplecoin.us:8337 --userpass xxxxxxxxxx

Code:
C:\CPU-miner>minerd.exe --s 5 --threads 2 --url http://pool.simplecoin.us:8337 -
-userpass xxxxxxxxxx
[2011-10-10 13:54:16] 2 miner threads started, using SHA256 'c' algorithm.
[2011-10-10 13:54:20] Long-polling activated for http://pool.simplecoin.us:8337/
LP
[2011-10-10 13:54:32] LONGPOLL detected new block
[2011-10-10 13:54:32] thread 0: 12625410 hashes, [2011-10-10 13:54:32] thread 1:
 12348138 hashes, 1024.18 khash/sec
1023.87 khash/sec
[2011-10-10 13:55:10] LONGPOLL detected new block
[2011-10-10 13:55:10] thread 1: 37323520 hashes, [2011-10-10 13:55:10] thread 0:
 37031617 hashes, 977.93 khash/sec
978.53 khash/sec
[2011-10-10 13:56:16] thread 0: 58470974 hashes, 901.08 khash/sec
[2011-10-10 13:56:16] thread 1: 58931873 hashes, 901.42 khash/sec



Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 10, 2011, 08:29:53 AM
How are you downloading it?
Are you doing "git clone git://github.com/ArtForz/cpuminer.git" ?


Title: Re: [Announce] Fairbrix relaunched!
Post by: dishwara on October 10, 2011, 08:33:20 AM
oops....
I downloaded from here.
https://bitcointalk.org/index.php?topic=1925

Is there any way to get precompiled windows client?


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 10, 2011, 08:34:39 AM
oops....
I downloaded from here.
https://bitcointalk.org/index.php?topic=1925

Is there any way to get precompiled windows client?

Try using the one compiled for Litecoin:
  https://bitcointalk.org/index.php?topic=47417.0

Let me know if that works.


Title: Re: [Announce] Fairbrix relaunched!
Post by: dishwara on October 10, 2011, 08:44:50 AM
zlib1.dll missing
libiconv-2.dll is missing.
libintl-8.dll is missing.
pthreadGC2.dll is missing

i copied every file from tenebrix & now i am getting,
Code:

C:\Users\dishwara\Desktop\litecoin-windows-miner-10-09-2011>minerd.exe --algo sc
rypt --s 5 --threads 2 --url http://pool.simplecoin.us:8337 --userpass XXXX
[2011-10-10 14:11:15] Long-polling activated for http://pool.simplecoin.us:8337/
LP
[2011-10-10 14:11:16] 2 miner threads started, using SHA256 'scrypt' algorithm.
[2011-10-10 14:12:09] thread 0: 65535 hashes, 1.22 khash/sec
[2011-10-10 14:12:09] thread 1: 65535 hashes, 1.22 khash/sec
[2011-10-10 14:13:12] thread 0: 72816 hashes, 1.16 khash/sec
[2011-10-10 14:13:12] thread 1: 72816 hashes, 1.16 khash/sec


Speed is same as tenebrix minerd


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on October 10, 2011, 08:45:48 AM
zlib1.dll missing
libiconv-2.dll is missing.
libintl-8.dll is missing.
pthreadGC2.dll is missing

i copied every file from tenebrix & now i am getting,
Code:

C:\Users\dishwara\Desktop\litecoin-windows-miner-10-09-2011>minerd.exe --algo sc
rypt --s 5 --threads 2 --url http://pool.simplecoin.us:8337 --userpass XXXX
[2011-10-10 14:11:15] Long-polling activated for http://pool.simplecoin.us:8337/
LP
[2011-10-10 14:11:16] 2 miner threads started, using SHA256 'scrypt' algorithm.
[2011-10-10 14:12:09] thread 0: 65535 hashes, 1.22 khash/sec
[2011-10-10 14:12:09] thread 1: 65535 hashes, 1.22 khash/sec
[2011-10-10 14:13:12] thread 0: 72816 hashes, 1.16 khash/sec
[2011-10-10 14:13:12] thread 1: 72816 hashes, 1.16 khash/sec


Speed is same as tenebrix minerd

Oops. sorry. That is the tenebrix miner. No one has compile a Windows version of the ArtForz miner yet.


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 10, 2011, 08:50:24 AM
8 Japanese scammers plot is just getting bigger and bigger.

Why don't you release the scrypt GPU miner even if it sucks ?
Why don't you make it viable on Intel CPUs ?
Why don't you pregenerate less coins ?
Why is there so much focus on exchanges already ( pump and dump much ) ?
Why yet another new CPU ScamChain all based on scrypt crap algo ?

See the pattern. Educate yourselves.


Title: Re: [Announce] Fairbrix relaunched!
Post by: kano on October 10, 2011, 11:18:49 AM
8 Japanese scammers plot is just getting bigger and bigger.

Why don't you release the scrypt GPU miner even if it sucks ?
Why don't you make it viable on Intel CPUs ?
Why don't you pregenerate less coins ?
Why is there so much focus on exchanges already ( pump and dump much ) ?
Why yet another new CPU ScamChain all based on scrypt crap algo ?

See the pattern. Educate yourselves.
Oldminer - please go away.
It's one thing to be annoying, but in your case your both annoying and often wrong.
At least try to get most of the crap you say right (not all of it, just most of it)
It just make you look like a complete fool to everyone here on the forum who has an inkling of reality.


Title: Re: [Announce] Fairbrix relaunched!
Post by: bulanula on October 10, 2011, 08:28:39 PM
8 Japanese scammers plot is just getting bigger and bigger.

Why don't you release the scrypt GPU miner even if it sucks ?
Why don't you make it viable on Intel CPUs ?
Why don't you pregenerate less coins ?
Why is there so much focus on exchanges already ( pump and dump much ) ?
Why yet another new CPU ScamChain all based on scrypt crap algo ?

See the pattern. Educate yourselves.
Oldminer - please go away.
It's one thing to be annoying, but in your case your both annoying and often wrong.
At least try to get most of the crap you say right (not all of it, just most of it)
It just make you look like a complete fool to everyone here on the forum who has an inkling of reality.

WTF now I am "OldMiner" before I was RealSolid / CoinHunter !? Get your facts straight man, the only scammers on here are your 8 Japanese fake scammer identities. I am myself.


Title: Re: [Announce] Fairbrix relaunched!
Post by: wknight on November 28, 2011, 09:15:39 PM
Is fairbrix succceptible to the tansaction spamming that hit Litecoin?  If so, could it be possible to get an updated Fairbrix client?  {Is TBX need updating too?}

I dont think anyone is working with Fairbrix any longer. Coblee moved onto litecoin so unless someone forks litecoin's code I dont think this will be patched..

TBX is in the same boat. Lolcust will need to update it though i havent seen any updates at all.


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on November 29, 2011, 12:40:32 AM
Is fairbrix succceptible to the tansaction spamming that hit Litecoin?  If so, could it be possible to get an updated Fairbrix client?  {Is TBX need updating too?}

I dont think anyone is working with Fairbrix any longer. Coblee moved onto litecoin so unless someone forks litecoin's code I dont think this will be patched..

TBX is in the same boat. Lolcust will need to update it though i havent seen any updates at all.

Yes, both fairbrix and tenebrix are susceptible to the same transaction spams. I do not plan to update fairbrix with the fixes. If anyone wants to keep fairbrix alive, feel free to take over.


Title: Re: [Announce] Fairbrix relaunched!
Post by: BeeCee1 on December 01, 2011, 04:26:16 AM
Yes, both fairbrix and tenebrix are susceptible to the same transaction spams. I do not plan to update fairbrix with the fixes. If anyone wants to keep fairbrix alive, feel free to take over.
I won't be taking over, but since I have been digging around the litecoin code recently I decided to see how hard it would be to port my changes to fairbrix.  If people are really still interested in fairbrix they should put together a bounty pool to pay for future updates.

I made changes in line with what coblee did for litecoin, but modified them some to take into account the differing block times and current value of a coin.  I've also put in some other changes that I think will help fairbrix resist attack in the future.  All the changes I made relate to spam transactions being included or relayed by honest nodes.  If an attacker controls a significant portion of the hash power (a real possibility in fairbrix) he can bypass these checks and write 1,000,000 byte blocks.

You can get the source from: https://github.com/beecee1/Fairbrix   sorry, no pre-compiled binaries.

If you like what I have done, you can donate: fVQZtuBPRdVjbNskqHLB4e75Uq64dM9vWN

Here is a description of all the changes I made (and, you have the source code so you can verify it yourself).


In main.h:

From:
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
To 125,000 bytes:
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/8;
Why: reduces the size of a block that an unmodified client will generate, helps protect against block-chain growth attacks


From:
static const int64 CENT = 1000000;
To:
static const int64 CENT = COIN/100;
Why: easier to read, no real change


From:
static const int64 MIN_TX_FEE = 50000;
static const int64 MIN_RELAY_TX_FEE = 10000;
To:
static const int64 MIN_TX_FEE = 1000000;
static const int64 MIN_RELAY_TX_FEE = MIN_TX_FEE;
Why: increase the minimum fee (when fees apply) to 0.01.  This is less than litecoins so you that the fee isn't quite so large when you send an output that is nearly a cent.  However, there is code elsewhere that will increase this fee for very small outputs.


From:
int64 nMinFee = (1 + (int64)nBytes / 1000) * nBaseFee;
To:
int64 nMinFee = (1 + (int64)nBytes / 500) * nBaseFee;
Why: This makes large sized transactions cost a more than before.


From:
if (nNewBlockSize < 27000)
To:
if (nNewBlockSize < 12000)
Why: since blocks are faster than in bitcoin, reserve less space for free transactions.


From:
        if (nMinFee < nBaseFee)
            BOOST_FOREACH(const CTxOut& txout, vout)
                if (txout.nValue < CENT)
                    nMinFee = nBaseFee;
To:
        BOOST_FOREACH(const CTxOut& txout, vout) {
            if (txout.nValue < CENT/10) { // outputs smaller than 0.0001
                nMinFee += nBaseFee * 10; // fee of 1
                smallTxOutCount++;
            }
            else if ((txout.nValue < CENT)) {
                nMinFee += nBaseFee;
                smallTxOutCount++;
            }
        }
Also add:
        if(smallTxOutCount > 15)
            nMinFee = MAX_MONEY;
Why:  This is the core change to limit dust spam.  Instead of a flat fee for small outputs charge a fee for each small output.  If there are more than 15 small outputs than don't allow the transaction at all.




In main.cpp

From:
if (dFreeCount > GetArg("-limitfreerelay", 15)*10*1000 && !IsFromMe(*this))
To:
                dFreeRelay = GetArg("-limitfreerelay", 5)*10*1000;
                dPartialRelay = dFreeRelay * 0.75;
                dNewFreeCount = dFreeCount + nSize;
                if( !( dNewFreeCount <= dFreeRelay
                    || dFreeCount < dPartialRelay
                    || IsFromMe(*this)
                  )
                )
Why: another spam attack mitigation. Don't relay more than (on average) 5000 bytes of free transactions a minute.  This is roughly equivilant to 20 normal sized transactions per minute, which is far in excess of the current volume.


Add:
        (nHeight == 15000 && hash != uint256("0x7c7fc755c19616fd3eb156b53dae2bbf058972e0731f3d0ee54785cc222f4bbf")))
Why:  add a checkpoint lockin at block 15000



From:
bool fAllowFree = (nBlockSize + nTxSize < 4000 || CTransaction::AllowFree(dPriority));
To:
bool fAllowFree = (nBlockSize + nTxSize < 1800 || CTransaction::AllowFree(dPriority));
Why:  Since blocks are faster in Fairbrix, don't allow as many exempted free transactions. (But they are slower than Litecoin's so allow more than that).



In wallet.cpp:

From:
int64 nPayFee = nTransactionFee * (1 + (int64)nBytes / 1000);
To:
int64 nPayFee = nTransactionFee * (1 + (int64)nBytes / 500);
Why: matching a change made in main.h



Title: Re: [Announce] Fairbrix relaunched!
Post by: wiggi on February 12, 2013, 03:59:10 PM
A bit belated I suppose, new windows binaries, based on BeeCee1's changes.  :)


dl links:

Qt client: (incl. source and miner)
http://www.datafilehost.com/download-1515503d.html

blk0001.dat, blkindex.dat and addr.dat: (optional, put in data dir if you cannot connect)
http://www.datafilehost.com/download-94ff2f8b.html


Data dir on windows7 is now
Users\<user name>\AppData\Roaming\fairbrix\
(i.e. same dir as with bitcoin and litecoin, the portableapps stuff is gone)
but it's
Users\<user name>\AppData\Roaming\fairbrix\data\
for all files except the config file.

The client will automatically generate the necessary dirs and files,
but you should manually copy fbx.conf to ...\Roaming\fairbrix\


I only added up to date checkpoint lockins,
in main.cpp

        (nHeight == 114000 && hash != uint256("0xf863ed327eede0641e1be668d43144e67c52c0785524faff2dd1a21bbdeabfbe")) ||
        (nHeight == 116144 && hash != uint256("0x7d0f9db5dbb9378ddd5bdd173b3c71fef8808690adec8ecc0bbb1b3648871b76")))

etc.


For some reason it's still
in https://github.com/beecee1/Fairbrix/blob/cpumine/src/main.h

static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;

all other dust spam limiting changes are in.


X64 version of cpuminer2.2.3 included
(virus scanners don't complain about the 64bit version)
and example batch files for solo mining.


Bugs: - Qt client window doesn't like being minimized (it doesn't actually crash,
        double click on task bar or notification area symbol to "wake it up" again)


Title: Re: [Announce] Fairbrix relaunched!
Post by: crazy_rabbit on February 12, 2013, 04:34:19 PM
Zombie coin month huh? Back from the dead!


Title: Re: [Announce] Fairbrix relaunched!
Post by: bushstar on February 12, 2013, 04:38:27 PM
Perhaps Fairbrix and BBQCoin are an omen that MicroCash will launch.


Title: Re: [Announce] Fairbrix relaunched!
Post by: smoothie on February 12, 2013, 05:46:09 PM
Perhaps Fairbrix and BBQCoin are an omen that MicroCash will launch.

keep holding your breath lol


Title: Re: [Announce] Fairbrix relaunched!
Post by: dust on February 12, 2013, 09:08:08 PM
windows binaries

Quote from: wiggi
Posts: 9

 ::)


Title: Re: [Announce] Fairbrix relaunched!
Post by: coblee on February 12, 2013, 09:21:29 PM
As the creator of Fairbrix, I should chime in. First of all, Fairbrix is dead and I have abandoned it since launching Litecoin. Please DO NOT download any windows binaries and run them. They could actually steal real coins from your computer.

I'm going to lock this thread now.