Pages:
Author

Topic: ★[ANN] [Fatecoin] [FATE] IS ON YOUR SIDE! No Premine - CPU Friendly★ - page 34. (Read 69609 times)

full member
Activity: 140
Merit: 100
Again it is not a shitcoin,not a scam,some lucky one already get some coins,Not everyone can get,all by your fate. Cheesy
full member
Activity: 210
Merit: 100
This coin is officially dead - scam coin for me until somebody proofs that it works... NOBODY STILL GOT A FUCKING FATECOIN.

please be patient someone already get few coins,just continue mining you will get some surprise. Wink It is really 0 premine and work well.

Are you kidding me? I was there from block 1 in IRC with yume_ we were less than 20 people in irc when blockchain started, I started mining from second 0 with 2 cpu and 1 r9 280x, I saw blocks found in my cgminer that were not rejected, but my coins never appeared... with other wallets when you have rejected or orphaned you still can see an empty transaction, but this is not the case...
People post screenshot with block 268 when I was in the block 263, 1 minute after same person said he has a rollback in the blocks...
yUME_ supsiciouslly left the irc 10 minutes after the launch...

SO , ARE YOU KIDDING ME?

We have no support from any dev, just my solo-guide and other mates help...

Ok I am very kind person I want to help but please, explain us all those suspicious things...
Maybe you are not scammers, but at least you are extremely newbie to make a working coin...

PLEASE, WHY THE HELL NOBODY USES THE  TESTNET TO TEST THEIR COINS, WALLETS AND MINERS BEFORE LAUNCH?

PURE SCAMCOIN, NO SUPRISES, NO FATE, THE ONLY FATE FOR THIS COIN IS BAN FROM THE MODS...
when pool come out..this game like Raiders of the lost ark. 30s/All network,all people for a block.In the last time,the coins go to who can hold them. please check the sorse code.thank you.



legendary
Activity: 1302
Merit: 1002
Anyone cen help me reduce this to 60%?




thanks!

Click the Debug window link in the wallet and go to console tab.
Type either setgenerate true 2 or setgenerate true 3 and press enter.


thanks

if you look at my photo you will see i was on block 268
right now client is at 260


wtf? someone deleted blocks?

FORKED SHIT SCAM. LEAVE NOW. I WILL DO THE SAME 2 FUCKING HOURS MINING FOR THIS SCAMMERS, PLEASE CALL FORUM MODS TO BAN THIS SCAMMERS...


So no one got any fate??

I think we should just stick to the coins we already know and don't go to new launches since  everyone is fooling us!
let's all go to oly, karma, peng and dope and mine there!

going to take a shower!
If no fate in my wallet till I come back then I will be gone!

fuck this shit

i have 47
but need to redawnload blockchain to check
All OK i haveredownload block chain i have 47coins
full member
Activity: 140
Merit: 100
full member
Activity: 210
Merit: 100
Wow...lots of misinformation here. I have nothing to do with this coin other than attempting to mine it. I too think its a shitty release, but there is info being posted that is just wrong.

Quote
so they deleted around 70 blocks!

don't know why tho!

Noone deleted blocks. You can't do that.  You probably mined some blocks and then later they were orphaned because someone beat you to it.  This is normal with any new coin that has low difficulty.

For those getting tons of rejects, once again this is normal with a new coin that has low diff. People with higher hash power are just beating you to the solution.  You don't know because you are using getwork and submit the solution anyway even when its too late.  A reject is given.  This is normal.

This coin is not premined. Look at the transactions and not the value field of the block. That value field is non-standard and appears to be something added by the dev.  Regardless, its reporting back incorrect info.  Always check the transactions as that is what contains that actual value for the coinbase (mined block).

The source code is a mess and can't compile in linux.  Not sure what the dev did, but obviously never tested his modifications in linux. I started patching the source and then just gave up.

People are saying the coin is forked? What is the proof of that or you just saying things for the sake of saying it?

Blocks are indeed being mined.  I personally mined 3 of them. See here:



I too am getting tons of rejects, which is normal.



what miner do you use??
the  coins are confirmed,they are all yours.but not confirmed they are maybe not yours. Smiley
full member
Activity: 140
Merit: 100
Coin looked interesting... failed on all fronts... moving on...
Will succeed by random and your fate Go! Wink
sr. member
Activity: 249
Merit: 250
This coin is officially dead - scam coin for me until somebody proofs that it works... NOBODY STILL GOT A FUCKING FATECOIN.

please be patient someone already get few coins,just continue mining you will get some surprise. Wink It is really 0 premine and work well.

