Logo
Content subscription

To view posts from kakarot Official, you must subscribe to this profile

kl3eo
7 months ago
I wrote this simplistic app in 2019 since then it works and has been modified to include RHC crypto payment for daily activation. No registration, the app remembers the wallet that paid and binds stats to this wallet. So if you use the same wallet again, you get the same data again. bjon.room-house.com - very simple idea but helps me a lot to keep tracking my life and make timely adjustments depending on the stats. Very effective tool despite being that simple.
eggswap
7 months ago
Hey!! Holders of Expanse, remember Expanse´s Dex is https://eggs.cool
#SmartContracts $egg #DEX #DEFİ
kl3eo
7 months ago
Suppose you want your new R-H tower have your own domain name URL.. possible? yes, we're with you here, after completing the new tower build on a temp room-house.com name - example pictured - , now you're required to put your own SSL certs (usually made with certbot) in work, so that your tower URL becomes e.g. online.yourdomainname.com - this is still a relatively new policy but tested already quite well.
kl3eo
7 months ago
And of course considering SM vs Exchange, SM doesn't allow for trade. It'd swap RHC earned as fees for services for another coin, then go trade another coin in another place if you wish. Limited usage for specific needs - earn RHC in one of numerous ways, then hold them, or spend them, or swap them for ETC which is another valid option.. but then be prepared to all sorts of limits, e.g. swap amount limit.
kl3eo
7 months ago
Why swap machine is better than exchange: A.Exchange is KYC, sM no B. Exchange is too crude - the same for all; while SM is configurable to run only with some accounts ("friends") and moreover swap limits and even swap ratio are configurable for the accounts, that is, it would run individually depending on account. C. Exchange is manual, SM is botable by design. Bots compete between themselves for each swap.
thevinay
7 months ago
thevinay
7 months ago
eggswap
8 months ago
Hi, I did the search test and in Bing using Edge the information about Bulltech and Eggswap appears first, but in Google it doesn't appear anywhere.
kl3eo
8 months ago
Meanwhile what happens with the buffer which was initially 16 + 16? When you scrolled down to the end of it, the program checks auto scroll - if it's on, it'd load 32 more tokens. The buffer grows to 64. We can let it grow, because not all tokens are in page, only 16. This data is useful, because when you scroll up, no time lost on blockchain connection, we'd use the buffer. If auto-scroll is off, the programs asks shall we continue, click it and it sends request to the blockchain for 32 more tokens. This way we save the blockchain from unwanted requests.
kl3eo
8 months ago
.. then you don't have time to catch the 4th row, it'd wind up instantly, to see it you'd have to scroll up again. So this is why "double take" here. But it would only work the first time, on the 5th row, and as you scroll down to 6th, 7th.., there is no need of double take". This scrolling events logics are hard to implement, because every time you change scroll direction, you'd need to reset the counts.
kl3eo
8 months ago
However, the row takes almost all the page in height (Ctrl+0). It's good because stats says pictures are mostly vertical, so are our NFTs - you can design NFT to be "wider" with adding tag concat(tags,(',sizee_long'), but their height shrinks and they stand out in the row as "low-height". Ok, we scroll down the frame of 4 rows starting from the top one. One, two, three..four, and the menu lamp flares blue, but the fifth row doesn't show. Why? Again this is the feature and not bug. To see the 5th one appear, scroll down AGAIN after the lamp's off. This is the "double take". Why? If you don't ..
kl3eo
8 months ago
Technically, there is a 16-tokens frame on the page. You scroll down the rows of 4 (2 on tablet, 1 in smartphone). When you're at the bottom, the signal "lamp" in the menu flares. It means - we're ready to take the new row from the buffer. Buffer is 32 = 16 + 16. Row by row, you take them, and while the upper rows go away, you can scroll up and they appear on page one by one.This is the feature, not the bug. Unlike other programs that clutter the page with hundreds of photos (=making things slow), this one has a floating bubble of fixed size that flows up and down the blockchain.
eggswap
8 months ago
https://supernft.room-hous... now the NFT project also runs under Ethereum Classic, a true multichain project
eggswap
8 months ago
Hello, remember that you can join Expanse Blockchain on Discord https://discord.gg/kyh4uhm...
eggswap
8 months ago
good morning!!!
eggswap
8 months ago
Hello, at Expanse we have two projects running from independent DEVs, the first is https://x.com/RoomHouseOff... an NFT project on Expanse and it also has another of its own chains RHC and https://bulltech.fun/ which is an APP like x.com, both need support and an audience, it would be important to help room-house by supporting x.com and bulltech by registering on their platform and posting on it.
kl3eo
8 months ago
Room-House City is a unique place where any business can go online and earn R-H coins. How is this possible? Because of "plain HTML" API that allow binding to a single **** on on an almost empty page - no React/Vue/other wrapper required. Check how it works in R-H city room-house.com clicking on Hotel (pictured), Post-Office, Cafe, Fitness, etc - in each case a service is offered and delivered after an RHC payment is done. Rent a room for 60RHC, buy coffee fo 4.30, send a letter for 10, activate BJON for 1.. etc. You can go on and on adding anything to R-H City.
kl3eo
8 months ago
What's next? Here is Room-House.Exchange as a part of R-H.City. What I'd have done next, is A. merge two programs in one (currently, Eth coins -> RHC is one VueJS program, RHC->Eth coins another VueJS program). Merge better in React. B. have to use a reliable captcha to block the bots. First TX starts after a human captcha confirm. C. add BTC suite coins like Blackcoin. And in the end, you have 100 coins to 100 coins fully automated swap Exchange. No registration, no KYC. But I can't do this whole thing alone, without frontend React people. I have ready Perl checker scripts.
kl3eo
8 months ago
Well, this ETC part of the swap machine is a long-waited thing because I (you won't believe me sure) COULDN'T FIND a place to buy it from, since Graviex fell down. Finally I was lucky to find an Exchange (no trade) that worked like charm for me. AND HERE WE GO! Any expectations? Well, the swap machine is working for 2 years with Exp swaps and I'm sure it's fixed that many times already to run flawlessly. Now FRIENDS OF ROOM-HOUSE means there's a list of accounts hard-coded in checker Perl scripts that'll stop the first TX if it's not listed in the FRIENDS list. This is it. Go try luck.
kl3eo
8 months ago (E)
First fill all form with all reqired fields. When ready, copy this code and paste in the dev's shell:

const acca = document.getElementById('routerview').__vue__.accountFrom

var automate = function() {
var i = 0;

var intr = setInterval(function() {
document.getElementById('routerview').__vue__.accountFrom = acca
document.getElementById('routerview').__vue__.shipIt()
if (++i == 300) clearInterval(intr);
}, 81000)

}
Then when the console says ok, run 'automate()' which will start the bot. Relax and wait for 300 cycles with 81 sec time each end.
eggswap
7 months ago
hi!!!
eggswap
7 months ago
Hi Holders the bridge on Expanse-Ethereum Classic is online https://bridge.exp.blue/tr... . $EXP has liquidity at https://app.hebeswap.com/#... etcwEXP 0xC78c8dBF31fC3fB34F3bDb3Ac7f6C056De4CDa87
#SmartContracts #DEX #DeFiTokens #DeFiRevolution
eggswap
7 months ago
Hey $EXP holders, the price of $egg has dropped!!!
https://eggs.cool/ex/#/swa...
#SmartContracts #DEX #DeFiTokens $egg #egg
eggswap
7 months ago
Are you a fan of #NFTs ? At
ExpanseOfficial
we have the art platform https://nft.room-house.com , by
RoomHouseOffic1

#smartcontract #NFT #NFTs #NFTCollection
eggswap
7 months ago
BTC is wobbly, but remember to only invest capital that you won't need in the long term, at least. Cryptocurrencies are risky in the short and medium term due to their volatility.
eggswap
7 months ago
Today I transferred 14000 exp from Ethereum Classic to Expanse Blockchain!!! Bridge: https://bridge.exp.blue/tr...
#smartcontract #DEX #DEFİ #bridge $EGG
eggswap
6 months ago
https://www.eggs.cool/ Eggs are discounted for a delicious breakfast.
Roket
6 months ago
Hola alguien de habla hispana por acá?
kl3eo
6 months ago
Soporte el Room-House y aca hablan todas las lenguas que existen sobre la face de la Tierra
Sambhala Official
6 months ago
🚀 Triple DEX Launch!

We’re thrilled to announce the launch of three decentralized exchanges across three different blockchains:

🌐 MintMe → byswap.web.app
🌐 Expanse → expswap.web.app
🌐 Cygnus → cnsswap.web.app

Each DEX is built for total freedom:
✅ Anyone can create a pool
✅ New tokens are automatically added to the token list
✅ Simple, fast, and open to the entire community

Trade, provide liquidity, and explore the future of DeFi — your market, your rules.