Pages:
Author

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

sr. member
Activity: 269
Merit: 250
Anyone can connect to nodes with the wallet?

I tried with these indicated on blockchain...

addnode=107.191.63.8
addnode=112.78.46.121
addnode=116.90.234.18
addnode=137.63.131.2
addnode=192.95.24.114
addnode=206.130.99.221
addnode=207.172.128.231
addnode=5.9.39.9
addnode=98.21.31.49

None of these connects
member
Activity: 256
Merit: 60
Tor nodes are free using .Onion addresses if you can get someone to set up nodes behind .onion  it is your best bet.  Nothing like a "little" adversity to drive everyone to big brother or his evil twin big bubba in prison.
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---

well ...

you have a list of some features - but not all tech specs of the coin is available ( for a pool like mpos for example ) ...

i need to know quite specific detail about not only the coin - but the algo as well ( like what algo is it - for one point ) ...

its not to pick the coin apart - but to ponder whether an investment into the project ( time effort - not just money ) is worth it on a development standpoint ...

thats all ...

as for cloudflare - they are great ... though dont go allowing any of the vps systems ( outside of website use ) to go through it - as they block all incoming and outgoing ports for nodes ( yup - i found out the hard way with our node system we use for our coins - and the coins we support ) ... but as far as web is concerned - they are a must ...

tanx ...

#crysx

Basic specs (block times, mining rewards, etc.) are listed in the top of this post:  https://bitcointalksearch.org/topic/annric-riecoin-constellations-pow-cpu-hard-fork-successful-world-record-446703
Some of those basic things are in the Reddit wiki for Riecoin:  https://www.reddit.com/r/RieCoin/wiki/index

Pure bitcoin fork in most respects, with the key difference being the PoW. 

PoW is finding dense 6-clusters of prime numbers, as described in my blog post about it.  "Dense" here means that for a starting position p, then p, p+4, p+6, p+10, p+12, p+16 are all prime.

Getwork/etc. are larger because of the need to carry the primes.  The nonce is 256 bits instead of 64 bits.  You can see where some of those enter if you look at the basic miner from gatra:  https://github.com/gatra/cpuminer-rminerd/blob/master/cpu-miner.c#L764

Diff increases by boosting the size of the starting location at which primes must be found.  Start = 0x1 ... LeadingZeros ... | hash(block).  (That may not be quite accurate, so just use it for intuition).  Because prime density decreases as numbers get larger, this increases the diff in two ways:  First, fewer primes == fewer clusters.  Second, larger numbers == harder math for the fermat test for testing primality.

There's a tweak for periodic "high diff" blocks to set the record primes, and I don't know that part of it.

It would be nice to assemble these all, now that you mention it. Smiley

yup - it would be ...

and a name for the algo it uses - or have a missed that? ... Wink ...

and tanx - that is so much better than looking for it all in various places - especially since this IS the thread for it ...

i really appreciate that ... off to bed for me now ...

#crysx
dga
hero member
Activity: 737
Merit: 511

well ...

you have a list of some features - but not all tech specs of the coin is available ( for a pool like mpos for example ) ...

i need to know quite specific detail about not only the coin - but the algo as well ( like what algo is it - for one point ) ...

its not to pick the coin apart - but to ponder whether an investment into the project ( time effort - not just money ) is worth it on a development standpoint ...

thats all ...

as for cloudflare - they are great ... though dont go allowing any of the vps systems ( outside of website use ) to go through it - as they block all incoming and outgoing ports for nodes ( yup - i found out the hard way with our node system we use for our coins - and the coins we support ) ... but as far as web is concerned - they are a must ...

tanx ...

#crysx

Basic specs (block times, mining rewards, etc.) are listed in the top of this post:  https://bitcointalksearch.org/topic/annric-riecoin-constellations-pow-cpu-hard-fork-successful-world-record-446703
Some of those basic things are in the Reddit wiki for Riecoin:  https://www.reddit.com/r/RieCoin/wiki/index

Pure bitcoin fork in most respects, with the key difference being the PoW. 

PoW is finding dense 6-clusters of prime numbers, as described in my blog post about it.  "Dense" here means that for a starting position p, then p, p+4, p+6, p+10, p+12, p+16 are all prime.

Getwork/etc. are larger because of the need to carry the primes.  The nonce is 256 bits instead of 64 bits.  You can see where some of those enter if you look at the basic miner from gatra:  https://github.com/gatra/cpuminer-rminerd/blob/master/cpu-miner.c#L764

Diff increases by boosting the size of the starting location at which primes must be found.  Start = 0x1 ... LeadingZeros ... | hash(block).  (That may not be quite accurate, so just use it for intuition).  Because prime density decreases as numbers get larger, this increases the diff in two ways:  First, fewer primes == fewer clusters.  Second, larger numbers == harder math for the fermat test for testing primality.

There's a tweak for periodic "high diff" blocks to set the record primes, and I don't know that part of it.

It would be nice to assemble these all, now that you mention it. Smiley
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
hi all ...

im interested in seeing the specs for the algo that riecoin uses ...

are there any specs anywhere - or at least a specification list of what when where and how? ...

it would be appreciated ...

#crysx

You will find everything in the code:

https://github.com/riecoin/riecoin

hehehe ...

so no list of technical specs - just 'look at the code' ...

so for the layman - its an impossible mission ...

tanx for that ...

#crysx

What exactly are you curious about, crysx?

You'll find some details in my blog post from a few years ago:  https://da-data.blogspot.com/2014/03/blockchain-explorations-riecoin-miner.html

Also, for others interested:  I've now set up a Riecoin node on a server that's behind a PureVPN DDoS-protected connection:  https://www.purevpn.com/blog/ddos-protected-vpn-purevpn/

and it seems to be working uninterrupted.  I'd recommend.  A normal VPN won't do it - the jerk was able to take out my first two attempts - but this one seems robust enough.  One might suspect that if enough of us set up DDoS-protected Riecoin nodes, then attacking the network may become pointless.  I think it was $70/year for this one.  Cheap enough for stopping a jerk.

Gatra, do you know about Cloudflare?  At minimum, it would probably be a good try to move the riecoin website behind it.  You let them run the DNS for you and then put your server online on some IP only you know.  It's a very good first start.  It's also free. Smiley  And very easy to use.

well ...

you have a list of some features - but not all tech specs of the coin is available ( for a pool like mpos for example ) ...

i need to know quite specific detail about not only the coin - but the algo as well ( like what algo is it - for one point ) ...

its not to pick the coin apart - but to ponder whether an investment into the project ( time effort - not just money ) is worth it on a development standpoint ...

thats all ...

as for cloudflare - they are great ... though dont go allowing any of the vps systems ( outside of website use ) to go through it - as they block all incoming and outgoing ports for nodes ( yup - i found out the hard way with our node system we use for our coins - and the coins we support ) ... but as far as web is concerned - they are a must ...

tanx ...

#crysx
dga
hero member
Activity: 737
Merit: 511
hi all ...

im interested in seeing the specs for the algo that riecoin uses ...

are there any specs anywhere - or at least a specification list of what when where and how? ...

it would be appreciated ...

#crysx

You will find everything in the code:

https://github.com/riecoin/riecoin

hehehe ...

so no list of technical specs - just 'look at the code' ...

so for the layman - its an impossible mission ...

tanx for that ...

#crysx

What exactly are you curious about, crysx?

You'll find some details in my blog post from a few years ago:  https://da-data.blogspot.com/2014/03/blockchain-explorations-riecoin-miner.html

Also, for others interested:  I've now set up a Riecoin node on a server that's behind a PureVPN DDoS-protected connection:  https://www.purevpn.com/blog/ddos-protected-vpn-purevpn/

and it seems to be working uninterrupted.  I'd recommend.  A normal VPN won't do it - the jerk was able to take out my first two attempts - but this one seems robust enough.  One might suspect that if enough of us set up DDoS-protected Riecoin nodes, then attacking the network may become pointless.  I think it was $70/year for this one.  Cheap enough for stopping a jerk.

Gatra, do you know about Cloudflare?  At minimum, it would probably be a good try to move the riecoin website behind it.  You let them run the DNS for you and then put your server online on some IP only you know.  It's a very good first start.  It's also free. Smiley  And very easy to use.
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
hi all ...

im interested in seeing the specs for the algo that riecoin uses ...

are there any specs anywhere - or at least a specification list of what when where and how? ...

it would be appreciated ...

#crysx

You will find everything in the code:

https://github.com/riecoin/riecoin

hehehe ...

so no list of technical specs - just 'look at the code' ...

so for the layman - its an impossible mission ...

tanx for that ...

#crysx
AGD
legendary
Activity: 2070
Merit: 1164
Keeper of the Private Key
hi all ...

im interested in seeing the specs for the algo that riecoin uses ...

are there any specs anywhere - or at least a specification list of what when where and how? ...

it would be appreciated ...

#crysx

You will find everything in the code:

https://github.com/riecoin/riecoin
legendary
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
hi all ...

im interested in seeing the specs for the algo that riecoin uses ...

are there any specs anywhere - or at least a specification list of what when where and how? ...

it would be appreciated ...

#crysx
dga
hero member
Activity: 737
Merit: 511
In the hope that the DoS-attacker reads this thread:  I'm getting sick of my office being attacked just for bringing up a Riecoin node.  I rebooted an old computer, the daemon happened to auto-restart, and suddenly, Carnegie Mellon was half-offline.  You're being a jerk.

Gatra, I'm willing to rent some cloud machines to host Riecoin nodes on to keep the network robust, because DDoS is really, really lame.  Let me know if I can do so in a way that's helpful.

(DoS-attacker, you could save me the bother by cutting it out.  I'm not interested in crypto these days, but I *will* spend effort to prevent you from bullying people like this.)
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev

Hello  riecoin is not dead it has been stopped for some times because devs and financial problem now we are back
it has been a long time since 2014/2015 now we recruited new team to make ric great again Stay posted and get ready

this is our official twitter account follow and support us
.....
check our last tweet RIC trending thanks for support us and more and great news coming soon stay posted
.....

RIC dev  



Sock puppet account for some bag holder for sure....unless Gatra confirms this, this is fake.

Gatra is the main and only dev for Riecoin. Has not been online since the 22nd.

This is the main Riecoin dev twitter account: https://twitter.com/riecoin

Thanks  smokim87, you're right. It is fake. I'm the developer of riecoin and the twitter account that I have is https://twitter.com/riecoin
Also I'm the owner of riecoin.org. any other riecoin site is not related to me. Also the code is and have always been at https://github.com/riecoin/riecoin
The site at riecoin.org is down because of DDoS attacks, but I still own the domain and will put the website back online soon.

I'm asking everyone to avoid quoting that original message, and if you do at least redact the fake links like I did here.
hero member
Activity: 952
Merit: 500

Hello  riecoin is not dead it has been stopped for some times because devs and financial problem now we are back
it has been a long time since 2014/2015 now we recruited new team to make ric great again Stay posted and get ready

this is our official twitter account follow and support us
https://twitter.com/RiecoinRic

check our last tweet RIC trending thanks for support us and more and great news coming soon stay posted
https://twitter.com/RiecoinRic/status/835556109444399104


RIC dev  



Sock puppet account for some bag holder for sure....unless Gatra confirms this, this is fake.

Gatra is the main and only dev for Riecoin. Has not been online since the 22nd.

This is the main Riecoin dev twitter account: https://twitter.com/riecoin
newbie
Activity: 7
Merit: 0
Kinda sceptical if thats even the real. Anyone can just make a fake twitter Smiley
full member
Activity: 123
Merit: 100
Look at twitter status,some good news incoming. Wink
sr. member
Activity: 365
Merit: 250
I/O Digital Where Dreams Become Technology
Thank you @smokim87 and @thunderjet for your answers
sr. member
Activity: 916
Merit: 312
just a quick a question about the top wallet, does it belong to an exchange or an individual?


https://chainz.cryptoid.info/ric/address.dws?236277.htm

Good question, that's almost 50% of the current supply. Guessing it's Polo's wallet maybe, no txn for quite some time from that wallet so guessing it's an exchange most likely...maybe btc38

So guessing this coin is dead, dev is active but doesn't seem to be working on anything. Pretty old coin and interesting to still be on Polo but guessing that wont be for long as this seems to be fading away.



It is BTC38 cold wallet
hero member
Activity: 952
Merit: 500
just a quick a question about the top wallet, does it belong to an exchange or an individual?


https://chainz.cryptoid.info/ric/address.dws?236277.htm

Good question, that's almost 50% of the current supply. Guessing it's Polo's wallet maybe, no txn for quite some time from that wallet so guessing it's an exchange most likely...maybe btc38

So guessing this coin is dead, dev is active but doesn't seem to be working on anything. Pretty old coin and interesting to still be on Polo but guessing that wont be for long as this seems to be fading away.
sr. member
Activity: 365
Merit: 250
I/O Digital Where Dreams Become Technology
just a quick a question about the top wallet, does it belong to an exchange or an individual?


https://chainz.cryptoid.info/ric/address.dws?236277.htm
member
Activity: 74
Merit: 10
full member
Activity: 199
Merit: 100
I expect the pump to polo to 5000 K
Pages:
Jump to: