my wallet says that there's no block source, hes not connecting. what should i do?
Hi, since the first start you should give to your wallet one node address to connect. After first connection it will get other nodes and sync with network.
To do that:
In GUI Client after first start go to the console and type:
addnode 76.74.177.244 onetry
If you use console client, start it with command:
./betacoind -connect=76.74.177.244 &
P.S. Also be sure that you have a valid betacoin.conf file.