Bitcoin Forum
May 28, 2024, 10:24:18 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)
sbgyuff520
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 07, 2014, 06:19:00 AM
 #521

The wallet was unable to update?
marada
Sr. Member
****
Offline Offline

Activity: 442
Merit: 250


View Profile
July 07, 2014, 06:19:19 AM
Last edit: July 07, 2014, 07:03:30 AM by marada
 #522

Hello,

I got this when attempted to compile the miner:

Code:
ramhog.c:38:102: error: ‘MADV_DONTDUMP’ undeclared (first use in this function)
madvise(pool->scratchpads[i][j], pool->C * sizeof(uint64_t), MADV_RANDOM | MADV_DOFORK | MADV_DONTDUMP | MADV_HUGEPAGE);

Any idea?

Funny macro's names: DOFORK, DONTDUMP Smiley

Edit:

Answering myself.

That are madvice functions
MADV_DONTDUMP works since Linux 3.4 and I have 3.2 kernel.

Edit2: Kernel upgrade didn't help Sad
Bleeckerpub
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 07, 2014, 08:43:17 AM
 #523

Quote
Anyone could make a windows miner?
Please!

God all these windows users always crying about someone spoonfeeding them stuff.  Its a good thing for you people feel bad for windows users and compile stuff for you.  One thing that's for sure nobody compiles the windows binaries actually uses windows as their OS.
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
July 07, 2014, 09:48:48 AM
 #524

Hello,

I got this when attempted to compile the miner:

Code:
ramhog.c:38:102: error: ‘MADV_DONTDUMP’ undeclared (first use in this function)
madvise(pool->scratchpads[i][j], pool->C * sizeof(uint64_t), MADV_RANDOM | MADV_DOFORK | MADV_DONTDUMP | MADV_HUGEPAGE);

Any idea?

Funny macro's names: DOFORK, DONTDUMP Smiley

Edit:

Answering myself.

That are madvice functions
MADV_DONTDUMP works since Linux 3.4 and I have 3.2 kernel.

Edit2: Kernel upgrade didn't help Sad

LMAO about the macro names! Cheesy Cheesy

So, there is absolutely no chance it can work on centos 6 with the stock kernel 2.6. (@primer)


Yea these macros aren't really needed, you can remove 'DOFORK, DONTDUMP'.

primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 07, 2014, 10:08:12 AM
 #525

Yea these macros aren't really needed, you can remove 'DOFORK, DONTDUMP'.

Go ahead and remove DOFORK, dont need it.

Lets not jinx it, keep the DONTDUMP Smiley
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 07, 2014, 10:17:29 AM
 #526

I am getting too many of these :
[2014-07-07 11:50:22] stratum_recv_line failed
[2014-07-07 11:50:22] Stratum connection interrupted
[2014-07-07 11:50:25] thread 0: 7 hashes, 15.66 hash/m
[2014-07-07 11:50:25] thread 1: 7 hashes, 15.65 hash/m
[2014-07-07 11:52:24] Stratum connection timed out
[2014-07-07 11:52:24] Stratum connection interrupted
2014-07-07 12:09:35] stratum_recv_line failed
[2014-07-07 12:09:35] Stratum connection interrupted
[2014-07-07 12:10:21] Stratum requested work restart

Is my hash is being wasted here ?? I am getting  stratum_recv_line failed and Stratum connection interrupted every couple of minutes
sbgyuff520
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
July 07, 2014, 10:32:22 AM
 #527

Can trade in where?
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 07, 2014, 10:33:15 AM
 #528

Can trade in where?

Looking to buy ? 5,000SHC for 1BTC.
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
July 07, 2014, 11:26:46 AM
 #529

I am getting too many of these :
[2014-07-07 11:50:22] stratum_recv_line failed
[2014-07-07 11:50:22] Stratum connection interrupted
[2014-07-07 11:50:25] thread 0: 7 hashes, 15.66 hash/m
[2014-07-07 11:50:25] thread 1: 7 hashes, 15.65 hash/m
[2014-07-07 11:52:24] Stratum connection timed out
[2014-07-07 11:52:24] Stratum connection interrupted
2014-07-07 12:09:35] stratum_recv_line failed
[2014-07-07 12:09:35] Stratum connection interrupted
[2014-07-07 12:10:21] Stratum requested work restart

Is my hash is being wasted here ?? I am getting  stratum_recv_line failed and Stratum connection interrupted every couple of minutes


Turn on -D -P to see if your shares are being processed when they are submitted.

Aricoin_Mike
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
July 07, 2014, 11:47:51 AM
 #530

Can trade in where?

Looking to buy ? 5,000SHC for 1BTC.

Is there any exchange in sight for this coin?
bitspender
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500



View Profile
July 07, 2014, 11:53:49 AM
 #531

Seems like i cant build on ubuntu 12. Anyone has build command?

I'm using
Code:
sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libjansson4 autoconf git make && git clone https://github.com/siklon/shinyminer && cd shinyminer && ./autogen.sh && ./configure CFLAGS="-O3" && make && make install
What error do you get?
Try also installing automake and gcc

This error

Code:
ramhog.c:38:102: error: ‘MADV_DONTDUMP’ undeclared (first use in this function)
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 07, 2014, 12:06:23 PM
 #532

Is it normal not to find a share in well over 30 minutes ??

Code:
2014-07-07 13:38:19] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 13:38:19] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:39:22] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 13:39:22] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 13:39:24] Stratum requested work restart
[2014-07-07 13:39:25] thread 0: 1 hashes, 18.68 hash/m
[2014-07-07 13:39:25] thread 1: 1 hashes, 18.46 hash/m
[2014-07-07 13:40:40] thread 0: 19 hashes, 15.29 hash/m
[2014-07-07 13:40:40] thread 1: 19 hashes, 15.31 hash/m
[2014-07-07 13:41:43] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 13:41:43] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:42:45] thread 1: 16 hashes, 15.31 hash/m
[2014-07-07 13:42:45] thread 0: 16 hashes, 15.31 hash/m
[2014-07-07 13:43:48] thread 1: 16 hashes, 15.28 hash/m
[2014-07-07 13:43:48] thread 0: 16 hashes, 15.28 hash/m
[2014-07-07 13:44:51] thread 1: 16 hashes, 15.31 hash/m
[2014-07-07 13:44:51] thread 0: 16 hashes, 15.31 hash/m
[2014-07-07 13:45:54] thread 0: 16 hashes, 15.28 hash/m
[2014-07-07 13:45:54] thread 1: 16 hashes, 15.27 hash/m
[2014-07-07 13:46:54] stratum_recv_line failed
[2014-07-07 13:46:54] Stratum connection interrupted
[2014-07-07 13:46:56] thread 1: 16 hashes, 15.46 hash/m
[2014-07-07 13:46:56] thread 0: 16 hashes, 15.45 hash/m
[2014-07-07 13:47:59] thread 0: 16 hashes, 15.27 hash/m
[2014-07-07 13:47:59] thread 1: 16 hashes, 15.27 hash/m
[2014-07-07 13:49:01] thread 0: 16 hashes, 15.31 hash/m
[2014-07-07 13:49:01] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:49:50] Stratum requested work restart
[2014-07-07 13:49:52] thread 0: 13 hashes, 15.52 hash/m
[2014-07-07 13:49:52] thread 1: 13 hashes, 15.50 hash/m
[2014-07-07 13:50:55] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:50:55] thread 0: 16 hashes, 15.28 hash/m
[2014-07-07 13:51:29] Stratum requested work restart
[2014-07-07 13:51:29] thread 1: 9 hashes, 15.60 hash/m
[2014-07-07 13:51:29] thread 0: 9 hashes, 15.59 hash/m
[2014-07-07 13:52:32] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 13:52:32] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:53:05] Stratum requested work restart
[2014-07-07 13:53:07] thread 1: 9 hashes, 15.61 hash/m
[2014-07-07 13:53:07] thread 0: 9 hashes, 15.59 hash/m
[2014-07-07 13:53:53] Stratum requested work restart
[2014-07-07 13:53:53] thread 0: 12 hashes, 15.52 hash/m
[2014-07-07 13:53:53] thread 1: 12 hashes, 15.49 hash/m
[2014-07-07 13:54:56] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 13:54:56] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:55:58] thread 0: 16 hashes, 15.31 hash/m
[2014-07-07 13:55:58] thread 1: 16 hashes, 15.31 hash/m
[2014-07-07 13:57:01] thread 1: 16 hashes, 15.31 hash/m
[2014-07-07 13:57:01] thread 0: 16 hashes, 15.29 hash/m
[2014-07-07 13:57:14] stratum_recv_line failed
[2014-07-07 13:57:14] Stratum connection interrupted
[2014-07-07 13:57:16] thread 1: 4 hashes, 15.98 hash/m
[2014-07-07 13:57:16] thread 0: 4 hashes, 16.04 hash/m
[2014-07-07 13:58:19] thread 1: 16 hashes, 15.27 hash/m
[2014-07-07 13:58:23] thread 0: 17 hashes, 15.27 hash/m
[2014-07-07 13:58:56] Stratum requested work restart
[2014-07-07 13:58:58] thread 1: 10 hashes, 15.57 hash/m
[2014-07-07 13:58:58] thread 0: 9 hashes, 15.60 hash/m
[2014-07-07 14:00:00] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 14:00:00] thread 0: 16 hashes, 15.29 hash/m
[2014-07-07 14:01:03] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 14:01:03] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 14:02:06] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 14:02:06] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 14:03:09] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 14:03:09] thread 0: 16 hashes, 15.29 hash/m
[2014-07-07 14:04:11] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 14:04:11] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 14:05:14] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 14:05:14] thread 0: 16 hashes, 15.29 hash/m

EDIT : The same on another server!

Code:
[2014-07-07 13:40:14] stratum_recv_line failed
[2014-07-07 13:40:14] Stratum connection interrupted
[2014-07-07 13:40:15] Stratum requested work restart
[2014-07-07 13:40:15] thread 0: 13 hashes, 15.40 hash/m
[2014-07-07 13:40:15] thread 1: 13 hashes, 15.41 hash/m
[2014-07-07 13:41:18] thread 0: 16 hashes, 15.28 hash/m
[2014-07-07 13:41:18] thread 1: 16 hashes, 15.28 hash/m
[2014-07-07 13:42:21] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 13:42:21] thread 0: 16 hashes, 15.28 hash/m
[2014-07-07 13:43:24] thread 0: 16 hashes, 15.25 hash/m
[2014-07-07 13:43:24] thread 1: 16 hashes, 15.24 hash/m
[2014-07-07 13:44:26] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:44:26] thread 0: 16 hashes, 15.29 hash/m
[2014-07-07 13:45:29] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:45:29] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 13:46:32] thread 0: 16 hashes, 15.29 hash/m
[2014-07-07 13:46:32] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 13:47:35] thread 0: 16 hashes, 15.29 hash/m
[2014-07-07 13:47:35] thread 1: 16 hashes, 15.29 hash/m
[2014-07-07 13:48:38] thread 0: 16 hashes, 15.30 hash/m
[2014-07-07 13:48:38] thread 1: 16 hashes, 15.30 hash/m
[2014-07-07 13:49:40] thread 1: 16 hashes, 15.25 hash/m
[2014-07-07 13:49:40] thread 0: 16 hashes, 15.25 hash/m
[2014-07-07 13:49:50] Stratum requested work restart
[2014-07-07 13:49:52] thread 0: 3 hashes, 16.21 hash/m
[2014-07-07 13:49:52] thread 1: 3 hashes, 16.21 hash/m
[2014-07-07 13:50:40] stratum_recv_line failed
[2014-07-07 13:50:40] Stratum connection interrupted
[2014-07-07 13:50:42] Stratum requested work restart
[2014-07-07 13:50:42] thread 0: 13 hashes, 15.50 hash/m
[2014-07-07 13:50:42] thread 1: 13 hashes, 15.49 hash/m
[2014-07-07 13:51:29] Stratum requested work restart
[2014-07-07 13:51:29] thread 0: 12 hashes, 15.26 hash/m
[2014-07-07 13:51:29] thread 1: 12 hashes, 15.26 hash/m
[2014-07-07 13:52:32] thread 0: 16 hashes, 15.27 hash/m
[2014-07-07 13:52:32] thread 1: 16 hashes, 15.27 hash/m
[2014-07-07 13:53:05] Stratum requested work restart
[2014-07-07 13:53:07] thread 1: 9 hashes, 15.54 hash/m
[2014-07-07 13:53:07] thread 0: 9 hashes, 15.53 hash/m
[2014-07-07 13:53:53] Stratum requested work restart
[2014-07-07 13:53:53] thread 0: 12 hashes, 15.46 hash/m
[2014-07-07 13:53:53] thread 1: 12 hashes, 15.46 hash/m
[2014-07-07 13:54:56] thread 1: 16 hashes, 15.21 hash/m
[2014-07-07 13:54:56] thread 0: 16 hashes, 15.20 hash/m
[2014-07-07 13:55:59] thread 1: 16 hashes, 15.25 hash/m
[2014-07-07 13:55:59] thread 0: 16 hashes, 15.26 hash/m
[2014-07-07 13:57:02] thread 0: 16 hashes, 15.23 hash/m
[2014-07-07 13:57:02] thread 1: 16 hashes, 15.23 hash/m
[2014-07-07 13:58:05] thread 1: 16 hashes, 15.26 hash/m
[2014-07-07 13:58:05] thread 0: 16 hashes, 15.25 hash/m
[2014-07-07 13:58:56] Stratum requested work restart
[2014-07-07 13:58:56] thread 0: 13 hashes, 15.42 hash/m
[2014-07-07 13:58:56] thread 1: 13 hashes, 15.42 hash/m
[2014-07-07 13:59:59] thread 0: 16 hashes, 15.25 hash/m
[2014-07-07 13:59:59] thread 1: 16 hashes, 15.24 hash/m
[2014-07-07 14:01:02] thread 1: 16 hashes, 15.27 hash/m
[2014-07-07 14:01:02] thread 0: 16 hashes, 15.27 hash/m
[2014-07-07 14:01:26] stratum_recv_line failed
[2014-07-07 14:01:26] Stratum connection interrupted
[2014-07-07 14:01:29] thread 0: 7 hashes, 15.71 hash/m
[2014-07-07 14:01:29] thread 1: 7 hashes, 15.66 hash/m
[2014-07-07 14:02:31] thread 0: 16 hashes, 15.26 hash/m
[2014-07-07 14:02:31] thread 1: 16 hashes, 15.26 hash/m
[2014-07-07 14:03:34] thread 1: 16 hashes, 15.27 hash/m
[2014-07-07 14:03:34] thread 0: 16 hashes, 15.26 hash/m
[2014-07-07 14:04:37] thread 0: 16 hashes, 15.25 hash/m
[2014-07-07 14:04:37] thread 1: 16 hashes, 15.25 hash/m
[2014-07-07 14:05:40] thread 0: 16 hashes, 15.27 hash/m
[2014-07-07 14:05:40] thread 1: 16 hashes, 15.27 hash/m
[2014-07-07 14:06:43] thread 1: 16 hashes, 15.28 hash/m
[2014-07-07 14:06:43] thread 0: 16 hashes, 15.28 hash/m


Maybe vardiff is not a good idea ??
SalimNagamato
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 07, 2014, 12:31:20 PM
 #533

wait...
is there a wallet version where i don't need lot of RAM to run it ?
or is it under development ?

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
primer-
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000



View Profile
July 07, 2014, 12:33:08 PM
 #534

wait...
is there a wallet version where i don't need lot of RAM to run it ?
or is it under development ?

Yes, default wallet configuration does not require any RAM unless you want to mine with it.
SalimNagamato
Legendary
*
Offline Offline

Activity: 924
Merit: 1000



View Profile
July 07, 2014, 12:49:37 PM
 #535

wait...
is there a wallet version where i don't need lot of RAM to run it ?
or is it under development ?

Yes, default wallet configuration does not require any RAM unless you want to mine with it.

or maybe i should check the prices in the store...
i wonder how expensive is RAM
and a new CPU Smiley

not hashing, folding and curing (check FLDC merged-folding! reuse good GPUs)
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
July 07, 2014, 03:33:45 PM
 #536

Seems like i cant build on ubuntu 12. Anyone has build command?

I'm using
Code:
sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libjansson4 autoconf git make && git clone https://github.com/siklon/shinyminer && cd shinyminer && ./autogen.sh && ./configure CFLAGS="-O3" && make && make install
What error do you get?
Try also installing automake and gcc

This error

Code:
ramhog.c:38:102: error: ‘MADV_DONTDUMP’ undeclared (first use in this function)

Fixed that, it will know also let you know when Hugepages are enabled, so you will know when to expect a performance boost.

Personally I got a 27% boost by enabling Hugepages (from 22 HPM to 28 HPM).

sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
July 07, 2014, 03:37:01 PM
 #537

Is it normal not to find a share in well over 30 minutes ??

...

EDIT : The same on another server!

...

Maybe vardiff is not a good idea ??

You should be getting 1 share every 3 minutes on all your machines combined, does not matter which IP. It's worker based Vardiff

Bleeckerpub
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 07, 2014, 06:57:24 PM
 #538

Need someone to post a p2pool already.
truckythin
Hero Member
*****
Offline Offline

Activity: 781
Merit: 501



View Profile
July 08, 2014, 01:46:18 AM
 #539

yeah agree, just only one pool with 30m/share is not a good sign Undecided
baigreen
Full Member
***
Offline Offline

Activity: 625
Merit: 100


View Profile
July 08, 2014, 03:42:14 AM
 #540

ShinyCoin Trade Thread:

https://bitcointalk.org/index.php?topic=668477
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!