Bitcoin Forum
May 08, 2024, 02:55:39 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 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 72 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 26, 2014, 12:20:10 AM
Ok, someone is obviously trying to poke holes in a fish-net... for some cheaper coins... xD (Ironic, because it's a fish-net, with holes already in it. Figured you might need that explained, but still not get it.)

Seriously, if you are that adamant about getting out, then take the loss. It will be a bonus to those of us still buying.

Yes, we are all waiting. Are you in a rush to get BTC so you can cash-out before it rises in value? You have that sort-of backwards. You don't want to cash-out until BTC has risen to a high, not while it is falling lower.

Want some wise advice... Buy BTC now, while it is low, and buy any alt-coins that are also low. When BTC rises, and the coins also rise, that is an exponential reward in dollars. This is what whales are doing right now. Drinking-up the lows on all coins, while people are cashing-out (stupidly), for less and less BTC that is also dropping. BTC will soon be well over $6000/BTC, and when these coins rise, the few dollars you spend buying them at these lows, will grow when the coins rise in BTC value. They are playing on those few who are selling now. That is why there are so few selling now. Fortunately and unfortunately, there are only a few who see what I see, and act on it. Those are the minority who reap the rewards, while others just sit-back and complain, settling for losses, less or only small gains. That is what I hope to change for all of us. You will look back and say, "Damn, remember when it was only xxxxx value. Wish I had picked-up more back then." This is that moment in time you would be talking about.

Remember, when the mining begins, the reward will only be decent for a short time again. It will quickly rise, then fall, to settle back down into a "regular" state. Still, it will be more difficult to mine as the price increases, and become easier to mine as the price drops, just like every other coin. Until the multipool comes online. (Multiple multipools, if this works the way I believe it will.)
42  Bitcoin / Bitcoin Technical Support / Sequential repeatable address generator (as opposed to random) on: June 25, 2014, 11:26:25 AM
I need to create addresses, given a creation range, that are essentially sequential.

I realize that the addresses themselves will not be sequential... It is the keys. Where they are valid.

The purpose is so that I can re-create a series of addresses, without having to worry about losing the wallet due to corruption, theft, or any other act of nature. I do understand the implications that if I can recreate them, that anyone-else can, if they know the sequence.

I have used the "bitcoinjs-min" v0.2.0 for a test-run, but I can not get it to create anything sequential. (Even when I give it a specific value, it just dies and doesn't create anything at all.)

I don't need or want any fancy salt or super-finder or other interfering code, since that will be added later. I just need it pure KISS.

Code:
rawPrivKey = MakePrivateKey(X); // Raw key "X" being the specific value to use, or find the first valid key from there.
myPrivKey = MakePrivateKey(rawPrivKey); // WIF Uncompressed
myPubKeyU = GetPublicKeyU(rawPrivKey); // Address Uncompressed
myPubKeyC = GetPublicKeyC(rawPrivKey); // Address Compressed

Simplified:
ValidValues = new GetValidSet(X); // Returns the first valid value and the actual set data, from X-???
MySet = ValidValues.Set(); // "WIF-Private-Key, Address-Uncompressed, Address-Compressed"
LastValue = ValidValues.Last(); // This would be X+whatever, if it was 2000 values before a valid one was found, X+2000

(For wallet compatibility I need both compressed and uncompressed output for addresses. This is because not all wallets check both unless you explicitly add the other one also, on import.)

That will be used in a loop, so I can generate the sequence of addresses. X = 1-100, 594-694, 23953223193478-23953223193578 etc...

The code I use now is this...
Code:
rawPrivKey = new Bitcoin.ECKey(); // Generates a random private key *** Need this specific range
myPrivKey = rawPrivKey.toWif(); // Converts raw private key to WIF format
myPubKeyU = rawPrivKey.getPub().getAddress(); // Gets uncompressed public address from raw private key
myPubKeyC = rawPrivKey.getPub('compressed').getAddress(); // Gets compressed public address from raw private key

*** The use for Bitcoin.ECKey();, shows that I should be able to use a value in the brackets, but there is no functioning documented code I could find, indicating what it allows for a valid value. Tried raw numbers, HexToBytes, BytesToHex, 'strings'... anything I place in the brackets just cause it to crash and the code never executes beyond that point. The actual code does not help. There is so much bloat in there to handle every browser and every possible font/iso-format/unicode/variable/object/error... yet it just dies. xD So much for effective bloat.

Anyone think they can help?

Major bonus points if you can do this in VB6, or make this a simple 32-bit DLL file. xD
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 25, 2014, 04:54:35 AM
Not going to quote that useless post...

There is news, read it. We have already explained this several times.

Yes, the original dev did scam you. Deal with it, we all have. Scams are cheap and easy, real work takes time. Chill-out and let us do our jobs, or get off your own ass and help us. (Not much to help with at the moment, as we are waiting for third-parties to adapt to our special needs.)

You have no choice but to wait. If we didn't take this over, you would have just been 100% screwed. You are welcome.

Ok, rant over, back to working, to finish getting things done, that need to be done.

Feel free to contact your old dev, if you have complaints about the old coin direction. His profile is still here and his thread is still around. I am sure he will enjoy your beautiful ASCII artwork more than we do.
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 24, 2014, 09:05:22 AM
I have a rig that mines with R9 270 cards, where can I get this version of sgminer?
You want version 4.1.0 I believe... (Google "sgminer x11mod")
[ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 24, 2014, 07:14:43 AM
Just a note to anyone who does not know...

When you use the latest SGminer, be sure to use the new x11mod algorithm, it is almost 2x faster than the darkcoin x11 algorithm. This also requires the latest catalyst control center 14.6 beta-drivers. The guy who I gave my 7970's to, is now getting about 12MHs with 3x 7970's, instead of only 6MHs that he was getting with darkcoin x11. This too, I believe works better on nVidia cards also.

I would assume it works even better on the R9 series of cards too.

Until HonorCoin has the POW wallet setup, I suggest hammering out some HiroCoin. That is ready to blow-up as much as this coin is. Both are on the same floor. However, before you jump onto HiroCoin, you might want to pick-up a few from the floor, before you throw miners at it. Once you throw miners at it, the diff will rise. Hold those until it goes-up about 5x, then sell, and come back here and pick some of these off the floor. xD (I have been mining BTC, to pick these up.)

That will also ensure your miners are all setup and ready to go, for our coin, when the wallet gets released.
46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 24, 2014, 06:54:51 AM
YES! But let us not blame ourselves here too much, because Honor(code)coin rose from the ashes.
Dev is dedicated to new features. Once the exchanges are ready, so moving on. You do not want it all now.

LOL... Wise guy...

Love all the art, BTW.

I will try to finish-up the image, so you have something better to play with. (With the actual eye and ear and arms, at-least. xD)

Had a small personal setback for a few days, but I am back to raise hell again. Run! JK.
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][MCN] Moneta Verde - CryptoNote coin with difficulty-BR (lnch at 15:00 GMT) on: June 24, 2014, 02:33:55 AM
Question...

"block_reward = log2(difficulty) * 2^40(difficulty)"

Using difficulty 1, 16 and 16,000,000 for examples...

1 diff reward = 0
16 diff reward = 7.0368744e+13
16000000 diff reward = 4.2100861e+20

Sure your formula is working correctly?

https://www.google.com/?gws_rd=ssl#q=(log2(16000000))*(2%5E40(16000000))&safe=off
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 23, 2014, 07:02:19 PM
Delay and no any NEWS  :

Where are devs ?

Buy this shit then drop to 1 sat   Huh Huh Huh

The devs are working. We are waiting on the exchanges. Read before speaking.

Do you need devs to hold you hand every day? I don't recall bitcoin devs or litecoin devs making daily appearances... or any, for that matter. You don't want it, then don't buy it. There are plenty of "active devs" on the scamcoins, doing nothing, but chatting in forums all day, hooking you into those 1-sat futures, with tons of hype and no action. We, on the other-hand, are working on real things that are not "prefab insta-scam-coin creations".

Seriously, if that is your mentality, you are in the wrong thread.

This coin is not a spectator-sport. If YOU are going to sit back and do NOTHING, then shut-up and keep doing nothing. You don't have a right to demand anything from the community, if you are only here to take our efforts for your own personal gain. For you, there is the special price of 1-sat, to cash-out. For us, that is the special discount, to buy.

If you are going to be a dick, find another coin to support with that attitude. Really, we don't need that kind of support from you. (We also have no interest in supporting your attitude either.)
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 22, 2014, 09:07:35 PM
Thanks for the Java! xD

P.S. I will make the DXF (CAD) and SKP (SketchUp) and 3DS (3DStudioMax) files available to add to the websites resources of "Banners and Art" for use by all. If I can get my other computer built-up, I can do a flash animation, and convert that to HTML5 for those who are flash-impaired.

I was also working on a way to "show support", directly, which not only supports us, but also the network of all coins and the exchanges, by use of the multipool. Without going into too-much detail, instead of donating us our own coins (which is like praying for a priest), people will be able to buy portions of our stock of coins, to limit our need to have to sell them on the exchange.

If it is possible, there will also be a list of BUYS and SELLS, showing which coins are prime for us to buy, and of our stock, which coins are primed to sell. (Also showing the limitations of availability to buy and sell, and risk, and potentials.) Everyone will be able to see where the pool MAY be active, and give input on the path-suggestions that the pool is taking. (For obvious reasons, due to manipulation, most of the intimate actions and details of the pool will not be outlined until they have "been completed". You just don't tell the world, "Hey I'm going to buy/sell all these coins".)
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 22, 2014, 08:05:05 PM
Wow, I turned the lion into a super-HD 3D, vectorized object. That almost killed my computer. Hehehe. Seems this piece of crap machine I am stuck with at the moment can't handle 168,000 line-vectors. Spent all night reducing it to about 1,800 for the main body. Still have to do the eye/ear-inner/top-arm/front-arm/front-leg.

Once completed, we will be able to use this to do more 3D and 2D things later. Most notably, I want to make a physical coin, hat-logo (embroidered), and shirt-logo (embroidered), and a silk-screen logo for shirts and possibly a coffee-mug. (I like coffee. xD)

I had the coin made 3D, (the coin background). This came-out perfect and was fast to create. When the whole thing is finished, I will put it together for rendering into some form of animated GIF, for us to use.

Here is the link to the detail I was able to get, with only the 1,800 lines. (The link is to the full-size 3000x3000 image, which is where the angles in the lines began to show. This is what I used for my base-reference for line reduction. The larger 168,000 line-vector version will be converted to a 32,000 line-vector version for a silkscreen print, later. Took me a whole day to get it down to 1,800 manually.)

LINK HD: http://oi60.tinypic.com/2r5xphf.jpg



This coin is here to stay. That is why I am doing all of this. That is why the others are doing what they are doing.
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 22, 2014, 07:15:44 PM
Launching soon, Stay tuned!

I would like to know the deadline [to send to poloniex].
Thanx  Grin

24. or 25. june launch ?

The "start date" is up to the exchanges. Once they have finished reviewing the coin code.

You can move your coins to the exchange now. Then you don't have to keep asking. xD (It happens when it happens. It will not "End", on a specific date.) Once old coins are sent to the exchange, you are just credited the new coins instead of the old ones. (So you can not withdraw the old ones. Which I assume will be locked into a destroy-address before the old program is scrapped.)

Since not every coin-holder reads the forums daily, there will be enough time for coins to move. However, rewards generated after that initial date will not be expected to be credited. Since the quantity of coins for that date are already accounted for, in the "credit compensation block".
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 21, 2014, 11:19:42 PM
Hello guys! I have old XHC at the Bittrex. What should i do for coin swapping? I remember that the dev promised 1:2 swapping, How it will be realized? Should i send it to wallet or must hold XHC at the exchange? Thanks

Keep it at the exchange. The exchange is going to handle the conversion. We are just waiting for the exchanges to review the code, before the wallet is released.

The swap will be a 1:1 swap, so it does not disrupt the current prices on the exchange, or degrade the value of any held coins or POS rewards.

However, if you don't have BTC to buy more coins from the exchange, you will be able to mine POW again. This, in addition to the multipool being setup, to mine with other hardware and algorithms, other than x11. (There may be multiple multipools for XHC, if my plans come-through. However, that is a little further down the line.)
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 21, 2014, 05:33:03 AM
I've sent the PNG with transparent bg to Jarvis via PM. In case you need any other format, please just let me know.

Thank-you.

Oh, I just need the logo (The gryphen/lion thing.) Without the embossing. So I can make an extrude in 3D, to get a relief for a 3D rendering. PNG or BMP format is fine. Like 2000 x 2000 if possible, if it is vector-art. If not, than original size should be fine.
54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 21, 2014, 05:15:26 AM
Cool. Working on making it 3D, for rendering. Smiley

Cryptocoinrank, any chance you have the raw vector for that logo, or a HD PNG or BMP.
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 20, 2014, 06:07:42 PM
Cryptocoinrank.com

Can you make the borders thinner? (Even if it is only the mini and micro-one that has thin borders.)

Also, can you make one with the thin borders, and just the symbol, no letters... For the "smallest" icons. Since the letters will only be a pixel, and the logo itself will get so distorted due to the reduction, from the borders being so thick.

Better though, borders are only 1/3 of the coin. (Literally like each border-section should be about half that thickness. Looks great on a large screen, with a full-size image, but not so great reduced, unless you know what the larger image looked like.)

P.S. Why is our coin not on coinrank? xD (JK, I know it's a new coin.)

P.P.S. Thanks for throwing-together a cool coin for us. (Realize my stern criticism is just that... I am my own toughest critic. However, I just don't have the tools I need, at my disposal, at the moment. xD)
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 20, 2014, 05:33:45 PM
ISAWHIM this is modified emblem. The inscription HONORCOIN.

Words on logo's are not great. (Plus, that is a trademarked name. We have not decided on a replacement name. Even if only to make the trademarked name and the old posts disappear.)

I suggested some names a few posts back. However I think we would have better overall identity with "Honor Code" as the replacement for "Honor Coin". The word "Code" having multiple relation to the coin. Code, as in honor-code, a rule of conduct, standards and guidance, and code as in computer code that runs the network. ("X Honor Code", to be specific. With the X being a roman-numeral, so it actually identifies with the symbol XHC.)

The word "Coin" is cheesy in a crypto-currency, and redundant anyways. No-one says Penny-Coin or Quarter-Coin or Nickle-Coin. (Bad habit that was once needed, but no-longer required, since we all know what "crypto-currencies" are, and where to find them.)

Only thing we need now is 10 rules or "codes", xD To explain the "X" which was seemingly thrown-in just to market it at the top of the list, listed in reverse alphabetical order. (Unless it had to do with x11, which isn't quite clear. Not to mention it is irrelevant, since POW only lasted 3-days initially.)
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 20, 2014, 05:17:04 PM
Like the body of the coinrank one, and the letters, but the tail doesn't look like it belongs. (Like the look too, but needs to have the logo larger, the letters smaller, and the designs that are under the letters moved left and right of the logo. Scrap the thing coming off the X, looks odd. Trim is a little excessive too. 50% of the coin is the border.)

That one would make a decent physical painted-coin.
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 20, 2014, 07:11:56 AM
Here is my version of that one. (I have the large images with the touched-up emblem.)

Essentially, I rebuilt it from scratch. (Still not a completed "final design". Playing with colors and effects. Then I will go to 3D, if desired.)

I also tested it as a mini-logo, and it looks fine. Have one without the XHC, but adding words just made it almost impossible to read when normal-sized.

This is the medium one, 25% of the original size.




Here is the mini-logo... about 10% of the original size.






Looking at the red one, I think I want to re-try red again. Keep going back to blue, because of the old logo.

Still looking for a decent "golden" texture for the leaves. Might have to hand-paint them. Olive green actually looks better.

50/50 xD

59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HONORCOIN][XHC] PoS | Project Restoring Honor | Poloniex & Bittrex on: June 19, 2014, 08:12:19 PM
Spruced-up the logo I liked... (Just wanted to see what it would look like if it were a little more bubbly)

I like both looks, but my effects are limited in my paint program. xD (Wacom tablet helped, but not much on this program.)

Looks better when it is reduced...



FULL SIZE: http://oi57.tinypic.com/nlr1o7.jpg

From OP:
Lol Cheesy i will make some logo Tongue

Whatever design we have, I will see about having it made into a physical coin.

Will cost about $600 - $1300 for the strikers to be made, then about $2.00-$4.00 for a decent deep-relief coin to be made, colored. (Medal quality)

On the cheap, about $250 - $390 for the strikers to be made, then about $0.80-$1.80 for a decent simple relief, uncolored. (Token quality)

I don't want to get into "Mint quality" coins... Not yet anyways. That is pushing over $10 a coin. (Unless you get in massive bulk.)
60  Economy / Service Announcements / Re: BitcoinWisdom.com - Live Bitcoin/LiteCoin Charts on: June 19, 2014, 07:17:15 PM
What is the deal with Huobi's charts and value?

The selling price is way above the listed volumes... Is there just an offset in price/volume display, or is that just horrible lag, or is Huobi about to be caught fudging the numbers like BTCchina was faking the volumes?

At the moment, it looks like Huobi is selling some other orders over others, skipping right past listed volumes. (Which would make sense if the listed volumes were fake, and it was only the real coins being sold, but the fake-lister isn't caught-up, and pulling the fake orders. xD)
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 72 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!