Post
Topic
Board Announcements (Altcoins)
Re: [ANN]⚡️⚡️ VFCash - New CPU Mining Algorithm finders-keepers ⚡️⚡️
by
NIKOLAY_TETUS
on 14/07/2019, 21:16:26 UTC
Code:
./compile.sh
rm: cannot remove 'coin': No such file or directory
rm: cannot remove '/usr/bin/coin': No such file or directory
./compile.sh: line 5: gcc: command not found
cp: cannot stat 'coin': No such file or directory
chmod: cannot access '/usr/bin/coin': No such file or directory
Compiled and Installed /usr/bin/coin and /var/log/vfc ;)

I have the same problem. I have no idea where to get "vfc" folder.
Code:
rm: нeвoзмoжнo yдaлить '/usr/bin/coin': Heт тaкoгo фaйлa или кaтaлoгa
rm: нeвoзмoжнo yдaлить '/usr/bin/vfc': Heт тaкoгo фaйлa или кaтaлoгa
cp: нe yдaлocь выпoлнить stat для 'vfc': Heт тaкoгo фaйлa или кaтaлoгa
chmod: нeвoзмoжнo пoлyчить дocтyп к '/usr/bin/vfc': Heт тaкoгo фaйлa или кaтaлoгa
Compiled and Installed /usr/bin/coin and /srv/.vfc or ~/.vfc

But if we check compile.sh we will found this gcc -pthread base58.c crc64.c ecc.c sha3.c main.c -lm -o coin (As suggested by DobroFenix)
It will compiled and we have this:
Code:
nikolay@nikolay-pc:~/VFC-Core$ sudo gcc -pthread base58.c crc64.c ecc.c sha3.c main.c -lm -o coin
[sudo] пapoль для nikolay:           
nikolay@nikolay-pc:~/VFC-Core$ ls
base58.c  base58.h  coin  compile.sh  COPYING.TXT  crc64.c  crc64.h  ecc.c  ecc.h  main.c  README.md  reward.h  sha3.c  sha3.h
nikolay@nikolay-pc:~/VFC-Core$ ./coin
Look's like the blocks.dat cannot be found please make sure you chmod 700 ~/vfc
Sorry you're not on the right chain. Please resync by running ./vfc resync
Directory ~vfc not created and we can't use this command chmod 700 ~/vfc or this ./vfc resync

Finally, we can write ./coin mine and it will work
Code:
6 CPU Cores detected..
Saving mined private keys to .vfc/minted.priv

Mining please wait...
x: 0.18261549 - 0.25296285 - 0.15063931 - 0.31756141
x: 0.27463304 - 0.32010312 - 0.24989971 - 0.16071096
x: 0.16566242 - 0.28275302 - 0.20119589 - 0.28974238
And... We don't have .vfc/minted.priv.
But I really don't know where I can found my wallet and where I can check my coins.