Bitcoin Forum
April 23, 2024, 09:27:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 200 ... 311 »
  Print  
Author Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record  (Read 684939 times)
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 26, 2014, 11:36:13 PM
 #2981

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.

1713907677
Hero Member
*
Offline Offline

Posts: 1713907677

View Profile Personal Message (Offline)

Ignore
1713907677
Reply with quote  #2

1713907677
Report to moderator
1713907677
Hero Member
*
Offline Offline

Posts: 1713907677

View Profile Personal Message (Offline)

Ignore
1713907677
Reply with quote  #2

1713907677
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713907677
Hero Member
*
Offline Offline

Posts: 1713907677

View Profile Personal Message (Offline)

Ignore
1713907677
Reply with quote  #2

1713907677
Report to moderator
1713907677
Hero Member
*
Offline Offline

Posts: 1713907677

View Profile Personal Message (Offline)

Ignore
1713907677
Reply with quote  #2

1713907677
Report to moderator
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
April 26, 2014, 11:37:36 PM
 #2982

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.

wakawakalj
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 27, 2014, 02:16:22 AM
 #2983

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!
molecf
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
April 27, 2014, 02:21:47 AM
 #2984

run baby run baby  Kiss

go to 100000 satoshi  Roll Eyes
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 27, 2014, 03:00:30 AM
 #2985

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.

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
wakawakalj
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 27, 2014, 04:43:54 AM
 #2986

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

Activity: 259
Merit: 250


View Profile WWW
April 27, 2014, 07:27:14 AM
 #2987

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

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

Activity: 364
Merit: 250


View Profile
April 27, 2014, 08:05:27 AM
 #2988

 Sad ric.upcpu.com not payment they hold more Riecoin
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


It's about time -- All merrit accepted !!!


View Profile WWW
April 27, 2014, 08:50:26 AM
 #2989

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

Check out my coin Photon
Merge Mine 5 other Blake 256 coins - 6x your hash power  https://www.blakecoin.org/

The obvious choice is not always the best choice.

LOOK DEEPER - Look into the Blake 256 Family -- CC
aamarket
Sr. Member
****
Offline Offline

Activity: 259
Merit: 250


View Profile WWW
April 27, 2014, 12:42:27 PM
 #2990

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

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

Activity: 292
Merit: 250


View Profile
April 27, 2014, 04:02:21 PM
 #2991

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.

wakawakalj
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 27, 2014, 04:11:46 PM
 #2992

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

Activity: 259
Merit: 250


View Profile WWW
April 27, 2014, 06:14:12 PM
 #2993

.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


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 27, 2014, 07:39:37 PM
 #2994

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

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 27, 2014, 11:50:54 PM
 #2995

Remember, slow and steady wins the race here. Cheesy

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
April 28, 2014, 02:43:23 AM
 #2996

Hey Gatra,

will the next client fix OpenSSL problem?

Yes!


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
April 28, 2014, 02:47:24 AM
 #2997

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.

I completely agree, I'd just like to add that it would be much better if we could have real ideas, comments, questions, problems or solutions instead of nonsense messages... come on, there should be a lot of people with real RIC issues to discuss, don't be shy!


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
gatra (OP)
Hero Member
*****
Offline Offline

Activity: 583
Merit: 505


CTO @ Flixxo, Riecoin dev


View Profile WWW
April 28, 2014, 02:50:41 AM
 #2998


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



To my surprise, the penalty of using the miner with ubuntu inside vmware on a windows 7 host versus the windows miner was really small

edit: I'm talking about my rminerd 3.1.1 - YMMV


           ▄▄▄██████████▄▄▄
       ▄▄██
██████████████████▄▄
     ▄█
█████▀████████████▀██████▄
   ▄█
█████████████████████████████▄
  ▄█
█████████▄█▀▀██████████████████▄
 ▄█
███████████▀██████▄▄█████▄███████▄
▄█
██████████▀██▄▄▄▄██▀▀▀▀▀███████████▄
█████████████▀▀██▀████████▀▀████████
█████████████▄█▀████████████████████
████████▀▀▀▀██▀▀▀▀██████████████████
▀█
██████▀▀▀▀██▀▀▀▀███████████████████▀
 ▀█
███████▄████▄▄███████████████████▀
  ▀█
███████████████████████████████▀
   ▀█
█████████████████████████████▀
     ▀█
█████▄████████████▄██████▀
       ▀▀██
██████████████████▀▀
           ▀▀▀██████████▀▀▀
riecoin       ▄▄█████████▄▄
    ▄██▀▀         ▀▀██▄
  ▄██▀              ▀██▄
 ▄██     ██▄▄          ██▄
▄██      █████▄▄        ██▄
██       ████████▄▄      ██
██       ███████████▄    ██
██       ██████████▀     ██
▀██      ███████▀       ██▀
 ▀██     ████▀         ██▀
  ▀██▄   █▀          ▄██▀
    ▀██▄▄         ▄▄██▀
       ▀▀█████████▀▀
.flixxo   
wakawakalj
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 28, 2014, 03:34:48 AM
 #2999

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

I do the best I can to get news out... I've got about a half dozen people into Riecoin and I'd donate but I'm mining on my laptop so I'm not exactly flush with coins :p

I'm doing my best to get the word out. If the university/record breaking push day happens I'll definitely help out, I'm waiting to find out exactly what my summer looks like before I commit, but I have some good contacts in western Canada at least.
northranger79510
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250

Riecoin and Huntercoin to rule all!


View Profile
April 28, 2014, 03:35:29 AM
 #3000

I'd like to know how fast the new client will be compared to say...Litecoin? Slower or faster?

Huntercoin: H9kttkrQidiQMG9NibmTgjgCKqWJMAkAXD
Riecoin: Like us on https://www.facebook.com/TheRiecoinCommunity
Pages: « 1 ... 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 200 ... 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!