Pages:
Author

Topic: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo - page 12. (Read 35596 times)

sr. member
Activity: 262
Merit: 250
Dev, total coin Supply?

static const int64_t MAX_MONEY = 50000000 * COIN;

int64_t nSubsidy = 1 * COIN;

    if(pindexBest->nHeight <= 1)
    {
        nSubsidy = 300000 * COIN;                     // Initilised static pre-mine.
    }
        else if(pindexBest->nHeight < 500)             // First halving - Activated instamine protection
    {
        nSubsidy = 1 * COIN;  // ~500
    }
        else if(pindexBest->nHeight < 1000000)         // Second halving - Initilised normal blockchain
    {
        nSubsidy = 10 * COIN;  // ~10m
    }
        else if(pindexBest->nHeight < 1001000)         // Third halving - Superblock wards | Happy Birthday Lux 1 Year | 10/10/2018 | 30 LUX/block reward
    {
        nSubsidy = 30 * COIN;  // ~30,000 reward to miner
    }
        else if(pindexBest->nHeight < 5000000)         // Last halving - Re-activate normal blockchain
    {
        nSubsidy = 10 * COIN;  // ~10m
    }
                else if(pindexBest->nHeight < 6000000) // PoW end block 6m - Reduce block reward | Automatic initilised new blockchain after 6m blocks
    {
        nSubsidy = 10 * COIN;  // ~10m
    }
        else
    {
        nSubsidy = 1 * COIN;
    }
hero member
Activity: 714
Merit: 500
Anyone compile ccminer-PHI1612 successfully in Ubuntu 16.04?

I did:

Code:
git clone https://github.com/216k155/ccmier-PHI1612
./autogen.sh
./configure
./build.sh

but I have error message =

Code:
api.cpp:600:68: fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory



Any clue?

replace "compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h" with "openssl/sha.h" in api.cpp
you can also run "make -j4" instead of "./build.sh"

Thank you very much, sha issue solved. But now I have some weird issue:-

I have no problem to compile ccminer tpruvot and krnlx. Just no idea why phi1612 version had such problem  Huh

run make without -j so we can see where the error is.

Thanks @pallas, here is the error message from make without -j:
Code:
root@IS-56490:~/Downloads/ccminer-phi1612# make
make  all-recursive
make[1]: Entering directory '/root/Downloads/ccminer-phi1612'
Making all in compat
make[2]: Entering directory '/root/Downloads/ccminer-phi1612/compat'
make[3]: Entering directory '/root/Downloads/ccminer-phi1612/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/Downloads/ccminer-phi1612/compat'
make[2]: Leaving directory '/root/Downloads/ccminer-phi1612/compat'
make[2]: Entering directory '/root/Downloads/ccminer-phi1612'
make[2]: *** No rule to make target 'x11/phi.cu', needed by 'x11/phi.o'. Stop.
make[2]: Leaving directory '/root/Downloads/ccminer-phi1612'
Makefile:2169: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/Downloads/ccminer-phi1612'
Makefile:646: recipe for target 'all' failed
make: *** [all] Error 2

Any clue?

Had the same problem. Please switch to linux branch.

Wow, didn't notice about linux branch, it works great now. Thank you very much  Wink
newbie
Activity: 2
Merit: 0
my windows wallet alway say sync with network and 26 hours behind.


i have the same prob, as u. If i'll find a solution, it will  post immediately.
full member
Activity: 350
Merit: 100
XDNA - Most innovative cryptocurrency in 2018
my windows wallet alway say sync with network and 26 hours behind.

full member
Activity: 728
Merit: 100
I think that the mining has been going on for a long time! This is indirectly indicated by the fact that the dev is silent (gone) and everyone shows a different countdown time before the launch.
member
Activity: 72
Merit: 10
How to solo mining Lux coin???
full member
Activity: 211
Merit: 100
sr. member
Activity: 395
Merit: 250
Testnet or not?

{
"version" : "v1.0.0.0216155",
"protocolversion" : 69110,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 725,
"timeoffset" : -5,
"moneysupply" : 602748.00063172,
"connections" : 45,
"proxy" : "",
"ip" : "xxxx",
"difficulty" : {
"proof-of-work" : 76.17096625,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1507557404,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}
full member
Activity: 728
Merit: 100
is this pool scam???
pool.friends-master.net
anyone got payment
Next Payout: 15:16 UTC
full member
Activity: 728
Merit: 100
Who mining on the pool http://pool.friends-master.net? Is it working or test?  Huh

I'm starting to wander same thing. It's a total mess.
Dev pls clarify TESTNET OR NOT ?
It seems to me that this is a working pool! I just did not see an honest start! 724 blocks are already being developed.
member
Activity: 135
Merit: 10
These nodes do not work! Are there any nodes? Grin

addnode=175.130.123.23:6666
addnode=153.136.110.21:6666
addnode=107.181.174.211:6666
addnode=24.225.176.183:6666
addnode=118.178.139.196:6666
addnode=45.63.25.110:6666

full member
Activity: 147
Merit: 100
Anyone compile ccminer-PHI1612 successfully in Ubuntu 16.04?

I did:

Code:
git clone https://github.com/216k155/ccmier-PHI1612
./autogen.sh
./configure
./build.sh

but I have error message =

Code:
api.cpp:600:68: fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory

Any clue?
Check the github, I've posted the problem and solution in Issues.
member
Activity: 72
Merit: 10
is this pool scam???
pool.friends-master.net
anyone got payment
member
Activity: 97
Merit: 10
added to my watch list
newbie
Activity: 29
Merit: 0
newbie
Activity: 56
Merit: 0
i am also disappointed if this is a real mining !
member
Activity: 131
Merit: 20
Who mining on the pool http://pool.friends-master.net? Is it working or test?  Huh

I'm starting to wander same thing. It's a total mess.
Dev pls clarify TESTNET OR NOT ?
sr. member
Activity: 262
Merit: 250
Anyone compile ccminer-PHI1612 successfully in Ubuntu 16.04?

I did:

Code:
git clone https://github.com/216k155/ccmier-PHI1612
./autogen.sh
./configure
./build.sh

but I have error message =

Code:
api.cpp:600:68: fatal error: compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h: No such file or directory



Any clue?

replace "compat/curl-for-windows/openssl/openssl/crypto/sha/sha.h" with "openssl/sha.h" in api.cpp
you can also run "make -j4" instead of "./build.sh"

Thank you very much, sha issue solved. But now I have some weird issue:-

I have no problem to compile ccminer tpruvot and krnlx. Just no idea why phi1612 version had such problem  Huh

run make without -j so we can see where the error is.

Thanks @pallas, here is the error message from make without -j:
Code:
root@IS-56490:~/Downloads/ccminer-phi1612# make
make  all-recursive
make[1]: Entering directory '/root/Downloads/ccminer-phi1612'
Making all in compat
make[2]: Entering directory '/root/Downloads/ccminer-phi1612/compat'
make[3]: Entering directory '/root/Downloads/ccminer-phi1612/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/root/Downloads/ccminer-phi1612/compat'
make[2]: Leaving directory '/root/Downloads/ccminer-phi1612/compat'
make[2]: Entering directory '/root/Downloads/ccminer-phi1612'
make[2]: *** No rule to make target 'x11/phi.cu', needed by 'x11/phi.o'. Stop.
make[2]: Leaving directory '/root/Downloads/ccminer-phi1612'
Makefile:2169: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/Downloads/ccminer-phi1612'
Makefile:646: recipe for target 'all' failed
make: *** [all] Error 2

Any clue?

Had the same problem. Please switch to linux branch.
full member
Activity: 728
Merit: 100
Who mining on the pool http://pool.friends-master.net? Is it working or test?  Huh
member
Activity: 131
Merit: 20
Maybe the pool Op just live fee option by default ?

Pages:
Jump to: