Author

Topic: [ANN][FELX] Felixcoin - Dogecoin copycat (Read 1127 times)

newbie
Activity: 20
Merit: 0
June 11, 2021, 03:32:23 AM
#43
Current rewards table:

Block 1-10: 0-1,000,000 Felixcoin Reward
Block 10         — 144,999: 0-500,000 Felixcoin Reward
Block 145,000 — 199,999: 250,000 Felixcoin Reward
Block 200,000 — 299,999: 125,000 Felixcoin Reward
Block 300,000 — 399,999: 62,500 Felixcoin Reward
Block 400,000 — 499,999: 31,250 Felixcoin Reward
Block 500,000 — 599,999: 15,625 Felixcoin Reward
Block 600,000+: 10,000 Felixcoin Reward


Current block height: 15670
newbie
Activity: 20
Merit: 0
The blockchain is currently can be solo mined, but it's always good to have a mining pool.
sr. member
Activity: 515
Merit: 250






Code:
 stratum+tcp://findblocks.com:44444 -u  -p  c=FELX


Twitter - @Findblocks - Skype - [email protected] - Email - [email protected] -
newbie
Activity: 20
Merit: 0
Blockchain was restarted again.
Had some weird problems with miners messing around with block timing to mine at high rate with lower difficulty.

http://findblocks.com/explorer/FELX?height=2398
2021-06-07 14:47:53
http://findblocks.com/explorer/FELX?height=2399
2021-06-07 14:42:54

full member
Activity: 462
Merit: 102
What a fuck up. This one is as dead as can be. Give it up Sonny boy. This shitcoin won't go anywhere
sr. member
Activity: 515
Merit: 250
is there a new chain ?

Whats the current blockheight ?

Yes,  restarted.  Current height around 2800 or so.

 Embarrassed

No problem we will remove from our pool
full member
Activity: 442
Merit: 100
is there a new chain ?

Whats the current blockheight ?

Yes,  restarted.  Current height around 2800 or so.
sr. member
Activity: 515
Merit: 250
is there a new chain ?

Whats the current blockheight ?
newbie
Activity: 20
Merit: 0
"blocks": 12336

why change?



updated from other nodes when main node was restarted.

Able to mine on new chain.
Why you have kept the old chain also running?

just for historical purposes.
it needs too much hash rate to keep it going.
full member
Activity: 442
Merit: 100
Able to mine on new chain.
Why you have kept the old chain also running?
full member
Activity: 504
Merit: 102
CLEARSIGHT- THE #1 BLOCKCHAIN JOB PLATFORM
DOGE has nothing nice to copy because it's just a coin meme and its technology just copies Bitcoin. Investing or exploiting Felix is a counter-progress.
The coin meme trend will end soon so let's look at projects with new technology that have practical applications.
full member
Activity: 407
Merit: 101
"blocks": 12336

why change?

full member
Activity: 938
Merit: 159
hi hi hi the bad copy of the dogecoin the cat / felixcoin, in fact they would need more information, do they have social networks? is the coin minable? are there pools? or just from the wallet? or only through the nodes?
definitively solved the problems with the blockchain?
member
Activity: 450
Merit: 10


The problem was that old chain just stops, so it was restarted with the new chain id. Old blocks are lost. It's interesting why it happened in the first place.

The old chain works fine.. blocks are moving at the moment. WE can change the aux pow info without having to restart chain, there is a way to do so
newbie
Activity: 20
Merit: 0
Nice. The blockchain looks stable now, lets see where it goes.
As it turns out, not really stable.
It just stops yesterday for no reason after block 12299.
Node restarting does not help.
Also changing chain id made nodes ignore old blocks.

As for the mining pools - I think you must recompile new version with the new chain id.


I would think that you can't just change the ChainID in-flight without further changes to the code.
Didn't check your source, but on Doge it would need quite a few changes to make that happen when the chain already has blocks with the old ChainID.

The problem was that old chain just stops, so it was restarted with the new chain id. Old blocks are lost. It's interesting why it happened in the first place.
legendary
Activity: 1612
Merit: 1608
精神分析的爸
Nice. The blockchain looks stable now, lets see where it goes.
As it turns out, not really stable.
It just stops yesterday for no reason after block 12299.
Node restarting does not help.
Also changing chain id made nodes ignore old blocks.

As for the mining pools - I think you must recompile new version with the new chain id.


I would think that you can't just change the ChainID in-flight without further changes to the code.
Didn't check your source, but on Doge it would need quite a few changes to make that happen when the chain already has blocks with the old ChainID.
newbie
Activity: 20
Merit: 0
Nice. The blockchain looks stable now, lets see where it goes.
As it turns out, not really stable.
It just stops yesterday for no reason after block 12299.
Node restarting does not help.
Also changing chain id made nodes ignore old blocks.

As for the mining pools - I think you must recompile new version with the new chain id.
newbie
Activity: 20
Merit: 0
Blockchain stop producing blocks as block 12299.

Have to restart it.

Also AuxPoW Chain Id changed to 0x0254; // FE - FElix
full member
Activity: 462
Merit: 102
Any updates here? Still waiting for Discord
full member
Activity: 442
Merit: 100
This looks good.
Good meme coin for the cat lovers.
Do you have a discord and what you plan to do with this coin and roadmap?
Currently it's just a dogecoin copycat, the main goal now is stable working blockchain with minimal deviation from dogecoin itself.
And making Felix recognizable meme cat Grin.


Nice. The blockchain looks stable now, lets see where it goes.
newbie
Activity: 20
Merit: 0
This looks good.
Good meme coin for the cat lovers.
Do you have a discord and what you plan to do with this coin and roadmap?
Currently it's just a dogecoin copycat, the main goal now is stable working blockchain with minimal deviation from dogecoin itself.
And making Felix recognizable meme cat Grin.
sr. member
Activity: 515
Merit: 250
full member
Activity: 442
Merit: 100
This looks good.
Good meme coin for the cat lovers.
Do you have a discord and what you plan to do with this coin and roadmap?
member
Activity: 450
Merit: 10
anyone have this error before  when compiling ? all deps seem to be fine




rpc/server.cpp: In function ‘void RPCServer::OnPreCommand(boost::function)’:
rpc/server.cpp:61:62: error: ‘boost::placeholders’ has not been declared
     g_rpcSignals.PreCommand.connect(boost::bind(slot, boost::placeholders::_1));
                                                              ^
rpc/server.cpp: In function ‘void RPCServer::OnPostCommand(boost::function)’:
rpc/server.cpp:66:63: error: ‘boost::placeholders’ has not been declared
     g_rpcSignals.PostCommand.connect(boost::bind(slot, boost::placeholders::_1));
                                                               ^
rpc/server.cpp: In member function ‘std::vector > CRPCTable::listCommands() const’:
rpc/server.cpp:520:39: error: ‘boost::placeholders’ has not been declared
                                boost::placeholders::_1) );
                                       ^
Makefile:5880: recipe for target 'rpc/libfelixcoin_server_a-server.o' failed

You don't have boost installed or the wrong version is
sr. member
Activity: 515
Merit: 250
anyone have this error before  when compiling ? all deps seem to be fine




rpc/server.cpp: In function ‘void RPCServer::OnPreCommand(boost::function)’:
rpc/server.cpp:61:62: error: ‘boost::placeholders’ has not been declared
     g_rpcSignals.PreCommand.connect(boost::bind(slot, boost::placeholders::_1));
                                                              ^
rpc/server.cpp: In function ‘void RPCServer::OnPostCommand(boost::function)’:
rpc/server.cpp:66:63: error: ‘boost::placeholders’ has not been declared
     g_rpcSignals.PostCommand.connect(boost::bind(slot, boost::placeholders::_1));
                                                               ^
rpc/server.cpp: In member function ‘std::vector > CRPCTable::listCommands() const’:
rpc/server.cpp:520:39: error: ‘boost::placeholders’ has not been declared
                                boost::placeholders::_1) );
                                       ^
Makefile:5880: recipe for target 'rpc/libfelixcoin_server_a-server.o' failed
full member
Activity: 462
Merit: 102
You have a discord etc?
sr. member
Activity: 515
Merit: 250
will add this to the pool Smiley
full member
Activity: 462
Merit: 102
Any mining pools? Or only solo via wallet?
member
Activity: 450
Merit: 10


Even if it is a copycat, maybe you can develop this

You said it yourself, it's a copyCAT

(got it?)



 Grin
full member
Activity: 1904
Merit: 138
★Bitvest.io★ Play Plinko or Invest!
Is it actually AUXPOW like DOGE?
If yes, what's the chain ID?
Currently it's the same as DOGE, and I think I must change it, thank you for question.
And also for creating AuxPoW coins database.

Also, add more details in your OP dev. Even if it is a copycat, maybe you can develop this into something useful. Who knows, right? Curious what will be the lifespan of this coin once it starts trading, if in case this will hit in the market. Good luck!
newbie
Activity: 20
Merit: 0
Is it actually AUXPOW like DOGE?
If yes, what's the chain ID?
Currently it's the same as DOGE, and I think I must change it, thank you for question.
And also for creating AuxPoW coins database.
legendary
Activity: 1612
Merit: 1608
精神分析的爸
Is it actually AUXPOW like DOGE?
If yes, what's the chain ID?

Asking for https://bitcointalksearch.org/topic/overview-scrypt-auxpow-coins-5165107
newbie
Activity: 20
Merit: 0
Network hashrate:    338.369 MH/s
       
I don't think solo mining is currently possible.

and also mining must be enabled in settings file felixcoin.conf

something like

server=1
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
rpcport=8332
gen=1


and then creating and running *.bat file

:loop
   felixcoin-cli.exe generate 1
goto loop
newbie
Activity: 68
Merit: 0
how to mining,seem can't mining with the wallet
member
Activity: 450
Merit: 10
Is it your cat on the pic for real
yes. his name is Felix. really  Grin

Awesome lol, we need more photos!! He's the star!
newbie
Activity: 20
Merit: 0
Is it your cat on the pic for real
yes. his name is Felix. really  Grin
full member
Activity: 1848
Merit: 158
I know there are a lot of projects these days created in response to the doge popularity. But what do you think will be the reason why someone will buy this coin? Just for the sake of collecting coins? The website is not secure, the content is very minimal, nothing substantial. So I guess, this project is like a test project. If people will buy, that's their prerogative.
member
Activity: 450
Merit: 10
newbie
Activity: 20
Merit: 0
Block reward is interesting  Roll Eyes

Block 1-99,000: 0-1,000,000 Felixcoin Reward
Block 100,000 — 144,999: 0-500,000 Felixcoin Reward
Block 145,000 — 199,999: 250,000 Felixcoin Reward
Block 200,000 — 299,999: 125,000 Felixcoin Reward
Block 300,000 — 399,999: 62,500 Felixcoin Reward
Block 400,000 — 499,999: 31,250 Felixcoin Reward
Block 500,000 — 599,999: 15,625 Felixcoin Reward
Block 600,000+: 10,000 Felixcoin Reward

The same as Doge back in 2013.
newbie
Activity: 3
Merit: 0
anyone have an active node list?

cheers'
member
Activity: 450
Merit: 10
Block reward is interesting  Roll Eyes
member
Activity: 450
Merit: 10
I'm a cat guy, count me in!

Building a pool for this! with cat theme (of course)

meow Cool
newbie
Activity: 20
Merit: 0
Website: https://www.felixcoin.org/

Block Explorer: https://www.felx.live/
                       http://findblocks.com/explorer/FELX

addnode=66.29.134.64:21888

Discord: https://discord.gg/Avfh4sMEFr

mining pool: stratum+tcp://findblocks.com:44444 -u -p  c=FELX
Jump to: