MobGod
|
|
July 08, 2013, 04:34:25 PM |
|
What is the issue with the wallet? It's not connecting even after I added nodes. Here's what get info says:
 { "version" : "v1.0.0.0-g32a928e-caps", "protocolversion" : 60006, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 0, "moneysupply" : 0.00000000, "connections" : 0, "proxy" : "", "ip" : "0.0.0.0", "difficulty" : 0.00024414, "testnet" : false, "keypoololdest" : 1373297354, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." }
Just started mining this, but will probably stop soon if this is not addressed.
Looks like your ports are not open On my firewall, you mean? All I use is windows firewall, and I allowed the program through on all networks already. Do you know what ports specifically this program is trying to pass through? EDIT: Should also mention I'm not having this problem with any other altcoin clients I'm running, and I'm running quite a few. did you download the lastest client ?
|
|
|
|
datguyian
|
|
July 08, 2013, 05:51:44 PM |
|
I downloaded whichever one was on his google share about 2 hours ago... I would assume that is the newest version. What is the issue with the wallet? It's not connecting even after I added nodes. Here's what get info says:
 { "version" : "v1.0.0.0-g32a928e-caps", "protocolversion" : 60006, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 0, "moneysupply" : 0.00000000, "connections" : 0, "proxy" : "", "ip" : "0.0.0.0", "difficulty" : 0.00024414, "testnet" : false, "keypoololdest" : 1373297354, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." }
Just started mining this, but will probably stop soon if this is not addressed.
Looks like your ports are not open On my firewall, you mean? All I use is windows firewall, and I allowed the program through on all networks already. Do you know what ports specifically this program is trying to pass through? EDIT: Should also mention I'm not having this problem with any other altcoin clients I'm running, and I'm running quite a few. did you download the lastest client ?
|
|
|
|
Orrechorre
|
|
July 08, 2013, 11:43:43 PM |
|
are the dev planing anything new? are their plans for it to go some exchange site sometime? if not i think its looking dark
|
|
|
|
thekidcoin
Sr. Member
Offline
Activity: 308
Merit: 250
FlutterCoin Developer
|
|
July 09, 2013, 04:57:36 PM |
|
Looks like someone is working on the issues etc. Just looked on Github. I think once that's done he will start promoting the coin, get it on Cryptsy possibly, etc
|
1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
|
|
|
MobGod
|
|
July 09, 2013, 05:35:13 PM |
|
Hey op anything going on with this coin?
|
|
|
|
thekidcoin
Sr. Member
Offline
Activity: 308
Merit: 250
FlutterCoin Developer
|
|
July 09, 2013, 08:33:09 PM |
|
Hey op anything going on with this coin?
saw some edits on github, probably he will release new binaries soon
|
1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
|
|
|
Kiplingscat
Member
Offline
Activity: 64
Merit: 10
|
|
July 10, 2013, 01:38:51 AM |
|
My client will not connect either. Can we get a fix on this?
|
|
|
|
Kiplingscat
Member
Offline
Activity: 64
Merit: 10
|
|
July 10, 2013, 01:51:09 AM |
|
I assume that there are simple no open clients so I will kep mine open for the day and see what happens. Please advise Dev.
|
|
|
|
mckmuze
Member
Offline
Activity: 93
Merit: 10
|
|
July 10, 2013, 01:53:09 AM |
|
5hXxediXxub8MqSnjdRsRgmWbVFfVLWjKd
|
|
|
|
thekidcoin
Sr. Member
Offline
Activity: 308
Merit: 250
FlutterCoin Developer
|
|
July 10, 2013, 02:26:05 AM |
|
Find some peers, and put them in the conf file using addnode temporarily
|
1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
|
|
|
Kiplingscat
Member
Offline
Activity: 64
Merit: 10
|
|
July 10, 2013, 04:27:57 AM |
|
Find some peers, and put them in the conf file using addnode temporarily
Thanks, thekidcoin. I tried to do that earlier and failed miserably. I made a conf file in notepad, and put in the addnote address I was able to find in the very thread and I put that into the folder with the qt client, but did nothing. i imagine it has to do with the syntax at which I wrote the addnode conf. I have no real idea on how that might work. Willing to bounty this if you can copy and past something that works for me. thanks for your help! say 10 CGB?
|
|
|
|
thekidcoin
Sr. Member
Offline
Activity: 308
Merit: 250
FlutterCoin Developer
|
|
July 10, 2013, 05:26:39 AM |
|
Find some peers, and put them in the conf file using addnode temporarily
Thanks, thekidcoin. I tried to do that earlier and failed miserably. I made a conf file in notepad, and put in the addnote address I was able to find in the very thread and I put that into the folder with the qt client, but did nothing. i imagine it has to do with the syntax at which I wrote the addnode conf. I have no real idea on how that might work. Willing to bounty this if you can copy and past something that works for me. thanks for your help! say 10 CGB? run the command: getpeerinfo Get a few IP addresses from the results. Add a few IP's to the conf file like this: add this to your crytogenicbullion.conf file: addnode=IP #1 addnode=IP #2 addnode=IP #3 addnode=IP #4 Keep the 10 CBG...
|
1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
|
|
|
Kiplingscat
Member
Offline
Activity: 64
Merit: 10
|
|
July 10, 2013, 06:08:16 AM |
|
Thanks for help, but problem persists!
Here is what shows when i go to help, console, getpeerinfo:
01:57:25 getpeerinfo
01:57:25  [ ]
Peers do not populate within brackets.
I added nodes from this thread with and without :port# in a cryogenicbullion.config. Where is this config file to be located. I have it in a folder on my desktop with other CGB files. This is what was in that file:
{ addnode=97.89.174.206 addnode=69.85.86.195 addnode=46.150.89.173:55437 addnode=97.89.174.206:5263 }
That is it. Am i doing that wrong? There were more addnodes, but you see what I am talking about.
So, within the client, when i go to settings, Network. The box is checked for "Map port using UPnP". However, this grayed out...
Maybe a clue.
Hate to be a pest, but would love this working, so i know I am not sending the cgbs into the ether. Feel free to provide wallet and I will send tip for helping I can get this thing working
|
|
|
|
thekidcoin
Sr. Member
Offline
Activity: 308
Merit: 250
FlutterCoin Developer
|
|
July 10, 2013, 02:44:22 PM |
|
Thanks for help, but problem persists!
Here is what shows when i go to help, console, getpeerinfo:
01:57:25 getpeerinfo
01:57:25  [ ]
Peers do not populate within brackets.
I added nodes from this thread with and without :port# in a cryogenicbullion.config. Where is this config file to be located. I have it in a folder on my desktop with other CGB files. This is what was in that file:
{ addnode=97.89.174.206 addnode=69.85.86.195 addnode=46.150.89.173:55437 addnode=97.89.174.206:5263 }
That is it. Am i doing that wrong? There were more addnodes, but you see what I am talking about.
So, within the client, when i go to settings, Network. The box is checked for "Map port using UPnP". However, this grayed out...
Maybe a clue.
Hate to be a pest, but would love this working, so i know I am not sending the cgbs into the ether. Feel free to provide wallet and I will send tip for helping I can get this thing working
you need the conf file in %appdata%\cryptogenicbullion\
|
1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
|
|
|
kelsey
Legendary
Offline
Activity: 1876
Merit: 1000
|
|
July 10, 2013, 02:54:30 PM |
|
Thanks for help, but problem persists!
Here is what shows when i go to help, console, getpeerinfo:
01:57:25 getpeerinfo
01:57:25  [ ]
Peers do not populate within brackets.
I added nodes from this thread with and without :port# in a cryogenicbullion.config. Where is this config file to be located. I have it in a folder on my desktop with other CGB files. This is what was in that file:
{ addnode=97.89.174.206 addnode=69.85.86.195 addnode=46.150.89.173:55437 addnode=97.89.174.206:5263 }
That is it. Am i doing that wrong? There were more addnodes, but you see what I am talking about.
So, within the client, when i go to settings, Network. The box is checked for "Map port using UPnP". However, this grayed out...
Maybe a clue.
Hate to be a pest, but would love this working, so i know I am not sending the cgbs into the ether. Feel free to provide wallet and I will send tip for helping I can get this thing working
what os? c:users>"yourcompname">appdata>roaming>CryptogenicBullion (add cryogenicbullion.conf to that dir) if in win 7 etc
|
|
|
|
thekidcoin
Sr. Member
Offline
Activity: 308
Merit: 250
FlutterCoin Developer
|
|
July 10, 2013, 05:10:37 PM |
|
Thanks for help, but problem persists!
Here is what shows when i go to help, console, getpeerinfo:
01:57:25 getpeerinfo
01:57:25  [ ]
Peers do not populate within brackets.
I added nodes from this thread with and without :port# in a cryogenicbullion.config. Where is this config file to be located. I have it in a folder on my desktop with other CGB files. This is what was in that file:
{ addnode=97.89.174.206 addnode=69.85.86.195 addnode=46.150.89.173:55437 addnode=97.89.174.206:5263 }
That is it. Am i doing that wrong? There were more addnodes, but you see what I am talking about.
So, within the client, when i go to settings, Network. The box is checked for "Map port using UPnP". However, this grayed out...
Maybe a clue.
Hate to be a pest, but would love this working, so i know I am not sending the cgbs into the ether. Feel free to provide wallet and I will send tip for helping I can get this thing working
you need the conf file in %appdata%\cryptogenicbullion\ and in *nix its ~/.CryptogenicBullion/cryptogenicbullion.conf
|
1MYL967PR52xiNtqSP9WphRvPzKZDjBdxn
|
|
|
Kiplingscat
Member
Offline
Activity: 64
Merit: 10
|
|
July 10, 2013, 06:28:44 PM |
|
Unbelievable! you guys are the best!
I remeber going this or something like this in that file on bitcoin, but time had erased the memory!
Just for other make that conf in that folder that thekidcoin and kelsey pointed out and the text in that file should read:
addnode=46.150.89.173 addnode=70.98.114.229 addnode=76.102.71.50 addnode=143.238.65.108 addnode=76.10.153.119 addnode=97.89.174.206 addnode=69.85.86.195
|
|
|
|
mercSuey
|
|
July 10, 2013, 07:14:02 PM |
|
Curious of the development plans, if any...?
|
|
|
|
elambert (OP)
Legendary
Offline
Activity: 1696
Merit: 1008
|
|
July 10, 2013, 08:04:54 PM |
|
Curious of the development plans, if any...?
Stay tuned. Announcements coming soon. Mine away while difficulty is low, block rewards high and no current listing on major exchange...
|
|
|
|
Kiplingscat
Member
Offline
Activity: 64
Merit: 10
|
|
July 10, 2013, 08:58:46 PM |
|
Yikes now I have the old "Warning: checkpoint too old" msg at the bottom of the client...checking thread
|
|
|
|
|