Bitcoin Forum
September 22, 2025, 05:50:54 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BDG] [BADGERCOIN] FIRST X11 POW/POS Hybrid - 8d POW left - 4 EXCHANGES on: May 03, 2014, 12:37:45 AM
What do I do to my windows wallet if it is not receiving all the coins? I checked the blockchain and there are coins there that have not hit my wallet.

 I have the new wallet and tried doing a -rescan that didn't help.

Any help will be great.

[EDIT]

OK got it to work: Used this to get my prvtkey, then delete appdata folder and re-import key. http://www.reddit.com/r/dogecoin/comments/1umrma/for_those_that_have_lost_coins_in_the_fork/
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 12, 2014, 01:54:06 AM
I must be going crazy... I had this working on one machine, then think I screwed it up and have tried on 2 fresh installs and I get same result. How do I figure out what is wrong?

I got the linux-64.zip file and the rminerd_linux_x86_64.tar.gz from the official places

I unzipped them both. Created the conf as listed on page 30.. Changed password, and username (nothing else)

When starting ./rminerd -o localhost:28332 -u matchconf -p matchpconf

I get

[2014-02-12 01:52:06] HTTP request failed: The requested URL returned error: 500 Internal Server Error
[2014-02-12 01:52:06] json_rpc_call failed, retry after 30 seconds

riecoind is running and I get this:

./riecoind getinfo
{
    "version" : 80600,
    "protocolversion" : 10070001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 1,
    "testnet" : false,
    "keypoololdest" : 1392169403,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


What am I doing wrong?

Thanks

3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014 on: February 12, 2014, 12:27:44 AM
Can I mine into one wallet from different machines. I have never solo mined before. The steps I have followed are:

Created conf file with something like:

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


Running: riecoind


Running: ./rminerd -o localhost:28332 -u changethisusername -p changethispassword

I see:

[2014-02-12 00:24:27] thread 1: 395313153 hashes, 79505 khash/s
[2014-02-12 00:24:27] thread 7: 395313153 hashes, 79351 khash/s
[2014-02-12 00:24:27] Total: 633955 knumbers/s
[2014-02-12 00:24:27] Expected average time to block: 95814.227740
[2014-02-12 00:24:27] accepted: 0 in 2075 seconds
[2014-02-12 00:24:27] thread 2: 396361729 hashes, 79360 khash/s

So I presume it is working.

Now if I want another machine to mine to it also, I change:

rpcallowip=127.0.0.1 to rpcallowip=*

Open up firewall on that server on the port I set and then am I good?

Or is it better to have each server mine to it's own wallet and then wait for a pool?

Still a little noobish here, sorry.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!