Bitcoin Forum
May 10, 2024, 10:42:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 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 ... 311 »
  Print  
Author Topic: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record  (Read 684957 times)
Gcr0n
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
February 11, 2014, 10:09:36 PM
 #561

website just said:

Launch delayed and still in progress... please be patient!

thank you mr website

btc: 1MDQVRQLZe1Y6Vqa5krreHVkFj6fz8sXGd
xapo: 3NpqxQgQXe3HDW6BZNXn3XDvhWh7r3eyi2
LTC: LWs7EK5A8oQBMiGagJsgwgAA5o3ecWkTmY
Doge: D72wxwxjHJun6CiyibcvfZNV2HN7TFpCF3
1715380965
Hero Member
*
Offline Offline

Posts: 1715380965

View Profile Personal Message (Offline)

Ignore
1715380965
Reply with quote  #2

1715380965
Report to moderator
1715380965
Hero Member
*
Offline Offline

Posts: 1715380965

View Profile Personal Message (Offline)

Ignore
1715380965
Reply with quote  #2

1715380965
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715380965
Hero Member
*
Offline Offline

Posts: 1715380965

View Profile Personal Message (Offline)

Ignore
1715380965
Reply with quote  #2

1715380965
Report to moderator
Rex_Heston
Member
**
Offline Offline

Activity: 69
Merit: 10


View Profile
February 11, 2014, 10:09:39 PM
 #562

I am not that concerned by windows users being out of the competition...

Just morbid curosity here, but why is that, exactly?

Did I help you today, or just like my style? Toss a couple coins my direction!
BTC: 1GntmzMELxewbS2BagH2CqRNv9CuVfgcsb; DOGE: DLmXSyGQzkJMKYFTS12aiGUC4V38gNHu1W
EpStROM
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
February 11, 2014, 10:09:46 PM
 #563

How do I set rpcallowip to allow all IP addresses? I keep getting a "connection refused"?

rpcallowip=*
deodecagone
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
February 11, 2014, 10:10:02 PM
 #564

How do I restore screen?

screen -ls

then find the right one (you should have only one entry there) and :

# screen -r 5138.pts-2.rie
GreekBitcoin
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


getmonero.org


View Profile WWW
February 11, 2014, 10:10:35 PM
 #565

if you are running only 1 screen then simply screen -r
Aalesund
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
February 11, 2014, 10:10:44 PM
 #566

How do I set rpcallowip to allow all IP addresses? I keep getting a "connection refused"?
rpcuser=user
rpcpassword=pass
rpcport=28332
port=28333
rpcallowip=*

Let's color the MOON: YN4VBGgcmm7nAGqhc2zeUN7eJXCxfWyWGa
caspar
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 11, 2014, 10:11:06 PM
 #567

poollllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll l
+1111111111111111111111111111111
markj113
Legendary
*
Offline Offline

Activity: 2254
Merit: 1043



View Profile
February 11, 2014, 10:11:13 PM
 #568

website just said:

Launch delayed and still in progress... please be patient!

thank you mr website

Thanks for the update website, I would'nt have realised i just sat here like a prick for 2 hours for feck all  Shocked
Alphi
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
February 11, 2014, 10:11:22 PM
 #569

I am not that concerned by windows users being out of the competition...

Just morbid curosity here, but why is that, exactly?

he prefers to have more coins of less value.. than fewer coins of greater value.

KARMA: KSc9oGgGga1TS4PqZNFxNS9LSDjdSgpC1B      VERT: VgKaooA5ZuLLUXTUANJigH9wCPuzBUBv9H
DOGE:   DRN7pXid34o6wQgUuK8BoSjWJ5g8jiEs4e
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
February 11, 2014, 10:12:27 PM
 #570

Code:
 int64 nSubsidy = 50 * COIN;

    if( nHeight >= 1152)
    {
        // Subsidy is cut in half every 840000 blocks, which will occur approximately every 4 years
        nSubsidy >>= (nHeight / 840000);
    }
    else if( nHeight > 576 ) // 576 blocks with linearly increasing subsidy
    {
        nSubsidy *= nHeight - 576;
        nSubsidy /= 576;
    }
    else // first 576 blocks without subsidy
    {
        nSubsidy = 0;
    }

    return nSubsidy + nFees;
576 blocks with linearly increasing subsidy .... hm ... after block 575 not will be 50 ric block reword how i undestand..

but what with Difficulty adjustments every  288 blocks ?)))
mine2slow
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
February 11, 2014, 10:12:44 PM
 #571

Windows-qt is running like clockwork.



greenboy84
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
February 11, 2014, 10:12:55 PM
 #572

Updated guide now I've got my mining working!! If you have any problems just message me.

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 <your_username_here> sudo
Change to your new user by using
Code:
su <your_username_here>
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
addnode=194.97.156.59
addnode=76.102.71.50
addnode=79.135.200.61
addnode=162.248.98.162
addnode=64.79.107.5
addnode=192.241.129.169
addnode=173.193.48.174
addnode=107.170.26.188
addnode=67.225.172.77
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 <wallet_console_command>
for example:
Quote
./riecoind getmininginfo


Then start the miner
Code:
cd ~/cpuminer-rminerd
./rminerd -o localhost:28332 -u changethisusername -p changethispassword
c


Okay so now I'm mining. Assuming I find a block, how do I see the privkeyhash or even get back to "getmininginfo" it just is continually scrolling now and I seem to have lost the ability to do anything.

The source of my altcoin fortunes : CRYPTSY EXCHANGE
deodecagone
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
February 11, 2014, 10:13:38 PM
 #573

I am not that concerned by windows users being out of the competition but rather for that estimated average time to block :
2014-02-11 17:05:21] thread 7: 140509185 hashes, 34287 khash/s
[2014-02-11 17:05:21] thread 4: 169869313 hashes, 35362 khash/s
[2014-02-11 17:05:21] thread 8: 161480705 hashes, 31593 khash/s
[2014-02-11 17:05:22] thread 3: 222298113 hashes, 34740 khash/s
[2014-02-11 17:05:23] thread 0: 167772161 hashes, 34825 khash/s
[2014-02-11 17:05:23] thread 6: 141557761 hashes, 30837 khash/s
[2014-02-11 17:05:23] thread 11: 241172481 hashes, 34837 khash/s
[2014-02-11 17:05:23] Total: 404583 knumbers/s
[2014-02-11 17:05:23] Expected average time to block: 60188.940521
[2014-02-11 17:05:23] accepted: 0 in 3771 seconds

those are seconds right ?

Yep, wondering what machine that is... my 1090T gets me 110M# per second, per core... That's Linux for you Smiley

nothing related in the OS there ... hardware.
Benchman
Full Member
***
Offline Offline

Activity: 220
Merit: 100



View Profile
February 11, 2014, 10:14:11 PM
 #574

fuck this, go to play gta vice city
keepwalking1234
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 11, 2014, 10:14:44 PM
 #575

come on windows wallet....

Your dreams are waiting to be realized.
Aalesund
Full Member
***
Offline Offline

Activity: 143
Merit: 100



View Profile
February 11, 2014, 10:16:27 PM
 #576

Hehehehe 301 blocks and difficulty not changed  Grin Grin Grin
someone will mine coins very easy
too bad I'm not one of them  Sad

{
    "version" : 80600,
    "protocolversion" : 10070001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 318,
    "timeoffset" : 15,
    "connections" : 68,
    "proxy" : "",
    "difficulty" : 1,
    "testnet" : false,
    "keypoololdest" : 1392152708,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

Let's color the MOON: YN4VBGgcmm7nAGqhc2zeUN7eJXCxfWyWGa
zdbtc1
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
February 11, 2014, 10:16:51 PM
 #577

Okay so now I'm mining. Assuming I find a block, how do I see the privkeyhash or even get back to "getmininginfo" it just is continually scrolling now and I seem to have lost the ability to do anything.
ctrl+c out of that and do nohup ./rminerd -o localhost:28332 -u changethisusername -p changethispassword &. Then you can ctrl+c out of it and it's still running. Or install screen and use that and do the same thing.
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
February 11, 2014, 10:16:58 PM
 #578

windows wallet like bitcoin wallet ... i mine btc ))
EpStROM
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
February 11, 2014, 10:17:10 PM
 #579

Whats your problem? The windows wallet is easy to find..  https://mega.co.nz/#!mIIVwAiZ!hJGjH2a5zyrzt3OjpeiaKSTd9fAaH5btGheMtVNw1JE

Source?
caspar
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
February 11, 2014, 10:17:17 PM
 #580

Whats your problem? The windows wallet is easy to find..  https://mega.co.nz/#!mIIVwAiZ!hJGjH2a5zyrzt3OjpeiaKSTd9fAaH5btGheMtVNw1JE

Thank you.Thank you.Thank you.Thank you.Thank you. Wink
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 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 ... 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!