Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DOGE] Dogecoin - very currency - many coin - wow
by
MajikPiG
on 12/12/2013, 19:02:06 UTC
Completely clueless about these things, so I might as well ask:

How do I get my wallet to sync? I know it involves some sort of conf file, but I don't know how to work it.

(Note: on a Mac, if that makes a difference)

Reposting in case anyone can help.
      o wow                        such mac
   much hipster                      such sxe
http://doges.org/index.php?topic=252.0
  go 2 /Users/USERNAME/Library/Application Support/DogeCoin/
    make dogecoin.conf
       put in it dis script:

Quote
rpcuser=doge
rpcpassword=wow
rpcallowip=127.0.0.1
rpcallowip=192.168.*.*
rpcport=22555
server=1
daemon=1
addnode=162.243.113.110
addnode=146.185.181.114


here commands if supa newb:
open terminal
type:
Quote
cd Library/Application\ Support/DogeCoin
pico dogecoin.conf
paste in text from above
save