c00p3r
Member
Offline
Activity: 101
Merit: 10
Frank Sinatra
|
|
April 09, 2016, 06:15:57 PM |
|
You'll have to fix them one by one. I got 2 errors about src/base58.h:299:75: error: member function 'size' not viable: 'this' argument has type 'const CKeyExchangeID', but function is not marked const If I mark functions as "const", it causes a lot of new errors. I tried only primitive fixes, because I'm not fluent in C/C++. I suggest you also have xcode, macports/homebrew? btw, my first builds I did on OS X 10.10 too, now I've upgraded to 10.11, and basically nothing changed. I run Mac OS 10.10 on VMware, I have XCode 6.4 installed, MacPorts and all libraries for cryptocurrency compiling. TBH, I thought I almost compiled 2.0 wallet and got the bounty, but damn, that error made me rage, and you was faster with fixing it, gg wp Yep, this error came with release 2.0. I made size() method const and removed whole printf(...) call. UPD: mess with const is common, got it earlier here.
|
|
|
|
metamorphin
Legendary
Offline
Activity: 1106
Merit: 1004
No risk, no fun!
|
|
April 10, 2016, 12:18:31 AM |
|
Hey Cooper, if you interested, we maybe interested in a few things. First there are MAJOR wallets out there that do not have a mac wallet. Our new website that now sells block chains, will be selling wallets. Are you interested in compiling mac wallets for our new site for very specific popular coins that do not have a mac wallet? Let me know. Our site is www.walletbootstraps.comVegas Sure, I could build them too. AWESOME....Vegas, cooper is aboard to compile us Macwallets. That would be fun for future. Cooper, nice to have u here, and I have for sure, work for Europecoinwallets! :-) So I will announce our first deal, vegas, to use ur service for Macwallets in ERC Steve
|
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
April 10, 2016, 01:22:10 AM |
|
Sent a chunk of my coins to Cryptopia, they say old addresses won't work with new wallet (which has not been implemented there yet) and that my coins are in "limbo" and not to send any more. What does this mean? Are my coins goners?
Your coins are NEVER a gonners with us. People dont loose coins under our team. We are still working out some small kinks with Cryptopia. Please be patient. Thanks
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
cdajdk
Newbie
Offline
Activity: 35
Merit: 0
|
|
April 10, 2016, 01:24:43 AM |
|
Vegas, thanks for the reply. No problem with patience, just wanted to get it out there in case others are having similar issues with topia.
|
|
|
|
Griffith
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 10, 2016, 02:44:02 AM |
|
I have this error staking fly TX_PUBKEY CheckStake() : new proof-of-stake block found hash: 454a01dfc5bce7541e818e48c3d5a6adad0b5655348b2d2c044910516377fc0f proofhash: 000113b3bdef2b525c8cfb99b05628d540837b48229f217c5b858eeb68a32503 CBlock(hash=454a01dfc5bce7541e818e48c3d5a6adad0b5655348b2d2c044910516377fc0f, ver=6, hashPrevBlock=71bb06f5719bad3ed9a4bf77bb13444a4a15cf481e13c18b00c0f6ecad88560e, hashMerkleRoot=de85d4a9c4b8ab8611e172e34f8e434d053b9a641afc5dd5dfc6d1ec5e45a8fb, nTime=1460207433, nBits=1d4e2e20, nNonce=0, vtx=2, vchBlockSig=3045022100cbfcd05086988432cbfdc801176ee4e0df31da7ecd6690221039ea3358df95e5022060185e6d79bd75ab47ce347b31e0d0e45babdb1e2fc9fbb089ade726b2153b36) Coinbase(hash=2afa050fb6, nTime=1460207433, ver=1, vin.size=1, vout.size=2, nLockTime=0) CTxIn(COutPoint(0000000000, 4294967295), coinbase 03f80501) CTxOut(empty) CTxOut(empty) Coinstake(hash=cab95316c8, nTime=1460207433, ver=1, vin.size=1, vout.size=3, nLockTime=0) CTxIn(COutPoint(6526400fec, 1), scriptSig=304402200312887852f73b41) CTxOut(empty) CTxOut(nValue=14.8474624, scriptPubKey=023b40d16466012a2fdd57e9533def1922aa30b4c2f36d972cc2d5603f24010e64 OP_CHECKSIG) CTxOut(nValue=0.00, scriptPubKey=OP_DUP OP_HASH160 c2c086f33ab6b4f29db556ae1f9d4e534891713a OP_EQUALVERIFY OP_CHECKSIG) vMerkleTree: 2afa050fb6 cab95316c8 de85d4a9c4 out 14.8474624 ERROR: ConnectBlock() : coinstake does not pay enough fees(actual=0 vs calculated=1352560) InvalidChainFound: invalid block=454a01dfc5bce7541e81 height=67064 trust=1719701828569985 blocktrust=54936782 date= 2016 13:10:33 InvalidChainFound: current best=71bb06f5719bad3ed9a4 height=67063 trust=1719701773633203 blocktrust=33602994 date= 2016 12:47:05 ERROR: SetBestChain() : SetBestChainInner failed ERROR: AcceptBlock() : AddToBlockIndex failed ERROR: ProcessBlock() : AcceptBlock FAILED ERROR: CheckStake() : ProcessBlock, block not accepted
anybody knows what is the problem I have that more than 1 time today and I did not get any stake after 67000 Regards;
hmm yes. this is a bug. i will fix it tonight. thank you for pointing it out. after block 67000 (the start of the 2.0 era) vegas wanted me to make staking free. i did this, however due to soooo many things being asked to be changed at once it seems i forgot to tell the block check that would be happening (since i had updated it in the part of the code where coinstake was being created). this is causing all blocks that are rightfully generated with no fee on staking to be rejected. 2.0.1 will fix this. sorry about that. shit like this kinda makes me mad because its literally a 2 minute fix. i need to add some cryptopia compliance methods as well so the wallet can be run from the daemon again. also the debug log still puts out a bunch of spam. i need to fix that too. mostly because its annoying for me NOTE: EXCHANGE ADDRESSES CAN NOT STAKE SO DONT TRY IT. will never happen
|
|
|
|
osama2808
Newbie
Offline
Activity: 16
Merit: 0
|
|
April 10, 2016, 03:08:06 AM |
|
Cryptopia looks fine now, I just withdrawal from Cryptopia to my wallet and it is free fee . that is great. THANKS for the great effortBut stake old block still a problem, block try to stake after finding new proof-of-stake it return with all types of errors: ERROR: ProcessBlock() : duplicate proof-of-stake (COutPoint(7d9d1bce43, 1), 1460256620) for block 2730f529b82dd3589117c6d82044a21819fd428f559dd67ecaa2f4ccb387706c ERROR: CheckStake() : ProcessBlock, block not accepted and ERROR: ConnectBlock() : coinstake does not pay enough fees(actual=0 vs calculated=843768) InvalidChainFound: invalid block=631c569a044ea2499d79 height=67111 trust=1719703451493562 blocktrust=25725587 date=الأحد 10 نيسـان 2016 02:50:20 InvalidChainFound: current best=e3d3f9fc16d606a0e3c6 height=67110 trust=1719703425767975 blocktrust=31513660 date=الأحد 10 نيسـان 2016 02:02:09 ERROR: SetBestChain() : SetBestChainInner failed ERROR: AcceptBlock() : AddToBlockIndex failed ERROR: ProcessBlock() : AcceptBlock FAILED ERROR: CheckStake() : ProcessBlock, block not accepted Can anybody stake a block after 6700 !!!! please confirm
|
|
|
|
osama2808
Newbie
Offline
Activity: 16
Merit: 0
|
|
April 10, 2016, 03:30:26 AM |
|
Thank Griffith for replay, I pulled the the update and I am trying now hope it will work
THANKS
|
|
|
|
osama2808
Newbie
Offline
Activity: 16
Merit: 0
|
|
April 10, 2016, 03:49:45 AM |
|
Thank Griffith for replay, I pulled the the update but it still does not work same error ERROR: ConnectBlock() : coinstake does not pay enough fees(actual=0 vs calculated=847052) InvalidChainFound: invalid block=a98e3b2c448b9e33e163 height=67113 trust=1719703485048506 blocktrust=16777472 date=الأحد 10 نيسـان 2016 03:45:21 InvalidChainFound: current best=b87ae8974806cdb46cd7 height=67112 trust=1719703468271034 blocktrust=16777472 date=الأحد 10 نيسـان 2016 03:29:09 ERROR: SetBestChain() : SetBestChainInner failed ERROR: AcceptBlock() : AddToBlockIndex failed ERROR: ProcessBlock() : AcceptBlock FAILED ERROR: CheckStake() : ProcessBlock, block not accepted
and
ERROR: ProcessBlock() : duplicate proof-of-stake (COutPoint(7d9d1bce43, 1), 1460259921) for block 9b48c676490633fb22f3bf02193bf26551d8ff8e3241983a0d1f99173068db27 ERROR: CheckStake() : ProcessBlock, block not accepted
THANKS
|
|
|
|
Griffith
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 10, 2016, 05:30:59 AM |
|
jeeze dude. calm down. i didnt fix it yet. the last update was labeled removed debug.log spam because all i did was remove two lines that were spamming the debug.log. i have a proposed fix but we are still internally testing it right now
when i say version 2.0.1 is done is when it will be fixed
|
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
April 10, 2016, 08:08:00 AM |
|
Ya, we have worked incredibly hard on this release, and V2.0 is basically a rewrite of all the code. We are aware of some small things that need to be fixed. Withdrawals are now working 100%. We have a bug in the staking, and so staking is not functional at this time. We are working on a fix, that will be released shortly. Fly is stronger than ever. With strong buy support, and lots of volume, and much higher prices. Thank to to all that have supported YOUR team Its been a long and difficult Journey, and I will always be at your side. https://www.youtube.com/watch?v=DFN2hcuDtx0&nohtml5=FalseVegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
xProphet
|
|
April 10, 2016, 11:24:28 AM |
|
Reporting a small problem in the FLY 2.0 wallet. Open transaction list, right click on any transaction, "Show transaction in block explorer". Nothing happens.
Today I also sent 50 coins to Cryptopia, but this was very strange. Coins were sent from address I do NOT have control over, basically I see this address for the first time. I also was charged about 7.3 FLY, they went to another address I don't know, but these 7 coins showing as "Spendable" in my wallet. What happened? Transaction: 1f261d253c52d11916e2d3ceb7bb8789eaa541f84a34daf5ce8eaf8cf0e217ec F6sXN8... is an address where coins were sent from, but my main and only address is FPRDxd... 7.3 FLY went to FSTUnS... but somewhy I see them as "Spendable" on my wallet FPRDxd...
|
|
|
|
metamorphin
Legendary
Offline
Activity: 1106
Merit: 1004
No risk, no fun!
|
|
April 10, 2016, 12:07:16 PM |
|
I wanna present a wonderful nice sidemarketing, because we are very proud, to know you all! I love it when things come together! Steve
|
|
|
|
galacticpilgrim
|
|
April 10, 2016, 01:19:24 PM |
|
I wanna present a wonderful nice sidemarketing, because we are very proud, to know you all! I love it when things come together! Steve That looks cool, good job!
|
|
|
|
pokeytex
Legendary
Offline
Activity: 1504
Merit: 1002
|
|
April 10, 2016, 02:47:33 PM |
|
Would someone kindly post there full flycoin.conf? I am having issues connecting to peers. Thanks - pokeytex
|
|
|
|
xProphet
|
|
April 10, 2016, 03:00:56 PM |
|
Would someone kindly post there full flycoin.conf? I am having issues connecting to peers. Thanks - pokeytex
addnode=5.146.249.61:58394 addnode=24.160.59.242:39120 addnode=59.100.29.2:33981 addnode=68.134.210.96:63725 addnode=68.134.210.96:50620 addnode=68.224.11.146:65497 addnode=68.235.184.68:41568 addnode=70.189.144.30:56149 addnode=70.189.144.30:64517 addnode=75.130.163.51:59336 addnode=83.157.62.179:57224 addnode=87.110.52.254:64591 addnode=87.67.103.224:52428 addnode=88.15.15.80:54191 addnode=94.98.230.107:47156 addnode=104.172.24.79:41568 addnode=111.69.151.124:63412 addnode=129.21.141.5:41568 addnode=129.21.141.74:50306 addnode=129.22.21.193:62857 addnode=162.255.117.105:63675 addnode=177.11.30.34:58730 addnode=180.191.81.35:54717 addnode=184.6.147.2:55772 addnode=213.108.119.84:60201 addnode=[2001:0:9d38:6abd:201a:fe87:9753:e7b0]:50925
|
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
April 10, 2016, 03:43:19 PM |
|
Reporting a small problem in the FLY 2.0 wallet. Open transaction list, right click on any transaction, "Show transaction in block explorer". Nothing happens.
Today I also sent 50 coins to Cryptopia, but this was very strange. Coins were sent from address I do NOT have control over, basically I see this address for the first time. I also was charged about 7.3 FLY, they went to another address I don't know, but these 7 coins showing as "Spendable" in my wallet. What happened? Transaction: 1f261d253c52d11916e2d3ceb7bb8789eaa541f84a34daf5ce8eaf8cf0e217ec F6sXN8... is an address where coins were sent from, but my main and only address is FPRDxd... 7.3 FLY went to FSTUnS... but somewhy I see them as "Spendable" on my wallet FPRDxd...
Xprophet , we are using a completely new address system. As I announced a few times at block 67,000 "antidump" has kicked back in. So youll have to stake your coins to the exchange as before. At this moment, there is a small bug in the staking code that we have fixed and are testing it for saftey before release, and it appears its working. So please allow maybe 1-2 more days for us to test this. Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
Griffith
Legendary
Offline
Activity: 1400
Merit: 1000
|
|
April 10, 2016, 04:41:42 PM |
|
Reporting a small problem in the FLY 2.0 wallet. Open transaction list, right click on any transaction, "Show transaction in block explorer". Nothing happens.
not a 2.0 bug. this has been there since like version 1.7 i have never touched that code. Today I also sent 50 coins to Cryptopia, but this was very strange. Coins were sent from address I do NOT have control over, basically I see this address for the first time. I also was charged about 7.3 FLY, they went to another address I don't know, but these 7 coins showing as "Spendable" in my wallet. What happened? Transaction: 1f261d253c52d11916e2d3ceb7bb8789eaa541f84a34daf5ce8eaf8cf0e217ec F6sXN8... is an address where coins were sent from, but my main and only address is FPRDxd... 7.3 FLY went to FSTUnS... but somewhy I see them as "Spendable" on my wallet FPRDxd...
if you sent coins from an address you own the address. based on the description you just provided, i know exactly what happened and it seems you dont understand the difference between the address book and the address list. which is fine, i have seen hundreds of people ask questions like this as the system is very confusing. basically dont worry about it. you still own the coins and they are still in your wallet. edit: if you want to learn more about what i am talking about. open help. go to the console. and enter the following command listaddressgroupings this command will show you your address list as opposed to the gui showing you your address book
|
|
|
|
xProphet
|
|
April 10, 2016, 05:10:06 PM |
|
listaddressgroupings this command will show you your address list as opposed to the gui showing you your address book Wow, now I really see these addresses 50 and 7.3 FLY were sent from! Thank you for the explantation!
|
|
|
|
vegasguy (OP)
Legendary
Offline
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
|
|
April 10, 2016, 05:47:29 PM |
|
Guys , your missing an EASY way to earn as much fly as you want: https://bitcointalk.org/index.php?topic=1429754.msg14460051#msg14460051Clear rules have just been posted on the OP. Vegas
|
I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
|
|
|
dennislevy
|
|
April 10, 2016, 06:17:31 PM |
|
Great things are coming down the road! It has been a rough ride, but well worth the wait. Things are really coming together NOW! Buy Fly Now! While it is still CHEAP! Or be SORRY LATER! That you missed the opportunity to get in before, IT RISES BACK UP! The pieces are coming together very nicely. Many new innovations, that most coins wish they HAD! If you are looking for the average coin. Here Today, Gone Tomorrow. Then you are in the WRONG PLACE! Many new and talented people have joined TEAM FLY. Welcome! We are not a PUMP AND DUMP COIN! We will be here for many years to come. Bringing innovation and services to support Fly and bring respect back to crypto coins. As we weed out the scammers and con artists. People will begin to realize what good coins are all about! Thanks, to Vegas, Kees, Griffith, Woody, Metamorphin, CapnBDL, and all of the other Team Fly members for all of their hard work! Without your dedication and hard work, we would just be another sh** coin! Thank-you, Thank-you, Thank-you! Peace, Dennis
|
|
|
|
|