Pages:
Author

Topic: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper - page 37. (Read 58444 times)

member
Activity: 95
Merit: 10
newbie
Activity: 12
Merit: 0
hero member
Activity: 616
Merit: 500
...i give it a try...
a few questions:

a) why the wallet is taking 15GB ram with this conf while i mine with sandors miner?
Code:
gen=0    # 0 if you don't want to mine
mint=1   # for proof of stake

ramhogthreads=1  # 15 GB per thread

b) is it possible to see the network hashrate somewhere?


a) Because the wallet is verifying blocks, this requires hashing the block header with ramhog, and it's faster to keep the 15GB allocated than to allocate and free it every time.
b) Don't think so, haven't seen that.

Regarding to a), I think if verifying a block validity requires so much resource then even a child can shut down this network with a simple DDoS attach. Our best computers can do about 50 hash/s. I guess flooding the network with more than 50 invalid block/s it's not so hard to do, then the attacked nodes will slow down significantly. A good hacker can manipulate the network easily. Let me know if I'm wrong. .

Yes, DDos'ing is very harsh on the network, but it will also getting you banned instantly.
Code:
    if (IsProofOfWork() && fCheckPoWHash && !CheckProofOfWork(GetPoWHash(), nBits))
        return DoS(500, error("CheckBlock() : proof of work failed"));
Note that it gives a 500 penalty points, much higher than the default 100.
sr. member
Activity: 291
Merit: 250
...i give it a try...
a few questions:

a) why the wallet is taking 15GB ram with this conf while i mine with sandors miner?
Code:
gen=0    # 0 if you don't want to mine
mint=1   # for proof of stake

ramhogthreads=1  # 15 GB per thread

b) is it possible to see the network hashrate somewhere?


a) Because the wallet is verifying blocks, this requires hashing the block header with ramhog, and it's faster to keep the 15GB allocated than to allocate and free it every time.
b) Don't think so, haven't seen that.

Regarding to a), I think if verifying a block validity requires so much resource then even a child can shut down this network with a simple DDoS attach. Our best computers can do about 50 hash/s. I guess flooding the network with more than 50 invalid block/s it's not so hard to do, then the attacked nodes will slow down significantly. A good hacker can manipulate the network easily. Let me know if I'm wrong. .
hero member
Activity: 700
Merit: 500
c) why http://www.shinychain.org/shc shows already the block 436 - and my wallet 432 ??

...stupid. my wallet was a little of sync all the time. wasted some hash.
...and again - after half an hour getmininginfo shows 456, the net chain shows 458.


@primer. you hate this coin and have a shinycoin node... mmmh?


so I said he is a funny guy (doubi).
sr. member
Activity: 330
Merit: 252
c) why http://www.shinychain.org/shc shows already the block 436 - and my wallet 432 ??

...stupid. my wallet was a little of sync all the time. wasted some hash.
...and again - after half an hour getmininginfo shows 456, the net chain shows 458.


@primer. you hate this coin and have a shinycoin node... mmmh?
legendary
Activity: 1092
Merit: 1000
I'm seeing hundreds of amazon IPs connected to my node Smiley I pitty the fool spending $$$ on this shit coin..
EDIT:...and what is wrong with the algo, 15min block than BAM, 4 blocks in a row in under 2 minutes... diff retargeting obviously not working .
sr. member
Activity: 330
Merit: 252
...i give it a try...
a few questions:

a) why the wallet is taking 15GB ram with this conf while i mine with sandors miner?
Code:
gen=0    # 0 if you don't want to mine
mint=1   # for proof of stake

ramhogthreads=1  # 15 GB per thread

b) is it possible to see the network hashrate somewhere?


a) Because the wallet is verifying blocks, this requires hashing the block header with ramhog, and it's faster to keep the 15GB allocated than to allocate and free it every time.
b) Don't think so, haven't seen that.

you are fast man - thanks :O)
faster than my edit:

c) why http://www.shinychain.org/shc shows already the block 436 - and my wallet 432 ??
hero member
Activity: 616
Merit: 500
...i give it a try...
a few questions:

a) why the wallet is taking 15GB ram with this conf while i mine with sandors miner?
Code:
gen=0    # 0 if you don't want to mine
mint=1   # for proof of stake

ramhogthreads=1  # 15 GB per thread

b) is it possible to see the network hashrate somewhere?


a) Because the wallet is verifying blocks, this requires hashing the block header with ramhog, and it's faster to keep the 15GB allocated than to allocate and free it every time.
b) Don't think so, haven't seen that.
sr. member
Activity: 330
Merit: 252
...i give it a try...
a few questions:

a) why the wallet is taking 15GB ram with this conf while i mine with sandors miner?
Code:
gen=0    # 0 if you don't want to mine
mint=1   # for proof of stake

ramhogthreads=1  # 15 GB per thread

b) is it possible to see the network hashrate somewhere?

c) why http://www.shinychain.org/shc shows already the block 436 - and my wallet 432 ??
legendary
Activity: 1092
Merit: 1000
Block explorer http://shinychain.org/ is BROKEN!

Its not showing correct balance.
hero member
Activity: 616
Merit: 500
I have a stratum pool ready for this coin, testing it ATM. PM if you want to join.
hero member
Activity: 700
Merit: 500
Miner binaries have been updated, optimizations applied and performance is boosted!
Linux : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Win x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
I am getting ~40 H/m on 8-core Linux machine.

source code is better.
I can't use it with -t 4.
The usage of cpu is few.

Works fine here.



Source will be provided soon.

could you please give an conf file example?

Code:
{
        "url" : "http://127.0.0.1:PORT",
        "user" : "shinycoinrpc",
        "pass" : "shinycoinpass",
        "threads" : 4
}

Really straightforward.

thanks. But I mean the shinycoin.conf...  How do you set in it?
hero member
Activity: 616
Merit: 500
Miner binaries have been updated, optimizations applied and performance is boosted!
Linux : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Win x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
I am getting ~40 H/m on 8-core Linux machine.

source code is better.
I can't use it with -t 4.
The usage of cpu is few.

Works fine here.



Source will be provided soon.

could you please give an conf file example?

Code:
{
        "url" : "http://127.0.0.1:PORT",
        "user" : "shinycoinrpc",
        "pass" : "shinycoinpass",
        "threads" : 4
}

Change PORT to shinycoin RPC port.
Really straightforward.
hero member
Activity: 700
Merit: 500
Miner binaries have been updated, optimizations applied and performance is boosted!
Linux : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Win x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
I am getting ~40 H/m on 8-core Linux machine.

source code is better.
I can't use it with -t 4.
The usage of cpu is few.

Works fine here.



Source will be provided soon.

could you please give an conf file example?
hero member
Activity: 616
Merit: 500
Miner binaries have been updated, optimizations applied and performance is boosted!
Linux : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Win x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
I am getting ~40 H/m on 8-core Linux machine.

source code is better.
I can't use it with -t 4.
The usage of cpu is few.

Works fine here.



Source will be provided soon.
hero member
Activity: 700
Merit: 500
Miner binaries have been updated, optimizations applied and performance is boosted!
Linux : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Win x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
I am getting ~40 H/m on 8-core Linux machine.

source code is better.
I can't use it with -t 4.
The usage of cpu is few.
newbie
Activity: 42
Merit: 0
Miner binaries have been updated, optimizations applied and performance is boosted!
Linux : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Win x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
I am getting ~40 H/m on 8-core Linux machine.

Is there source code for pool client I can compile?
hero member
Activity: 616
Merit: 500
Miner binaries have been updated, optimizations applied and performance is boosted!
Linux : https://www.dropbox.com/s/dbfxvmoryekyq5i/shinyminer
Win x64 : https://www.dropbox.com/s/0l4hjypmrg48x6t/shinyminer.zip
I am getting ~40 H/m on 8-core Linux machine.
member
Activity: 84
Merit: 10
i think this is a shit coin with a shit idea and innovation Cry
Pages:
Jump to: