Bitcoin Forum
May 12, 2024, 02:01:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] Element | 960 Rewards Per Day | Competitive Staking | The Power of You on: January 13, 2022, 10:24:08 AM
Both CoinPaprika and CoinMarketCap indexes are now up-to-date.

https://coinpaprika.com/coin/hyp-element/

https://coinmarketcap.com/currencies/hyperstake/

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet on: December 12, 2021, 10:44:23 AM

quite right you are, they're all there, and in debug help, bloody Bristol rum got in the way )



Great to hear that you've got it running without re-syncing. It's a clunky process, but unavoidable!

We've been talking about responsive wallet design for quite some time, tbh. Especially as retina / 5k + resolution displays would perceive the wallet as a tiny box! We're well aware of the current limitations of fixing the wallet container, but it won't always be like that. It was merely a matter of simplification, so that we can reduce the intimidation for the novice users, but also provide some sharper artwork. However, future iterations will include additional features and will incorporate the later CSS language that will allow the wallet to properly scale when resized. But as with everything... One step a time!

Post correcting some of the issues with the wallet; chain hang up / no seed nodes / performance / debug file size / UI, etc; the main discussion has been with regard to the aesthetic narrative and simplification of the build process. For example, the only real visual we've had to work with is the "HYP STK" original logo going at warp speed... Like... Why?! We spent a month in discussion of how to expand that theme into a full narrative, which we'll be releasing shortly - many people are more visually biased, so we're attempting to expand a whole visual narrative, so that the project is more appealing to a broader audience.

With regard to the build process, we want users to be able to get their hands on the code and be able to build their own binary for each system, so, as you can now see from the sourcecode, we've included build instructions for each OS. The more user friendly the repo it, the better, and especially for the longevity of the project. Even for yourself, for example... IF you're unhappy with the size of the wallet, you could download the source, modify the container restraint, and then re-compile for your own system.

Within the bitcoingui.cpp, there's a single attribute: "setFixedSize(765,710);."  This is what is restraining the aspect ratio of the wallet and removing the ability to expand it. Adjusting the attribute to "setMinimumSize(765,710);" would have the wallet starting at that same size, but would also allow you to expand the wallet again. It's just not something we determined as a necessity, but we'd encourage users to modify the UI to their own needs. And if you're not confident to tackle this, send me a message once we've completed the release of Element (HYP) on Discord, and I'd be happy to custom compile you an expandable wallet!

And yes... The former sources for the additional RPC calls + the default ones were split between the first page of this thread and the HYP wiki from 7 years ago, so we made sure to combine them and have them in a single document format for easier use. And it now sits in a sidebar widget on the HYP Crypto-city page, so it's easy to find.

Haha rum got in the way. I'm well aware of that one. I'd be converting each coffee into an Irish if I didn't require brain power!

I think once we've rolled out the mobile wallet and new marketing literature over the coming weeks, I'll open up a suggestions box on the Discord server / a thread within the Element (HYP) Crypto-city page, so that we can incorporate ideas from the community into future wallet iterations. We're constantly discussing this topic and welcome any ideas; it's a community developed project, anyway!





3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet on: December 11, 2021, 11:28:39 AM

Bitmaster claimed recently that Presstab would be onboard.
I have seen no evidence that Presstab returned...

BTW.
Your linux wallet still sucks it does not compile.

I can't personally comment on the initial statement regarding PressTab, tbh. As far as I'm aware, he's left crypto entirely and that's exactly what bitmaster has been saying. Nonetheless, HYP is being actively invested in and we're injecting all the necessary time and resources to ensure that the project has a future. Ergo, the re-brand. The former HYP Twitter / Reddit / social media outlets have not been used for almost 4 years. This is a huge issue in terms of how larger exchanges perceive the project, as the impression is that it's been abandoned and not being actively developed, etc. The rebrand is intentional. Not only was HYP lacking in terms of the aesthetic narrative, but HyperStake's internet presence simply reflects long-term neglect. The new name, new aesthetics, new narrative, etc, will ensure that the perception going forth will be of one that's active and being developed.

Here are the links to the Linux binaries. They're static built and will execute on the majority of Linux systems, so compiling isn't necessary.

https://download.crypto-city.com/hyp/linux/Element-qt-appimage.zip
https://download.crypto-city.com/hyp/linux/elementd-appimage.zip

However, if you do intend to compile, then my guess is that you need to switch from:

libdb5.3-dev libdb5.3++-dev

To:

libdb4.8-dev libdb4.8++-dev

As you can see from the source, we've now included additional build notes for MacOS, Win-32, and Win-64, and a separate dependency list for Ubuntu 18 non-gui, as the scripts are not compatible with the later version of bdb:

https://github.com/Crypto-city/Element-HYP

What version of Ubuntu are you trying to build on? I'd be happy to take a look at this myself to see where the issue is and then we can update the README.md, so that we can help avoid this confusion in future.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet on: December 11, 2021, 11:10:29 AM

maybe intentions were good but
1. it won't start with my 1.1.5.1 db, smells like complete resync.
2. non-scalable GUI, wtf
3. presstab custom rpc calls, where are they ?


1. It does not require a full resync. There's a document that explains how to update the wallet:

https://element-hyp.com/cc/how_to_update.pdf

Quite simply:

Shutdown your HyperStake wallet if it is running.

Rename the HyperStake appdata folder to Element. And then within the Element appdata folder, delete the following:

db.log, debug.log, governance.dat, peers.dat, and HyperStake.conf

Run the new Element binary. Done.

We're now running a multitude of seed nodes, so addnodes in the .conf are no longer necessary.

But as always, if you have any issues, you can open up a ticket on the HYP Discord server and you can communicate with us directly:

https://discord.gg/TtsmkHHgen

2. The former wallet wasn't scalable either - it utilized fixes CSS properties, so even when the wallet was maximized, there wasn't any UI benefit at all; it's not inherently responsive. Additionally, the intention was to make the wallet interface less daunting to novice users and behave and appear more like a real world wallet - small and compact. However, once everything has been released and the rebrand literature has permeated through all the indexes, we'll progress forth with some additional wallet features, and incorporate responsive CSS properties, so that the wallet UI would properly scale up when maximized.

3. https://element-hyp.com/cc/element_hyp_rpc_calls.pdf
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet on: December 11, 2021, 11:01:24 AM
New wallet have only performance improvements from me and visual changes from crypto-city team.
No hardfork, no rescan needed , old 1.1.4 wallet compatible, except voting functions.
PS. I do not check crypto-city windows wallets, only use my own compilation.

We appreciate your contributions to the project, but the Crypto-city team are not simply modifying the UI.

https://github.com/Crypto-city/Element-HYP/commit/8aa02d4c75bd81e8cdd590cda59ac81a7067c6fd
https://github.com/Crypto-city/Element-HYP/commit/01d0d50bb237ab1cc0de5fb03ddc31c8499cc608
https://github.com/Crypto-city/Element-HYP/commit/01d0d50bb237ab1cc0de5fb03ddc31c8499cc608
https://github.com/Crypto-city/Element-HYP/commit/ec6f7f4f85823165681cd03b3f49abce08f530c2
https://github.com/Crypto-city/Element-HYP/commit/240d1e1ce0898818c8aaeb1c56d9b027d4babde0
https://github.com/Crypto-city/Element-HYP/commit/1fd2b8c985ae4465d6e83a1677a67f0c9d9c3d8a
https://github.com/Crypto-city/Element-HYP/commit/ed5f6e2da99d9c21d320d5f0f21c7c9fd539a0bc

Additionally, the new SPV mobile wallet data has yet to be pushed into the repo, which will happen in due course once we're satisfied with the UI; of course is being developed by the Crypto-city team.

If you'd like to know how we're approaching the development of the mobile wallet, please check:

https://electrum.readthedocs.io/en/latest/spv.html

And of course, you're welcome to continue to use whatever former client version you wish as it's not a hard fork, but obviously we want everyone to be aware that the aesthetic development of HYP and the direction we're going in will not include any of the former ideology. As we expand the project, acquire new exchanges, and develop furthermore, it will be in the direction of Element (HYP) and the narrative that follows. The proceeding new bitcointalk thread will be thorough and will inform the community of everything we intend to do.

6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet on: December 11, 2021, 10:43:09 AM


I don't want to mess up my old installation until more discussion is going on about the new wallet.

You don't have to mess up anything.

There's a document that explains how to update the wallet:

https://element-hyp.com/cc/how_to_update.pdf

Quite simply:

Shutdown your HyperStake wallet if it is running.

Rename the HyperStake appdata folder to Element. And then within the Element appdata folder, delete the following:

db.log, debug.log, governance.dat, peers.dat, and HyperStake.conf

Run the new Element binary. Done.

We're now running a multitude of seed nodes, so addnodes in the .conf are no longer necessary.

We can only apologize in advance if there's any short term confusion in regard to updating, but we're not quite at the point of being public about the release. Getting the indexes and exchanges to update is a slow process, and we're in the process of finalizing the mobile app, too. The intention was to publish the new bitcointalk thread, announce the release of the mobile wallet and desktop wallets together. However, some people are downloading the new desktop client in advance, so it's an inevitability that there's going to be some friction to start with.

But as always, if you have any issues, you can open up a ticket on the HYP Discord server and you can communicate with us directly:

 

7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet on: December 11, 2021, 10:28:11 AM
This is the new wallet for Hyperstake?
https://www.crypto-city.com/element-hyp/wallet/

Why so barebones?  Do all people need who are running wallets now need to sync from scratch?

If this is a mandatory upgrade you need to spell it out in this thread.



tried one, imho that new wallet is a joke, at least as it is for now

Could you please explain why you think that the wallet is a joke?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [HYP] HyperStake | Generous Reward Staking | Advanced Staking Controls & Wallet on: December 11, 2021, 10:27:21 AM
This is the new wallet for Hyperstake?
https://www.crypto-city.com/element-hyp/wallet/

Why so barebones?  Do all people need who are running wallets now need to sync from scratch?

If this is a mandatory upgrade you need to spell it out in this thread.


Barebones? We've simply removed a few of the navbar items that we deemed unnecessary on the immediate front end for novice users. However, all those navbar functions can still be executed from the drop down menu.

It's not a mandatory upgrade; it's not a fork or swap. It's the same protocol. However, all of the indexes and exchanges will be reflecting the new name, Element (HYP), and all seed nodes and exchanges are already running the latest wallet version. So if you decide to continue to run the former HyperStake client, it's up to you; it just won't reflect the new name / branding / have any of the performance upgrades.

9  Bitcoin / Bitcoin Discussion / Re: TBD on: October 08, 2021, 06:42:17 PM

"Does the petal users still have 0 bitflowers?"

10  Bitcoin / Bitcoin Discussion / Re: TBD on: October 08, 2021, 05:09:46 PM

Please report 00Hash; the known moderator from the scam exchange, Unnamed.



 Smiley

11  Bitcoin / Bitcoin Discussion / Re: TBD on: October 08, 2021, 04:25:18 PM

Please report 00Hash; the known moderator from the scam exchange, Unnamed.

12  Bitcoin / Bitcoin Discussion / Re: TBD on: July 03, 2021, 01:30:56 PM
thanks to the bitFlowers team for all their work
may the stonks be with us
 Smiley
buy!
hodl!

Thanks for posting!  Smiley
13  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 06:40:25 PM
I was just introduced to petal by a friend and it is AWESOME, i have had my fair share in dipping my legs into newer and younger cryptos, and by far PETAL is the most innovative and best altcoin I have come by, their tech stake is simply amazing and 120% on POS really hits the mark on staking, The idea behind PETAL ( In my own interpretation ) is to tip/share it with friends, the folks over at crypto-city and the discord staff have done a REALLY GOOD JOB at this and have made it the goto gift currency for me. Hope it flowers ( ITS A PUN OKAY ) into a wonderful crypto with a BOOMING economy and a BLOOMING community.

Peace V Smiley

Flower puns acceptable here!
14  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 06:37:30 PM
Hello there, Smiley

im noeL from the discord, normally a guy which stays in the back and just observe. Cheesy
i really dont know how i get to bitflowers, i was just interested in crypto and found u guys. pretty amazing community, lots of stuff to read, laugh and learn.
Of all the cryptos out there, at least the "unknown", bitflowers was one of the crypto where i stayed interested. i was completely clueless of how the whole thing around crypto works and now i know just a little bit more, because of the community. Smiley useful tips and links, explanation all around, u can always ask someone.
Bitflowers seems to me more ease to handle in comparison to other cryptos. I hope i can get more into it and the whole thing will rise from the ashes of other cryptos. bitflowers u can get in easily, there is, at least in my opinion, not much of a risk, because u dont need to invest much money or even none at all.
Come around and join the discord, there are a lot of possibilities to just try it, get rewards, play some games. all that for freeeee! Smiley

I have the feeling that bitflowers gets bigger by the day and more people just join in and try out. i hope the word of bitflowers finds it way into the wild, gets more and more attention and sooner or later, we are all PETAL billionaires. xD

Even if there was an attack on the network, the team handled it professional and no one was nervous. at any moment i felt that these guys have it under control, and, oh boi, i wasnt wrong. ^^

Come to the bitflowers side, we have PETAL (and other coins) Smiley

Great input noeL! So glad to hear we've helped you along so much. Smiley
15  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 05:42:26 PM
bitFlowers embodies what I look for in a cryptocurrency: it is new and easy enough to excite those interested in getting in on both the ground floor of a fun project, and poised to grow just as much its community is growing!

Their discord community is knowledgeable, transparent, and friendly. Crypto is only as good as the experience you have using it, and using bitFlowers is so much fun that I have high hopes for it long-term!
I appreciate that their vision of cryptocurrency is approachable even for those who are not necessarily tech-savvy, and intuitive enough for the more nerdy of us to dive in and learn as much as we want. Earning PETALS is simple in their chat rooms, and the ever growing community loves to gift both PETALS and flowers to each other.

Many new cryptocurrencies talk a lot about how they’re the ‘best’ and the hype continues to amplify in their communities, causing a haze of confusion about where to start but bitFlowers is honest in its simplicity and growth potential. One of the things I like the most about it is that everyone is generous to its userbase instead of extravagantly hyping up donations to other projects. This is a great currency experience for anyone even before the new wallet drops, and I am willing to bet that in a few years this will be a widely linked-to thread to show what kind of people were brought into the project and the realized potential of a well thought out cryptocurrency.

Hats off to the developers and community moderators at bitFlower! I look forward to the next few months and years watching this project grow!


Very humbled by those words. The team rescued this software and fund the project 100% independently, so it's very important to us that people understand what we're trying to achieve.

16  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 05:38:01 PM
Really hyped about the new wallet, the new wallet is bound to bring in a lot of new users as well, the idea behind a e-gift cryptocurrency is really cool and can benefit lot of people, sending gifts to loved ones and friends Smiley

On top of this the usage of proof of stake with rewards is also awesome as it gives the stakers profit while being more efficient then POW, the server and staff are also very helpful and welcoming, airdropping a LOT of petal in the discord server to ensure it gets wide receptance Smiley I would recommend that everyone join the discord server and participate in soaks as we wait for wallet drop, the server also has raffles for everyone to participate with a low buyin, so thats fun as well. 250% on value in the last month as well, so that is awesome as well!

I think in a few months ( weeks if we are optimistic ) PETAL can really become a top 100 coin and fulfil its role as THE e-gift cryptocurrency for the internet, as it keeps evolving into the best version of itself. Thanks to the crypto-city team and everyone who contributed to the coin and the discord server for this amazing gift.

Good Luck  Smiley

It's our pleasure!

17  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 05:36:15 PM

I have got to say though... the discord community is just awesome, everyone is always so nice and helpful, although we do sometimes have a bit of banter which can be funny.


The community wouldn't be the same without you, Living Leg end!

*insert toe .png*

18  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 05:33:50 PM
The bitflowers project is one of the best crypto projects I have seen.

You'll have to thank @Hort for being so helpful! So glad you've decided to take this journey with us and that you've been able to learn so much so far. It's a journey we all take together, so we value appreciation.

19  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 05:31:21 PM
Pretty hyped to see where this project goes.

Love that positivity! We are constantly working toward making sure the community are communicating properly with each other, so that people are able to get more out of the experience than just "moonz" "lambo" "insert rocket emoji." Obviously we want success, but we're going to ensure that we've got a solid core community as we progress through our objectives. 3-5 years will be amazing to see. Next bull run in 3 years time, so let's see where this journey takes us.

20  Bitcoin / Bitcoin Discussion / Re: TBD on: July 01, 2021, 05:24:33 PM


Let me tell you, what I like about this project.

bitFlowers is not the usual, profit-oriented crypto project, like most of the others are. It focuses on the people, and the strength a community can achieve together. bitFlowers encourages you to care about others.

On our Discord server you can join a group of very nice people. You can talk to us about almost anything. You can share your thoughts with us, tell us about your day, your happiness and sadness. We will encourage you. You can have fun with us, joke around, listen to music and play different games together with us. We will we be sincerely happy, if you win a giveaway, the big raffle or any of the running bounties. We will make fun of the bot for you, if you lose PETAL on blackjack. We are a strong community, almost like a family, and this is what makes us strong.

It doesn't matter how many attacks this project will suffer - we will stay here, because we believe in this project. At the end of May our block chain was attacked, we had to shut down our networks, our wallets and tell the exchanges to put the bitFlowers wallets into maintenance, too. The attackers hoped, that this will achieve their goal and the attack will ruin the project. But guess what? We are stronger than before and we will continue on this road. We are only users here, but this is OUR project, too.

And there is more to come, after a latest version of the core wallet will have the eGift exchange ability. As the world's first native P2P crypto eGift exchanger, you will be able to send others not just crypto, but digital flowers and other eGifts, too. Real value to show other people, that you really care about them and to make their days happier.
That's why I'm happy I can be part of this big family.

If you would like to join us, here is an invitation link for our Discord server: https://discord.gg/RUHs7GJg6G

Social media:
Twitter https://twitter.com/eFlower_power
Telegram https://t.me/bitFlowers
Facebook https://www.facebook.com/bitflowersofficial
Crypto-city https://www.crypto-city.com/bitflowers/

We hope to see you in our community, too!  Smiley



This is a wonderful comment, Augustina! Thanks so much for letting us know how much you appreciate the community we're building. So thankful we found you!  Smiley

Pages: [1] 2 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!