Bitcoin Forum
July 04, 2024, 05:08:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: what do you like more
Choice 22759
Choice 42
Choice 11teen
Choice A
Choice B
Choice #

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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  Print  
Author Topic: FlapXcoin Back on the move Listings, Pools, Games, More. Flappycoin, FLAP FLAPX  (Read 40444 times)
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 28, 2017, 06:53:23 AM
 #481

[2017-07-28 06:52:16.395] [FATAL] [default] - Pool flappycoin Thread 1 Share rejected: {"job":"8d","ip":"146.185.151.11","worker":"FPgUwTD1c9WQ91CSQUfposuAbAaRMo3GYq","difficulty":512,"error":"low difficulty share of 0.00001560141472673674"}
[2017-07-28 06:52:16.983] [FATAL] [default] - Pool flappycoin Thread 1 Share rejected: {"job":"8d","ip":"146.185.151.11","worker":"FPgUwTD1c9WQ91CSQUfposuAbAaRMo3GYq","difficulty":512,"error":"low difficulty share of 0.000032508198158847866"}



Usually that error means the share your miner submitted was garbage, and didn't actually verify on the pool. Sometimes it means the share was submitted too late, and the pool has already moved on to the next block. But if you keep getting it over and over, then your miner code is broken (or you're using the wrong algorithm).

if thats your address you not hitting any shares
n00bminer
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
July 28, 2017, 12:17:25 PM
 #482

well the node is sync'd to
 "version" : 3020000,
    "protocolversion" : 92845,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 779459,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1500573464,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.01000000,
    "errors" : ""

but no connections.  addnode'd all the uBm listed...  This was rolled up with the same bootstrap the desktop used, and worked....  
this node was connected before so I know iptables is open.  I may delete the blockchain again, and see what's up




"protocolversion" : 92845,<<<
you need to rebuild flappysp2 you are still running old flappysp1
the new wallets will not allow you to handshake with them

recompiled from the zip and it is the right version now
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 28, 2017, 08:41:33 PM
 #483

well the node is sync'd to
 "version" : 3020000,
    "protocolversion" : 92845,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 779459,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "",
    "difficulty" : 0.00024414,
    "testnet" : false,
    "keypoololdest" : 1500573464,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.01000000,
    "errors" : ""

but no connections.  addnode'd all the uBm listed...  This was rolled up with the same bootstrap the desktop used, and worked....  
this node was connected before so I know iptables is open.  I may delete the blockchain again, and see what's up




"protocolversion" : 92845,<<<
you need to rebuild flappysp2 you are still running old flappysp1
the new wallets will not allow you to handshake with them

recompiled from the zip and it is the right version now


all good?
SolarToCrypto
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
July 28, 2017, 09:14:03 PM
 #484

[2017-07-28 06:52:16.395] [FATAL] [default] - Pool flappycoin Thread 1 Share rejected: {"job":"8d","ip":"146.185.151.11","worker":"FPgUwTD1c9WQ91CSQUfposuAbAaRMo3GYq","difficulty":512,"error":"low difficulty share of 0.00001560141472673674"}
[2017-07-28 06:52:16.983] [FATAL] [default] - Pool flappycoin Thread 1 Share rejected: {"job":"8d","ip":"146.185.151.11","worker":"FPgUwTD1c9WQ91CSQUfposuAbAaRMo3GYq","difficulty":512,"error":"low difficulty share of 0.000032508198158847866"}



Usually that error means the share your miner submitted was garbage, and didn't actually verify on the pool. Sometimes it means the share was submitted too late, and the pool has already moved on to the next block. But if you keep getting it over and over, then your miner code is broken (or you're using the wrong algorithm).

if thats your address you not hitting any shares


ive had that error from claymore on a diff coin if your using claymore try chainging the -a i think to -a 3 check read me tho
SolarToCrypto
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
July 28, 2017, 09:46:34 PM
 #485

https://www.facebook.com/profile.php?id=100019156354934


flappy gets facebook in progress of being made but will be getting updated often
uBm
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
July 28, 2017, 09:53:36 PM
 #486

@flapmin, n00bminer:
Got the source now on correct level.
flapmin : you have write access, and ofc you can have ownnership.
We really need to have the repo on github,

version branches changes can be made there very easy,
and with pull and push, etc ..
you can get everything nice to your workstation and backup to github again.

https://github.com/derubm/Flaps
version.h : (nothing changed)
Code:
PROTOCOL_VERSION = 1111337;
clientversion.h: (updated to predicted Version Number 3.2.1), added Copyright 2014-2017.
Code:
#define CLIENT_VERSION_MAJOR       3
#define CLIENT_VERSION_MINOR       2
#define CLIENT_VERSION_REVISION    1
#define CLIENT_VERSION_BUILD       0
n00bminer
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
July 28, 2017, 10:34:59 PM
 #487

all good?
    "version" : 3020000,
    "protocolversion" : 1111337,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 781787,
    "timeoffset" : 21,
    "connections" : 9,
    "proxy" : "",
    "difficulty" : 0.51401209,
    "testnet" : false,
    "keypoololdest" : 1501244110,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.01000000,
    "errors" : ""


up with 9 connections l
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 29, 2017, 01:25:25 AM
 #488

@flapmin, n00bminer:
Got the source now on correct level.
flapmin : you have write access, and ofc you can have ownnership.
We really need to have the repo on github,

version branches changes can be made there very easy,
and with pull and push, etc ..
you can get everything nice to your workstation and backup to github again.

https://github.com/derubm/Flaps
version.h : (nothing changed)
Code:
PROTOCOL_VERSION = 1111337;
clientversion.h: (updated to predicted Version Number 3.2.1), added Copyright 2014-2017.
Code:
#define CLIENT_VERSION_MAJOR       3
#define CLIENT_VERSION_MINOR       2
#define CLIENT_VERSION_REVISION    1
#define CLIENT_VERSION_BUILD       0


yes git hub and i had a falling out but were in counseling
mt55
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250



View Profile
July 29, 2017, 04:15:48 PM
 #489

Hasn't Flappycoin been dead some time ago?
Yeah. For better or worse a dead coin is easier to keep forking in an attempt to revive it...

Okay, as for getting the proto-111137 chain moving, I guess the problem was nobody was mining for the past two hours. As soon as I turned it on http://blockcrawler.rf.gd/index.php?i=1 shows my blocks and I'm reaping these ridiculous 12500 block rewards every few seconds.

that is correct. Smiley

▄▄▄██████▄▄▄
▄███▀▀▀▀▀████▄▄ █▄▄
▄▄          ▀▀████▄  ██▄
█████▄            ▀█████  ██▄
▄█████████           ▀█████ ███▄
▄█████████▀▀           ▀█████ ███▄
▄███  █████             ▀█████ ████
███  █████                █████ ████
███ █████                  ████  ████
███ █████                ▄████  ████
███ █████                ███████████
▀██ █████▄                █████████
▀██ ██████▄                ▀█████
▀██ ███████                  ▀▀▀
▀██ ██████▄▄                 
▀██ ██████▄▄▄▄▄▄▄▄▄▄▄▄███▀
▀▀ █████████████████▀
▀▀▀██████▀▀▀▀

Fast, Secure, and Fully

DecentralizeTrading
BACKED BY:
─────────────────────────
BINANCE
─────── LAB
&█████████████████████████████████ █  ███
█▀    ▀█  ███▀▀▀▀▀████████  ████▀▀███▀ █
█  █████    ▄▄▄▄▄  █  ▀  █    ███  █  ██
█▄    ▀█  ██       █  ▄███  ██████   ███
█████  █  ██  ███  █  ████  ████  ▄  ███
█▄    ▄█▄  ▄█▄     ▀  ████▄  ▄█   ██  ██
████████████████████████████████████████


  Whitepaper
 Medium
Reddit
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 29, 2017, 05:37:03 PM
 #490

Hasn't Flappycoin been dead some time ago?
Yeah. For better or worse a dead coin is easier to keep forking in an attempt to revive it...

Okay, as for getting the proto-111137 chain moving, I guess the problem was nobody was mining for the past two hours. As soon as I turned it on http://blockcrawler.rf.gd/index.php?i=1 shows my blocks and I'm reaping these ridiculous 12500 block rewards every few seconds.

that is correct. Smiley

been mining with 330 kh the entire time ill make sure im on the same block as crawler
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 29, 2017, 05:44:57 PM
 #491

@flapmin, n00bminer:
Got the source now on correct level.
flapmin : you have write access, and ofc you can have ownnership.
We really need to have the repo on github,

version branches changes can be made there very easy,
and with pull and push, etc ..
you can get everything nice to your workstation and backup to github again.

https://github.com/derubm/Flaps
version.h : (nothing changed)
Code:
PROTOCOL_VERSION = 1111337;
clientversion.h: (updated to predicted Version Number 3.2.1), added Copyright 2014-2017.
Code:
#define CLIENT_VERSION_MAJOR       3
#define CLIENT_VERSION_MINOR       2
#define CLIENT_VERSION_REVISION    1
#define CLIENT_VERSION_BUILD       0

can you think of why im only getting the readme in the push  it would seem to me i need to  push from one directory higher
or im not cataloging the files proporly
uBm
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
July 29, 2017, 06:16:25 PM
 #492

if you can give me write access, i can try to push to your repo
i usually do only the stndard commands to push
Code:
git push  <REMOTENAME> <BRANCHNAME> 
easy way would be:
1 .create a empty local git
2 .sync with github
3. extract zip file to the new empty git
4. push
hanzou
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 30, 2017, 12:12:02 AM
 #493

I've made a source repo: https://github.com/hanzou-x/Flappy5 and invited you both for write access. By basing it off the old Flappy5 you can easily see the Sp2 differences in terms of the block reward, default transaction fees, and images. I even notice a bug where one image seems to have been mis-copied.

I'll be posting a macOS client binary from this source later tonight.
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 30, 2017, 05:02:27 AM
 #494

morning guys looking at your posts now
. ill work on my relationship with git in this round
ive got a few build issues with beaveroin i need to work out and then ill see what i can see
...other then that wallet working stable for everyone ?
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 30, 2017, 05:09:53 AM
 #495

I've made a source repo: https://github.com/hanzou-x/Flappy5 and invited you both for write access. By basing it off the old Flappy5 you can easily see the Sp2 differences in terms of the block reward, default transaction fees, and images. I even notice a bug where one image seems to have been mis-copied.

I'll be posting a macOS client binary from this source later tonight.

I see your notes and you are correct

the info withing the coin pertaining to the coin has not
been kept up with at all and in fact there are several 100
lines that have just been commented out

we have a final release planed in about 10 weeks
with a bunch of build updates that were never upgraded

I suggest as soon as it goes to debug we will get a git copy up there
so we can take several weeks to clean it up prior to release 
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 30, 2017, 05:27:40 AM
 #496

looking at this bcc split thing
not sure what to think about it
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 30, 2017, 06:31:24 AM
 #497

I've made a source repo: https://github.com/hanzou-x/Flappy5 and invited you both for write access. By basing it off the old Flappy5 you can easily see the Sp2 differences in terms of the block reward, default transaction fees, and images. I even notice a bug where one image seems to have been mis-copied.

I'll be posting a macOS client binary from this source later tonight.

 hey so do you guys have  a p2p pool up and going or are you mining over here . if you have a working pool id like to throw some hash on in and perhaps use it as a failover , if you dont mind people mining ill add it to the first page

also i have all the weekly  builds from the last 6 months or so if you want to look at some more changes
i guess better yet would be if we put up the source i first compiled from next to the current ?
hanzou
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 30, 2017, 08:15:13 AM
 #498

Mac Qt 5.9 wallet has been built and packaged. I made it compatible with OS X 10.9 onward, although have so far only tested on macOS 10.12 Sierra. I've updated both the Wordpress and Google sites pages to link to the newer SP2 wallets.

While I was at it, I also edited the Wordpress front page to report the current block rewards.

hey so do you guys have  a p2p pool up and going or are you mining over here . if you have a working pool id like to throw some hash on in and perhaps use it as a failover , if you dont mind people mining ill add it to the first page
I've been leaning on wailord284 to set up the primary persist=True p2pool node. wailord284 do you have it running stably for proto=1111337 (SP2)?
Flapmin (OP)
Sr. Member
****
Offline Offline

Activity: 532
Merit: 251



View Profile
July 30, 2017, 11:05:05 AM
 #499

sorry if the pool is going up and down im about to resize to a lager unit
it may take 15 min at the most  not sure when but in the next few hrs

System load:  0.88               Processes:           86
  Usage of /:   54.3% of 19.65GB   Users logged in:     1
  Memory usage: 96%      <<< may go back down after  updating netcoin blockchain       
uBm
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile
July 30, 2017, 07:32:43 PM
 #500

For those with p2pool: try to merge mine doge , dont know if its working , but it is worth a try.
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
  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!