Flapmin (OP)
|
|
July 28, 2017, 06:53:23 AM |
|
[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
Activity: 104
Merit: 10
|
|
July 28, 2017, 12:17:25 PM |
|
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 flappy sp1the new wallets will not allow you to handshake with them recompiled from the zip and it is the right version now
|
|
|
|
Flapmin (OP)
|
|
July 28, 2017, 08:41:33 PM |
|
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 flappy sp1the 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
Activity: 17
Merit: 0
|
|
July 28, 2017, 09:14:03 PM |
|
[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
|
|
|
|
|
uBm
Member
Offline
Activity: 88
Merit: 10
|
|
July 28, 2017, 09:53:36 PM |
|
@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/Flapsversion.h : (nothing changed) PROTOCOL_VERSION = 1111337;
clientversion.h: (updated to predicted Version Number 3.2.1), added Copyright 2014-2017. #define CLIENT_VERSION_MAJOR 3 #define CLIENT_VERSION_MINOR 2 #define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_BUILD 0
|
|
|
|
n00bminer
Member
Offline
Activity: 104
Merit: 10
|
|
July 28, 2017, 10:34:59 PM |
|
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)
|
|
July 29, 2017, 01:25:25 AM |
|
@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/Flapsversion.h : (nothing changed) PROTOCOL_VERSION = 1111337;
clientversion.h: (updated to predicted Version Number 3.2.1), added Copyright 2014-2017. #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
|
|
July 29, 2017, 04:15:48 PM |
|
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.
|
| | | Fast, Secure, and Fully
Decentralized Trading | BACKED BY: ─────────────────────────
| BINANCE ─────── LAB | & | █████████████████████████████████ █ ███ █▀ ▀█ ███▀▀▀▀▀████████ ████▀▀███▀ █ █ █████ ▄▄▄▄▄ █ ▀ █ ███ █ ██ █▄ ▀█ ██ █ ▄███ ██████ ███ █████ █ ██ ███ █ ████ ████ ▄ ███ █▄ ▄█▄ ▄█▄ ▀ ████▄ ▄█ ██ ██ ████████████████████████████████████████ |
|
|
| Whitepaper Medium Reddit
|
|
|
|
Flapmin (OP)
|
|
July 29, 2017, 05:37:03 PM |
|
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. been mining with 330 kh the entire time ill make sure im on the same block as crawler
|
|
|
|
Flapmin (OP)
|
|
July 29, 2017, 05:44:57 PM |
|
@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/Flapsversion.h : (nothing changed) PROTOCOL_VERSION = 1111337;
clientversion.h: (updated to predicted Version Number 3.2.1), added Copyright 2014-2017. #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
Activity: 88
Merit: 10
|
|
July 29, 2017, 06:16:25 PM |
|
if you can give me write access, i can try to push to your repo i usually do only the stndard commands to push 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
Activity: 38
Merit: 0
|
|
July 30, 2017, 12:12:02 AM |
|
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)
|
|
July 30, 2017, 05:02:27 AM |
|
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)
|
|
July 30, 2017, 05:09:53 AM |
|
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)
|
|
July 30, 2017, 05:27:40 AM |
|
looking at this bcc split thing not sure what to think about it
|
|
|
|
Flapmin (OP)
|
|
July 30, 2017, 06:31:24 AM |
|
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
Activity: 38
Merit: 0
|
|
July 30, 2017, 08:15:13 AM |
|
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)
|
|
July 30, 2017, 11:05:05 AM |
|
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
Activity: 88
Merit: 10
|
|
July 30, 2017, 07:32:43 PM |
|
For those with p2pool: try to merge mine doge , dont know if its working , but it is worth a try.
|
|
|
|
|