Bitcoin Forum
May 17, 2024, 05:03:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11 »
1  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: July 24, 2019, 03:49:55 AM
Quote
this has been posted before and the reason is there is no need. it woudlnt work the way you think it does as the private keys dont go in any linear value.. its not like you can only check the private keys that start with a certain prefix to get public ones that do..

you dont go 1, 2, 3, 4, 5, 6, to get a, b, c, d , e.


also i think it would take a significant amount of cpu time and make things really slow.




Disagree with you , let's say you are generating private keys in Sequence (1 2 3 4 5 6 .... )  ( i = 0; i < ptarraysize; i++) & calculating addresses of generated keys ~~ now even a small cpu can handle i++ with
significant speed . Lets say you set prefix and told in codes generate private keys after this prefix of 20 (e.g. you want keys after 20 so 20 21 22 23 24 25 26 27 .... . .. .) that will double the speed of generation & will be lot easy for even low end cpu as he just need to count i++ nothing else.
2  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: July 22, 2019, 04:19:54 AM
Vanitygen is not true brute force , it is randomizing all the time

/* Generate a new random private key */
         EC_KEY_generate_key(pkey);
         if (vcp->vc_privkey_prefix_length > 0) {
            BIGNUM *pkbn = BN_dup(EC_KEY_get0_private_key(pkey));

i was wondering how can we set a reference prefix from where vanity address generator will start and vanity have to generate all keys in series rather than randomly. i guess that will boost generation 2x as compared to current hash rate.   
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: July 01, 2019, 01:05:09 PM
I've read the document twice, and I'm not sure I understand what should I do with QORA on OpenLedger.

Should I install qt wallet and withdraw from OpenLedger (if qt still exists somewhere)? I don't like the option of depending of someone else's actions (e.g. Ronnie).

Contact with Ronnie maybe he can help you regarding this , but as far as i know he lost all access to Qora fund ~ i am not sure but i guess he will reimbursed you lost Qora value.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: May 28, 2019, 06:11:08 AM
 I really love the idea of proxy minting, really unique & will be role model to other cryptocurrencies.

and we all are very excited , looking for more updates

Thank you @crowetic 
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: March 13, 2019, 04:25:01 AM
Today Announcement on QORA official discord channel by @crowetic


@here - the process for finaliizing the underlying platform details for qortal platform, is underway. Will be going over the details with a few of my close contacts first, then presenting the finalized version in a paper for the community. Once we have consensus amonst the community that the ideas are solid, we will be presenting them to cat, for development.

basic ideas are:
- The chain, starts at block 0 without a doubt. No pre-mine, No dev fund (unless community decides to create one and there will be methods for that) and no anything that doesn't fit within the 'rules' that I have always gone by for all coins I end up fully supporting. Any sort of ICO, pre-mine, or acquisition of coin prior to the launch, is forbidden in my mind.

- users who run nodes, stake QORA chain, and keep it moving, will be given Minting accounts on the new chain. These accounts will be assigned a 'leveling system', whereas the minting accounts will 'level up' similar to an RPG. The level will be representative of the 'influence' of that particular account in regard to 'voting' on the platform, for overall platform development, direction, and various other proposals.

- The non-staking users on QORA, A.K.A. 'holders', who have control over their own private keys, will be given a portion of the overall block rewards of the platform, paid to the users weighted based on the QORA they held. An overall percentage of the block rewards will be divvied out to these users, every block.

- Wallets of both poloniex, and OpenLedger, are to be completely banished. Since they have decided to screw the community, no way will their coins be allowed to obtain coins on qortal. Apologies for those of you that have lost coins on either of these platforms, please reach out to me directly if you would like to, and we can chat.

(this by no means, guarantees anything at all, I will simply discuss things with you and we will go from there.)

other info

- There have been recent introductions to a couple new developers who are keen to assist qortal in multiple ways. This includes assistance with the finishing of the qortal trade portal.
- The trade portal itself, will not be 'live' at launch, the idea first, is to get the underlying network in place, nodes running, and the chain moving and getting stronger, prior to releasing the portal itself.
More information will be coming as we figure out more of the platform details, etc. But I'm feeling very happy about the way things are going at the moment.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: February 20, 2019, 05:37:13 AM
For Those who quickly want to get sync with qora Block chain , Please get the updated snapshot of block chain until 02/20/2019

https://drive.google.com/file/d/1dAZg8Mj9wmGUg19nZg1mJSAzywX95B-b/view?usp=sharing


https://www.reddit.com/r/Qora_Official/comments/askj1w/qora_blockchain_snapshot_for_fast_sync/
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: February 20, 2019, 05:28:15 AM
For Those who quickly want to get sync with qora Block chain , Please get the updated snapshot of block chain until 02/20/2019

https://drive.google.com/file/d/1dAZg8Mj9wmGUg19nZg1mJSAzywX95B-b/view?usp=sharing
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: February 19, 2019, 09:44:28 AM
this is probably the last version of the wallet https://github.com/Qoracoin/Qora/releases

It is the latest. I am wondering why that version was announced on Reddit three days ago, however the Github release date of that version is 26th September 2018.

Nevertheless, I am still looking for a blockchain download. Synchronization stopped at 418479. Added all peers I could find in the last 10 pages of this thread.

i deleted all block chain and re sync just to test this on 3 different OS and every time this went smooth and with out any issue , please check you computer logs briefly hope you will find some issue
as news .11 ver of QORA is very stable
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔴🚀♦️ [ANN] DiamCoin - Stable Coin Backed By 100% Real Diamonds ♦️♦️♦️ on: February 14, 2019, 10:44:37 AM
How can we know if its really secure and will have stable price in USD? Even if the market crashes. Do you have connections on bank?


i am just wondering the guys who are calling this project awesome or whatever are mostly newbies with activity of 200+ and merit is 0 

wow that looks genuine to me ., lol stay away
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: February 14, 2019, 10:37:32 AM
 Reddit Update

https://www.reddit.com/r/Qora_Official/comments/aqifm6/update_14_jan_2019/     Kiss
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: February 14, 2019, 06:12:28 AM
<snip>
Nice post! Informative, giving an overview of where we are, what we need and what needs consideration. Awesome!
Regarding the supply: of course some is lost, maybe even quite a bit. But there's still holders from early on who hold since years. I wouldn't dilute their supply by changing the amount, but better leave it as-is. The supply will get distributed again once the new QORA gains traction, and I think it would only be fair to consider the now smaller supply kind of a reward for those who believed in the project all the time, 2 years after the delisting. Smiley

where to buy? Grin
I've been wondering too. Anyone know where to find reliable wallets? There were rumors of swap, has this been confirmed?


As far as where to buy, the only way to do this right now that is reliable and REAL, is to do so OTC. There is a trade channel in the discord server - https://discord.gg/xcW4Ngp
As Crowe said: if anyone wants to buy a few, there are people in the channel who are willing to sell some. I also have a few coins left for selling, just ask in the trading channel on Discord. Smiley


I tend to agree here in terms of the cap. However, I would really like to figure out how many of the coins that are on the explorer, are actually 'live'. So that we have a better idea of what to place the 'fees' and such on the portal, etc...

But yes, the ones who have not only held trust in QORA and belief that the team and I will be able to accomplish what we said, but managed to get their coins into a wallet from the exchange, thus showing enough care to do so... should definitely be the ones that are rewarded.


I think yea, we should not touch the cap. If anyone disagrees with this, let us know. But if I don't get any disagreements I think that will be the idea we'll go with.


Also - What is your opinion on the existing coins in the poloniex wallet, and what to do about that... I think that they do not  deserve to be put over to the new core, and the fact that they were staking other people's money and keeping it, is not okay... So I think removing the polo wallet from acceptance in terms of moving to the new core, is what I would prefer.

In my opinion as you said we should noit touch max supply but we must have to know these points





Also - What is your opinion on the existing coins in the poloniex wallet, and what to do about that... I think that they do not  deserve to be put over to the new core, and the fact that they were staking other people's money and keeping it, is not okay... So I think removing the polo wallet from acceptance in terms of moving to the new core, is what I would prefer.

In my opinion as you said we should not touch max supply but we must have to know these points

  • 1 : How many genuine guys are out there holding qora , believing in qora , and how much supply is with them
  • 2 : Filter dead supply of Qora in new chain so we can offer that supply in minting and rewards
  • 3 : kick out poloniex spammers as what they did with old Qora
  • 4 : we must keep development fund and airdrop(if possible) as this will help us to bring strong community on board
  • 5 : some reward to users according to their coin holding amount and for how long they are holding
12  Economy / Auctions / BitCoin Core address for sale on: November 01, 2018, 11:18:32 AM
BTC Bitcoin Core address for sale

Only Serious Buyer can bid here , escrow Available


Address  ~~~~    BTC   1Coreaxnrh5YwoH6ck93RJhfswATTJ51B


Initial Bid will Start  5 BTC  ~~~

Bid Start Date  :  01 Nov 2018
Bid End Date    :  31 Dec 2018


13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: July 09, 2018, 04:26:06 AM
I tried to find the current price of qora on the coinmarketcap, but it seems that it was removed from there. Although bitshares exchange it is traded, who can tell what is the reason it was removed from coinmarketcap?

due to not having active market , Qora was removed from coinmarketcap ,
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: June 11, 2018, 06:40:05 AM
Please follow Qora official Reddit channel for latest release and news

https://www.reddit.com/r/Qora_Official


and subscribe to our discord channel for real time updates

https://discordapp.com/channels/348175815822802946/357242391750508545
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STRONGHANDS - Community Take Over on: April 16, 2018, 11:17:00 AM
i cannot understand many things here , one thing is master node on website there is no clear answer on that , what is shndx ?

what is SHNM ?           1SHMN = how many SHND ?

any white paper or anything ?

what is going on with this coin ?
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: DCORP Venture Capitalism on: April 09, 2018, 04:01:29 AM
I see the @moxy_one course has been activated. Is it possible to swap DRPS to DRPU for this round, especially since I cannot see any changes in the rules and it is still 2:1 for DRPU:DRPS?

Yes that is still possible and always will be. The conversion ratio will also always stay the same. 1 DRPS = 2 DRPU. Please keep in mind that converting from drps to drpu has a fee which is 2%.

Doubling the number of airdrop coins should make up for a 2% charge. I still dont understand why for airdrops the ratio cannot be made 1:2 DRPU:DRPS. It will eliminate the need to do any conversions.
.
in my opinion also airdrop should be double for DRPS holder as they are in Double ratio against DRPU   
17  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [CWX] Crypto - X/ Revolutionizing Masternodes 2.0 on Ethereum /NOW ON EXCHANGES/ on: March 29, 2018, 05:51:25 AM
This coin is doom to failure. Don't want to waste my time, having false hopes of success. Going to another project where I can actually earn some money.

Good luck to you mate. Sorry our coin did not go 100x the first week as clearly you would have liked

I feel like there are a lot of trolls at the moment that can't seem to handle a market correction very well.

Peoples expectations are downright ludicrous lately.
They expect to buy a coin and have it magically grow 100x overnight so they can dump it and repeat.
It's a good thing to flush out idiots like that with a little market correction. Smiley

in my opinion every coin or token at early age getting negative comment and scam label , even mighty BTC also gets many in early age .. so stay calm and keep exploring markets
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STRONGHANDS - Community Take Over on: March 29, 2018, 05:35:21 AM
So, what do we have to do for this swap at this point.  I'm sure a lot of us are in many coins and it's becoming very common for devs to swap/fork a coin a few times a year.

swap is already done or still pending ?
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Qora | POS | Assets | Names | Polls | Automated Transactions | Social Network on: March 28, 2018, 05:06:56 AM
Discord channel update


"   
         I feel like doing things the way 'every coin' is doing them, has never been 'my style'... Also, I have told people that I will never release 'roadmaps' as they imply the fact that we will FOR SURE complete the items listed on said map... instead, I'm for the idea of an 'idea map', which implicitly states 'none of the items on this idea map are a guarantee, they are all simply ideas on potential directions forward for the QORA project or parts of it therein.'

@analyzing

I will work up the first general 'idea map' soon, and we can start throwing stuff onto it. There is already a document @catbref and I have been putting together with a bunch of existing ideas.
I will not go for the 'roadmap' idea simply because QORA is going to need a LOT of thinking in order to figure out which things we're GOING to put in, which things CAN be done, which things are not possible, etc etc.
an 'idea map' is really the 'only' way the QORA development idea presentation can really 'work'.
however, I do understand what you're saying, and overall, I agree.
I think it is about time we 'put something out there' publicly, to show that QORA is ready for new community and onward movement. :smiley:


"

Join QORA Discord , more updates are comings  Grin

https://discordapp.com/channels/348175815822802946/357242391750508545


20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: STRONGHANDS - Community Take Over on: March 28, 2018, 04:38:23 AM
hi ..every one , my request to core team put official link of BLOCK chain on website , so we can trust and download from there
Pages: [1] 2 3 4 5 6 7 8 9 10 11 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!