Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
4209977
Topic
370806
Board
Announcements (Altcoins)
Re: [ANN] MemoryCoin 2.0 (MMC) - 5 Positions Available - $360/day
by
s4l1h
on
29/12/2013, 22:40:58 UTC
Quote from: SpecialFX on December 29, 2013, 10:11:44 PM
on this wiki page can someone explain what the rpc user and password is for?
http://www.mmcwiki.com/mmc_solo_mining_debian_and_ubuntu
Rpc user & password for
bitcoind
You can talk bitcoind for rpc protocol and send coins.
Quote from: SpecialFX on December 29, 2013, 10:11:44 PM
also not sure how I get coins from it to my wallet on my PC
http://www.mmcwiki.com/mmc_solo_mining_debian_and_ubuntu#transfer_mining_reward_your_wallet
bitcoind sendtoaddress {YOURDESKTOPWALLETADRESS} {AMOUNT}
Example
: bitcoind sendtoaddress MQoJDguWCMAug2J2rRUEsZPC9UjdSCppkS 10
Quote from: SpecialFX on December 29, 2013, 10:11:44 PM
also tried this
bitcoind daemon
but get cannot connect to the server
Try:
Stop bitcoind:
bitcoind stop
Start bitcoind:
bitcoind --daemon
Watch mining status:
watch -n 5 'bitcoind getinfo && bitcoind getmininginfo'