Run Musicoin client (GMC)
gmc console
If you want to run with RPC, please add more flags accordingly:
gmc --rpc --rpcapi="db,eth,net,web3,personal" --rpcport "8545" --rpcaddr "127.0.0.1" --rpccorsdomain "localhost" console
Can't find peers to sync?
Musicoin has set up some default nodes that you can try to connect as bootstrap nodes. Once connected, the console will start syncing automatically. In case you can't see syncing after a long time, you may have to add peer(s) manually.
In GMC console, add knowing peer with its enode information: > admin.addPeer("{enode info}")
https://github.com/Musicoin/go-musicoin Node list is back one page on the forum.
sorry but ive dealt with lots of crypto wallets and this one is probably one of the least functional i've come across. When the wallet is first opened and trying to sync I cant do anything in it. Even though it says open wallet before sync is complete. When I do it only opens and then basically freezes. I dont see any console to run commands, no easily accessible config file, and the directions you have all posted are very confusing and dont seem to help anyone. Esp when directions just say add these nodes.. ok, sure but where? see thats the point, it should be easy to add nodes. I cant even add them in the wallet because it freezes when I open it. Most of the time you make your own config file if one isnt created when you run the client and at the rpc, etc to it with the "add node" command at the end, save it and restart the wallet. Ive even watched the you tube video and while its a nice try it still doesnt help. You should put toghether a step by step manual and post to the first page so people have a place to go to get help. All the other wallets Ive used and had to fix or sync have had very easy config files to edit and maually configure. You really should work on the wallet and its funcionality. If users have a difficult time they will give up and people will lose interest. Wallets should be very easy to use.
ill use an example of what I mean with denarius coin. This is how easy it should be to add the config and your nodes, etc.
You would migrate to
C:\Users\"your user"\AppData\Roaming\Denarius
create the denarius.conf with notepad and add the following; ----> once this file is saved, close the folder and restart the client and BANG, it syncs.. simple
rpcuser="your user name"
rpcpassword="your password"
rpcallowip=127.0.0.1
rpcport=32339
server=1
daemon=1
listen=1
addnode=yiimp.ccminer.org:33339
addnode=172.93.53.210:33339
addnode=104.233.106.135:33339
addnode=109.205.244.150:33339
addnode=115.207.158.4:33339
addnode=130.255.12.2:33339
addnode=142.105.20.251:33339
addnode=147.135.191.162:33339
addnode=159.118.167.26:33339
addnode=163.172.4.66:33339
addnode=167.114.103.43:33339
addnode=172.93.53.210:33339
addnode=173.150.158.71:33339
addnode=189.186.121.70:33339
addnode=192.3.196.202:33339
addnode=200.92.17.152:33339
addnode=36.81.2.210:33339
addnode=37.146.173.97:33339
addnode=49.169.43.77:33339
addnode=5.9.112.62:33339
addnode=73.135.197.253:33339
addnode=75.174.67.156:33339
addnode=77.38.55.82:33339
addnode=82.114.227.101:33339
addnode=82.114.227.188:33339
addnode=82.114.234.204:33339
addnode=82.114.238.71:33339
addnode=82.114.251.198:33339
addnode=85.108.170.179:33339
addnode=88.254.45.178:33339
addnode=91.77.206.228:33339
addnode=94.250.129.128:33339
Having to create the start.bat file then adding nodes into the console via gmc can be too difficult for some people who are new to this and no very computer literate. It shouldnt be made to be easy. I think unless some of this changes you may not get the involvment from people who dont want to take the time of have the patience to learn to do this stuff. Just saying. I think you have a good concept here with the coin, I love it, just think the devs should make things a bit easier with the wallet sync. Especially since ive seen post after post about people having issues syncing the wallet.