Pages:
Author

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

sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
+1 what ocminer said

As Pat Sharp says

 "Lets Re-Run The Fun!!"




(The U.K Fonzie)
full member
Activity: 201
Merit: 100
Is that meant to be run in testnet or live? It gives genesis block error.

Yeah, you are right. I'm updating the genesis hash right now.
legendary
Activity: 2688
Merit: 1240
Don't confuse

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L43

with

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

.

The first one can stay at 44, thats okay, but the latter one has to be 20 IMHO.

I'll be here, just post when you have the new GenesisBlock in the code/github and I'll recompile and we can test

The genesis or block 1 won't change because the diffs will be the same. They are essentially hardcoded.

But the sources are updated and here is a windows build (the version number stayed the same for expediency).

https://drive.google.com/file/d/0B8rWObF4xz1YZE5JNUU0Sm1Qdnc/view?usp=sharing


I doubt that will work, we'd need a clean chain, because:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L1151 

and diff was already fucked with that block.


But I'll give it a shot now and let you know.

Nope, that CANNOT work, as expected, since your genesis block was already mined with the wrong diff:

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


You'll HAVE to recompile everything with the right diff and create a new genesis block.


I'd recommend the following steps:

1. Set a new countdown for the next 8-10 hours
2. Mine a new genesis
3. Test all the stuff
4. Launch flawlessly later...

Everything else is just "Fonzie" IMHO ;-)
member
Activity: 93
Merit: 10
Fonzie said :

"Ou les Potes Vont ... les Potes Iront ..." Smiley
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
Wtf is this ponzi coin
I'm in
Lol

First thing i said to myself was "that's one letter away from being ponzie coin lol"

Seems good though once things are ironed out. Coin releases can be tasking when your on your own trust meh Smiley
legendary
Activity: 2688
Merit: 1240
Don't confuse

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L43

with

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

.

The first one can stay at 44, thats okay, but the latter one has to be 20 IMHO.

I'll be here, just post when you have the new GenesisBlock in the code/github and I'll recompile and we can test

The genesis or block 1 won't change because the diffs will be the same. They are essentially hardcoded.

But the sources are updated and here is a windows build (the version number stayed the same for expediency).

https://drive.google.com/file/d/0B8rWObF4xz1YZE5JNUU0Sm1Qdnc/view?usp=sharing


I doubt that will work, we'd need a clean chain, because:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L1151 

and diff was already fucked with that block.


But I'll give it a shot now and let you know.
hero member
Activity: 994
Merit: 503
Is that meant to be run in testnet or live? It gives genesis block error.
full member
Activity: 201
Merit: 100
Don't confuse

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L43

with

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

.

The first one can stay at 44, thats okay, but the latter one has to be 20 IMHO.

I'll be here, just post when you have the new GenesisBlock in the code/github and I'll recompile and we can test

The genesis or block 1 won't change because the diffs will be the same. They are essentially hardcoded.

But the sources are updated and here is a windows build (the version number stayed the same for expediency).

https://drive.google.com/file/d/0B8rWObF4xz1YZE5JNUU0Sm1Qdnc/view?usp=sharing
hero member
Activity: 550
Merit: 500
First blocks are less reward anyway. Make a working diff.

Yeah, just make first blocks 0 reward and leave retarget as it is in working coins
hero member
Activity: 994
Merit: 503
First blocks are less reward anyway. Make a working diff.
sr. member
Activity: 392
Merit: 250
TimSweat
So 20-30 minutes till launch ?
legendary
Activity: 2688
Merit: 1240

Not sure about everyone else but I got an error message first time i opened it. Tried again worked

EXCEPTION: St13runtime_error      
CDB() : can't open database file , error 1      
C:\***\***\***\FonzieCoin-Qt-1.0.0.0-Win\FonzieCoin-Qt.exe in Runaway exception

That's an old issue, unrelated. Just open again.


Found the error in the source:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

Should be rather something like "20".. If you do 34 its 14 * 8 times higher, so 4k diff is not 4k, it is 448 Million Smiley

That's the target limit. That is a bottom for the diff. 3000 diff corresponds to >> 44.



hmm.. but if you compare with every other sha256 coin:

https://github.com/el3ab/xcoin/blob/master/src/main.cpp#L41


That's a low diff for instamining. We can try it. I'll keep the starting diff at >> 44 and then put the target limit at >> 20. I doubt that will work, but OK.

I'll get a new windows wallet in 20 minutes. We can try again.




Don't confuse

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L43

with

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

.

The first one can stay at 44, thats okay, but the latter one has to be 20 IMHO.

I'll be here, just post when you have the new GenesisBlock in the code/github and I'll recompile and we can test
full member
Activity: 201
Merit: 100

Not sure about everyone else but I got an error message first time i opened it. Tried again worked

EXCEPTION: St13runtime_error      
CDB() : can't open database file , error 1      
C:\***\***\***\FonzieCoin-Qt-1.0.0.0-Win\FonzieCoin-Qt.exe in Runaway exception

That's an old issue, unrelated. Just open again.


Found the error in the source:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

Should be rather something like "20".. If you do 34 its 14 * 8 times higher, so 4k diff is not 4k, it is 448 Million Smiley

That's the target limit. That is a bottom for the diff. 3000 diff corresponds to >> 44.



hmm.. but if you compare with every other sha256 coin:

https://github.com/el3ab/xcoin/blob/master/src/main.cpp#L41


That's a low diff for instamining. We can try it. I'll keep the starting diff at >> 44 and then put the target limit at >> 20. I doubt that will work, but OK.

I'll get a new windows wallet in 20 minutes. We can try again.

newbie
Activity: 56
Merit: 0
I'll settle for 100,000 Doge to keep it secret. Tongue
full member
Activity: 132
Merit: 100

Yeah i realised after I typed the message, made myself look like a right noob lol.


Well i think most of us will keep your noobish blunder secret for... oh say 2btc each??

Smiley
legendary
Activity: 2688
Merit: 1240
Not sure about everyone else but I got an error message first time i opened it. Tried again worked

EXCEPTION: St13runtime_error      
CDB() : can't open database file , error 1      
C:\***\***\***\FonzieCoin-Qt-1.0.0.0-Win\FonzieCoin-Qt.exe in Runaway exception

That's an old issue, unrelated. Just open again.


Found the error in the source:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

Should be rather something like "20".. If you do 34 its 14 * 8 times higher, so 4k diff is not 4k, it is 448 Million Smiley

That's the target limit. That is a bottom for the diff. 3000 diff corresponds to >> 44.




Yeah i realised after I typed the message, made myself look like a right noob lol.


https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L43 <- thats starting diff

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40 <- used as a basis for retarget, or not ?
(Used here: https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L1144)
sr. member
Activity: 1638
Merit: 251
Hexhash.xyz
Not sure about everyone else but I got an error message first time i opened it. Tried again worked

EXCEPTION: St13runtime_error      
CDB() : can't open database file , error 1      
C:\***\***\***\FonzieCoin-Qt-1.0.0.0-Win\FonzieCoin-Qt.exe in Runaway exception

That's an old issue, unrelated. Just open again.


Found the error in the source:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

Should be rather something like "20".. If you do 34 its 14 * 8 times higher, so 4k diff is not 4k, it is 448 Million Smiley

That's the target limit. That is a bottom for the diff. 3000 diff corresponds to >> 44.




Yeah i realised after I typed the message, made myself look like a right noob lol.
legendary
Activity: 2688
Merit: 1240
Not sure about everyone else but I got an error message first time i opened it. Tried again worked

EXCEPTION: St13runtime_error      
CDB() : can't open database file , error 1      
C:\***\***\***\FonzieCoin-Qt-1.0.0.0-Win\FonzieCoin-Qt.exe in Runaway exception

That's an old issue, unrelated. Just open again.


Found the error in the source:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

Should be rather something like "20".. If you do 34 its 14 * 8 times higher, so 4k diff is not 4k, it is 448 Million Smiley

That's the target limit. That is a bottom for the diff. 3000 diff corresponds to >> 44.



hmm.. but if you compare with every other sha256 coin:

https://github.com/el3ab/xcoin/blob/master/src/main.cpp#L41
full member
Activity: 201
Merit: 100
Not sure about everyone else but I got an error message first time i opened it. Tried again worked

EXCEPTION: St13runtime_error      
CDB() : can't open database file , error 1      
C:\***\***\***\FonzieCoin-Qt-1.0.0.0-Win\FonzieCoin-Qt.exe in Runaway exception

That's an old issue, unrelated. Just open again.


Found the error in the source:

https://github.com/fonziecoin/fonzie/blob/master/src/main.cpp#L40

Should be rather something like "20".. If you do 34 its 14 * 8 times higher, so 4k diff is not 4k, it is 448 Million Smiley

That's the target limit. That is a bottom for the diff. 3000 diff corresponds to >> 44.

full member
Activity: 132
Merit: 100
it is 448 Million it is 448 Million Smiley


pfffttt 448m diff.. amateurs Smiley
Pages:
Jump to: