Post
Topic
Board Micro Earnings
Re: FreeBitco.in-$200 FreeBTC🏎Win Lambo🔥0.2BTC DailyJackpot🏆$32,500 Wager Contest
by
NK345
on 09/04/2024, 07:02:24 UTC

Yes, I didn't receive a response from support or TheQuin either.
Another thing is that it currently doesn't let me create more deposit addresses, as if something had been blocked when that happened.

I hope someone on behalf of Freebitco.in can provide some solution to this.

I have the same exact issue.  I even took a video (https://www.youtube.com/watch?v=O7gXJTFnqyw)
Yesterday, after I had posted this video, I was able to generate a new address  (I supposed they had fixed something).  I also tried to generate another address immediately afterwards, and it gave an error message that only 1 address can be generated in 24 hours.   
So I let 24 hour pass, and tried again, and it did not work again, no error message, but no new address (as if the button click is not calling any procedure).

I try to check in the script what this button is defined to do and i see this:
<div id="new_deposit_buy_button">
<button class="new_button_style profile_page_button_style new_deposit_address_button_width" onclick="GenerateMainDepositAddress();" id="">NEW DEPOSIT ADDRESS</button>
<button id="buy_bitcoins_button" class="new_button_style buy_bitcoin_button_width orange_button" onclick="javascript:VisitLink('https://fluidmoney.xyz/?publicKey=WQ5P75kQZKNLT3FkuFQWfq:AJVkJbDRPVafwjfAZkxqRXkMRtBYq&amp;destinationCurrencyCodeLocked=BTC&amp;walletAddressLocked=1AXbfcsNicqddsBfo5REmXnAPnikDLmYox');">BUY BITCOINS</button> <p><small>* When you buy bitcoins using the button above, they will be sent directly to your FreeBitco.in wallet. Fiat to BTC conversions are handled by Unlimit &amp; TransFi, please contact them if you experience any issues.</small></p></div>

but i can't see any further info what this "GenerateMainDepositAddres()" procedure is doing.