Search content
Sort by

Showing 20 of 36 results by xHire
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties!
by
xHire
on 02/11/2017, 15:00:32 UTC
there are times when you may need the full blockchain; for example […] if you have troubles syncing for any reason.
Any idea what situations may cause such troubles with syncing that a full blockchain is needed?

With the new wallet, which is pretty stable and has fixed sync, it should be rarely needed.
One case for example is when you want to use an old wallet.dat on a new PC: if you sync normally, some data about the transactions you did on the old wallet won't be available. Hence the full snapshot need.
But that’s only for user’s convenience if I understand it correctly, right? The crucial data are stored in account tree. Or does the wallet also need the history data to function properly?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCN] Cryptonite - NEW Thread | 1st mini-blockchain coin | Bounties!
by
xHire
on 02/11/2017, 14:37:41 UTC
there are times when you may need the full blockchain; for example […] if you have troubles syncing for any reason.
Any idea what situations may cause such troubles with syncing that a full blockchain is needed?
Post
Topic
Board Altcoin Discussion
Re: New Bitcoin Fork: BitcoinGold. GPU Mining
by
xHire
on 29/09/2017, 06:59:35 UTC
Post
Topic
Board Трейдеры
Re: Update 8! 30-31 августа 2017
by
xHire
on 30/08/2017, 16:51:59 UTC
Для этих целей сервис нами будет запущен на старом домене (btc-e.nz).

Shouldn’t you change contact e-mail of the domain’s registrant? partners@btc-e.com doesn’t sound very safe…
Post
Topic
Board Development & Technical Discussion
Re: Alt chains and atomic transfers
by
xHire
on 27/02/2017, 16:04:18 UTC
Looking to implement this.

Is there an agreed hash function for different alts to use?
As far as I know, there isn’t any set of pairs of usable hash functions for each two altcoins. Nonetheless, before you dive in, you need to make sure that the altcoin is tx-malleability-free or that it has BIP65 deployed. If you are interested, I have an optimised script you might use.

Be prepared to run into many hurdles if you’re going to implement this kind of exchange from scratch yourself (I mean, the script is the least issue and you can use an already invented one—but there is much more around it that you need to take care of).
Post
Topic
Board Games and rounds
Re: じじじ C-Programming Mania 0.001฿ Prize じじじ
by
xHire
on 05/07/2016, 08:00:39 UTC
Hehe, funny task.
Code:
void alex()
{
printf(" 0\r");
}
It simply prints a space for the digit 3 that will be printed later in main() and also prints the zero that is missing to form output "30". "\r" returns carriage to the beginning of the line so that the digit 3 is printed instead of the space.

That doesn't work in Linux console. The carriage return erases the previous characters.
Likewise, alternatively using the "\b" backspace does the same erasing.


If you replace the getch() function, which is from conio.h, by an equivalent function getchar() from stdio.h, you get the result as stated even in Linux console.

At least I didn't need to #include another header file like the accepted solution. Wink
Post
Topic
Board Games and rounds
Re: じじじ C-Programming Mania 0.001฿ Prize じじじ
by
xHire
on 03/07/2016, 13:14:24 UTC
Hehe, funny task.
Code:
void alex()
{
printf(" 0\r");
}
It simply prints a space for the digit 3 that will be printed later in main() and also prints the zero that is missing to form output "30". "\r" returns carriage to the beginning of the line so that the digit 3 is printed instead of the space.
Post
Topic
Board Service Announcements (Altcoins)
Re: VixTrade.net - NEW CRYPTOCURRENCY EXCHANGE
by
xHire
on 13/05/2016, 07:47:45 UTC
We found a user who found a bug in the script and robbed us of BTC. Here are two addresses BTC, which we found:
https://blockchain.info/address/1Lhko5qEmpzDPufotk4DdDquo9fPGTVzDL
and
https://blockchain.info/address/1BDfZ2oLz7XjAB12cWUoSJTM2ui2WL3e7Q
It is possible that there are more.

Really, just ~0.8 BTC?? That was hardly worth listing. Grin Anyway, if anyone would share how much he lost with this exchange, I'll gladly update the record. Wink
Post
Topic
Board Bitcoin Discussion
Re: Which is the best form for a paper wallet?
by
xHire
on 11/02/2016, 15:31:07 UTC
Engraving in metal?
http://hodlwallet.binaryage.com/ is a nice metal wallet, but it's not yet for sale. :c\
Post
Topic
Board Project Development
Re: [ANN] Coincer: The Decentralized Cryptocurrency Exchange
by
xHire
on 05/02/2016, 11:08:06 UTC
Very interesting project. Assuming the platform is stable can it be a safe place to store coins as well as trade?
Well, some people suggested that it might be good to implement simple wallets for the coins and connect directly to the coin's networks, but it seems to me to be needlessly complicated. So far I prefer to connect to other clients, that provide wallet functionality, via their API. Currently, I already have some support for bitcoind-like API and would like to add support for Electrum and possibly other clients as well.