Are you kidding me? I was there from block 1 in IRC with yume_ we were less than 20 people in irc when blockchain started, I started mining from second 0 with 2 cpu and 1 r9 280x, I saw blocks found in my cgminer that were not rejected, but my coins never appeared... with other wallets when you have rejected or orphaned you still can see an empty transaction, but this is not the case...
People post screenshot with block 268 when I was in the block 263, 1 minute after same person said he has a rollback in the blocks...
yUME_ supsiciouslly left the irc 10 minutes after the launch...

SO , ARE YOU KIDDING ME?

We have no support from any dev, just my solo-guide and other mates help...

Ok I am very kind person I want to help but please, explain us all those suspicious things...
Maybe you are not scammers, but at least you are extremely newbie to make a working coin...

PLEASE, WHY THE HELL NOBODY USES THE  TESTNET TO TEST THEIR COINS, WALLETS AND MINERS BEFORE LAUNCH?

PURE SCAMCOIN, NO SUPRISES, NO FATE, THE ONLY FATE FOR THIS COIN IS BAN FROM THE MODS...
full member
Activity: 140
Merit: 100
nodes please
No need of the nodes just connect to the internet and then should works.if not copy the fatecoin.conf to the your app data folder Smiley
full member
Activity: 140
Merit: 100
what miner do you use??

For my ATI card I am using the cgminer patched with scrypt-jane from here: http://rmdavidson.blogspot.com/2014/01/cgminer-372-scrypt-jane-patch-windows.html

Been using it for quite a while on other coins and works great. 

I also use cudaminer for nvidia card. You need to add the following args to it: -a scrypt-jane:1392266666,4,30
full member
Activity: 140
Merit: 100
Pls copy *.so files to usr / lib folder.

If you os is 64bit ubuntu, pls run:
sudo apt-get install ia32-libs

This wont fix it. It appears to be your attempt to add the value of the generated block to the block structure.  Only way I could get past that error was to remove the  Value field from rpcblockchain.cpp.  That number is reported wrong anyway, so no need to keep it.  That will fix compilation for a while but it eventually fails

See the errors:

Code:
rpcblockchain.cpp: In function 'json_spirit::Object blockToJSON(const CBlock&, const CBlockIndex*)':
rpcblockchain.cpp:56:60: error: conversion from 'const int64 {aka const long long int}' to 'const Value_type {aka const json_spirit::Value_impl > >}' is ambiguous
rpcblockchain.cpp:56:60: note: candidates are:
json/json_spirit_value.h:283:5: note: json_spirit::Value_impl::Value_impl(double) [with Config = json_spirit::Config_vector >]
json/json_spirit_value.h:275:5: note: json_spirit::Value_impl::Value_impl(uint64_t) [with Config = json_spirit::Config_vector >, uint64_t = long unsigned int]
json/json_spirit_value.h:267:5: note: json_spirit::Value_impl::Value_impl(int64_t) [with Config = json_spirit::Config_vector >, int64_t = long int]
json/json_spirit_value.h:259:5: note: json_spirit::Value_impl::Value_impl(int) [with Config = json_spirit::Config_vector >]
json/json_spirit_value.h:251:5: note: json_spirit::Value_impl::Value_impl(bool) [with Config = json_spirit::Config_vector >]
json/json_spirit_value.h:219:5: note: json_spirit::Value_impl::Value_impl(json_spirit::Value_impl::Const_str_ptr) [with Config = json_spirit::Config_vector >, json_spirit::Value_impl::Const_str_ptr = const char*]
json/json_spirit_value.h:219:5: note:   no known conversion for argument 1 from 'const int64 {aka const long long int}' to 'const char*'
json/json_spirit_value.h:439:5: error:   initializing argument 2 of 'json_spirit::Pair_impl::Pair_impl(const String_type&, const Value_type&) [with Config = json_spirit::Config_vector >, json_spirit::Pair_impl::String_type = std::basic_string, json_spirit::Pair_impl::Value_type = json_spirit::Value_impl > >]'
make: *** [obj/rpcblockchain.o] Error 1

sr. member
Activity: 826
Merit: 250
Wow...lots of misinformation here. I have nothing to do with this coin other than attempting to mine it. I too think its a shitty release, but there is info being posted that is just wrong.

Quote
so they deleted around 70 blocks!

don't know why tho!

Noone deleted blocks. You can't do that.  You probably mined some blocks and then later they were orphaned because someone beat you to it.  This is normal with any new coin that has low difficulty.

For those getting tons of rejects, once again this is normal with a new coin that has low diff. People with higher hash power are just beating you to the solution.  You don't know because you are using getwork and submit the solution anyway even when its too late.  A reject is given.  This is normal.

This coin is not premined. Look at the transactions and not the value field of the block. That value field is non-standard and appears to be something added by the dev.  Regardless, its reporting back incorrect info.  Always check the transactions as that is what contains that actual value for the coinbase (mined block).

The source code is a mess and can't compile in linux.  Not sure what the dev did, but obviously never tested his modifications in linux. I started patching the source and then just gave up.

People are saying the coin is forked? What is the proof of that or you just saying things for the sake of saying it?

Blocks are indeed being mined.  I personally mined 3 of them. See here:



I too am getting tons of rejects, which is normal.



what miner do you use??
full member
Activity: 140
Merit: 100
cgminer doesn't work...

You can compile by yourself,the official cgminer will be remove later,sorry for this.
full member
Activity: 140
Merit: 100
still only rejects? any one any accepts?

Is this coin really 4 billion premined?

no premined at all will release the block check later,dont worry. Grin
full member
Activity: 140
Merit: 100
how to fix this

make: *** [obj/rpcblockchain.o] Error 1



Pls copy *.so files to usr / lib folder.

If you os is 64bit ubuntu, pls run:
sudo apt-get install ia32-libs



legendary
Activity: 1232
Merit: 1002
Wow...lots of misinformation here. I have nothing to do with this coin other than attempting to mine it. I too think its a shitty release, but there is info being posted that is just wrong.

Quote
so they deleted around 70 blocks!

don't know why tho!

Noone deleted blocks. You can't do that.  You probably mined some blocks and then later they were orphaned because someone beat you to it.  This is normal with any new coin that has low difficulty.

For those getting tons of rejects, once again this is normal with a new coin that has low diff. People with higher hash power are just beating you to the solution.  You don't know because you are using getwork and submit the solution anyway even when its too late.  A reject is given.  This is normal.

This coin is not premined. Look at the transactions and not the value field of the block. That value field is non-standard and appears to be something added by the dev.  Regardless, its reporting back incorrect info.  Always check the transactions as that is what contains that actual value for the coinbase (mined block).

The source code is a mess and can't compile in linux.  Not sure what the dev did, but obviously never tested his modifications in linux. I started patching the source and then just gave up.

People are saying the coin is forked? What is the proof of that or you just saying things for the sake of saying it?

Blocks are indeed being mined.  I personally mined 3 of them. See here:



I too am getting tons of rejects, which is normal.





well I don't know how I can mine more blocks that someone who has bigger power than me!!! Maybe you would like to explain !

at this right moment my qt is on block 314! and in your photo you are at 280+
full member
Activity: 140
Merit: 100
please be patient someone already get few coins,just continue mining you will get some surprise. Wink It is really 0 premine and work well.

How about you fix the linux source code? Many of us have no desire to work in Windows.
full member
Activity: 140
Merit: 100
This coin is officially dead - scam coin for me until somebody proofs that it works... NOBODY STILL GOT A FUCKING FATECOIN.

please be patient someone already get few coins,just continue mining you will get some surprise. Wink It is really 0 premine and work well.
full member
Activity: 140
Merit: 100
Wow...lots of misinformation here. I have nothing to do with this coin other than attempting to mine it. I too think its a shitty release, but there is info being posted that is just wrong.

Quote
so they deleted around 70 blocks!

don't know why tho!

Noone deleted blocks. You can't do that.  You probably mined some blocks and then later they were orphaned because someone beat you to it.  This is normal with any new coin that has low difficulty.

For those getting tons of rejects, once again this is normal with a new coin that has low diff. People with higher hash power are just beating you to the solution.  You don't know because you are using getwork and submit the solution anyway even when its too late.  A reject is given.  This is normal.

This coin is not premined. Look at the transactions and not the value field of the block. That value field is non-standard and appears to be something added by the dev.  Regardless, its reporting back incorrect info.  Always check the transactions as that is what contains that actual value for the coinbase (mined block).

The source code is a mess and can't compile in linux.  Not sure what the dev did, but obviously never tested his modifications in linux. I started patching the source and then just gave up.

People are saying the coin is forked? What is the proof of that or you just saying things for the sake of saying it?

Blocks are indeed being mined.  I personally mined 3 of them. See here:



I too am getting tons of rejects, which is normal.


newbie
Activity: 37
Merit: 0
OMG LOL FAIL ----->

36 pure core (Opteron 4171 * 4 + core i5 2400) = 0 FATE (OMG!!!)

9 * R9280X + 3 R9270X = 1 Acepted (42 fate)

------->
I AM OUT

FU DEV!
legendary
Activity: 1232
Merit: 1002
There is no fate coin! good bye everyone!
Pages:
Jump to: