Bitcoin Forum
June 25, 2024, 04:09:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
  Print  
Author Topic: [ANN] BHCoin - New "PHI1612" PoW/PoS Algorithm | The fastest GPU Mining Algo  (Read 35570 times)
Saverenergy
Full Member
***
Offline Offline

Activity: 728
Merit: 100


View Profile
October 08, 2017, 01:27:15 PM
 #281

can you put a countdown so we can have it clear when will be released exactly? thanks
http://luxcoin.tech/#
AnatolySSS
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
October 08, 2017, 01:39:50 PM
 #282

Good luck Dev. I will be watching this project   Grin
garytheasshole
Full Member
***
Offline Offline

Activity: 406
Merit: 105


Chosŏn Minjujuŭi Inmin Konghwaguk


View Profile WWW
October 08, 2017, 01:56:13 PM
 #283


Yeah, unfortunate choice of port number triggers AVs, should really change that.

216k155 (OP)
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 08, 2017, 03:15:34 PM
 #284

UPDATE

Upgraded test version V4 - Successfully initilised masternodes. Upgraded coin source.

Testing v4.0 is on my github.
FreeZe_85
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
October 08, 2017, 03:27:22 PM
 #285

UPDATE

Upgraded test version V4 - Successfully initilised masternodes. Upgraded coin source.

Testing v4.0 is on my github.

Tell us about total coin emission. Everyone wants to know.
DarumaSPB
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile WWW
October 08, 2017, 04:43:38 PM
 #286

UPDATE

Upgraded test version V4 - Successfully initilised masternodes. Upgraded coin source.

Testing v4.0 is on my github.

pls read pm  Cry Cry Cry

★★★★★ BSOD.PW ★★★★★
SHARED, SOLO and PARTY MINING
Android AppTwitterDiscordTelegram
easyfl
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile WWW
October 08, 2017, 05:04:36 PM
 #287

where we can download new wallet (lux) and ccminer latest versiyon for pihi?

and what will be the total supply? everybody talks about % 10 premined 7.5 million and also +%50 coming soon for which is % 15 premine?


we wait answers from dev.



Based on the current source total number of coins is 100 million with 7.5 million premine from the genesis block.

Code:
   if(pindexBest->nHeight <= 1) {
        nSubsidy = 7500000 * COIN;                
    } else if(pindexBest->nHeight <= 500000) {
        nSubsidy = 100 * COIN;                     //50m
    } else if(pindexBest->nHeight <= 1000000) {
        nSubsidy = 50 * COIN;                      //25m
    } else {
        nSubsidy = 1 * COIN;
    }
Code:
static const int64_t COIN = 100000000;

PoS after block 10000 50% per year
Code:
static const int64_t COIN_YEAR_REWARD = 50 * CENT; // 50% per year 

oh my..

Ellaism and it's perfection: https://wiki.ellaism.org/about/comparison
octavarium
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500



View Profile
October 08, 2017, 05:26:37 PM
 #288

Code:
{
    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;
}
misterwow
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 08, 2017, 06:41:59 PM
 #289

Good day. My wallet status - out of sync. How i can decide this problem?
sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
October 08, 2017, 06:47:08 PM
 #290

Good day. My wallet status - out of sync. How i can decide this problem?

addnode=45.63.25.110:6666
addnode=175.130.123.23:6666
addnode=153.136.110.21:6666
addnode=107.181.174.211:6666
addnode=24.225.176.183:6666
bfons
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
October 08, 2017, 06:49:31 PM
 #291

Code:
{

    }
        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
    }
 
}


Thats pretty awesome
misterwow
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 08, 2017, 07:33:27 PM
 #292

Good day. My wallet status - out of sync. How i can decide this problem?

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

write - 2 days behind....
sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
October 08, 2017, 08:12:37 PM
 #293

Good day. My wallet status - out of sync. How i can decide this problem?

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

write - 2 days behind....
getpeerinfo


23:11:08

[
{
"addr" : "45.63.25.110:6666",
"addrlocal" : "185.12.69.79:1420",
"services" : "00000001",
"lastsend" : 1507493452,
"lastrecv" : 1507493452,
"bytessent" : 65572,
"bytesrecv" : 206259,
"conntime" : 1507488168,
"timeoffset" : 11,
"pingtime" : 0.40560100,
"version" : 70000,
"subver" : "/Lux:1.0.0/",
"inbound" : false,
"startingheight" : 3550,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "175.130.123.23:6666",
"addrlocal" : "185.12.69.79:1430",
"services" : "00000001",
"lastsend" : 1507493359,
"lastrecv" : 1507493360,
"bytessent" : 36318,
"bytesrecv" : 36904,
"conntime" : 1507488197,
"timeoffset" : 11,
"pingtime" : 0.70321600,
"version" : 70000,
"subver" : "/Lux:1.0.0/",
"inbound" : false,
"startingheight" : 3550,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "107.181.174.211:6666",
"addrlocal" : "185.12.69.79:1458",
"services" : "00000001",
"lastsend" : 1507493362,
"lastrecv" : 1507493362,
"bytessent" : 23811,
"bytesrecv" : 4855,
"conntime" : 1507488198,
"timeoffset" : 12,
"pingtime" : 0.23041200,
"version" : 70000,
"subver" : "/Bhcoin:1.0.0/",
"inbound" : false,
"startingheight" : 1,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "24.225.176.183:6666",
"addrlocal" : "185.12.69.79:1463",
"services" : "00000001",
"lastsend" : 1507493367,
"lastrecv" : 1507493367,
"bytessent" : 5227,
"bytesrecv" : 13197,
"conntime" : 1507488204,
"timeoffset" : 12,
"pingtime" : 0.21640500,
"version" : 70000,
"subver" : "/Lux:1.0.0/",
"inbound" : false,
"startingheight" : 3550,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "92.251.4.93:6666",
"addrlocal" : "185.12.69.79:1425",
"services" : "00000001",
"lastsend" : 1507493379,
"lastrecv" : 1507493379,
"bytessent" : 23921,
"bytesrecv" : 5198,
"conntime" : 1507488216,
"timeoffset" : 13,
"pingtime" : 0.37180700,
"version" : 70000,
"subver" : "/Bhcoin:1.0.0/",
"inbound" : false,
"startingheight" : 10,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "118.178.139.196:6666",
"addrlocal" : "185.12.69.79:1429",
"services" : "00000001",
"lastsend" : 1507493425,
"lastrecv" : 1507493425,
"bytessent" : 23257,
"bytesrecv" : 36228,
"conntime" : 1507488261,
"timeoffset" : 11,
"pingtime" : 0.40560100,
"version" : 70000,
"subver" : "/Lux:1.0.0/",
"inbound" : false,
"startingheight" : 3550,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "82.21.57.16:6666",
"services" : "00000001",
"lastsend" : 1507493459,
"lastrecv" : 1507493459,
"bytessent" : 4625,
"bytesrecv" : 12584,
"conntime" : 1507488296,
"timeoffset" : 10,
"pingtime" : 0.17160100,
"version" : 70000,
"subver" : "/Lux:1.0.0/",
"inbound" : false,
"startingheight" : 3550,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "213.32.14.128:6666",
"addrlocal" : "185.12.69.79:1412",
"services" : "00000001",
"lastsend" : 1507493361,
"lastrecv" : 1507493361,
"bytessent" : 15962,
"bytesrecv" : 10108,
"conntime" : 1507488438,
"timeoffset" : 11,
"pingtime" : 0.07800100,
"version" : 70000,
"subver" : "/Lux:1.0.0/",
"inbound" : false,
"startingheight" : 3550,
"banscore" : 0,
"syncnode" : false
}
]
LisaAlisa
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 08, 2017, 08:13:38 PM
 #294

are there any differences between 216k155/ccmier-PHI1612 and anorganix/ccminer-phi ?)
sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
October 08, 2017, 08:40:42 PM
 #295

are there any differences between 216k155/ccmier-PHI1612 and anorganix/ccminer-phi ?)

//  Changes
//      - 01.10.2017
//         - initial release
//
//      - 07.10.2017
//         - speed increase of about 25% due to using a faster GOST implementation
//         - changed default intensity for 10-series cards
LisaAlisa
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 08, 2017, 08:43:52 PM
 #296

are there any differences between 216k155/ccmier-PHI1612 and anorganix/ccminer-phi ?)

//  Changes
//      - 01.10.2017
//         - initial release
//
//      - 07.10.2017
//         - speed increase of about 25% due to using a faster GOST implementation
//         - changed default intensity for 10-series cards

Thanks. Can't compile 07/10/17  Sad
sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
October 08, 2017, 08:45:02 PM
 #297

are there any differences between 216k155/ccmier-PHI1612 and anorganix/ccminer-phi ?)

//  Changes
//      - 01.10.2017
//         - initial release
//
//      - 07.10.2017
//         - speed increase of about 25% due to using a faster GOST implementation
//         - changed default intensity for 10-series cards

Thanks. Can't compile 07/10/17  Sad

error?
LisaAlisa
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 08, 2017, 08:51:51 PM
 #298

are there any differences between 216k155/ccmier-PHI1612 and anorganix/ccminer-phi ?)

//  Changes
//      - 01.10.2017
//         - initial release
//
//      - 07.10.2017
//         - speed increase of about 25% due to using a faster GOST implementation
//         - changed default intensity for 10-series cards

Thanks. Can't compile 07/10/17  Sad

error?

no... Unfortunately, I am far from programming. I downloaded Visual Studio, but i did not understand how to compile  Shocked
sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
October 08, 2017, 08:58:44 PM
 #299

are there any differences between 216k155/ccmier-PHI1612 and anorganix/ccminer-phi ?)

//  Changes
//      - 01.10.2017
//         - initial release
//
//      - 07.10.2017
//         - speed increase of about 25% due to using a faster GOST implementation
//         - changed default intensity for 10-series cards

Thanks. Can't compile 07/10/17  Sad

error?

no... Unfortunately, I am far from programming. I downloaded Visual Studio, but i did not understand how to compile  Shocked


https://github.com/ZiftrCOIN/ccminer/blob/master/build_notes_win.txt
мoжeт пoмoжeт ... Caм тoлькo в yбyнтe кoмпилиpoвaл.
ssdnow
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
October 08, 2017, 09:35:50 PM
 #300

the mining only for Nvidia? and for AMD? when?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!