Pages:
Author

Topic: FonzieCoin [FONZ] (was XFC) Now Pure PoS; Fair Launch; No ICO, No Insta/Premine - page 27. (Read 36015 times)

full member
Activity: 201
Merit: 100
Ill give it a try in about an hour

Even with the new genesis it is still stuck on block 1. Could this be a problem with stratum? This was cloned from an X-something (11, 13?) and converted to SHA-256d. Might stratum itself be rejecting the blocks?
legendary
Activity: 2688
Merit: 1240
Ill give it a try in about an hour
full member
Activity: 201
Merit: 100
Still stuck on block 1, 4095 diff.

So this looks like something besides a retarget problem. That particular part of the code didn't change.


Like ocminer said its not 4095 diff. It's 440 million. It isn't displayed right due to the change you made in the code.

https://github.com/fonziecoin/fonzie/commit/f04c8c49f752f87a8e9910112a5fd8f20f0196b0

Don't forget to remove your previous block data or it will never check the new genesis.
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
plz help meh, I haven't compiled a wallet since my coin was launched in 2013 lmao

http://gyazo.com/dc314f8cc31b7a85f1f48b3c5c259b23

what deps am I missing?


Leveldb sucks to build in a platform independent way that Qt likes. Change there and type this:

TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a


Thanks bro, I did this :

Code:
cd /c/fonzie/src/leveldb

chmod +x build_detect_platform

make libleveldb.a libmemenv.a

Should work the same yeah?



No. Even in mingw, you need to do the crosscompile. build_detect_platform should be executable straight from github, so you don't really need to chmod.



Since we are still stuck, let's go back to the March 10 7:30 UTC launch. I've never seen a problem like this.

The target limit was set back to ~0 >> 20, so that's not the problem.

https://github.com/fonziecoin/fonzie/



Ok but it didnt throw that error, I'll make it again anyway just in case, thanks again.
hero member
Activity: 994
Merit: 503
Still stuck on block 1, 4095 diff.

So this looks like something besides a retarget problem. That particular part of the code didn't change.


Like ocminer said its not 4095 diff. It's 440 million. It isn't displayed right due to the change you made in the code.
full member
Activity: 201
Merit: 100
plz help meh, I haven't compiled a wallet since my coin was launched in 2013 lmao

http://gyazo.com/dc314f8cc31b7a85f1f48b3c5c259b23

what deps am I missing?


Leveldb sucks to build in a platform independent way that Qt likes. Change there and type this:

TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a


Thanks bro, I did this :

Code:
cd /c/fonzie/src/leveldb

chmod +x build_detect_platform

make libleveldb.a libmemenv.a

Should work the same yeah?



No. Even in mingw, you need to do the crosscompile. build_detect_platform should be executable straight from github, so you don't really need to chmod.



Since we are still stuck, let's go back to the March 10 7:30 UTC launch. I've never seen a problem like this.

The target limit was set back to ~0 >> 20, so that's not the problem.

https://github.com/fonziecoin/fonzie/
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
plz help meh, I haven't compiled a wallet since my coin was launched in 2013 lmao

http://gyazo.com/dc314f8cc31b7a85f1f48b3c5c259b23

what deps am I missing?


Leveldb sucks to build in a platform independent way that Qt likes. Change there and type this:

TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a


Thanks bro, I did this :

Code:
cd /c/fonzie/src/leveldb

chmod +x build_detect_platform

make libleveldb.a libmemenv.a

Should work the same yeah?

full member
Activity: 201
Merit: 100
Still stuck on block 1, 4095 diff.

So this looks like something besides a retarget problem. That particular part of the code didn't change.
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
plz help meh, I haven't compiled a wallet since my coin was launched in 2013 lmao

http://gyazo.com/dc314f8cc31b7a85f1f48b3c5c259b23

what deps am I missing?


What coin did you launch ?

GlobalCoin,Cryptobits,PlayToken helped with a few other projects too.

Working on a AuXPoW KGW update for GLC atm, when that's done I will port that over to PLT and get that revived as its as dead as my cat.

Oh yeah I also designed a lot of the coin logos back in the day to
full member
Activity: 201
Merit: 100
plz help meh, I haven't compiled a wallet since my coin was launched in 2013 lmao

http://gyazo.com/dc314f8cc31b7a85f1f48b3c5c259b23

what deps am I missing?


Leveldb sucks to build in a platform independent way that Qt likes. Change there and type this:

TARGET_OS=OS_WINDOWS_CROSSCOMPILE make libleveldb.a libmemenv.a
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
does not seem to work for me:

fonziecoind: main.cpp:2654: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.

I forgot to update the nonce.

Updated.


Is not working "Block decode failed" the error from stratum
sr. member
Activity: 392
Merit: 250
TimSweat
plz help meh, I haven't compiled a wallet since my coin was launched in 2013 lmao

http://gyazo.com/dc314f8cc31b7a85f1f48b3c5c259b23

what deps am I missing?


What coin did you launch ?
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
plz help meh, I haven't compiled a wallet since my coin was launched in 2013 lmao

http://gyazo.com/dc314f8cc31b7a85f1f48b3c5c259b23

what am I missing?
full member
Activity: 201
Merit: 100
does not seem to work for me:

fonziecoind: main.cpp:2654: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.

I forgot to update the nonce.

Updated.

Edit: Windows wallet updated as well https://drive.google.com/file/d/0B8rWObF4xz1YZE5JNUU0Sm1Qdnc/view?usp=sharing
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
does not seem to work for me:

fonziecoind: main.cpp:2654: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.

same error on my side fonziecoind: main.cpp:2654: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
sr. member
Activity: 392
Merit: 250
TimSweat
Great , I'm waiting so I can rent a little power .
legendary
Activity: 2688
Merit: 1240
does not seem to work for me:

fonziecoind: main.cpp:2654: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
full member
Activity: 201
Merit: 100
because it needs fixing, mine new genisis block, new ports maybe?, compiling, uploading to git, uploading new qts, TESTING!

Don't tell us you have never tested in production? Even M$ does it.  Grin

It's the only way.

I'm going to give it one more try tonight with OC's advice. I'm building now with a new genesis block.

I updated github.

Windows wallet will be updated in about 10 minutes.

https://github.com/fonziecoin/fonzie


Ok test now and relaunch later?

It's the main net genesis block. If it works, let's make it the launch.

My windows building machine is chugging along. It will be done in a few.
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
So how long we looking at now ? If not too long I'm going to wait so I can rent a little more hp than just my s1 .


Should be ready once the new genesis block is mined and all links updated?
sr. member
Activity: 392
Merit: 250
TimSweat
So how long we looking at now ? If not too long I'm going to wait so I can rent a little more hp than just my s1 .
Pages:
Jump to: