mineral (OP)
|
|
May 23, 2013, 06:04:23 PM |
|
ok, weird situation. I have two boxes, one Debian Linux, one windoze. Before Update:Windoze box refuses to connect, can not d/l blockchain Linux box works perfectly. After Update:Windoze box works perfectly Linux box refuses to connect, can not d/l blockchain Steps I took to update Linux box:1. rm -rf bitgem 2. cd .bitgem 3. mv wallet.dat ../ 4. mv bitgem.conf ../ 5. cd 6. rm -rf .bitgem 7. mkdir .bitgem 8. mv bitgem.conf .bitgem/bitgem.conf 9. mv wallet.dat .bitgem/wallet.dat 10. git clone git://github.com/bitgem/bitgem.git 11. cd bitgem/src 12. make -f makefile.unix bitgemd USE_UPNP=- 13. ./bitgemd -daemon Result:root@vps:~/bitgem/src# ./bitgemd getinfo { "version" : "v0.4.1-nvc-8-g4203e80-beta", "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" : 1369326517, "keypoolsize" : 101, "paytxfee" : 0.00100000, "errors" : "" } Any assistance is greatly appreciated... I think this is more or less well done. However, if two bitgem installtions share the same IP, you shoud to provide to Linux one (if it was the last run) a peers.dat file.
|
|
|
|
Malkov
Member
Offline
Activity: 86
Merit: 10
|
|
May 23, 2013, 07:32:17 PM |
|
what z the current trade rate per 100?
It's not on any exchanges yet except for google docs exchanges and the best offer there is 0.05 LTC, so 5 LTC per 100 BTG. Jajajajajajaj all are crazy! Do not sell BTG save
|
|
|
|
Malkov
Member
Offline
Activity: 86
Merit: 10
|
|
May 23, 2013, 07:34:59 PM |
|
what z the current trade rate per 100?
It's not on any exchanges yet except for google docs exchanges and the best offer there is 0.05 LTC, so 5 LTC per 100 BTG. Jajajajajajaj all are crazy! Do not sell BTG save They have no fucking idea what they cost
|
|
|
|
mullick
Legendary
Offline
Activity: 1064
Merit: 1002
|
|
May 23, 2013, 07:35:53 PM |
|
Why the helll has the blocked reward changed to .32707 Bitgems? My last 2 bocks are only .32707?!?!?!?!?!
|
|
|
|
KillaGT
|
|
May 24, 2013, 10:17:07 AM |
|
same here last reward 0.38375 took me 8 hours to get him....found yesterday evening when i started to run solo-mining an orphan with 0.37 as well .....that makes mining absolutly nonsense if the current price of these gem's does not increase hard now =(
|
|
|
|
mullick
Legendary
Offline
Activity: 1064
Merit: 1002
|
|
May 24, 2013, 10:53:32 AM |
|
same here last reward 0.38375 took me 8 hours to get him....found yesterday evening when i started to run solo-mining an orphan with 0.37 as well .....that makes mining absolutly nonsense if the current price of these gem's does not increase hard now =(
It will just wait
|
|
|
|
|
skyangel
Sr. Member
Offline
Activity: 301
Merit: 260
FLO dev
|
|
May 24, 2013, 02:24:29 PM |
|
What's the implication of this?
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
May 24, 2013, 02:33:04 PM Last edit: May 24, 2013, 04:16:42 PM by Balthazar |
|
This "fix" allows a limited group of miners to generate blocks with a MAX_MINT_PROOF_OF_WORK (3 BTG) reward at any difficulty, using the modified client.
|
|
|
|
hope2907
|
|
May 24, 2013, 02:35:41 PM |
|
This "fix" allows a limited group of miners to generate blocks with a MAX_MINT_PROOF_OF_WORK (3 BTG) reward at any difficulty, using the modified client.
There are only two possible reasons of such change.
so it is good or bad?
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
May 24, 2013, 02:38:00 PM |
|
It's good if you are user of modified client.
|
|
|
|
|
mineral (OP)
|
|
May 24, 2013, 05:15:10 PM |
|
NEW UPDATE 2Instructions for install 0.4.1_ UPDATE_2 :1.- Desinstall 0.4.1 2.- delete into C:\Users\<user>\AppData\Roaming\BitGem all files except wallet.dat and bitgem.conf. A pervious backup of this directory is recommended. 3.- install 0.4.1_ UPDATE_2version. CHANGELOG0.4.1_UPDATE_2: * added checkpoints, * Fix reward: prevents arbitrary miners get invalid reward.
|
|
|
|
hope2907
|
|
May 25, 2013, 02:23:50 AM |
|
this have active developer and no exchange add it some bullshit coin with no Dev active and exc added it =.= poor
|
|
|
|
mullick
Legendary
Offline
Activity: 1064
Merit: 1002
|
|
May 25, 2013, 02:54:42 AM |
|
what z the current trade rate per 100?
It's not on any exchanges yet except for google docs exchanges and the best offer there is 0.05 LTC, so 5 LTC per 100 BTG. thats really low yes .75% of all gems for 5Ltc Ridiculous
|
|
|
|
mullick
Legendary
Offline
Activity: 1064
Merit: 1002
|
|
May 25, 2013, 03:06:19 AM |
|
If anyone is having troubles syncing remove all add nodes from your .conf file. Lots of people still on old clients
|
|
|
|
c4n10
|
|
May 25, 2013, 06:06:55 AM |
|
ok, weird situation. I have two boxes, one Debian Linux, one windoze. Before Update:Windoze box refuses to connect, can not d/l blockchain Linux box works perfectly. After Update:Windoze box works perfectly Linux box refuses to connect, can not d/l blockchain Steps I took to update Linux box:1. rm -rf bitgem 2. cd .bitgem 3. mv wallet.dat ../ 4. mv bitgem.conf ../ 5. cd 6. rm -rf .bitgem 7. mkdir .bitgem 8. mv bitgem.conf .bitgem/bitgem.conf 9. mv wallet.dat .bitgem/wallet.dat 10. git clone git://github.com/bitgem/bitgem.git 11. cd bitgem/src 12. make -f makefile.unix bitgemd USE_UPNP=- 13. ./bitgemd -daemon Result:root@vps:~/bitgem/src# ./bitgemd getinfo { "version" : "v0.4.1-nvc-8-g4203e80-beta", "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" : 1369326517, "keypoolsize" : 101, "paytxfee" : 0.00100000, "errors" : "" } Any assistance is greatly appreciated... I think this is more or less well done. However, if two bitgem installtions share the same IP, you shoud to provide to Linux one (if it was the last run) a peers.dat file. My linux box and my windoze box use different ip's as the windoze box here is at my house and the linux box is a hosted VPS. All the other clents work fine, I have all the necessary ports open in iptables, I just don't understand what the problem is. Going to try the new update and see if it makes any difference somehow.
|
|
|
|
c4n10
|
|
May 25, 2013, 06:23:52 AM |
|
Hooray, connections!
|
|
|
|
KillaGT
|
|
May 25, 2013, 08:22:10 AM |
|
yay the reward up'ed to 0.4 the last two blocks i found =D
whats with the old blocks rewarded with 3BTG -> still waiting on 31 to mature in a mentional amount of blocks...can they mature still at all, or are they lost?
Killa
|
|
|
|
ssshhh
|
|
May 25, 2013, 12:54:13 PM |
|
NEW UPDATE 2Instructions for install 0.4.1_ UPDATE_2 :1.- Desinstall 0.4.1 2.- delete into C:\Users\<user>\AppData\Roaming\BitGem all files except wallet.dat and bitgem.conf. A pervious backup of this directory is recommended. 3.- install 0.4.1_ UPDATE_2version. CHANGELOG0.4.1_UPDATE_2: * added checkpoints, * Fix reward: prevents arbitrary miners get invalid reward. Could you provide an MD5 checksum of the windows-qt executable "you compiled" ?
|
|
|
|
|