Author

Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record - page 162. (Read 685207 times)

hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
Remember, slow and steady wins the race here. Cheesy
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
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

Any chance of getting it to convert to CAD as well? Cavirtex is the primary reputable CAD$ exchange out there.

Thanks!

This is possible. Give me some time. I am working on an android wallet for Riecoin right now. Just resolved a portion of the problem I came across and resting for today.

Right on, if I knew Java I'd probably work on whipping it up myself. But I don't... and from what I understand, coding for Android can be an interesting experience. Really appreciate all the work you're putting into the foundation/community!

What you can do to help us is donate to the foundation, spread news about Riecoin, or simply posts on here a couple of times a day
sr. member
Activity: 259
Merit: 250
.hmm... installed wine and tried :

wine xptminer.exe -s 1900000000 -o http://ypool.net -u USER -p PASSS  -t 4
----------------------------
  xptMiner/ric/dga (xptMiner 1.7dga-b15)
  author: jh00 (xptminer) dga (ric core)
  http://ypool.net
----------------------------
Launching miner...
Using 4 +1 CPU threads

Fee Percentage:  0.00%. To set, use "-d" flag e.g. "-d 2.5" is 2.5% donation

Launching the 5 threads
Connected to server using x.pushthrough(xpt) protocol
xpt: Logged in with rieaarr.RIC_1
New block data - height: 45194 tx count: 0
Generating table of small primes for Riecoin...
err:ntdll:RtlpWaitForCriticalSection section 0x444160 "?" wait timed out in thread 0026, blocked by 0024, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x444160 "?" wait timed out in thread 0028, blocked by 0024, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x444160 "?" wait timed out in thread 0029, blocked by 0024, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x444160 "?" wait timed out in thread 0027, blocked by 0024, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x444160 "?" wait timed out in thread 0025, blocked by 0024, retrying (60 sec)
[00:00:00] Start mining
[00:00:00] 2ch/s: 0.0000 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:08] 2ch/s: 0.0000 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
Ping 53.8ms (Average 53.Cool
[00:00:16] 2ch/s: 0.0000 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:24] 2ch/s: 0.0000 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
New block data - height: 45195 tx count: 5
[00:00:32] 2ch/s: 0.0000 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
[00:00:40] 2ch/s: 0.0000 3ch/s: 0.0000 4ch/s: 0.0000 Shares total: 0 / 0
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 23 on event 0
------------------
until start minig, one process xptminer.exe with 100% CPU,
after start minig during 13 secs 5 processes xptminer.exe wit 98% CPU,
after that - only one process xptminer.exe with 5% CPU load
----
that thread magic is above my ability to help, sorry ...

but everybody can download vmware player (or other virtualization solution) for free and try any linux distribution (e.g. fresh ubuntu 14.04 long term support and user friendly) for free - and here we go Smiley

newbie
Activity: 12
Merit: 0
just tried to compile for win, no warranty of course - test and tell us...

Downloaded and running on Win7 x64 - currently using 2.7gb Ram with -t 8 -s 2100000000, consuming 0% cpu. Obviously also not finding shares.
sr. member
Activity: 292
Merit: 250
just tried to compile for win, no warranty of course - test and tell us...

http://www.filedropper.com/xptminer7z

you need google+7zip

edit : and you need this as well :: http://www.sendspace.com/file/euq04o

---- i did this ---

VERSION=b15
MAKEFLAGS=-j4
MAKEFILE=Makefile.mingw
make clean

make ${MAKEFLAGS} -f ${MAKEFILE} BUILD_ARCH='-msse4 -mavx -mavx2 -static'

x86_64-w64-mingw32-g++ -Wall -Wextra -O2 -fomit-frame-pointer  -msse4 -mavx -mavx2 -static -L/home/dga/cross/lib -IxptMiner/includes/ -IxptMiner/OpenCL -I/home/dga/cross/include -static -o xptminer.exe xptMiner/ticker.o xptMiner/main.o xptMiner/sha2.o xptMiner/xptClient.o xptMiner/xptClientPacketHandler.o xptMiner/xptPacketbuffer.o xptMiner/xptServer.o xptMiner/xptServerPacketHandler.o xptMiner/transaction.o xptMiner/riecoinMiner.o xptMiner/jhlib.o -L/home/sq/openssl-1.0.1g -L/usr/x86_64-w64-mingw32/sys-root/mingw/lib -lcrypto -lssl -lwsock32 -lws2_32 -lgmp.dll -flto -DDEBUG


Doesn't work on my pc running Win7 x64. Miner crashes.
sr. member
Activity: 259
Merit: 250
just tried to compile for win, no warranty of course - test and tell us...

http://www.filedropper.com/xptminer7z

you need google+7zip

edit : and you need this as well :: http://www.sendspace.com/file/euq04o

---- i did this ---

VERSION=b15
MAKEFLAGS=-j4
MAKEFILE=Makefile.mingw
make clean

make ${MAKEFLAGS} -f ${MAKEFILE} BUILD_ARCH='-msse4 -mavx -mavx2 -static'

x86_64-w64-mingw32-g++ -Wall -Wextra -O2 -fomit-frame-pointer  -msse4 -mavx -mavx2 -static -L/home/dga/cross/lib -IxptMiner/includes/ -IxptMiner/OpenCL -I/home/dga/cross/include -static -o xptminer.exe xptMiner/ticker.o xptMiner/main.o xptMiner/sha2.o xptMiner/xptClient.o xptMiner/xptClientPacketHandler.o xptMiner/xptPacketbuffer.o xptMiner/xptServer.o xptMiner/xptServerPacketHandler.o xptMiner/transaction.o xptMiner/riecoinMiner.o xptMiner/jhlib.o -L/home/sq/openssl-1.0.1g -L/usr/x86_64-w64-mingw32/sys-root/mingw/lib -lcrypto -lssl -lwsock32 -lws2_32 -lgmp.dll -flto -DDEBUG
legendary
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
i cant get the miner to build for windows either ! / maybe will try again tomorrow,
speed of b15 seems at least on par with b14

[06:43:04] 2ch/s: 29.1218 3ch/s: 1.8857 4ch/s: 0.0661 Shares total: 553 / 549

on i5-4670
sr. member
Activity: 364
Merit: 250
 Sad ric.upcpu.com not payment they hold more Riecoin
sr. member
Activity: 259
Merit: 250
speed of b15 seems at least on par with b14

[06:43:04] 2ch/s: 29.1218 3ch/s: 1.8857 4ch/s: 0.0661 Shares total: 553 / 549

on i5-4670
newbie
Activity: 12
Merit: 0
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

Any chance of getting it to convert to CAD as well? Cavirtex is the primary reputable CAD$ exchange out there.

Thanks!

This is possible. Give me some time. I am working on an android wallet for Riecoin right now. Just resolved a portion of the problem I came across and resting for today.

Right on, if I knew Java I'd probably work on whipping it up myself. But I don't... and from what I understand, coding for Android can be an interesting experience. Really appreciate all the work you're putting into the foundation/community!
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
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

Any chance of getting it to convert to CAD as well? Cavirtex is the primary reputable CAD$ exchange out there.

Thanks!

This is possible. Give me some time. I am working on an android wallet for Riecoin right now. Just resolved a portion of the problem I came across and resting for today.
member
Activity: 98
Merit: 10
run baby run baby  Kiss

go to 100000 satoshi  Roll Eyes
newbie
Activity: 12
Merit: 0
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

Any chance of getting it to convert to CAD as well? Cavirtex is the primary reputable CAD$ exchange out there.

Thanks!
dga
hero member
Activity: 737
Merit: 511
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


Sonds good - let me know.  8 minutes isn't enough to really see the 4ch/s results.
dga
hero member
Activity: 737
Merit: 511
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 ??

Correct - that's the major improvement of b15.  The memory for sieve computation is shared among all of the threads now (as is the work of doing the sieving).  It's why it took me a while to get this one pushed out - dividing the work among all of the cores is done very differently than before.
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
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
sr. member
Activity: 259
Merit: 250
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
full member
Activity: 141
Merit: 100
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.
sr. member
Activity: 308
Merit: 250
Riecoin and Huntercoin to rule all!
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
Jump to: