Bitcoin Forum
May 22, 2024, 07:11:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
Author Topic: [ANN][SHC] ShinyCoin █First ever RAMHOG algo Pow/Pos █NO ASIC/GPU | Whitepaper  (Read 58382 times)
ekoja
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 21, 2014, 11:41:03 AM
 #161

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.
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 21, 2014, 11:44:40 AM
 #162

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.

ekoja
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 21, 2014, 11:46:41 AM
 #163

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?
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 21, 2014, 11:50:49 AM
 #164

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.

ekoja
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 21, 2014, 11:51:47 AM
 #165

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?
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 21, 2014, 03:51:14 PM
 #166

I have a stratum pool ready for this coin, testing it ATM. PM if you want to join.

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 21, 2014, 04:40:15 PM
 #167

Block explorer http://shinychain.org/ is BROKEN!

Its not showing correct balance.
PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
June 21, 2014, 04:57:53 PM
 #168

...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 ??
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 21, 2014, 05:02:06 PM
 #169

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

PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
June 21, 2014, 05:03:08 PM
 #170

...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 ??
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
June 21, 2014, 05:27:41 PM
 #171

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 .
PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
June 21, 2014, 06:02:09 PM
Last edit: June 21, 2014, 06:23:46 PM by PVmining
 #172

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?
ekoja
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 21, 2014, 06:27:42 PM
 #173

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).
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
June 21, 2014, 07:59:24 PM
 #174

...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. .
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 21, 2014, 09:24:35 PM
 #175

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

grsearch
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
June 21, 2014, 11:06:05 PM
 #176

http://gyazo.com/7eef6bb16f3539c199edaacd715bb577
The Shinycoin-Qt-Win-64-bit-v0.2 has error

thisisverypointless
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
June 21, 2014, 11:15:21 PM
 #177

http://gyazo.com/7eef6bb16f3539c199edaacd715bb577
The Shinycoin-Qt-Win-64-bit-v0.2 has error



Can confirm also getting the same error

sunnyprince (OP)
Member
**
Offline Offline

Activity: 64
Merit: 10

Shinycoin developer


View Profile
June 22, 2014, 01:13:03 AM
 #178

I have just posted the first info transactions on the ShinyCoin network.  I claimed the address names "sunnyprince" and "sunny-prince".  Anybody can claim a name that isn't taken yet from an address containing Shinys.  If "Show All" is checked on the Address Book on the Wallet, all named addresses will appear, even if you did not add them:



If you right-click you can view all infos on an address:





Anybody can add infos on their addresses with the "Add Infos" tab, or with the settxinfo/settxinfos rpc calls.
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
June 22, 2014, 01:58:08 AM
 #179

Test pool is up : http://106.3.225.46/
./shinyminer -o stratum+tcp://106.3.225.46:6666 -O ADDRESS:x -t 1

qiuxiang
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
June 22, 2014, 02:00:23 AM
 #180

Test pool is up : http://106.3.225.46/
./shinyminer -o stratum+tcp://106.3.225.46:6666 -O ADDRESS:x -t 1
If i mine in this pool, is there a requirement for 15 g ram?

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 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  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!