It should be pretty safe way of trading, although probably not the cheapest and definitely not the fastest (because it's happening on blockchains so one has to wait for confirmations).
Post
Topic
Board Web Wallets
Re: Strongcoin - BIG Problems
by
xHire
on 04/02/2016, 15:55:13 UTC
I found it [...] safe. [...] one of my wallets I have stored on the websites
Well, a wallet stored on a website is anything, but not safe. Roll Eyes It doesn't matter what service it is, whether its operator is fair and honest or a scammer, it just isn't safe. If I may give you advice, get at least Electrum – it's fast, yet you always hold all private keys to your coins.

Edit: aubert's screenshot refers to this event. It's good to read more information about what happened so as one doesn't trust on-line wallet services never again.
Post
Topic
Board Project Development
Re: [ANN] Coincer: The Decentralized Cryptocurrency Exchange
by
xHire
on 04/02/2016, 13:21:22 UTC
bitbucket ... i use github ...
Of course, I'm a fan of decentralisation. Grin
Post
Topic
Board Project Development
Re: [ANN] Coincer: The Decentralized Cryptocurrency Exchange
by
xHire
on 04/02/2016, 11:41:58 UTC
what a great project ...
Thanks! Smiley

why dont you add it to git - so those who are interested could help Wink ...
Well, if you go to Download, there's a link under "Source Code" leading right to the git repository! Cheesy
Post
Topic
Board Project Development
Re: [ANN] Coincer: The Decentralized Cryptocurrency Exchange
by
xHire
on 26/01/2016, 14:00:11 UTC
With BIP66, all parts of BIP62 should be fixed (except those where the malleability comes from ECDSA signatures, but those aren't relevant here as it's the sender who strives for the txid remaining the same and no one else could be affected).

I think the main issue would be if the forked alt has not updated its tx signing code (as the sender's txid could be changed without their knowledge).

By this I am referring to the low S values issue which I patched for CIYAM here: https://github.com/ciyam/ciyam/blob/master/src/crypto_keys.cpp#L531

Other than that I think that using P2SH (rather than the original multisig) is just a neater approach (it probably doesn't alter the workflow though).

Yes, I try to keep this in mind. Before including an explicit support for an altcoin, I'll have to make sure that it meets certain requirements (like supporting CLTV or non-malleability or possibly something else). Moreover, there also might be altcoins that use different hash functions or generally script encoding which should also be taken into account.

But honestly, I don't expect too many of them to include needed features. Wink
Post
Topic
Board Project Development
Re: [ANN] Coincer: The Decentralized Cryptocurrency Exchange
by
xHire
on 26/01/2016, 13:32:38 UTC
Seems we are doing very similar things: https://bitcointalk.org/index.php?topic=1340621.0 (also based upon TierNolan's basic idea but reworked to use CLTV with P2SH so no malleability issues and txs should be considered as "standard" for both Bitcoin and Litecoin now).
CLTV is one of the things I have in mind when I write about extending the trading part of Coincer. Smiley On the other hand, I'm not going to completely abandon current approach. But maybe you know more than I do about current malleability issues in Bitcoin? Because as far as I (think I) know, there shouldn't be anything that could affect this atomic protocol. With BIP66, all parts of BIP62 should be fixed (except those where the malleability comes from ECDSA signatures, but those aren't relevant here as it's the sender who strives for the txid remaining the same and no one else could be affected).

Also if you are doing a GUI then with some very minor tweaks you could get it to work with AT blockchains as well (Qora and Burst) as they have supported ACCT for a long time now.
I'll definitely have a look at both Qora and Burst. :c) Although a GUI has a low priority for me, it still is on my ToDo list and eventually will be implemented.
Post
Topic
Board Project Development
Re: [ANN] Coincer: The Decentralized Cryptocurrency Exchange
by
xHire
on 26/01/2016, 12:17:16 UTC
whats the status on this?
Oh, you just remined me that I haven't finished my summarizing post on this. Anyway, I don't have much time this nor next month, so there won't be probably anything new happening. Then (in March), I'm going to focus on improving P2P layer, communication protocol and probably also refactoring trading, because I need to extend it a little bit, but its current state isn't very nice. You can also expect another testing session. :c)

Very nice project ! Good luck Smiley
Thanks! Smiley
Post
Topic
Board Bitcoin Discussion
Re: Is Cryptsy more evidence that it is impossible to really secure crypto?
by
xHire
on 16/01/2016, 12:27:19 UTC
This issue once again highlights the need for decentralised exchange.  I urge everyone to pay attention to this project, as, if all goes to plan, it should help lessen the impact of failing exchanges in future.
Just FYI, Coincer (topic) does (in principle) the same thing, but does not tie itself to any particular coin. Instead, it builds its own P2P network to carry out necessary communication between trading parties and building the market. Anyway, good to see alternatives. :c)
Post
Topic
Board Bitcoin Discussion
Re: Is Cryptsy more evidence that it is impossible to really secure crypto?
by
xHire
on 15/01/2016, 18:49:10 UTC
What recourse is there when I am dead and my family can't find where I put the trezor?

Maybe there are solutions but that's what I like about paper wallets. [...]

I want to make sure it isn't too hard for family to recover the funds if a meteorite squishes my house tomorrow (which would destroy a trezor too).

You can write down the seed on a piece of paper. This way it has the same quality as a paper wallet in terms of security. Both papers will probably contain instructions on how to redeem the funds so I think I can call it a solution. ;c) The difference is that the seed is "dynamic". You change its balance without touching it. At every moment it contains all your coins.
Post
Topic
Board Bitcoin Discussion
Re: Is Cryptsy more evidence that it is impossible to really secure crypto?
by
xHire
on 15/01/2016, 16:07:08 UTC
good information, some of this is new to me and advanced.  I will start googling. I have a spare laptop that I could dedicate to this.
Or use a hardware wallet (like Trezor) – not only it's safer, but the need for only one paper backup is a really nice thing (the same applies to Electrum). Before Trezor I used to use Electrum on an off-line laptop for signing and had a watch-only wallet on-line (although transfering transactions back and forth via USB was a bit tiring ;c)).
Post
Topic
Board Bitcoin Discussion
Re: Is Cryptsy more evidence that it is impossible to really secure crypto?
by
xHire
on 15/01/2016, 14:50:46 UTC
it seems like every exchange has gotten hacked

Few weeks ago I compiled a list of cracked cryptocurrency exchanges. Quite huge numbers...