Bitcoin Forum
May 03, 2024, 04:32:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 »
  Print  
Author Topic: [ANN] FlappyCoin - PoS Released - 6/29 - Need Counterparty Fork - 4btc  (Read 41352 times)
Doom4535
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
November 16, 2015, 10:02:22 PM
 #621

Opened the Flap wallet and it shows as synced now on block 702500.

thats the block all 4 of the wallets i am running are on

Sounds like that is the main chain then?  I'm on 702518, which is about right with the time that has passed...  How many people are having client issues (and do we know why the block explorer is behind?)?

FLAP: FDf1mMgvMU5CxT1vR33iZr5sf9u2Mb4gcr
EXE: EKtwmweMBLtg5xNXp1anofonJsJiao1DYY
free bitcoin lottery
1714710720
Hero Member
*
Offline Offline

Posts: 1714710720

View Profile Personal Message (Offline)

Ignore
1714710720
Reply with quote  #2

1714710720
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Doom4535
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
November 16, 2015, 10:09:36 PM
 #622

My wallet won't sync. Is the problem solved or not?

I'm guessing your question is related to one I had a few pages back.

So, according to this (https://chainz.cryptoid.info/flap/#) at the time of posting we're at block 700442 and that is supported by my peer connections.  My wallet says that it is on block 700442, yet still thinks it is 13 hours behind?  How do we counter the slow network when there may be long periods of time when no blocks were created (which I'm assuming causes the wallets to think they are behind?)?

no, its not because they think they are behind. the code of a wallet doesnt actually care about the last block time. the gui just shows the behind message if the last block was over 2 hours ago for the user to see the chain has stopped. people need to just turn on staking in their wallets and the chain moves. no one has staking on, then the chain wont move.


So, if there has been a two hour delay since the last block was process, you'll probably get that message.  Good news is, the network is smoothing out so that these delays should disappear.

FLAP: FDf1mMgvMU5CxT1vR33iZr5sf9u2Mb4gcr
EXE: EKtwmweMBLtg5xNXp1anofonJsJiao1DYY
free bitcoin lottery
chefbauer
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
November 17, 2015, 12:49:12 PM
Last edit: November 17, 2015, 01:46:30 PM by chefbauer
 #623

EDIT: does not work, forget it...
when gen=1 is set, it does not stake. getgenerate tells true, but i have to write setgenerate true again in the debug console.
then it immediatly stake, when there are enough connections.

maybe the problem is when it starts - there are no connections and it doesnt try it again a bit later!
so a simple delay of 1 minute would solve this or even better an automatic retry.


warning/info:
i restartet the wallet several times, and forgot to enable staking "setgenerate true", because the default is false.

To fix this, create or edit the file "flappycoin.conf" where the wallet.dat resides and put
Code:
gen=1
in it.
Now it automatically start staking (proof with "getgenerate" in the console)

DuckYeah!
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
November 17, 2015, 12:55:57 PM
 #624

I would like to claim the CounterParty Bounty!

What I need

- A VPS with a cool domain (flapcounter.io or something)
Griffith
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 17, 2015, 07:36:51 PM
 #625

found slight error on FLAP wallet. not a scary huge update but the next update will fix:

-the fact that mining is set to false by default
-block mining spacing that makes it impossible to mine a block more often than every 30 seconds
-a fix that makes it impossible to stake a negative amount after block 710,000 because right now if you stake less than 0.02 FLAP in a block you get a negative amount that is between -0.001 and -0.000001 FLAP. (so negligible losses) but it still shouldnt happen.
chefbauer
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
November 17, 2015, 09:16:23 PM
 #626

-the fact that mining is set to false by default

please also check this (from my previous post):
when gen=1 is set, it does not stake. getgenerate tells true, but i have to write setgenerate true again in the debug console.
then it immediatly stake, when there are enough connections.

maybe the problem is when it starts - there are no connections and it doesnt try it again!
a simple delay of 1 minute would solve this or even better an automatic retry (check connections every x minutes).

Griffith
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 17, 2015, 10:21:24 PM
 #627

-the fact that mining is set to false by default

please also check this (from my previous post):
when gen=1 is set, it does not stake. getgenerate tells true, but i have to write setgenerate true again in the debug console.
then it immediatly stake, when there are enough connections.

maybe the problem is when it starts - there are no connections and it doesnt try it again!
a simple delay of 1 minute would solve this or even better an automatic retry (check connections every x minutes).


no. thats not how getarg works.

its because the -command that would be fed in if you were to run it from command line are not overridden by .conf file settings. so the default -gen=0 via command line is not overridden by the config gen=1

bitcoin.cpp line 120 is a comment on this

if that is not clear also util.cpp line 1116 which is inside the ReadConfigFile function. im kinda sad i knew this without looking anything else up besides the line number....
romka0207
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
November 18, 2015, 06:12:38 AM
 #628

Can anybody post any new "addnode=" for flappycoin.conf ?
I have only 2 active connections for last three days since I've started my wallet again
chefbauer
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
November 18, 2015, 07:25:23 AM
 #629

Can anybody post any new "addnode=" for flappycoin.conf ?
I have only 2 active connections for last three days since I've started my wallet again

see here:
https://chainz.cryptoid.info/flap/#!network
-> node list

Code:
addnode=104.131.68.98
addnode=118.96.212.98
addnode=129.21.141.135
addnode=129.21.141.193
addnode=129.21.141.94
addnode=173.81.241.136
addnode=176.36.244.198
addnode=178.112.233.159
addnode=192.99.91.78
addnode=194.135.92.14
addnode=46.105.129.29
addnode=62.202.41.207
addnode=71.41.188.110
addnode=77.116.27.251
addnode=81.36.60.164
addnode=81.44.138.234
addnode=84.161.237.60
addnode=94.61.193.156

this is mine on a fast network:
Code:
addnode=46.105.129.29

menlatin (OP)
Sr. Member
****
Offline Offline

Activity: 366
Merit: 260


View Profile WWW
November 18, 2015, 03:10:11 PM
 #630

Cryptsy has been notified of the new wallet update.

Griffith
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 18, 2015, 04:23:33 PM
 #631

Cryptsy has been notified of the new wallet update.

hold off on that until i do the one with the fixing minting and the negative stake fix (should be tonight)
Doom4535
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
November 19, 2015, 08:35:11 AM
 #632

Do any of you know of a good way to release coins that seemed to be stuck trying to stake a block that wasn't accepted by the network?  I tried -rescan and that didn't work, at the moment I'm in the processes of re-downloading the blockchain.

FLAP: FDf1mMgvMU5CxT1vR33iZr5sf9u2Mb4gcr
EXE: EKtwmweMBLtg5xNXp1anofonJsJiao1DYY
free bitcoin lottery
CryptoDatabase
Legendary
*
Offline Offline

Activity: 1596
Merit: 1003


https://cryptodatabase.net


View Profile WWW
November 19, 2015, 08:55:00 AM
 #633

Do any of you know of a good way to release coins that seemed to be stuck trying to stake a block that wasn't accepted by the network?  I tried -rescan and that didn't work, at the moment I'm in the processes of re-downloading the blockchain.

You have to wait until someone else stakes and creates new blocks I believe. Mine have been stuck staking for roughly 12 hours now, just waiting on others to stake to free mine.
chefbauer
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
November 19, 2015, 11:00:10 AM
 #634

to create a steady block-flow, i wrote a tiny script that send coins to a other wallet every 30 minutes.
i will do this 3 days, then at least every halve hour there should be a block generated.

i had this idea this morning, better would have been 3 days ago Smiley

from time to time: sorry for my english Smiley

Griffith
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 19, 2015, 12:33:36 PM
 #635

to create a steady block-flow, i wrote a tiny script that send coins to a other wallet every 30 minutes.
i will do this 3 days, then at least every halve hour there should be a block generated.

i had this idea this morning, better would have been 3 days ago Smiley

from time to time: sorry for my english Smiley

you still need a tx to stake. just because you send doesnt mean a block is made. thats not how PoS works. you will just have backed up transactions.
chefbauer
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
November 19, 2015, 05:41:19 PM
Last edit: November 19, 2015, 09:43:03 PM by chefbauer
 #636

you still need a tx to stake. just because you send doesnt mean a block is made. thats not how PoS works. you will just have backed up transactions.

i know but when a new block is generated (lets say in 5 hours) and i did 10 transactions in the mean time - in 3 days i can generate 10 blocks or am i wrong?

Doom4535
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
November 20, 2015, 04:25:21 PM
 #637

Do you know if we need to backup or wallet after every time we stake or not (does the stake works by 'sending' the coins?)?

FLAP: FDf1mMgvMU5CxT1vR33iZr5sf9u2Mb4gcr
EXE: EKtwmweMBLtg5xNXp1anofonJsJiao1DYY
free bitcoin lottery
Griffith
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 20, 2015, 11:36:11 PM
 #638

you still need a tx to stake. just because you send doesnt mean a block is made. thats not how PoS works. you will just have backed up transactions.

i know but when a new block is generated (lets say in 5 hours) and i did 10 transactions in the mean time - in 3 days i can generate 10 blocks or am i wrong?

ohh i see what you mean. well. if you sent 10 trasnactions...  yes, you should be able to generate 10 blocks off those 10 transactions. but say 1 transaction has 10 inputs, then you will still only get 1 block from that transaction even though it was 10 inputs


Do you know if we need to backup or wallet after every time we stake or not (does the stake works by 'sending' the coins?)?
a stake is just a different kind of transaction, you should ALWAYS have a backup of your wallet.dat on an external harddrive or a flashdrive. but you do not need to do this after every stake



also sorry guys. i just got my internet back. it had been out for like 16 hours. really sucked
Griffith
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
November 21, 2015, 08:51:30 PM
 #639

i have a fix so the values wont go negative anymore. also it removed the 50 FLAP per POS block maximum... also the staking is set to true by default. you will NEED to update to the newest version... menlatin will announce the details later
Doom4535
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
November 22, 2015, 07:32:24 PM
 #640

i have a fix so the values wont go negative anymore. also it removed the 50 FLAP per POS block maximum... also the staking is set to true by default. you will NEED to update to the newest version... menlatin will announce the details later

I guess let us know when it is officially available from github

FLAP: FDf1mMgvMU5CxT1vR33iZr5sf9u2Mb4gcr
EXE: EKtwmweMBLtg5xNXp1anofonJsJiao1DYY
free bitcoin lottery
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 »
  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!