Post
Topic
Board Project Development
Re: NGCCC (colored coins): issue and trade private currencies/stocks/bonds/etc
by
killerstorm
on 07/12/2013, 18:35:51 UTC
I have no idea what I'm doing. Here is a screenshot.

http://imgur.com/z8jaAYa

Ubuntu 13.10 64-Bit

If you're using Bitcoin-Qt instead of bitcoind, you need to enable RPC interface in config:

~/.bitcoin/bitcoin.conf
Code:
server=1
rpcuser=rpcuser
rpcpassword=somepasswordhere

(you might want to edit rpcpassword part). Create this file and restart bitcoin-qt. (Note that you don't need -reindex option, but you need other options... Except -daemon, it is useless in this case.)