Bitcoin Forum
May 05, 2024, 06:28:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 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 ... 311 »
  Print  
Author Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record  (Read 684948 times)
Uniq
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 14, 2014, 05:04:29 PM
 #1441

WTS 400 RIC pm me an offer we will be using an escrow. Smiley
1714933729
Hero Member
*
Offline Offline

Posts: 1714933729

View Profile Personal Message (Offline)

Ignore
1714933729
Reply with quote  #2

1714933729
Report to moderator
1714933729
Hero Member
*
Offline Offline

Posts: 1714933729

View Profile Personal Message (Offline)

Ignore
1714933729
Reply with quote  #2

1714933729
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
stuartcharles
Newbie
*
Offline Offline

Activity: 51
Merit: 0


View Profile
February 14, 2014, 05:06:53 PM
 #1442

my wallet wont sync do i need to add some nodes? and one have any?
Thx
wing_hk
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 14, 2014, 05:08:08 PM
 #1443

Any exchange available now?
~Money~
Hero Member
*****
Offline Offline

Activity: 1132
Merit: 536


View Profile
February 14, 2014, 05:13:13 PM
 #1444

What will be the diff in a few minutes ? Cheesy

still not changed in last 23 minutes  Grin

diff gone up  Shocked

so fast  Grin
walonek
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
February 14, 2014, 05:19:08 PM
 #1445

diff is not too low ? still blocks every 10-20 seconds not 2,5 minutes... :-)
xiaoshen
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
February 14, 2014, 05:27:44 PM
 #1446

天朝表示强烈关注此币 Smiley Smiley Smiley Smiley Smiley
kbhutto
Sr. Member
****
Offline Offline

Activity: 1274
Merit: 250


View Profile
February 14, 2014, 05:27:57 PM
 #1447

Rejection ratio is quite high at ypool ....... miner issue?
myagui
Legendary
*
Offline Offline

Activity: 1154
Merit: 1001



View Profile
February 14, 2014, 05:32:27 PM
 #1448

I'm also having a high rejection rate, but on my end, it's clearly just latency coupled with blocks being found too quickly... My shares get outdated easily :S

On another note, anyone working on a cuda implementation for riecoin? I'll be (very) happy to test and give feedback on any early version Smiley

kbhutto
Sr. Member
****
Offline Offline

Activity: 1274
Merit: 250


View Profile
February 14, 2014, 05:34:44 PM
 #1449

I'm also having a high rejection rate, but on my end, it's clearly just latency coupled with blocks being found too quickly... My shares get outdated easily :S

On another note, anyone working on a cuda implementation for riecoin? I'll be (very) happy to test and give feedback on any early version Smiley

Same here.....getting outdated shares.

Coin is hard to mine, even with pool mining.
Gwynbleidd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
February 14, 2014, 05:35:06 PM
 #1450

Is there any RIC GPU miner? OpenCL or CUDA?
kbhutto
Sr. Member
****
Offline Offline

Activity: 1274
Merit: 250


View Profile
February 14, 2014, 05:36:06 PM
 #1451

Is there any RIC GPU miner? OpenCL or CUDA?

I hope this coin stays CPU only......GPUs will tank its value.
robertogl
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 14, 2014, 05:37:59 PM
 #1452

Can we mine only using xptMiner? Is it the fastest program?
myagui
Legendary
*
Offline Offline

Activity: 1154
Merit: 1001



View Profile
February 14, 2014, 05:39:03 PM
 #1453

how to connect to ypool..
any example?

./xptminer -o http://ypool.net -u user.user -p pass

but as in how to connect for riecoin

Just check the "howto" section at the ypool website, all there on the RieCoin section.
Cheers!

drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
February 14, 2014, 05:42:30 PM
Last edit: February 14, 2014, 05:53:29 PM by drakoin
 #1454

Code:
git clone https://github.com/riecoin/riecoin
cd riecoin

export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include"
export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib"

cd src; make -f makefile.unix test

results in:

Code:
g++ -c -DTEST_DATA_DIR=/root/riecoin/src/test/data -DBOOST_TEST_DYN_LINK -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/riecoin/src -I/root/riecoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/riecoin/src/leveldb/include -I/root/riecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj-test/miner_tests.d -o obj-test/miner_tests.o test/miner_tests.cpp

test/miner_tests.cpp: In member function ‘void miner_tests::CreateNewBlock_validity::test_method()’:
test/miner_tests.cpp:75:17: error: ‘class CBlock’ has no member named ‘nNonce’
make: *** [obj-test/miner_tests.o] Error 1


Edit:

Code:
make -f makefile.unix

works perfectly. What kind of unittest is that?

no sign of a signature
deadthings
Sr. Member
****
Offline Offline

Activity: 1106
Merit: 255


Betking.io - Best Bitcoin Casino


View Profile
February 14, 2014, 05:42:48 PM
 #1455

Is there any RIC GPU miner? OpenCL or CUDA?

I hope this coin stays CPU only......GPUs will tank its value.
Hear hear!  Grin

gielbier
Sr. Member
****
Offline Offline

Activity: 914
Merit: 250


Making Smart Money Work


View Profile
February 14, 2014, 05:45:06 PM
 #1456

Mining this now, seems interesting to say the least.

█████▄
██▀   ▀██
██     ██
▀██▄ ▄██▀
▄████▄   ▀███▀   ▄████▄
▄██▀  ▀██▄▄████▄▄██▀  ▀██
██       ███   ███       ██
██▄  ▄██▀▀████▀▀██▄  ▄██▀
▀████▀   ▄███▄   ▀████▀
▄██▀ ▀██▄
██     ██
██▄   ▄██
▀█████
          ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄    ▄▄▄▄    ▄▄
Prasaga
                                                    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄    ▄▄▄▄▄▄▄▄▄
████████████████▄
██████████████████▄
████████████████████▄
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
█████████████████████
WHITEPAPER     
►  TECH WP
►  COMMERCIAL WP
cubydu
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile WWW
February 14, 2014, 05:48:23 PM
 #1457

Code:
git clone https://github.com/riecoin/riecoin
cd riecoin

export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include"
export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib"

cd src; make -f makefile.unix test

results in:

Code:
g++ -c -DTEST_DATA_DIR=/root/riecoin/src/test/data -DBOOST_TEST_DYN_LINK -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/riecoin/src -I/root/riecoin/src/obj -I/usr/local/BerkeleyDB.4.8/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/riecoin/src/leveldb/include -I/root/riecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj-test/miner_tests.d -o obj-test/miner_tests.o test/miner_tests.cpp

test/miner_tests.cpp: In member function ‘void miner_tests::CreateNewBlock_validity::test_method()’:
test/miner_tests.cpp:75:17: error: ‘class CBlock’ has no member named ‘nNonce’
make: *** [obj-test/miner_tests.o] Error 1

https://www.dropbox.com/s/03q1ggjhmsrhoze/xptminer  compiled for i7
https://www.dropbox.com/s/g3ri2r9nc59z5ep/xptminer_node compiled for Intel(R) Xeon(R)  
both x64

GreekBitcoin
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
February 14, 2014, 05:48:55 PM
 #1458

@jh00

https://github.com/clintar/xptMiner/blob/master/xptMiner/riecoinMiner.cpp

Good work, now that's how an optimized Riecoin miner should be implemented.  Grin



oh fuck! i put everything working just 20 minutes ago... now i have to update it....

or not? I see some changes just a few minutes ago...hmmm
deadthings
Sr. Member
****
Offline Offline

Activity: 1106
Merit: 255


Betking.io - Best Bitcoin Casino


View Profile
February 14, 2014, 05:52:40 PM
 #1459

I'm also having a high rejection rate, but on my end, it's clearly just latency coupled with blocks being found too quickly... My shares get outdated easily :S

On another note, anyone working on a cuda implementation for riecoin? I'll be (very) happy to test and give feedback on any early version Smiley

Same here.....getting outdated shares.

Coin is hard to mine, even with pool mining.
My reject rate is a pretty consistent 18% to 20% across each of my boxen.

drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
February 14, 2014, 05:55:23 PM
 #1460


thanks a lot.

But I could compile it, no problem. See my edit above. It was just the ... test
which ended with that error. Something to look into for the dev, I guess.


no sign of a signature
Pages: « 1 ... 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 [73] 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 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 ... 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!