Pages:
Author

Topic: Mining the world's first PoW-based NFT by CPU - page 10. (Read 6468 times)

newbie
Activity: 14
Merit: 3
September 21, 2020, 09:51:25 AM
#79
Quote
Question1:
It's not official pool.

Question2:
It depends on how much HAC / how many blocks that miner has mined.

First there's the standard blockchain confirmation, just like Bitcoin. That takes 5 min max.

Then, there's the pool settlement software that handles how and when to pay out miners.

The WP says this: At present, the rules for mining pool settlement and automatic coinage are: every block excavated counts a statistical period, and settles once, and the mined coins are distributed in proportion to all participating computing power in the period. If there are more than 2 reward shares, 10 blocks will be credited into the account in 50 minutes, 0.2 blocks will be credited in 8.3 hours, and 0.02 blocks will be credited in 3.5 days.

The more blocks that you mine the faster your coins will get confirmed and paid out.

Question3:
delete “hacash_mainnet_data”


1) Thanks for that clarification! I found is that the wallet creation page of hacashpool (wallet*hacashpool*com) is NOT secure, but https://wallet.hacash.org/ is. They look almost the same, so watch out! Don't know how that affects the credibility of hacashpool  Undecided
2) I got paid, seems like payment is carried out 1x per day by the pool
3) I did, still didn't work on win/linux EDIT: Interestingly, after creating a new wallet address, the block download works. Strange.
newbie
Activity: 177
Merit: 0
September 21, 2020, 04:23:38 AM
#78
[8:20 UTC 9/21/2020]
Total hash power of Hacash: 229.83MH/s
Active Miners of HacPool: 244
HacPool top address has mined $HAC: ㄜ696:248

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/
Video Tutorial: https://vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 21, 2020, 12:59:33 AM
#77
Something is very odd here. I mined few hours HAC on the (official?) pool "hacashpool".

On the pool, one moment I had over 92 million :240 HAC unconfirmed, but when I came back half an hour later, it had shrunk to 2 million :240 HAC unconfirmed (Nope, it didn't just become comfirmed and consequently vanished from the unconfirmed column).
Where did that amount go?
Also, my Ryzen 2700X has a significantly lower hashrate than my i5-8159U, which is very unlikely, too.

EDIT: The unconfirmed balance seemingly went to "DeservedBalance", which isn't even shown on http://miner.hacashpool.com/. Decreasing balance and not telling where it went probably isn't the best way to attract new miners Wink

Does anyone know in which frequency the pool cashes out to miners?


On another topic, the solo miner seems broken.

example output:
Code:
do mining... block height: 2996, txs: 0, prev: 0000009a713bb11815c88af4203e9943..., difficulty: 3892314048, size: 0.000000kb, time: 09/20 01:02:46
⬤ mining new block height: 2996, txs: 0, hash: 0000001e843b2248315b0e4cc43f617c871c74f107cd9e8cdc7e5ba8809a8b26, coinbase: 1********************** + ㄜ1:248, successfully!
when it's supposed to sync the chain. It doesn't download anything.

Question1:
It's not official pool.

Question2:
It depends on how much HAC / how many blocks that miner has mined.

First there's the standard blockchain confirmation, just like Bitcoin. That takes 5 min max.

Then, there's the pool settlement software that handles how and when to pay out miners.

The WP says this: At present, the rules for mining pool settlement and automatic coinage are: every block excavated counts a statistical period, and settles once, and the mined coins are distributed in proportion to all participating computing power in the period. If there are more than 2 reward shares, 10 blocks will be credited into the account in 50 minutes, 0.2 blocks will be credited in 8.3 hours, and 0.02 blocks will be credited in 3.5 days.

The more blocks that you mine the faster your coins will get confirmed and paid out.

Question3:
delete “hacash_mainnet_data”
newbie
Activity: 14
Merit: 3
September 19, 2020, 04:36:32 PM
#76
Something is very odd here. I mined few hours HAC on the (official?) pool "hacashpool".

On the pool, one moment I had over 92 million :240 HAC unconfirmed, but when I came back half an hour later, it had shrunk to 2 million :240 HAC unconfirmed (Nope, it didn't just become comfirmed and consequently vanished from the unconfirmed column).
Where did that amount go?
Also, my Ryzen 2700X has a significantly lower hashrate than my i5-8159U, which is very unlikely, too.

EDIT: The unconfirmed balance seemingly went to "DeservedBalance", which isn't even shown on http://miner.hacashpool.com/. Decreasing balance and not telling where it went probably isn't the best way to attract new miners Wink

Does anyone know in which frequency the pool cashes out to miners?


On another topic, the solo miner seems broken.

example output:
Code:
do mining... block height: 2996, txs: 0, prev: 0000009a713bb11815c88af4203e9943..., difficulty: 3892314048, size: 0.000000kb, time: 09/20 01:02:46
⬤ mining new block height: 2996, txs: 0, hash: 0000001e843b2248315b0e4cc43f617c871c74f107cd9e8cdc7e5ba8809a8b26, coinbase: 1********************** + ㄜ1:248, successfully!
when it's supposed to sync the chain. It doesn't download anything.
newbie
Activity: 177
Merit: 0
September 18, 2020, 11:50:08 AM
#75
how much hashrate for ryzen 5 3600?
https://i.imgur.com/fLoo81P.jpg

That's the speed I get at 2600. I do not know how to interpret it.


Question to KenYou: I still can't figure out what algorithm your coin is based on. On the basis of which miner was your (diamondminer?) created? Are there any settings for this miner? Judging by the .conf they are not... Is there a summary of hashrate for different CPUs?

function X16RS_HASH( prevhash_buf, stuff_buf )
{
    function SHA3_256(a){ return crypto.randomBytes(32) } // suppose
    var hashfuncs = [ // suppose
        function Blake(a){ return crypto.randomBytes(32) },
        function BMW(a){ return crypto.randomBytes(32) },
        function Groestl(a){ return crypto.randomBytes(32) },
        function Jh(a){ return crypto.randomBytes(32) },
        function Keccak(a){ return crypto.randomBytes(32) },
        function Skein(a){ return crypto.randomBytes(32) },
        function Luffa(a){ return crypto.randomBytes(32) },
        function Cubehash(a){ return crypto.randomBytes(32) },
        function Shavite(a){ return crypto.randomBytes(32) },
        function Simd(a){ return crypto.randomBytes(32) },
        function Echo(a){ return crypto.randomBytes(32) },
        function Hamsi(a){ return crypto.randomBytes(32) },
        function Fugue(a){ return crypto.randomBytes(32) },
        function Shabal(a){ return crypto.randomBytes(32) },
        function Whirlpool(a){ return crypto.randomBytes(32) },
        function SHA512(a){ return crypto.randomBytes(32) },
    ]
    var hashloopnum = hashfuncs.length
    , stephashs = []
    for(var i=0; i        var funcidx = prevhash_buf.readUInt8(31) % hashloopnum
        // console.log(funcidx)
        prevhash_buf = stuff_buf = hashfuncs[funcidx](stuff_buf)
        stephashs.push(stuff_buf)
        // console.log(stuff_buf.toString('hex'))
        // console.log('----')
    }
    stuff_buf =  Buffer.concat(stephashs, hashloopnum*32)
    return SHA3_256(stuff_buf)
}

And check out the full node on https://hacash.org/
newbie
Activity: 177
Merit: 0
September 18, 2020, 01:16:24 AM
#74
[5:15 UTC 9/18/2020]
Total hash power of Hacash: 165.98MH/s ⬇️-46.46
Active Miners of HacPool: 246 ⬆️+18
HacPool top address has mined $HAC: ㄜ693:248 ⬆️+2

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/

Video Tutorial: https://vimeo.com/449931688
sr. member
Activity: 1358
Merit: 267
Degens.bet - On-chain 1000x Futures
September 17, 2020, 10:06:26 AM
#73
how much hashrate for ryzen 5 3600?


That's the speed I get at 2600. I do not know how to interpret it.


Question to KenYou: I still can't figure out what algorithm your coin is based on. On the basis of which miner was your (diamondminer?) created? Are there any settings for this miner? Judging by the .conf they are not... Is there a summary of hashrate for different CPUs?
jr. member
Activity: 297
Merit: 3
September 17, 2020, 08:07:36 AM
#72
how much hashrate for ryzen 5 3600?
newbie
Activity: 177
Merit: 0
September 17, 2020, 01:52:45 AM
#71
[5:50 UTC 9/17/2020]
Total hash power of Hacash: 211.44MH/s ⬇️-28.83
Active Miners of HacPool: 228 ⬆️+7
HacPool top address has mined $HAC: ㄜ691:248

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/

Video Tutorial: https://vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 16, 2020, 01:23:35 AM
#70
HacashPool will increase its mining power September 16th starting at 8am PST. Equals more payout for all miners in the pool.

HacashPool Telegram: https://t.me/HacashPool
newbie
Activity: 177
Merit: 0
September 16, 2020, 01:10:05 AM
#69
[5:00 UTC 9/16/2020]
Total hash power of Hacash: 240.27MH/s ⬇️-1.69
Active Miners of HacPool: 221 ⬆️+31
HacPool top address has mined $HAC: ㄜ1249:248 ⬆️+47

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/

Video Tutorial: https://vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 14, 2020, 10:23:19 AM
#68
I was interested in this coin. Where can I find out more information on how to earn this HAC coin?

https://medium.com/@CryptoKenYou/what-is-hacash-52bcd7b438ea
newbie
Activity: 177
Merit: 0
newbie
Activity: 177
Merit: 0
September 14, 2020, 01:01:43 AM
#66
[5:00 UTC 9/14/2020]
Total hash power of Hacash: 236.14MH/s ⬇️-51.83
Active Miners of HacPool: 200 ⬆️+10
HacPool top address has mined $HAC: ㄜ1216:248⬆️+38

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/

Video Tutorial: https://vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 13, 2020, 04:07:32 AM
#65
[8:00 UTC 9/13/2020]
Total hash power of Hacash: 287.52MH/s ⬆️+53.79
Active Miners of HacPool: 190 ⬆️+4
HacPool top address has mined $HAC: ㄜ1178:248 ⬆️+34

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/
Video Tutorial: https://vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 12, 2020, 03:46:34 AM
#64
[7:40 UTC 9/12/2020]
Total hash power of Hacash: 233.73MH/s ⬆️+6.94
Active Miners of HacPool: 186 ⬆️+4
HacPool top address has mined $HAC: ㄜ1144:248 ⬆️+55

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/

Video Tutorial: vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 11, 2020, 02:02:18 AM
#63
[5:20 UTC 9/11/2020]
Total hash power of Hacash: 26.79MH/s ⬆️+51.94
Active Miners of HacPool: 182 ⬇️-8
HacPool top address has mined $HAC: ㄜ1089:248 ⬆️+48

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/

Video Tutorial: vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 10, 2020, 01:16:14 AM
#62
[5:10 UTC 9/10/2020]
Total hash power of Hacash: 174.85MH/s ⬇️-26.08
Active Miners of HacPool: 190 ⬇️-42
HacPool top address has mined $HAC: ㄜ1041:248 ⬆️+49

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/

Video Tutorial: https://vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 09, 2020, 01:54:38 AM
#61
[5:50 UTC 9/9/2020]
Total hash power of Hacash: 200.93MH/s ⬆️+23.37
Active Miners of HacPool: 232 ⬆️+1
HacPool top address has mined $HAC: ㄜ992:248 ⬆️+92

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/
Video Tutorial: https://vimeo.com/449931688
newbie
Activity: 177
Merit: 0
September 07, 2020, 08:28:20 AM
#60
[12:25 UTC 9/7/2020]
Total hash power of Hacash: 177.56MH/s ⬇️-39.22
Active Miners of HacPool: 231 ⬆️+14
HacPool top address has mined $HAC: ㄜ900:248 ⬆️+54

Miner setup takes less than 10 minutes: http://hacashpool.com/start-mining/
Pages:
Jump to: