Bitcoin Forum
May 09, 2024, 09:52:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 311 »
  Print  
Author Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record  (Read 684954 times)
atc1
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
April 25, 2014, 11:29:40 AM
 #2961

 

Not too sure about the performance hit .. but I was running some of my miners on Windows using Cygwin.

Um..is there a calculator somewhere  that estimates the number of coins/day? Is that even possible?

Also,how does running on Cygwin affect the rate? Is it slower or the same and do we need to install anything other than the preinstalled dependencies?

1715248362
Hero Member
*
Offline Offline

Posts: 1715248362

View Profile Personal Message (Offline)

Ignore
1715248362
Reply with quote  #2

1715248362
Report to moderator
"Bitcoin: the cutting edge of begging technology." -- Giraffe.BTC
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715248362
Hero Member
*
Offline Offline

Posts: 1715248362

View Profile Personal Message (Offline)

Ignore
1715248362
Reply with quote  #2

1715248362
Report to moderator
1715248362
Hero Member
*
Offline Offline

Posts: 1715248362

View Profile Personal Message (Offline)

Ignore
1715248362
Reply with quote  #2

1715248362
Report to moderator
1715248362
Hero Member
*
Offline Offline

Posts: 1715248362

View Profile Personal Message (Offline)

Ignore
1715248362
Reply with quote  #2

1715248362
Report to moderator
otila
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
April 25, 2014, 12:46:33 PM
 #2962

Dave ran out of good names?  Roll Eyes
I get these when not using -std=gnu++11

Code:
xptMiner/riecoinMiner.cpp: In function ‘void riecoin_process(minerRiecoinBlock_t*)’:
xptMiner/riecoinMiner.cpp:512:37: warning: name lookup of ‘i’ changed
        mpz_mul_ui(z_temp2, z_temp2, i);
                                     ^
xptMiner/riecoinMiner.cpp:438:17: warning:   matches this ‘i’ under ISO standard rules
      for(uint32 i=1; i<riecoin_sieveSize; i++) {
                 ^
xptMiner/riecoinMiner.cpp:486:17: warning:   matches this ‘i’ under old rules
        for (int i = 1; i < 6; i++) {
                 ^
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
April 25, 2014, 12:59:55 PM
 #2963

Hi Riecoiners!

I'm woking on a new client version that will include changes from Bitcoin 0.8.6 to 0.9.1 besides some Riecoin specific speed improvements. It's a lot of changes, and Bitcoin has changed so much that cherry-picking or rebasing commits results in lots on conflicts that have to be manually merged, that's why it's taking longer than expected, but the good news is that we'll have a much better client soon.
There will be a Windows installer, and also 32 and 64 bits versions for Windows. This means block verification will be much faster for Windows users with 64 bits CPUs and OSs.

Regarding the miners, keeping miners updated with all the latest optimizations is a lot of work so I'll focus on an xpt to stratum proxy.

gatra

Thanks Gatra!

Would the 0.9.1 include the improvements from dga's xptminer? Also, would there be an independent solo miner that incorporates dga's improvements? or does it make sense to have an xpt to stratum & GetBlockTemplate proxy?

I'd rather keep the miner embedded in the client as simple as possible, so it works as a reference of what does the miner calculate. An xpt to GetBlockTemplate proxy is a nice idea, I'll look into it


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 25, 2014, 02:14:49 PM
 #2964

Hi Riecoiners!

I'm woking on a new client version that will include changes from Bitcoin 0.8.6 to 0.9.1 besides some Riecoin specific speed improvements. It's a lot of changes, and Bitcoin has changed so much that cherry-picking or rebasing commits results in lots on conflicts that have to be manually merged, that's why it's taking longer than expected, but the good news is that we'll have a much better client soon.
There will be a Windows installer, and also 32 and 64 bits versions for Windows. This means block verification will be much faster for Windows users with 64 bits CPUs and OSs.

Regarding the miners, keeping miners updated with all the latest optimizations is a lot of work so I'll focus on an xpt to stratum proxy.

gatra

Thanks Gatra!

Would the 0.9.1 include the improvements from dga's xptminer? Also, would there be an independent solo miner that incorporates dga's improvements? or does it make sense to have an xpt to stratum & GetBlockTemplate proxy?

I'd rather keep the miner embedded in the client as simple as possible, so it works as a reference of what does the miner calculate. An xpt to GetBlockTemplate proxy is a nice idea, I'll look into it

For b15, I've stripped out everything but the Riecoin part of xptMiner as a first step towards simplifying the codebase and making it easier to port.

There's another possibility - adding stratum support to my miner instead of having two different versions.  Let me think about this a little - I'm not sure off the top of my head how hard it will be.  Pulling in cgminer to get stratum would be horrible, but maybe there's another way these days?

northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 26, 2014, 03:04:49 AM
 #2965

This is excellent news. Getting Riecoin stablie will be the first step towards the moon.

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 26, 2014, 03:48:34 AM
 #2966

I think what can help a lot right now are community members posting on this thread daily to keep it on the first page constantly.

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 26, 2014, 04:16:18 AM
 #2967

Update:

As promised, I've updated mini apps for Android on Google Play for Riecoin. I havn't published all of them yet because I ran across some problems and will wait to fix it until releasing it confidently on Google Play

Here is the first mini-app for Riecoin: https://play.google.com/store/apps/details?id=org.riecoinfoundation.paper

It is a paper wallet for android forged from bitcoin paper wallet.

This way, you don't need to go to a browser to generate an address. For people using phone to generate addresses, this is a great app to use for Riecoin!

It has been tested but as with all services, I cannot warranty anything. I can only promise to fix a bug if one is found.

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 26, 2014, 11:26:17 AM
 #2968

I've updated the optimized miner to b15.  This version currently works only on Linux - I would greatly appreciate some help figuring out what I broke on windows/mingw!  I've left the b14 binaries for both linux and windows online.

Source and binaries are in the usual spots:

  ChangeLog:  https://github.com/dave-andersen/fastrie/blob/master/ChangeLog
  Source:  https://github.com/dave-andersen/fastrie
  Binaries:  http://www.cs.cmu.edu/~dga/crypto/ric/

The basic summary of the below:  It uses a lot less memory and is about 15% faster on most platforms.  Single-core machines will be unchanged, and on huge machines (64 core) you'll want to run multiple copies, one per processor slot, for best performance.  But for most of us on single or dual CPU platforms with 4-24 cores, this should produce a nice speedup.  As always, test for yourself.

b15 (2013-04-26)
   - Major internal architectural overhaul.  Sieving and
   primality testing are now divided among all threads
   instead of having each do a single operation.

   The current consequence of this is a good speedup on
   modest-core architectures while using substantially less
   memory.  4-16 core machines should be particularly happy with
   this upgrade.

   Sieves can now be up to -s 4100000000 (4 billion) in size, though
   this does not appear to be a particularly useful setting from
   a performance perspective.

   Single-core machines may suffer a 5-10% slowdown.  If this is
   prohibitive, let me know, but for now I plan to let it stay
   that way.

   Very large, slow core machines (e.g., 64 core AMD) are running
   MUCH slower.  Please either continue to use b14 or run multiple
   copies of the miner, one per physical CPU, using taskset.

   Windows users must use at least Vista (2006, NT 6.0) or later.  XP and
   Windows Server 2003 are no longer supported.

dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 26, 2014, 11:29:03 AM
 #2969

I've updated the optimized miner to b15.  This version currently works only on Linux - I would greatly appreciate some help figuring out what I broke on windows/mingw!  I've left the b14 binaries for both linux and windows online.



Btw - you want to run this with a larger sieve.  Try various values, but I find that two billion works pretty well  ( -s 2000000000 )

I'm boosting the default from 500m to 900m to be conservative, but 2b is typically better.

northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 26, 2014, 07:35:33 PM
 #2970

I've updated the optimized miner to b15.  This version currently works only on Linux - I would greatly appreciate some help figuring out what I broke on windows/mingw!  I've left the b14 binaries for both linux and windows online.

Source and binaries are in the usual spots:

  ChangeLog:  https://github.com/dave-andersen/fastrie/blob/master/ChangeLog
  Source:  https://github.com/dave-andersen/fastrie
  Binaries:  http://www.cs.cmu.edu/~dga/crypto/ric/

The basic summary of the below:  It uses a lot less memory and is about 15% faster on most platforms.  Single-core machines will be unchanged, and on huge machines (64 core) you'll want to run multiple copies, one per processor slot, for best performance.  But for most of us on single or dual CPU platforms with 4-24 cores, this should produce a nice speedup.  As always, test for yourself.

b15 (2013-04-26)
   - Major internal architectural overhaul.  Sieving and
   primality testing are now divided among all threads
   instead of having each do a single operation.

   The current consequence of this is a good speedup on
   modest-core architectures while using substantially less
   memory.  4-16 core machines should be particularly happy with
   this upgrade.

   Sieves can now be up to -s 4100000000 (4 billion) in size, though
   this does not appear to be a particularly useful setting from
   a performance perspective.

   Single-core machines may suffer a 5-10% slowdown.  If this is
   prohibitive, let me know, but for now I plan to let it stay
   that way.

   Very large, slow core machines (e.g., 64 core AMD) are running
   MUCH slower.  Please either continue to use b14 or run multiple
   copies of the miner, one per physical CPU, using taskset.

   Windows users must use at least Vista (2006, NT 6.0) or later.  XP and
   Windows Server 2003 are no longer supported.


Excellent work and thanks for your contributions!

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 26, 2014, 07:39:01 PM
 #2971

Hey Gatra,

will the next client fix OpenSSL problem?

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
coinfusion
Full Member
***
Offline Offline

Activity: 141
Merit: 100


View Profile
April 26, 2014, 08:43:28 PM
 #2972

Just compiled b15 with msys, using 64bit gcc4.8.2 and gmp6 -- 2 shares found so far in the 5 minutes it's been running on win7sp1.  I see that with b15 the startup message says "using 4+1 cpu threads".  I'm wondering how the threads should be pinned on multi-socket machines. Does it now have 4 worker threads and 1 synchronizer/memory-handling thread ? Or can the extra 1 thread be run on a separate processor than the workers without too much any penalty?  Will benchmark later to find out.
aamarket
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile WWW
April 26, 2014, 08:45:46 PM
 #2973

hi, Dave, thanks a lot for updated miner !
I tested b15 compiled on Linux, but it seems to be slower than b14. it says using 4+1 cpu threads - is that right ?
I tested different sieve sizes, but after couple minutes, everything was slower than b14 ... any idea what shall I try ?

IMPORTANT:http://bitcointalk.org/index.php?topic=177133.0,Tips welcome BTC:1AAMARKETmJvfjDwEFmhyYYwfre7ZFVseP  RIC:RGnX6LcJrsVEuYeySDDxkmH7AjRqoprcKt
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 26, 2014, 08:49:10 PM
 #2974

hi, Dave, thanks a lot for updated miner !
I tested b15 compiled on Linux, but it seems to be slower than b14. it says using 4+1 cpu threads - is that right ?
I tested different sieve sizes, but after couple minutes, everything was slower than b14 ... any idea what shall I try ?


Define slower.  If you're running with the default sieve on both b14 and b15, you will see fewer 2ch/s and more 4ch/s because of the sieve size increase from 500m to 900m.  Only 4ch matter.

What CPU?

Also, be sure you're comparing at the same diff.

Yes, to both previous posts:  it's using 5 threads if you say -t 4.  One of the threads is a master thread that runs at about 15% load.  It may be better or worse to use 1 fewer thread;  I haven't compared too extensively.

dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 26, 2014, 08:51:44 PM
 #2975

Just compiled b15 with msys, using 64bit gcc4.8.2 and gmp6 -- 2 shares found so far in the 5 minutes it's been running on win7sp1.  I see that with b15 the startup message says "using 4+1 cpu threads".  I'm wondering how the threads should be pinned on multi-socket machines. Does it now have 4 worker threads and 1 synchronizer/memory-handling thread ? Or can the extra 1 thread be run on a separate processor than the workers without too much any penalty?  Will benchmark later to find out.

On multi-socket, if you have the memory for it, I'd run one process per socket, with N+1 threads on each socket (where N is the number of cores).

There's some coarse-grained sharing between threads.  I haven't found it to be a problem on a 2 socket machine, but on a huge AMD with 4 sockets and 8 different NUMA domains, things got bad.

Interesting that it works on windows.  Gives me hope that it's a mingw or something bug, not a "my use of critical sections or cond vars is wrong" bug.  This is *not* mingw, right?  Is there some way I should be doing a compile for windows peeps other than mingw on linux?  I'd love to provide an official windows binary.

coinfusion
Full Member
***
Offline Offline

Activity: 141
Merit: 100


View Profile
April 26, 2014, 09:23:54 PM
 #2976

On multi-socket, if you have the memory for it, I'd run one process per socket, with N+1 threads on each socket (where N is the number of cores).

There's some coarse-grained sharing between threads.  I haven't found it to be a problem on a 2 socket machine, but on a huge AMD with 4 sockets and 8 different NUMA domains, things got bad.

Interesting that it works on windows.  Gives me hope that it's a mingw or something bug, not a "my use of critical sections or cond vars is wrong" bug.  This is *not* mingw, right?  Is there some way I should be doing a compile for windows peeps other than mingw on linux?  I'd love to provide an official windows binary.

Msys is a unix-like environment for windows that uses mingw compilers, so my build isn't a cross-compile.  (Still working fine for over 40 minutes now, seems very slightly faster with 4cores).  Hopefully the mingw linux cross-compile environment will be updated soon after gcc4.9 is released, which might fix whatever bug you're running into.

It's using only 30% of the memory that b14 does with the same -s setting ??
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 26, 2014, 09:33:30 PM
 #2977

Hey Riecoiners!

Here is a classic bubble shooter arcade game that could help spread Riecoin through active game playing.

https://play.google.com/store/apps/details?id=org.riecoinfoundation.riecoinshooter

This is a simple Riecoin Shooter forked from Sushi Shooter, an open sourced project that can be found on github located here:
https://github.com/gamecloud/Sushi-Shooter

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
coinfusion
Full Member
***
Offline Offline

Activity: 141
Merit: 100


View Profile
April 26, 2014, 09:49:22 PM
 #2978

Point of information for my windows compile:  with my normal -s value of 400000000 it works fine, but when I cranked it up to 800m it crashed in under 1 minute.  Will run overnight with 400m and report back tomorrow.
aamarket
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile WWW
April 26, 2014, 09:53:38 PM
 #2979

well, most people  including me do not have access to university resources Wink
With my normal one socket i5-4670 and 8GB RAM
running fastrie/xptMiner/xptminer -s 700000000 -t 4
it says
[00:08:40] 2ch/s: 28.6247 3ch/s: 1.8826 4ch/s: 0.0630 Shares total: 8 / 8
with b15 - and
[00:08:40] 2ch/s: 29.2391 3ch/s: 1.8196 4ch/s: 0.0630 Shares total: 8 / 8

the difference seems small, but using bigger sieve sizes it is worse.

I understand only 4ch matters, I try to let it run for longer with sieve 19e8 and post the result.

Also regarding diff - It is around 1700 now- but I can hardly force it to be the same Wink
It may be nice to display better metrics not 2ch/s ... but with diff correction as well ...
e.g. if we have X [2ch/s ] use something like X * math.e ** (1.0*diff / 1e4) [2ch*b/s]
just wild guess Wink

IMPORTANT:http://bitcointalk.org/index.php?topic=177133.0,Tips welcome BTC:1AAMARKETmJvfjDwEFmhyYYwfre7ZFVseP  RIC:RGnX6LcJrsVEuYeySDDxkmH7AjRqoprcKt
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 26, 2014, 11:31:50 PM
 #2980

Hey Riecoiners,

A mini widget was published on Google Play earlier today:

https://play.google.com/store/apps/details?id=org.riecoinfoundation.widget

The coin fetches price using a JSON call to Poloniex and Mintpal and convert it to USD.

Support Riecoin! Cheesy

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
Pages: « 1 ... 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 [149] 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 ... 311 »
  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!