Author

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

full member
Activity: 168
Merit: 100
I think Cryptsy wont wait to long to add Riecoin, the volume is increasing dramatically.   Shocked
full member
Activity: 168
Merit: 100
Here is a google translation:


Dear Customer Hello everyone: the long-awaited era finally planned new currency trading on the line. This time we bring you a three-currency transaction, the transaction will be opened at around 21:00 pm , they are: 1, Riemann currency RIC RIC stands for riecoin, Chinese coins called Riemann, released on February 11 Day, is a fully-fledged quality new currency. Currently, the number of miners in foreign currency-known mineral pool ypool more than 20,000, has the line in foreign mintpal and Poloniex and other trading platforms. RIC very little promotion in the country, but in foreign countries are still relatively popular, RIC and XPM somewhat similar, is performed by calculating the scientific mining primes way, thus avoiding wasted mining operator force, however, RIC's algorithm XPM carried out on the basis of certain improvements, said to be more efficient than xpm find prime numbers. RIC is the total amount of 84 million, one block every 2.5 minutes outputs, each block contains 50 RIC as a bonus, this figure will be halved every four years (equivalent to the basic parameters LTC), which also led to the pre-mining difficulty RIC is very large, less production. Currently, the price of each RIC on the foreign exchange market is about 1.9 yuan RMB. Bit era Riemann establish a dedicated investment currency exchange group: 376 123 691 Welcome to 2, Billy currency BIL this currency for all of us, may be more familiar with some, Billy coins released in December 2013, can be considered a second new currency . Billy currency English called BillionCoin, meaning that ten billion dollars, as the name suggests, its output is 10 billion, and Billy currency initially blocks, each block randomly generated from 1 to 100,000 BIL, production will be about 69 days halved, block production the other day, BIL's just down to the 1 to 50000 BIL. At present, BIL has a trading platform in support of domestic and foreign trade, the current price of each BIL approximately 0.0006 yuan. Billy bit era to establish a dedicated investment currency exchange group: 246 052 868 Welcome to 3, gold coins YBC gold coins are the first domestic cottage currency in the true sense, if only to compare and domestic currency, which has the largest number of miners, the highest market turnover, while, YBC is the first export trading platform for foreign currency-made cottage (if not already demise of CNC words). Currently, gold coins YBC in the country has developed a long ecological chain, including ingot chess game platform, gold bullions coins Stock Exchange as well as a lot of businesses to accept. Gold coins without a clear production ceiling, but according to the algorithm, gold coins yield about four years in four million or so, the 10-year yield of about 10 million or so, at present, YBC in C network, gold exchange, BTCTRADE other domestic can be traded outside the platform, each YBC cost about 15 yuan. Bit era gold coins to establish a dedicated investment exchange group: 370124137 welcome to join us on this currency long overdue, partly because the cottage currency market is chaotic, on the other hand, we also spent a lot of time in the currency consideration the screening. In addition to the three currencies of our on-line, and other popular emerging currencies such as particle coins, coins molecules, Aurora coins, mint coins, the Federal Reserve currency, QQ coins, black coins, currency, and so dark, and ultimately, we believe that these three combination of a currency, more in line with our distribution has always been a reasonable price, the combination of the old and new currency coins habits. I hope you will like it. Finally, we must remind everyone that the virtual currency investment risk is great, please participate, as appropriate. Due to relatively thin market funds, and the times they deliberately released simultaneously three currencies, aimed at weakening the hype fluctuations on the line at the beginning of the new currency, please be sure to maintain peace of mind to participate, thank you.
member
Activity: 82
Merit: 10
full member
Activity: 168
Merit: 100
sr. member
Activity: 350
Merit: 250
DTC unofficial team
newbie
Activity: 48
Merit: 0
member
Activity: 78
Merit: 12
This is a BIG news!

First Target: 0.005 BTC  Smiley
Guys!! BTC38 is going to list Riecoin tonight!

See their notice: http://www.btc38.com/general/916.html

Edit: stop selling now.
newbie
Activity: 28
Merit: 0
Guys!! BTC38 is going to list Riecoin tonight!

See their notice: http://www.btc38.com/general/916.html

Edit: stop selling now.

oh yeah... i totally can read that.
legendary
Activity: 1154
Merit: 1001
Wondering if there's any progress on a GPU miner Gatra?
I've been around since the launch, but with very limited CPU power, all I could manage was to mine some 5 RIC with YPool, but have since stopped as I'm not happy to see so much of the network hash rate on a single pool. It looks to me that the only way to reach "record breaking" numbers, is by a) largely expanding the network hash rate and b) achieving greater mining efficiency.

I do have a few GPUs that I could put to use for RIC, all Nvidia, some of the 750 variety which should have boosted performance with large integers (not that I know anything about these details)...
DGA, are you focusing entirely on CPU miner optimizations for the time being?

Thanks for any feedback guys. Really want to participate on RIC given the *real world value* this coin brings to the table, but just don't seem to have the resources at the moment...
Cheers,
Myagui
newbie
Activity: 7
Merit: 0
Guys!! BTC38 is going to list Riecoin tonight!

See their notice: http://www.btc38.com/general/916.html

Edit: stop selling now.
sr. member
Activity: 1106
Merit: 255
Betking.io - Best Bitcoin Casino
Just a brief pump n' dump by daytraders. The realization of Riecoin's actual value is still quite a ways off.
full member
Activity: 196
Merit: 100
RIECOIN @ 0.0013 on mintpal !

strong coin Smiley
¨
I came in here to see what was going on by the 200% increase and your argument is invalid, just because someone is selling for that doesnt mean that is the value, there is buy support at 0.0006
full member
Activity: 182
Merit: 100
RIECOIN @ 0.0013 on mintpal !

strong coin Smiley
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
Mintpal charges a 0.002 withdrawal fee and they don't even pay a transaction fee...  Roll Eyes
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"

This is part of my attempt to implement stratum-mining.

Cool! I'll host a pool if you can implement it.
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
I'd be more then willing to setup a p2pool, but I would need someone to write the PoW module for it, as i don't know C at all.  I would also be able to have a p2pool node list available after the PoW module is ready.

Right on excellent. I'm going to add you and surfer43 to the list then. The bracketed area is more about who we have that is capable of doing certain tasks and is willing. So if someone else comes along and wants to help or ask questions they know who to talk to. Even if you can't do everything needed, you're available to let people know what you can contribute and what is still needed.

Here (in Python):

Code:
def isPrime( n ):
    if pow( 2, n-1, n ) == 1:
        return True
    return False

def riecoinPoW( hash_bin, diff, nNonce ):
    base = 1 << 8
    for i in range(256):
        base = base << 1
        base = base | (hash_bin & 1)
        hash_bin = hash_bin >> 1
    trailingZeros = diff - 1 - 8 - 256
    if trailingZeros < 16 or trailingZeros > 20000:
        return 0
    base = base << trailingZeros
    
    base += nNonce
    primes = 0
    
    if (base % 210) != 97:
        return 0
    
    if not isPrime( base ):
        return primes
    primes = 1
    
    base += 4
    if isPrime( base ):
        primes+=1
    
    base += 2
    if isPrime( base ):
        primes+=1
    
    base += 4
    if isPrime( base ):
        primes+=1
    
    base += 2
    if isPrime( base ):
        primes+=1
    
    base += 4
    if isPrime( base ):
        primes+=1
      
    return primes

This is part of my attempt to implement stratum-mining.
Disclaimer: not tested!

hash_bin must be the hash of the header up to and including nTime (which is after nBits, not like in BTC! be careful with this: the block header is different. nTime is 64 bits. nOnce is 256 bits).
diff is the difficulty as a number (nBits uncompacted)

riecoinPoW returns the number of primes. If you want 4-tuples to be shares you must test that it returns 4 or more.

Best regards,
Gatra

edit: we should test that non-primes don't have small divisors. But since we are allowing any number (except the first of the tuple) to be composite, not only the last ones (as ypool does) this is less important. With the 210 test we are doing that test for divisors 2, 3, 5 and 7
hero member
Activity: 630
Merit: 501
I'd be more then willing to setup a p2pool, but I would need someone to write the PoW module for it, as i don't know C at all.  I would also be able to have a p2pool node list available after the PoW module is ready.

Right on excellent. I'm going to add you and surfer43 to the list then. The bracketed area is more about who we have that is capable of doing certain tasks and is willing. So if someone else comes along and wants to help or ask questions they know who to talk to. Even if you can't do everything needed, you're available to let people know what you can contribute and what is still needed.
hero member
Activity: 630
Merit: 501
I am able to create a paper wallet generator but I wonder if many people are interested in this.


Right now, probably nobody, but that's not the point. Everything added makes the coin better, which draws more people, and eventually it is needed. Consider we send press releases to places that have the main stream conception of bitcoin. Paper wallets are a hot topic for the partially informed. Bitcoin ATMs are always a top story even when more interesting things are going on. If Riecoin is "ATM ready" thats a plus even if the expectation to see it used that way is still far off.
sr. member
Activity: 350
Merit: 250
https://cryptassist.io
I'd be more then willing to setup a p2pool, but I would need someone to write the PoW module for it, as i don't know C at all.  I would also be able to have a p2pool node list available after the PoW module is ready.
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"

- finish Wikipedia entry

Not going to happen until there is more press.
Jump to: