almightyruler
Legendary
Offline
Activity: 2268
Merit: 1092
|
|
March 18, 2014, 01:21:46 PM |
|
I'm having a lot of problems with clients on the older fork. There seems to be a fundamental bug in *coin code (not just GLX) where if there is a fork the clients on the "old" chain will repeatedly sent getblocks requests, asking for the same set of blocks, in an endless loop. It never stops. This consumes CPU and (in my case, more significantly) bandwidth.
I've had to resort to firewalling peers showing a height of 250k.
|
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
March 18, 2014, 01:23:32 PM |
|
I'm having a lot of problems with clients on the older fork. There seems to be a fundamental bug in *coin code (not just GLX) where if there is a fork the clients on the "old" chain will repeatedly sent getblocks requests, asking for the same set of blocks, in an endless loop. It never stops. This consumes CPU and (in my case, more significantly) bandwidth.
I've had to resort to firewalling peers showing a height of 250k.
Yup something we've experienced before mate and see it happen over and over again , also suggested increasing the number of nodes with new wallets so the the new chain will take over. 51% attack literally. ~Soopy~
|
|
|
|
|
ckoeber
Member
Offline
Activity: 182
Merit: 10
|
|
March 18, 2014, 07:43:27 PM |
|
Yep, I emailed them about it
|
|
|
|
GZEUS
Newbie
Offline
Activity: 1
Merit: 0
|
|
March 19, 2014, 06:34:06 PM |
|
I will give a bounty of 20 coins to anyone that can send me the windows wallet to gvkbbg@icloud.com
|
|
|
|
digitalindustry
|
|
March 19, 2014, 06:42:07 PM |
|
Galaxy was good to me , if you fixed the funky diff jumping I'm not playing. : |
that was both funny and fun.
|
- Twitter @Kolin_Quark
|
|
|
|
ckoeber
Member
Offline
Activity: 182
Merit: 10
|
|
March 19, 2014, 07:57:26 PM |
|
Galaxy was good to me , if you fixed the funky diff jumping I'm not playing. : |
that was both funny and fun.
Why would you want the DIFF to jump from 0.5 to 20 like it used to? Other than to screw over the solo and pool miners?
|
|
|
|
obelisk910
Newbie
Offline
Activity: 16
Merit: 0
|
|
March 19, 2014, 08:58:32 PM |
|
Anyone hear back from Cryptsy yet about progress on updating? I know it's not something they're very good about.
I see the network starting to lose some steam, hopefully we can get this trading soon
|
|
|
|
ckoeber
Member
Offline
Activity: 182
Merit: 10
|
|
March 19, 2014, 09:14:37 PM |
|
Anyone hear back from Cryptsy yet about progress on updating? I know it's not something they're very good about.
I see the network starting to lose some steam, hopefully we can get this trading soon
My ticket hasn't updated yet but you never know. Go ahead a try a small test transaction.
|
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1092
|
|
March 19, 2014, 09:28:28 PM |
|
Galaxy was good to me , if you fixed the funky diff jumping I'm not playing. : |
that was both funny and fun.
Even with KGW it is a rollercoaster... 0.60912927 0.30456464 0.15228232 0.07614116 0.03807058 0.01903529 0.00951764 0.00475882 0.00237941 0.00118971 0.00059485 0.00097517 0.00171084 0.0032901 0.0065802 0.0131604 0.0263208 0.0526416 0.1052832 0.21056639 0.42113279 0.69801253 ... and the cycle repeats ...
|
|
|
|
ckoeber
Member
Offline
Activity: 182
Merit: 10
|
|
March 19, 2014, 10:56:17 PM |
|
Even with KGW it is a rollercoaster...
0.60912927 0.30456464 0.15228232 0.07614116 0.03807058 0.01903529 0.00951764 0.00475882 0.00237941 0.00118971 0.00059485 0.00097517 0.00171084 0.0032901 0.0065802 0.0131604 0.0263208 0.0526416 0.1052832 0.21056639 0.42113279 0.69801253
... and the cycle repeats ...
So much better than: 0.02 20.1 8.7 0.05 30.0 and etc...
|
|
|
|
Kam800
Newbie
Offline
Activity: 59
Merit: 0
|
|
March 20, 2014, 09:04:41 AM |
|
Hi there, am having a go at soloing GLX while the diff is low. However my QT client is acting somewhat strangely. It has recorded three transactions and yet has a balance of zero with no unconfirmed coins to be seen. I know I have processed blocks as I have three of these events in my logs: [18:49:58] New block detected on network [18:50:27] Accepted 052ba604 Diff 12.7K/2183 GPU 0
These blocks may have been orphaned but my transaction log is empty. Does anyone know what might be up? I am using Galaxycoin version 2.0.0.0 with SGminer 4.1.0 in a Win7 64bit environment. EDIT OK, weird. I just saw a new block get accepted and received the notification that I had received 64 GLX. This updated the 'Unconfirmed' entry in my wallet with the 64 GLX, but then this went back to zero in 2 secs. Balance not updated.
|
|
|
|
almightyruler
Legendary
Offline
Activity: 2268
Merit: 1092
|
|
March 20, 2014, 10:05:13 AM |
|
EDIT OK, weird. I just saw a new block get accepted and received the notification that I had received 64 GLX. This updated the 'Unconfirmed' entry in my wallet with the 64 GLX, but then this went back to zero in 2 secs. Balance not updated.
That sounds like an orphan, where someone else has found a block at almost exactly the same time as you did. Only one miner can win. If you do 'listtransactions' in the debug console you should be able to see the orphaned blocks.
|
|
|
|
Kam800
Newbie
Offline
Activity: 59
Merit: 0
|
|
March 20, 2014, 10:58:37 AM Last edit: March 20, 2014, 01:44:40 PM by Kam800 |
|
That sounds like an orphan, where someone else has found a block at almost exactly the same time as you did. Only one miner can win.
If you do 'listtransactions' in the debug console you should be able to see the orphaned blocks.
Yep, spot on. Thanks for giving the command, am seeing an 80% orphan rate. Am not used to seeing the rate of orphans this high, it's usually the other way around. Suspect it may be down to general network latency combined with my low hashrate. EDIT: I am based in Australia so this is no surprise TBH
|
|
|
|
kp3254
Newbie
Offline
Activity: 43
Merit: 0
|
|
March 20, 2014, 05:55:21 PM |
|
Is there any exchange on the new fork?
|
|
|
|
icecube45 (OP)
Legendary
Offline
Activity: 1218
Merit: 1000
|
|
March 20, 2014, 06:50:56 PM |
|
Is there any exchange on the new fork?
unfortunately not... and cryptsy isn't responding
|
|
|
|
obelisk910
Newbie
Offline
Activity: 16
Merit: 0
|
|
March 20, 2014, 07:04:51 PM |
|
Test transaction of 5 GLX successfully deposited on Cryptsy! Not sure what the status is on block explorer, but TxID is 3ef43168f73619cab35b6917160fb86f3a86a470969d54a2f9a84a38d79fc6ea Looks like trading could be back up? EDIT: (That is what that means, right?)
|
|
|
|
Glizlack
|
|
March 20, 2014, 08:06:42 PM |
|
I don't understand 1 thing. With the galaxy.conf file when it says add my username and password I am not solo mining I use a pool. So what do i need to fill in there.
It seems if i fix that it will fix the updating issue i am having
Thanks Steve
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ PRIMEDICE The Premier Bitcoin Gambling Experience @PrimeDice ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
|
obelisk910
Newbie
Offline
Activity: 16
Merit: 0
|
|
March 20, 2014, 09:41:24 PM |
|
Steve, For making transactions in and out of your wallet, all you need is addnode/connects. (Generally it's best to start with this until your blockchain is up to date). For example, my galaxycoin.conf isn't currently configured for solo mining, it is simply: connect=71.4.209.204 connect=87.209.206.80
If you want to set it up for solo mining later, you'll need to add user/pass, IP and port, etc. For pool mining all you need to do is be able to make transactions, which just requires IPs to connect to. If you need more help there is a video tutorial on the first post of this thread for Win 7/8. Make sure you're doing this from the updated client though
|
|
|
|
|