Bitcoin Forum
May 13, 2024, 05:16:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 »  All
  Print  
Author Topic: [DIFF FIX!]Jupitercoin - v1.1! - Source available, BOUNTY for compiled binaries!  (Read 13132 times)
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
August 10, 2013, 03:55:32 PM
 #121

Code:
JupiterCoin: Error loading wallet.dat: Wallet requires newer version of JupiterCoin
Im getting this when starting new client, latest from github.. any clues? I thought versions were updated

yeah, i just discovered the same thing when i installed using the installer package i created from the new windows version you provided. bonkers
It was not me who provided that version, i mean, i didnt provide any  Huh

my apologies, it was shakezula. for some reason the two user names confused

My negative trust rating is reflective of a personal vendetta by someone on default trust.
1715577416
Hero Member
*
Offline Offline

Posts: 1715577416

View Profile Personal Message (Offline)

Ignore
1715577416
Reply with quote  #2

1715577416
Report to moderator
1715577416
Hero Member
*
Offline Offline

Posts: 1715577416

View Profile Personal Message (Offline)

Ignore
1715577416
Reply with quote  #2

1715577416
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715577416
Hero Member
*
Offline Offline

Posts: 1715577416

View Profile Personal Message (Offline)

Ignore
1715577416
Reply with quote  #2

1715577416
Report to moderator
shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
August 10, 2013, 04:01:04 PM
 #122

All I did was compile...git source wonky? Sorry guys...
r3wt
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
August 10, 2013, 04:04:26 PM
 #123

All I did was compile...git source wonky? Sorry guys...

i think dev went mucking around in version.h without doing his homework. happens to the best of us

My negative trust rating is reflective of a personal vendetta by someone on default trust.
muddafudda
Legendary
*
Offline Offline

Activity: 1008
Merit: 1022



View Profile
August 10, 2013, 04:05:43 PM
 #124

 
Version.h should be

// These need to be macro's, as version.cpp's voodoo requires it
#define CLIENT_VERSION_MAJOR       2
#define CLIENT_VERSION_MINOR       0
#define CLIENT_VERSION_REVISION    0
#define CLIENT_VERSION_BUILD       0

not

#define CLIENT_VERSION_MAJOR       0
#define CLIENT_VERSION_MINOR       2
#define CLIENT_VERSION_REVISION    0
#define CLIENT_VERSION_BUILD       0

Your wallet wont let you roll back clients.

Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 10, 2013, 04:15:25 PM
 #125


Version.h should be

// These need to be macro's, as version.cpp's voodoo requires it
#define CLIENT_VERSION_MAJOR       2
#define CLIENT_VERSION_MINOR       0
#define CLIENT_VERSION_REVISION    0
#define CLIENT_VERSION_BUILD       0

not

#define CLIENT_VERSION_MAJOR       0
#define CLIENT_VERSION_MINOR       2
#define CLIENT_VERSION_REVISION    0
#define CLIENT_VERSION_BUILD       0

Your wallet wont let you roll back clients.



Haha, I was mucking around!  Cheesy  I didn't know this would mess up everything.
I wanted it to go from 0.1 to 0.2, but it was already at 0.6

Now it's version 1.1.

Thanks muddafudda and shakezula!
(sorry about the mishap)
Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 10, 2013, 04:16:48 PM
 #126

Code:
JupiterCoin: Error loading wallet.dat: Wallet requires newer version of JupiterCoin
Im getting this when starting new client, latest from github.. any clues? I thought versions were updated

I think I got it fixed.  Link here: https://github.com/jupitercoin/jupitercoin-v1.1--diff-update-
Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 10, 2013, 04:18:23 PM
 #127

All I did was compile...git source wonky? Sorry guys...

it's not your fault, it's all mine.  Smiley
The source is wonky, version.h is messed up.
sheinsha
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
August 10, 2013, 04:21:57 PM
 #128

Code:
JupiterCoin: Error loading wallet.dat: Wallet requires newer version of JupiterCoin
Im getting this when starting new client, latest from github.. any clues? I thought versions were updated

I think I got it fixed.  Link here: https://github.com/jupitercoin/jupitercoin-v1.1--diff-update-
Well i think client version 6.3 is higher than 1.1... so i would change client version back to where it was or higher...
EDIT: compiling now.. will see if it works. BTW, why do you change the repo name ?

Minar.cc pools are not running anymore, the domain was registered by someone else and I don't have any relationship with the new owner.
Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 10, 2013, 04:22:56 PM
 #129

Code:
JupiterCoin: Error loading wallet.dat: Wallet requires newer version of JupiterCoin
Im getting this when starting new client, latest from github.. any clues? I thought versions were updated

I think I got it fixed.  Link here: https://github.com/jupitercoin/jupitercoin-v1.1--diff-update-
Well i think client version 6.3 is higher than 1.1... so i would change client version back to where it was or higher...

0.6.3 was the old version.
so 1.1 is higher.  Smiley
sheinsha
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
August 10, 2013, 04:26:03 PM
 #130

Code:
JupiterCoin: Error loading wallet.dat: Wallet requires newer version of JupiterCoin
Im getting this when starting new client, latest from github.. any clues? I thought versions were updated

I think I got it fixed.  Link here: https://github.com/jupitercoin/jupitercoin-v1.1--diff-update-
Well i think client version 6.3 is higher than 1.1... so i would change client version back to where it was or higher...

0.6.3 was the old version.
so 1.1 is higher.  Smiley
I messed up my comment because you pushed another commit in the mean time! lol i was certain that the versions where inverted!
Code:
-#define CLIENT_VERSION_MINOR       6
-#define CLIENT_VERSION_REVISION    3
+#define CLIENT_VERSION_MINOR       2
+#define CLIENT_VERSION_REVISION    0
But it should be fine with latest commit! I have not finished compiling yet.. but will restart pool ASAP!

Minar.cc pools are not running anymore, the domain was registered by someone else and I don't have any relationship with the new owner.
muddafudda
Legendary
*
Offline Offline

Activity: 1008
Merit: 1022



View Profile
August 10, 2013, 04:39:37 PM
 #131

1.0 will do as long as it's higher than 0.6.2 or whatever your last build was. Can be 0.7.3 or whatever you feel.
sheinsha
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


View Profile
August 10, 2013, 05:48:20 PM
 #132

1.0 will do as long as it's higher than 0.6.2 or whatever your last build was. Can be 0.7.3 or whatever you feel.
Can anyone give me some nodes? just deleted the blockchain and cannot sync...

Minar.cc pools are not running anymore, the domain was registered by someone else and I don't have any relationship with the new owner.
Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 10, 2013, 07:31:08 PM
 #133

r3wt, can you make the installer again? (with the qt and daemon) I'll send you 10 JPC.
Also, if anyone has any nodes, post your IP as well as your JPC address and I'll send you 0.5 JPC.
Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 10, 2013, 07:51:28 PM
 #134

bump for compiled binaries!  Grin
smeagol
Legendary
*
Offline Offline

Activity: 1008
Merit: 1005



View Profile
August 10, 2013, 08:48:24 PM
 #135

1.0 will do as long as it's higher than 0.6.2 or whatever your last build was. Can be 0.7.3 or whatever you feel.
Can anyone give me some nodes? just deleted the blockchain and cannot sync...

Can you send me a compiled windows version?  I can then do an addnode
shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
August 10, 2013, 09:11:38 PM
 #136

I'll compile this again for you, give me 20 min or so!
Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 10, 2013, 09:55:20 PM
 #137

I'll compile this again for you, give me 20 min or so!

Thanks!
smeagol
Legendary
*
Offline Offline

Activity: 1008
Merit: 1005



View Profile
August 11, 2013, 12:29:14 AM
 #138

I put up a block explorer at http://altcha.in/chain/Jupitercoin
Node here: 70.98.114.238

Thanks for putting the block explorer up!  We are at block 3k or so, and the diff is only 0.3, so get mining!  Grin
Jupitercoin (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0



View Profile WWW
August 11, 2013, 02:30:33 AM
 #139

1.0 will do as long as it's higher than 0.6.2 or whatever your last build was. Can be 0.7.3 or whatever you feel.
Can anyone give me some nodes? just deleted the blockchain and cannot sync...

Do you have a compiled Linux daemon or qt?
shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
August 11, 2013, 04:05:29 AM
 #140

Sorry took a bit, my brother in law came over for dinner unexpectedly!

https://docs.google.com/file/d/0B49exKIsGBn5OGlBNHNPelR4OUk/edit?usp=sharing
Pages: « 1 2 3 4 5 6 [7] 8 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!