Pages:
Author

Topic: ANN Mandatory update FLAP FINAL Miners to share BILLIONS of Coins 10 days !SWAP! - page 44. (Read 40440 times)

newbie
Activity: 52
Merit: 0
nice, are you able to create a binary that could run on debian ? - using a windows wallet for the block crawler at the moment, and i want to switch it to my vserver


I can give it a try. I'm not too familiar with the process but I'll give it a shot. If you know how to do it, let me know otherwise I can just kinda mess around and see what I can do.
uBm
member
Activity: 88
Merit: 10
nice, are you able to create a binary that could run on debian ? - using a windows wallet for the block crawler at the moment, and i want to switch it to my vserver
newbie
Activity: 52
Merit: 0
Don't mean to double post but, I created another node that anyone can use by adding addnode=172.91.203.163:11556 to their conf file. Here it is connected to my FlappycoinQT client.
{
"addr" : "172.91.203.163:11556",
"services" : "00000003",
"lastsend" : 1499709670,
"lastrecv" : 1499709670,
"bytessent" : 772,
"bytesrecv" : 19851,
"blocksrequested" : 0,
"conntime" : 1499709587,
"version" : 91337,
"subver" : "/Flaptoshi:3.2.0/",
"inbound" : false,
"startingheight" : 757557,
"banscore" : 0
},
newbie
Activity: 52
Merit: 0
Block crawler does not show all old transactions somehow... but in the end your coins shouldbe fine with importing private keys on the new wallet.
i am also struggling with building the wallet for debian, cannot get it compiled -.-



I also am having trouble compiling the wallet on Arch or Ubuntu. The problem appears to be based around the version of OpenSSL needed to compile it. If you use wine and run the windows application for flappycoin, it has been compiled with OpenSSL 1.0.1s. Unfortunately on Arch downgrading this far causes instability and Ubuntu I could not get working either. However, I did have success compiling the daemon flappycoind on a raspberryPi running raspbian and am working on creating another node for the network.
uBm
member
Activity: 88
Merit: 10
Block crawler does not show all old transactions somehow... but in the end your coins shouldbe fine with importing private keys on the new wallet.
i am also struggling with building the wallet for debian, cannot get it compiled -.-

newbie
Activity: 44
Merit: 0
if repairwallet command / blockchain rescanning doesn't work - try privatekey dump/import
your funds are stored primary in blockchain, not in the wallet.dat file  Wink

use Blockexplorer for detailed imformation about every transaction status

Quote from: uBm
newbie
Activity: 44
Merit: 0
Okay ... I'd better explain my situation ...

I installed "your version 3.2.0 ..." on two PCs, and I can move my coins from 1 PC to the other PC ... Does this mean that everything is OK or not Huh

If you have "several" old wallets with the same address but different coin amount (actually the same wallet from different PC), you will have the last coin amount recorded in blockchain (according to last confirmed transaction for this address).

It seems to be situation described above:
1 FLAP balance PC #2
OLD BALANCE minus 1 FLAP (sent) minus 37 FLAP (comission) PC #1
OLD BALANCE PC #3

PC #1 and PC #3 wallets must be identical as recovered from the same old wallet with the same address.

BUT current amounts are "different" because PC #3 don't see your last transaction.

Unfortunately I have not FLAP QT on hand right now and can't check - please try RPC commands in debug window on PC #3:

repairwallet
or
rescan

(you can type help before that and check if command is allowed in current QT version)

You must have identical transactions and coin amounts on both PC #1 and #3 thereafter.
sr. member
Activity: 316
Merit: 250
Okay ... I'd better explain my situation ...

I installed "your version 3.2.0 ..." on two PCs, and I can move my coins from 1 PC to the other PC ... Does this mean that everything is OK or not Huh
QT ver.3.2.0 is not working with current blockchain.
It's not possible move coins between old wallets.
But possible to recover old wallet/wallets on new blockchain in QT ver.5
If you have several old wallets with different addresses, you must recover every of them apart.

If you have only one old wallet and want to move coins to other PC:

Use 3.2.0 only for privatekey dumping on first PC (debug command in console).
Save this privkey.

Go to second PC.
Check whether directory ..AppData/Roaming/Flappycoin exist.
If YES, rename entire folder to other name, for example /FlappycoinOLD
Better way is to make archive copy of this old folder somewhere in secure place away from ..AppData/Roaming.
May be this folder contain another old wallet and you want to recover this one too.

Download new QT ver. 5 from Github, save proper .conf file and .lib

Start QT ver. 5 application. Wait for full synchronization.
You will have 0 (ZERO) balance at this point. It's normal.
QT ver. 5 will create new clear wallet on "clear" PC (old Flappycoin folder is renamed to FlappycoinOLD or moved to archive copy (not removed forever !!!) and not seen by application).
So this ZERO in not your balance yet.
Go to debug window.
Type importprivkey yoursavedprivatekey
Press Enter and wait some minutes for full blockchain scan.
Your old wallet with all previous information (old address, coin amount, thansaction data) will be recovered.
Wait for full synchronization.
Exit application.
Save arhive of entire new ..AppData/Roaming/Flappycoin folder in secure place.
Save archive of your new wallet.dat file from ..AppData/Roaming/Flappycoin in secure place.

NEVER LEAVE YOR WALLET.DAT FILE NOR PRIVATEKEY STRING ELSEWHERE IN PUBLIC ACCESSIBLE PLACES !

If you have "several" old wallets with the same address but different coin amount (actually the same wallet from different PC), you will have the last coin amount recorded in blockchain (according to last confirmed transaction for this address).

If you have more than one old wallet, save them all in secure place before any manipulation.
Rename every wallet.dat file to different name (for example, wallet-YEAR-MONTH-DAY.dat) to prevent overwrite.
Make privatekey for every old one
(copy back to old ..AppData/Roaming/Flappycoin folder on first PC
rename wallet-YEAR-MONTH-DAY.dat to standard wallet.dat
start ver.3.2.0 application
dump privatekey and save)

Import every privatekey in QT ver. 5 on second PC and save every new recovered wallet under unique name.


First of all, thank you very much for your explanation. I'm sure you can help a lot of people, besides me ...

Basically what I had done was:

PC 1 ----> I copy flappycoin-5 windows qt.exe from GIT HUB, copied libwinpthread-1.zip and BOOTSTRAP file from https://sites.google.com/view/flappycoin/wallets

I let the network synchronize, I got into ... / roamin / flappycoin / and I put my old wallet.

I went out and went back into my wallet, and there was my old balance ...


PC 2 ----> Same thing as PC 1 but kept the wallet automatically created ...



- Then I sent 1 flap (which cost me 37 Flapp cost ... LOL) from the wallet from PC1 (old) to PC2 (new) and that flap is available in the new wallet ..

But I will install on a third PC, let sync without BOOTSTRAP, and in the end change the automatically created wallet, by my oldest ...


EDIT: Upsssss... I do not know if the flap transferred properly, had been mined in the meantime ..
newbie
Activity: 44
Merit: 0
Okay ... I'd better explain my situation ...

I installed "your version 3.2.0 ..." on two PCs, and I can move my coins from 1 PC to the other PC ... Does this mean that everything is OK or not Huh
QT ver.3.2.0 is not working with current blockchain.
It's not possible move coins between old wallets.
But possible to recover old wallet/wallets on new blockchain in QT ver.5
If you have several old wallets with different addresses, you must recover every of them apart.

If you have only one old wallet and want to move coins to other PC:

Use 3.2.0 only for privatekey dumping on first PC (debug command in console).
Save this privkey.

Go to second PC.
Check whether directory ..AppData/Roaming/Flappycoin exist.
If YES, rename entire folder to other name, for example /FlappycoinOLD
Better way is to make archive copy of this old folder somewhere in secure place away from ..AppData/Roaming.
May be this folder contain another old wallet and you want to recover this one too.

Download new QT ver. 5 from Github, save proper .conf file and .lib

Start QT ver. 5 application. Wait for full synchronization.
You will have 0 (ZERO) balance at this point. It's normal.
QT ver. 5 will create new clear wallet on "clear" PC (old Flappycoin folder is renamed to FlappycoinOLD or moved to archive copy (not removed forever !!!) and not seen by application).
So this ZERO in not your balance yet.
Go to debug window.
Type importprivkey yoursavedprivatekey
Press Enter and wait some minutes for full blockchain scan.
Your old wallet with all previous information (old address, coin amount, thansaction data) will be recovered.
Wait for full synchronization.
Exit application.
Save arhive of entire new ..AppData/Roaming/Flappycoin folder in secure place.
Save archive of your new wallet.dat file from ..AppData/Roaming/Flappycoin in secure place.

NEVER LEAVE YOR WALLET.DAT FILE NOR PRIVATEKEY STRING ELSEWHERE IN PUBLIC ACCESSIBLE PLACES !

If you have "several" old wallets with the same address but different coin amount (actually the same wallet from different PC), you will have the last coin amount recorded in blockchain (according to last confirmed transaction for this address).

If you have more than one old wallet, save them all in secure place before any manipulation.
Rename every wallet.dat file to different name (for example, wallet-YEAR-MONTH-DAY.dat) to prevent overwrite.
Make privatekey for every old one
(copy back to old ..AppData/Roaming/Flappycoin folder on first PC
rename wallet-YEAR-MONTH-DAY.dat to standard wallet.dat
start ver.3.2.0 application
dump privatekey and save)

Import every privatekey in QT ver. 5 on second PC and save every new recovered wallet under unique name.
sr. member
Activity: 316
Merit: 250
Okay ... I'd better explain my situation ...

I installed "your version 3.2.0 ..." on two PCs, and I can move my coins from 1 PC to the other PC ... Does this mean that everything is OK or not Huh
newbie
Activity: 44
Merit: 0
all coins in previous wallet versions are lost, this was the only way to restart the block chain. the developer has started a acclimation process allowing individuals to once again mine coins, and replenish the supply.
please DO NOTHING with your coins in previous wallets before official announce from thread starter

all coins confirmed in blockchain before block 700000 are spendable

they can be "imported" in current QT ver. 5 by dumpprivkey - importprivkey procedure after [current] QT synchronisation
newbie
Activity: 49
Merit: 0
all coins in previous wallet versions are lost, this was the only way to restart the block chain. the developer has started a acclimation process allowing individuals to once again mine coins, and replenish the supply.
sr. member
Activity: 316
Merit: 250
Unfortunately I was made a fool to follow for weeks, the post below without being aware of this new one (thanks to those who left there now the link of this new one ..)

https://bitcointalk.org/index.php?topic=860075.new#new

Can you give me a summary of what will happen to my coins that I already have in my 3.2 wallet? Is there going to be any swap? And how do I put it to mine? Or to do POS?

Thank you in advance for your help.
newbie
Activity: 49
Merit: 0
Thanks for the Block Explorer Addition. I added it to our flappycoin homepage and you'll be receiving a donation from me shortly.
uBm
member
Activity: 88
Merit: 10
Simple Blockcrawler
http://blockcrawler.rf.gd/index.php

Would need a "always on Node" temporary i am using my one

Donation/Bounty:
Flap FHt6NQ57seYkRMFDp75w27UNU4m42Wh4SR
ETH 0x61ecb00f1042a6f92aea4b0740d31a7aba270762
Doge D6PRqCegz3tAebZtEqBv3cyyJVFTyDuU4T


member
Activity: 123
Merit: 10
Will there be a SWAP? What will be the ratio 1:1?
member
Activity: 63
Merit: 10
newbie
Activity: 13
Merit: 0
Block reward is now at 50, so I don't really see the point in mining anymore.
sr. member
Activity: 906
Merit: 263
His coin should have a flappy bird game to earn flap coin. The next game should be an angry bird game and the coin will be called angry flap. So vote angry flap !!
sr. member
Activity: 530
Merit: 253
LDOGE aka Litedoge -stakeable 2.0 doge
Pages:
Jump to: