Pages:
Author

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

legendary
Activity: 1311
Merit: 1003
Hey Dev , its on vote list on c-cex , I did a vote with btc yesterday before I went to work and got 2 additional votes . I will continue until it gets added eventually . My 2 favorite coins will then be on c-cex . Icoin for scrypt and fonziecoin for sha . We really need a campaign of some sort . I'm willing to help on my days off every chance I get .

Voted

Voted too
legendary
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
Hey Dev , its on vote list on c-cex , I did a vote with btc yesterday before I went to work and got 2 additional votes . I will continue until it gets added eventually . My 2 favorite coins will then be on c-cex . Icoin for scrypt and fonziecoin for sha . We really need a campaign of some sort . I'm willing to help on my days off every chance I get .

Voted
sr. member
Activity: 392
Merit: 250
TimSweat
Hey Dev , its on vote list on c-cex , I did a vote with btc yesterday before I went to work and got 2 additional votes . I will continue until it gets added eventually . My 2 favorite coins will then be on c-cex . Icoin for scrypt and fonziecoin for sha . We really need a campaign of some sort . I'm willing to help on my days off every chance I get .
full member
Activity: 201
Merit: 100
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
Dev what do u think if we add only exchange in OP Huh
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
if anyone has experience of compiling wallets on raspberry pi, thanks look below error which i got while doing
Quote
make -f makefile.unix

Code:
bj/addressmap.o tor/or/addressmap.c
In file included from tor/or/or.h:96:0,
                 from tor/or/addressmap.c:9:
/home/pi/fonzie/src/tor/common/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
compilation terminated.
makefile.unix:293: recipe for target 'obj/addressmap.o' failed
make: *** [obj/addressmap.o] Error 1

this error came before while i tried to compile another daemon which has TOR layer.

I'm not familiar with raspberry pi. Is this an Ubuntu derivative OS? If so, then you can install libevent-dev.

Code:
sudo apt-get install libevent-dev


i dont know maybe yes Smiley

i am compiling another daemon atm will try it later tonight. thanks for info
full member
Activity: 201
Merit: 100
if anyone has experience of compiling wallets on raspberry pi, thanks look below error which i got while doing
Quote
make -f makefile.unix

Code:
bj/addressmap.o tor/or/addressmap.c
In file included from tor/or/or.h:96:0,
                 from tor/or/addressmap.c:9:
/home/pi/fonzie/src/tor/common/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
compilation terminated.
makefile.unix:293: recipe for target 'obj/addressmap.o' failed
make: *** [obj/addressmap.o] Error 1

this error came before while i tried to compile another daemon which has TOR layer.

I'm not familiar with raspberry pi. Is this an Ubuntu derivative OS? If so, then you can install libevent-dev.

Code:
sudo apt-get install libevent-dev
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
if anyone has experience of compiling wallets on raspberry pi, thanks look below error which i got while doing
Quote
make -f makefile.unix

Code:
bj/addressmap.o tor/or/addressmap.c
In file included from tor/or/or.h:96:0,
                 from tor/or/addressmap.c:9:
/home/pi/fonzie/src/tor/common/compat_libevent.h:18:25: fatal error: event2/util.h: No such file or directory
compilation terminated.
makefile.unix:293: recipe for target 'obj/addressmap.o' failed
make: *** [obj/addressmap.o] Error 1

this error came before while i tried to compile another daemon which has TOR layer.
full member
Activity: 201
Merit: 100
After you have backed up your wallet.dat, try this (it's the "nuclear option" but should solve any wallet issue).

1. Stop the client.
2. Make sure your wallet.dat backup is in a safe place.
3. Move your wallet.dat out of the appdata folder.
4. Delete everything in the appdata folder, but don't actually delete the folder.
5. Put your wallet.dat back in the folder (not the backup, keep that safe).
6. Make a FonzieCoin.conf file in the appdata folder and put this line in:

Code: (FonzieCoin.conf)
salvagewallet=1

7. Start up the client, make sure it is the newest one (1.1.1.0).
8. While the client is starting up, go delete the "salvagewallet" line from FonzieCoin.conf so your client doesn't try to salvage your wallet every time it starts up.
9. To stake, you need to click the lock at the bottom-right of the window and unlock for minting.


i did so wallet sync back but getting same error, will wait for next few hours to see if there will be any change. thanks for the help

How old is your oldest transaction? It must be at least 6 days old.

Also, make sure you have the newest client. Go to the web site and download again. Delete your current client and start again.

You can see what version you are running if you go to Help -> Debug Window -> Information -> "Client version".

It should be v1.1.1.0


sorry i think i messed up my wallet with CC feature, mining this one from day one and screwed things up at last moment Smiley now another question how many coins we have to keep in each address to optimize PoS reward.

NB: i sent you screen grab via PM you'll understand what i did wrong. apology for the trouble

Cool, I'm glad you figured it out. It looks like you just need to let your transactions mature a bit.
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
After you have backed up your wallet.dat, try this (it's the "nuclear option" but should solve any wallet issue).

1. Stop the client.
2. Make sure your wallet.dat backup is in a safe place.
3. Move your wallet.dat out of the appdata folder.
4. Delete everything in the appdata folder, but don't actually delete the folder.
5. Put your wallet.dat back in the folder (not the backup, keep that safe).
6. Make a FonzieCoin.conf file in the appdata folder and put this line in:

Code: (FonzieCoin.conf)
salvagewallet=1

7. Start up the client, make sure it is the newest one (1.1.1.0).
8. While the client is starting up, go delete the "salvagewallet" line from FonzieCoin.conf so your client doesn't try to salvage your wallet every time it starts up.
9. To stake, you need to click the lock at the bottom-right of the window and unlock for minting.


i did so wallet sync back but getting same error, will wait for next few hours to see if there will be any change. thanks for the help

How old is your oldest transaction? It must be at least 6 days old.

Also, make sure you have the newest client. Go to the web site and download again. Delete your current client and start again.

You can see what version you are running if you go to Help -> Debug Window -> Information -> "Client version".

It should be v1.1.1.0


sorry i think i messed up my wallet with CC feature, mining this one from day one and screwed things up at last moment Smiley now another question how many coins we have to keep in each address to optimize PoS reward.

NB: i sent you screen grab via PM you'll understand what i did wrong. apology for the trouble
full member
Activity: 201
Merit: 100
After you have backed up your wallet.dat, try this (it's the "nuclear option" but should solve any wallet issue).

1. Stop the client.
2. Make sure your wallet.dat backup is in a safe place.
3. Move your wallet.dat out of the appdata folder.
4. Delete everything in the appdata folder, but don't actually delete the folder.
5. Put your wallet.dat back in the folder (not the backup, keep that safe).
6. Make a FonzieCoin.conf file in the appdata folder and put this line in:

Code: (FonzieCoin.conf)
salvagewallet=1

7. Start up the client, make sure it is the newest one (1.1.1.0).
8. While the client is starting up, go delete the "salvagewallet" line from FonzieCoin.conf so your client doesn't try to salvage your wallet every time it starts up.
9. To stake, you need to click the lock at the bottom-right of the window and unlock for minting.


i did so wallet sync back but getting same error, will wait for next few hours to see if there will be any change. thanks for the help

How old is your oldest transaction? It must be at least 6 days old.

Also, make sure you have the newest client. Go to the web site and download again. Delete your current client and start again.

You can see what version you are running if you go to Help -> Debug Window -> Information -> "Client version".

It should be v1.1.1.0
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
alright now i m panicing!!!
all my coins / blocks have above 1000 confirmations.
i have the latest wallet
wallet is unlocked
but still it wont stake and says my coins are not matured

what i am doing wrong any advise

Don't panic yet. Make a backup of your wallet before you do anything. I'll be tied up today (tied up right now even), but I can help you out if these other suggestions don't work.


ok thanks for reverting will wait once u free

I have a few minutes now.

After you have backed up your wallet.dat, try this (it's the "nuclear option" but should solve any wallet issue).

1. Stop the client.
2. Make sure your wallet.dat backup is in a safe place.
3. Move your wallet.dat out of the appdata folder.
4. Delete everything in the appdata folder, but don't actually delete the folder.
5. Put your wallet.dat back in the folder (not the backup, keep that safe).
6. Make a FonzieCoin.conf file in the appdata folder and put this line in:

Code: (FonzieCoin.conf)
salvagewallet=1

7. Start up the client, make sure it is the newest one (1.1.1.0).
8. While the client is starting up, go delete the "salvagewallet" line from FonzieCoin.conf so your client doesn't try to salvage your wallet every time it starts up.
9. To stake, you need to click the lock at the bottom-right of the window and unlock for minting.


i did so wallet sync back but getting same error, will wait for next few hours to see if there will be any change. thanks for the help
legendary
Activity: 966
Merit: 1000
Fonzie is nice to see like your care your project, i think it is the way things must be done, i will buy some Fonzies
full member
Activity: 201
Merit: 100
alright now i m panicing!!!
all my coins / blocks have above 1000 confirmations.
i have the latest wallet
wallet is unlocked
but still it wont stake and says my coins are not matured

what i am doing wrong any advise

Don't panic yet. Make a backup of your wallet before you do anything. I'll be tied up today (tied up right now even), but I can help you out if these other suggestions don't work.


ok thanks for reverting will wait once u free

I have a few minutes now.

After you have backed up your wallet.dat, try this (it's the "nuclear option" but should solve any wallet issue).

1. Stop the client.
2. Make sure your wallet.dat backup is in a safe place.
3. Move your wallet.dat out of the appdata folder.
4. Delete everything in the appdata folder, but don't actually delete the folder.
5. Put your wallet.dat back in the folder (not the backup, keep that safe).
6. Make a FonzieCoin.conf file in the appdata folder and put this line in:

Code: (FonzieCoin.conf)
salvagewallet=1

7. Start up the client, make sure it is the newest one (1.1.1.0).
8. While the client is starting up, go delete the "salvagewallet" line from FonzieCoin.conf so your client doesn't try to salvage your wallet every time it starts up.
9. To stake, you need to click the lock at the bottom-right of the window and unlock for minting.
legendary
Activity: 1764
Merit: 1022
 The stakes are rolling in now. AYYY

legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
alright now i m panicing!!!
all my coins / blocks have above 1000 confirmations.
i have the latest wallet
wallet is unlocked
but still it wont stake and says my coins are not matured

what i am doing wrong any advise

Don't panic yet. Make a backup of your wallet before you do anything. I'll be tied up today (tied up right now even), but I can help you out if these other suggestions don't work.


ok thanks for reverting will wait once u free
full member
Activity: 201
Merit: 100
alright now i m panicing!!!
all my coins / blocks have above 1000 confirmations.
i have the latest wallet
wallet is unlocked
but still it wont stake and says my coins are not matured

what i am doing wrong any advise

Don't panic yet. Make a backup of your wallet before you do anything. I'll be tied up today (tied up right now even), but I can help you out if these other suggestions don't work.
sr. member
Activity: 392
Merit: 250
TimSweat
alright now i m panicing!!!
all my coins / blocks have above 1000 confirmations.
i have the latest wallet
wallet is unlocked
but still it wont stake and says my coins are not matured

what i am doing wrong any advise
Ok , if you have the latest wallet try this , %appdata% (roaming folder) , delete everything except the wallet.dat . restart the wallet and let it sync , that should maybe fix it . MAKE SURE YOU DONT DELETE THAT WALLET.DAT FILE AS THAT IS WHERE YOUR COINS ARE . IF YOU DELETE THAT THEN THEY ARE LOST FOREVER .

(WHICH YOU COULD JUST REMOVE THEM FROM THE TRASH CAN ON DESKTOP AND PUT THEM BACK IN THE WALLET )

BUT TRY THAT AND IT SHOULD WORK . HOPEFULLY . IF NOT THE YOU'LL HAVE TO ASK THE DEV .
legendary
Activity: 1162
Merit: 1000
Decentralizing Jesus on the Blockchain
alright now i m panicing!!!
all my coins / blocks have above 1000 confirmations.
i have the latest wallet
wallet is unlocked
but still it wont stake and says my coins are not matured

what i am doing wrong any advise
hero member
Activity: 582
Merit: 500
Staking like a fonz!!!



{
"enabled" : true,
"staking" : true,
"errors" : "",
"currentblocksize" : 1468,
"currentblocktx" : 2,
"pooledtx" : 2,
"difficulty" : 0.02887787,
"search-interval" : 1,
"weight" : 266210,
"netstakeweight" : 162904,
"expectedtime" : 146
}
Pages:
Jump to: