Pages:
Author

Topic: [ANN][CATE] Catecoin - kitties approved currency - page 5. (Read 1395 times)

member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
Don't hesitate to put the links directly  on the main text at 1st page


I appreciate the credits tho  thanks ! Smiley   


But direct links will be easier for common people to click on it and see them as well : p !


I'll add them in few minutes Smiley



https://discord.gg/wHaAbbD

Discord server created Cheesy
member
Activity: 450
Merit: 10
Official Kitty  mining pool
https://catecoinpool.host/    0.1% fees    <--- NEW
Thanks Cheesy


Prrr !   ^o^



Don't hesitate to put the links directly  on the main text at 1st page


I appreciate the credits tho  thanks ! Smiley   


But direct links will be easier for common people to click on it and see them as well : p !

member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
The kitties community requires a litter discord
Let me create one Smiley



Official Kitty  mining pool
https://catecoinpool.host/    0.1% fees    <--- NEW
Thanks Cheesy
member
Activity: 450
Merit: 10

On my laptop it keep compiling.. so.. when it finish I'll tell you if it succeded or no, and if you figure out why it doesn't work for you tell me too Smiley



Oh okk ill wait ty


It worked for the first part for me but after .configure it says that it will build for target OS :  Linux   , and not windows -_- lol i dont know why it does that, ill keep digging and wait for your



btw... isn't your miner too fast... i mean the time is 1 minute... on your blockchain it's crazily too fast.. http://208.167.239.208/

I mean code is  okay.. https://github.com/catecoin-project/catecoin/blob/0ca56de8a520779ca867d2b448f39524209edf44/src/chainparams.cpp#L86

that's weird

Nvm, it will adjust over time to hit the limit,


Oh yes it's fast because it has low difficulty with decent hashrate on it, so blocks comes faster than 1 minute delay



The kitties community requires a litter discord



EDIT:  NEW INFOS + OLD:


------------------------------------------------------------

Official Kitty  mining pool



https://catecoinpool.host/    0.1% fees    <--- NEW

------------------------------------------------------------



Block Explorer:

 http://208.167.239.208/


Catecoin.conf:


https://catecoinpool.host/downloads/catecoin.conf





nodes


149.248.10.178

189.4.67.32

45.77.111.97:9333

45.63.9.40:9333

208.167.239.208:9333

107.191.36.184:9333    <--- NEW




Windows QT + Daemon wallets:

https://catecoinpool.host/downloads/cate._windows.zip    <----  NEW

https://www.virustotal.com/gui/file/7236cdb043b729c485d9f42b5c347bff077a70dfdd445229c30f40a1945f9033/detection  No virus - No trojans





Linux QT + Daemon wallets:


https://catecoinpool.host/downloads/catecoin_wallet_linux.zip   

https://www.virustotal.com/gui/file/175f5796bb11b1e3a17561baba8bb5bd0dc2af182694bd18a55b01ecf2f1b4c9/detection  No virus - No trojans





member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
btw... isn't your miner too fast... i mean the time is 1 minute... on your blockchain it's crazily too fast.. http://208.167.239.208/

I mean code is  okay.. https://github.com/catecoin-project/catecoin/blob/0ca56de8a520779ca867d2b448f39524209edf44/src/chainparams.cpp#L86

that's weird

Nvm, it will adjust over time to hit the limit,



windows wallet  Huh

We are working on it
hero member
Activity: 1484
Merit: 505
 What is/are the commands to run to initiate mining?

I only know the way to mine from a pool

I dont know how to mine from wallet sorry

you can type "generate 1" to mine one block in wallet
windows wallet  Huh
member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
btw... isn't your miner too fast... i mean the time is 1 minute... on your blockchain it's crazily too fast.. http://208.167.239.208/

I mean code is  okay.. https://github.com/catecoin-project/catecoin/blob/0ca56de8a520779ca867d2b448f39524209edf44/src/chainparams.cpp#L86

that's weird



What is/are the commands to run to initiate mining?

I only know the way to mine from a pool

I dont know how to mine from wallet sorry

you can type "generate 1" to mine one block in wallet
member
Activity: 450
Merit: 10
What is/are the commands to run to initiate mining?


Not sure if it works, but worth to try:


On windows:
 


• Open your wallet, and make sure your wallet is connected with a node.

• Close your wallet and create the file catecoin.conf in the folder “%APPDATA%\catecoin”.

• Paste the following text into catecoin.conf and save the file.  N.B:  EDIT  rpc_catecoin    +    rpc_password     for any rpcuser and rpcpassword you'd like

rpcuser=rpc_catecoin
rpcpassword=rpc_password
rpcallowip=127.0.0.1
server=1
listen=1
addnode=149.248.10.178
addnode=189.4.67.32
addnode=45.77.111.97
addnode=208.167.239.208
addnode=45.63.9.40





• Create a .bat file named mine.bat in the same folder where you extracted catecoin-cli.exe and paste the following text into mine.bat:

@echo off
set path_cli=%cd%
cd %path_cli%
echo Press [CTRL+C] to stop mining.
:begin
 catecoin-cli.exe generate 1
goto begin



• Save the file


• Execute mine.bat to start mining







For linux :


Would be the same except change the datadir for the catecoin.conf and of course remove the suffix  " .exe " for catecoin-cli
member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
I dont know why this file is not build  config.site
In:   depends/x86_64-w64-mingw32/share/config.site
I'll try with the one from litecoin or bitcoin and crossing fingers lol

On my laptop it keep compiling.. so.. when it finish I'll tell you if it succeded or no, and if you figure out why it doesn't work for you tell me too Smiley

jr. member
Activity: 107
Merit: 1
Block Explorer:

 http://208.167.239.208/




more nodes :  

What is/are the commands to run to initiate mining?
45.77.111.97:9333

45.63.9.40:9333

208.167.239.208:9333




Linux QT + Daemon wallets:


https://gnark-mining.com/downloads/catecoin_wallet_linux.zip


member
Activity: 450
Merit: 10

Oh my cat! Thank you I'll edit main post to point here.

Meow welcome !


I dont know why this file is not build  config.site

In:   depends/x86_64-w64-mingw32/share/config.site


I'll try with the one from litecoin or bitcoin and crossing fingers lol
member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
Block Explorer:

 http://208.167.239.208/




more nodes :  


45.77.111.97:9333

45.63.9.40:9333

208.167.239.208:9333




Linux QT + Daemon wallets:


https://gnark-mining.com/downloads/catecoin_wallet_linux.zip



Oh my cat! Thank you I'll edit main post to point here.
member
Activity: 450
Merit: 10
Already added it, thanks for notifing.

Okk got it ty



Block Explorer:

 http://208.167.239.208/




more nodes


45.77.111.97:9333

45.63.9.40:9333

208.167.239.208:9333

107.191.36.184:9333




Linux QT + Daemon wallets:


https://gnark-mining.com/downloads/catecoin_wallet_linux.zip

member
Activity: 450
Merit: 10
Can't compile Windows wallet there are missing files in the rep GitHub.


I've tried with many methods and they all failed for :

Preprocessing qt...
cp: cannot stat 'mingw-uuidof.patch': No such file or directory
cp: cannot stat 'pidlist_absolute.patch': No such file or directory
cp: cannot stat 'fix-xcb-include-order.patch': No such file or directory
cp: cannot stat 'fix-cocoahelpers-macos.patch': No such file or directory
cp: cannot stat 'qfixed-coretext.patch': No such file or directory



While when i tried the same methods for compiling the windows wallet of Bitcoin or Litecoin, it worked perfectly.


So you will have to check pls what could be missing in the files =p ty

Saw it now. =( I think that know what may be the problem, i'll try to replace catecoin's depends folder with litecoin's, it should work

Oh ok cool thanks !
member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
Bugfix pushed to github, https://github.com/catecoin-project/catecoin

if you will still have problems (i don't have now) try removing depends/ and add depends/ from litecoin 0.16.

but i think that this update solve everything

You removed by mistake the Makefile file =p

Already added it, thanks for notifing.
member
Activity: 450
Merit: 10
Bugfix pushed to github, https://github.com/catecoin-project/catecoin

if you will still have problems (i don't have now) try removing depends/ and add depends/ from litecoin 0.16.

but i think that this update solve everything

You removed by mistake the Makefile file =p
member
Activity: 194
Merit: 10
🌍 mrcyjanek.net
Can't compile Windows wallet there are missing files in the rep GitHub.


I've tried with many methods and they all failed for :

Preprocessing qt...
cp: cannot stat 'mingw-uuidof.patch': No such file or directory
cp: cannot stat 'pidlist_absolute.patch': No such file or directory
cp: cannot stat 'fix-xcb-include-order.patch': No such file or directory
cp: cannot stat 'fix-cocoahelpers-macos.patch': No such file or directory
cp: cannot stat 'qfixed-coretext.patch': No such file or directory



While when i tried the same methods for compiling the windows wallet of Bitcoin or Litecoin, it worked perfectly.


So you will have to check pls what could be missing in the files =p ty

Saw it now. =( I think that know what may be the problem, i'll try to replace catecoin's depends folder with litecoin's, it should work

Oh ok cool thanks !

Bugfix pushed to github, https://github.com/catecoin-project/catecoin

if you will still have problems (i don't have now) try removing depends/ and add depends/ from litecoin 0.16.

but i think that this update solve everything



As written by the OP, this coin is for fun. So don't take it too seriously. If people will shell out money for this, I don't know anymore. It is very obvious that this will not take long to survive here. Maybe, if this will get listed, there will be pump and dump, then it is gone!

Probably you are right Smiley

but there's little chance that it will give enough fun to survive for a bit longer.
member
Activity: 450
Merit: 10
Thanks for making the attempt to help Windows users...could you help compile wallet for linux then?


https://gnark-mining.com/downloads/catecoin_wallet_linux.zip
hero member
Activity: 1484
Merit: 505
Need windows wallet !!!
I'm building one too, I'll post link when it finish compiling
Ok Smiley
full member
Activity: 1904
Merit: 138
★Bitvest.io★ Play Plinko or Invest!
As written by the OP, this coin is for fun. So don't take it too seriously. If people will shell out money for this, I don't know anymore. It is very obvious that this will not take long to survive here. Maybe, if this will get listed, there will be pump and dump, then it is gone!
Pages:
Jump to: