Author

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

member
Activity: 98
Merit: 10
hi everybody

i have a question about the  riecoin  reward block

since the Blocks every 2.5 minutes and Difficulty adjustments every 288 blocks (12hs)

then we will get a reward block at 576 block?

do that means we have to at least wait 288*2.5minutes=12hs  to wait the Difficulty adjustments

then after the difficulty adjustment we have to wait another 288 block to get a reward block?

so that means we have to wait at least 12hs to get a reward block?
can somebody answer me, thank you very much!
It wont take 12hrs, more likely block rewards start within a few hours.. cant say for sure anyways, depends on hash power. Diff starts from 0(?) so block time is a lot less than 2,5mins in the beginning

Wont be mining this until reward blocks start, useless to waste power with 0 reward

i mean it will take at least 12 hours to reach 576 block? am i right?
full member
Activity: 168
Merit: 100
hi everybody

i have a question about the  riecoin  reward block

since the Blocks every 2.5 minutes and Difficulty adjustments every 288 blocks (12hs)

then we will get a reward block at 576 block?

do that means we have to at least wait 288*2.5minutes=12hs  to wait the Difficulty adjustments

then after the difficulty adjustment we have to wait another 288 block to get a reward block?

so that means we have to wait at least 12hs to get a reward block?
can somebody answer me, thank you very much!
It wont take 12hrs, more likely block rewards start within a few hours.. cant say for sure anyways, depends on hash power. Diff starts from 0(?) so block time is a lot less than 2,5mins in the beginning

Wont be mining this until reward blocks start, useless to waste power with 0 reward
member
Activity: 98
Merit: 10
I have a question:

Is there no reward for the first 24hr mining (the first 576blocks)?

If so, who is willing to mine in the first day ??

Am I wrong with sth?

Frist 576 blocks without reward, that's correct. However it's impossible to know how long will that take. Once the difficulty adjusment and the computing power stabilize then 576 blocks should be about 24 hs, but the first blocks will certainly be found in much less than 24hs. It's impossible to tell how long, because it depends on the computing power of the whole network, and little bit on luck too.
I'll be mining from the start with many PCs and you are encouraged to do that too because:
- You can set up your miners and go do something else instead of being constantly watching the number of blocks in order to see if it got to 576 or not
- It will make the launch more fair
- It will probably be only a few hours, not 24, at least 1 or 2, and definitely less than 10.

For reference, at minimum difficulty it takes about 5 hours for my i5 laptop to find a block. But I expect many VPSs to join, so everybody can do their guesstimates...

so close now...

does that means, the first reward block(576block), at least take 24 hours?
full member
Activity: 131
Merit: 100
hi all, is there any exe file wallet can be download now ?
and then how to solo?
member
Activity: 98
Merit: 10
hi everybody

i have a question about the  riecoin  reward block

since the Blocks every 2.5 minutes and Difficulty adjustments every 288 blocks (12hs)

then we will get a reward block at 576 block?

do that means we have to at least wait 288*2.5minutes=12hs  to wait the Difficulty adjustments

then after the difficulty adjustment we have to wait another 288 block to get a reward block?

so that means we have to wait at least 12hs to get a reward block?
can somebody answer me, thank you very much!
member
Activity: 98
Merit: 10
cloud mining tutorial......pleaaaaaaaaaase

Sign up at Digitalocean with this link[/url] if you don't mind using my reference link Smiley

Use the voucher code SSD2014 (Also in my sig) to get $10 credit for free
Start a droplet with AT LEAST 2GB ram, needed for compiling, with Debian 7.0 (This can be resized later, but you get charged full rate at all times your droplets are in existence.)

Connect to your droplet through Putty or any other SSH client, now you want to prepare the server for mining...
Please note, most commands here can simply be copied and pasted by simply right clicking in the Putty window and pressing enter, make sure to enter your own username where relevant though, and other details. It's safest to only do one line at a time unless you're sure what you're doing.

Use Putty to create a new user and add to the sudoers group, as below.
Code:
adduser  sudo
Change to your new user by using
Code:
su 
Code:
cd ~


Install dependencies
Code:
sudo apt-get update
sudo apt-get install -y git make g++ build-essential libminiupnpc-dev
sudo apt-get install -y libboost-all-dev libdb++-dev libgmp-dev libssl-dev automake libcurl4-openssl-dev


Compile/install Riecoin
Code:
git clone https://github.com/riecoin/riecoin.git
cd riecoin/src
make -f makefile.unix
chmod +x riecoind

...and create the conf file
Code:
mkdir ~/.riecoin
nano ~/.riecoin/riecoin.conf
Press ctrl+X to exit once you've pasted or typed the config details in.
Example config:
Code:
rpcuser=changethisusername
rpcpassword=changethispassword
rpcport=28332
port=28333
rpcallowip=127.0.0.1
server=1
daemon=1


Compile/install Miner
Code:
cd ~
git clone https://github.com/gatra/cpuminer-rminerd.git && cd cpuminer-rminerd
./autogen.sh
./configure CFLAGS="-O3"
make


Run Riecoin:
Code:
cd ~/riecoin/src && ./riecoind

Execute commands:
In the same folder type
Code:
./riecoind 
for example:
Quote
./riecoind getmininginfo


Then start the miner
Code:
cd ~/cpuminer-rminerd
./rminerd -o localhost:28332 -u changethisusername -p changethispassword
newbie
Activity: 34
Merit: 0
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
I have a question:

Is there no reward for the first 24hr mining (the first 576blocks)?

If so, who is willing to mine in the first day ??

Am I wrong with sth?

Frist 576 blocks without reward, that's correct. However it's impossible to know how long will that take. Once the difficulty adjusment and the computing power stabilize then 576 blocks should be about 24 hs, but the first blocks will certainly be found in much less than 24hs. It's impossible to tell how long, because it depends on the computing power of the whole network, and little bit on luck too.
I'll be mining from the start with many PCs and you are encouraged to do that too because:
- You can set up your miners and go do something else instead of being constantly watching the number of blocks in order to see if it got to 576 or not
- It will make the launch more fair
- It will probably be only a few hours, not 24, at least 1 or 2, and definitely less than 10.

For reference, at minimum difficulty it takes about 5 hours for my i5 laptop to find a block. But I expect many VPSs to join, so everybody can do their guesstimates...

so close now...
legendary
Activity: 1246
Merit: 1000
Alright, so do we use cpuminer to mine Riecoin?

https://github.com/gatra/cpuminer-rminerd/blob/master/README

I am trying to get a miner up and running on Ubuntu 12.04
https://github.com/gatra/cpuminer-rminerd/blob/master/scanriecoin.c#L15
Code:
int initPrimeTable( void )
{
}
double riecoin_time_to_block( double hashrate, uint32_t compactBits, int primes )
{
return 1;
}
int scanhash_riecoin(int thr_id, uint32_t *pdata, const int primes,
uint32_t max_nonce, unsigned long *hashes_done, unsigned int *pSieve)
{
return 0;
}
I think you are wasting your time trying get miner running  Grin
sr. member
Activity: 434
Merit: 250
Lol, why should anybody mine for more than 12 hours if there is no reward?
member
Activity: 114
Merit: 10
Alright, so do we use cpuminer to mine Riecoin?

https://github.com/gatra/cpuminer-rminerd/blob/master/README

I am trying to get a miner up and running on Ubuntu 12.04
sr. member
Activity: 301
Merit: 250
网络·自由·客
I have a question:

Is there no reward for the first 24hr mining (the first 576blocks)?

If so, who is willing to mine in the first day ??

Am I wrong with sth?
maybe not 24 hour
but how long will be?
more than 24 hours or less than 1 hour?
@gatra  do you know the exactly time?
full member
Activity: 233
Merit: 100
Any pool ready for the launch or only solo?
   To start only solo.
Oh dear. One more fail for me then. Too weak CPU to mine solo even minutes after start   Undecided
member
Activity: 82
Merit: 10
hero member
Activity: 1162
Merit: 568
I have a question:

Is there no reward for the first 24hr mining (the first 576blocks)?

If so, who is willing to mine in the first day ??

Am I wrong with sth?
hero member
Activity: 711
Merit: 500
Any pool ready for the launch or only solo?
   To start only solo.
full member
Activity: 233
Merit: 100
Any pool ready for the launch or only solo?
sr. member
Activity: 374
Merit: 250
i like this coin idea ! Smiley
newbie
Activity: 38
Merit: 0
All the profit guys missing exchange news here...  Wink

It's a nice project and tribute to Bernhard Riemann.
legendary
Activity: 2912
Merit: 6403
Blackjack.fun
quiet here.  waiting.

It's so quiet I'm wondering if this coin is going to find any numbers.
Better get my abacus ready to help the world.
Jump to: