Author

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

sr. member
Activity: 374
Merit: 250
Its back.....woooooot wooooooot!
With less than half the hashrate for all of my miners than before? Is that a function of difficulty in this case?

yes, its solutions count per sec on current diff
full member
Activity: 238
Merit: 100
can we mine this with Gpu or not?
sr. member
Activity: 1106
Merit: 255
Betking.io - Best Bitcoin Casino
Its back.....woooooot wooooooot!
With less than half the hashrate for all of my miners than before? Is that a function of difficulty in this case?
sr. member
Activity: 1274
Merit: 250
PredX - AI-Powered Prediction Market
Its back.....woooooot wooooooot!
member
Activity: 60
Merit: 10
If they are going to DDOS something at least do it to a coin that deserves it like Maxcoin.
sr. member
Activity: 1106
Merit: 255
Betking.io - Best Bitcoin Casino
Script kiddies think they're so cute.  Roll Eyes
full member
Activity: 168
Merit: 100
so... ypool down, yeh?  can't connect.
yeah

guess theyre gonna ddos shit out of this coin as well
newbie
Activity: 13
Merit: 0
wow, looks like smb ddosed ypool and uses his miner to get coins at low difficulty!

Nah its been on the same block for 20 mins
full member
Activity: 154
Merit: 100
so... ypool down, yeh?  can't connect.
full member
Activity: 213
Merit: 100
Yeah, I can't seem to connect.
hero member
Activity: 742
Merit: 500
wow, looks like smb ddosed ypool and uses his miner to get coins at low difficulty!
newbie
Activity: 16
Merit: 0
my wallet wont sync do i need to add some nodes? and one have any?
Thx

I had the same problem, and it was solved when I've put this list in the riecoin.conf file in the wallet's directory:

Code:
addnode=107.170.26.188
addnode=107.170.32.187:28333
addnode=107.170.37.13
addnode=107.170.40.168:28333
addnode=108.161.145.12:28333
addnode=128.199.253.233
addnode=162.243.118.47:28333
addnode=162.243.208.55
addnode=162.248.98.162
addnode=173.193.48.174
addnode=182.32.194.1
addnode=192.241.129.169
addnode=194.97.156.59:28333
addnode=195.47.113.76:28333
addnode=198.144.180.117
addnode=198.144.180.118
addnode=198.98.52.244:28333
addnode=213.239.207.114:28333
addnode=5.83.137.130:28333
addnode=5.83.137.131:28333
addnode=54.197.67.63
addnode=54.198.193.96:28333
addnode=54.204.214.12
addnode=54.234.17.173
addnode=54.237.23.244:28333
addnode=62.210.141.204:28333
addnode=64.79.107.5
addnode=67.225.172.77
addnode=76.102.71.50
addnode=77.172.93.38:28333
addnode=79.135.200.61
addnode=81.27.206.10:28333
addnode=95.138.166.108
addnode=95.138.166.126:28333
addnode=98.121.202.169
newbie
Activity: 51
Merit: 0
my wallet wont sync do i need to add some nodes? and one have any?
Thx
legendary
Activity: 1428
Merit: 1001
getmonero.org
I am getting this when i try to compile ypools miner  in another vps. any thoughts?

g++ -c -Wall -Wextra -std=c++0x -O2 -fomit-frame-pointer -march=native -I/usr/local/include -I/usr/include -IxptMiner/includes/ -IxptMiner/OpenCL xptMiner/ticker.cpp -o xptMiner/ticker.o
xptMiner/ticker.cpp:1:0: error: CPU you selected does not support x86-64 instruction set
 #include "ticker.h"


edit:native is the problem because DO doesnt support AVX it seems. I change it to corei7 as instructed from IRC and it worked.
dga
hero member
Activity: 737
Merit: 511
So, it is fastest the ypool miner or rminerd? And 64 or 32bit?

there's no question - ypool.  By a lot.  A *lot*.  Any other miner is a waste of time at this point.
newbie
Activity: 14
Merit: 0
So, it is fastest the ypool miner or rminerd? And 64 or 32bit?
hero member
Activity: 826
Merit: 1000
see my profile

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.

sr. member
Activity: 1106
Merit: 255
Betking.io - Best Bitcoin Casino
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.
legendary
Activity: 1428
Merit: 1001
getmonero.org
@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
sr. member
Activity: 308
Merit: 250
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
Jump to: