Search content
Sort by

Showing 17 of 17 results by irrawaddybtc
Post
Topic
Board Корзина
Re: Покупка и продажа BTC-E кодов [btc-cash.me]
by
irrawaddybtc
on 07/09/2014, 15:15:24 UTC
На goc.io комиссия 3% + курс выше чем на btc-e.
Немало важная ремарка на мой взгляд: там, например, требуется верификация, что весьма противоречит общей идее bitcoin Smiley

да, но на за скидку в 4% я бы про"идентифицировался".  Кстати на ЕхМо 3.5% и без верификации (пока).




Post
Topic
Board Обменники
Re: Покупаю/продаю bitcoin и USD коды BTC-E: [ -1% / +3%, 36,55/38,03 ].
by
irrawaddybtc
on 07/09/2014, 15:09:36 UTC
провёл ещё одну сделку. очень приятно работать!
Post
Topic
Board Корзина
Re: Покупка и продажа BTC-E кодов [btc-cash.me]
by
irrawaddybtc
on 04/09/2014, 21:46:17 UTC
7%? Многовато…
Post
Topic
Board Обменники
Re: Покупаю/продаю bitcoin и USD коды BTC-E: [ -1% / +3%, 36,44/37,91 ].
by
irrawaddybtc
on 04/09/2014, 17:00:38 UTC
Сделал первый обмен BTC на руб. Все прозрачно и быстро. Спасибо!
Post
Topic
Board Announcements (Altcoins)
Re: NXT :: descendant of Bitcoin - Updated Information
by
irrawaddybtc
on 05/02/2014, 14:59:47 UTC
Quote
Might I suggest that you do not hold your breath as you wait for the apology?

I obviously can’t stay in a community where four words and a stupid smiley makes somebody wish you death and don’t even think about apologizing (don’t bother doing it now in case your consciousness suddenly wakes up, it’s too late).

And I am tired of being one guy on the other side of everybody else. A cohesive community is much more important than stupid arguments.

So that’s the end for me.

Please withdraw all your money from the exchange, it will be closed in a few days.

Thank you to those people who said kind words.

And thank you to the people who were always nice to me, you know who you are, I am going to miss you.


Too bad... I really liked your exchange.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Levelcoin - Proof of Stake / Proof of Burn Hybrid - Inflation Immune
by
irrawaddybtc
on 01/02/2014, 17:26:25 UTC
How many times does it took for people to be scammed of their money to realise all these IPOs are scams?

Well this is the 1st time i got scammed in the IPO, 0.1 BTC... i just wanna try it...
Sometimes, it i have to be scammed in order for me to think clearly... now i know what to look for in IPOs.


This is my first time too for .5 BTC - not a bad price for a lesson.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Q2C-QubitCoin] Q2C-new secure hashing (CPU mining)
by
irrawaddybtc
on 31/01/2014, 19:37:09 UTC
Anyone else getting stratum authentication failed

getting the same thing..
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Levelcoin - Proof of Stake / Proof of Burn Hybrid - Inflation Immune
by
irrawaddybtc
on 30/01/2014, 21:06:04 UTC
But I can't start any work until the deadline for funding is over and Levelcoin is confirmed as a scam IPO then we can start the development.

It seems like you are already convinced that he is a scam. If so, why wait?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
irrawaddybtc
on 29/01/2014, 21:47:24 UTC
Any help please. I am trying to send my xcp to another bitcoin address. Thanks



C:\counterpartyd_build>C:\Python32\python.exe run.py send --from=MyXCPBitcoinAddress --to=NewBitcoinAddress --quantity=1 --asset
=XCP
Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 515, i
n
    quantity, args.asset)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\send.py", line 25, in crea
te
    return bitcoin.transaction(source, destination, config.DUST_SIZE, config.MIN
_FEE, data, test)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 295, in
transaction
    transaction = serialise(inputs, destination_output, data_output, change_outp
ut, multisig=multisig, source=source)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 177, in
serialise
    secret_exponent, compressed = wif_to_tuple_of_secret_exponent_compressed(pri
vate_key_wif, is_test=testnet)
TypeError: wif_to_tuple_of_secret_exponent_compressed() got an unexpected keywor
d argument 'is_test'

C:\counterpartyd_build>

I have the same error as well.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
irrawaddybtc
on 29/01/2014, 16:26:19 UTC
Im using the latest build from github on Ubuntu and trying to send XCP but am getting the following python TypeError:

Code:
File "/home/xxxxxx/counterpartyd_build/dist/counterpartyd/lib/bitcoin.py", line 177, in serialise
    secret_exponent, compressed = wif_to_tuple_of_secret_exponent_compressed(private_key_wif, is_test=testnet)
TypeError: wif_to_tuple_of_secret_exponent_compressed() got an unexpected keyword argument 'is_test'
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Levelcoin - Proof of Stake / Proof of Burn Hybrid - Inflation Immune
by
irrawaddybtc
on 23/01/2014, 17:16:20 UTC
Aside from the ID issue, until something is delivered we have know way to know whether this guy can code to save his life.  No notable previous projects, etc.

Also... C?  Really?  I could understand C++, but C.... ?


What's wrong with C? Its still one of the most popular languages in exsistence and has benefits over C++..

Given the kinds of things Bitcoin needs to do, it also seems to me that doing it in C would be a big disadvantage.

given that C++ is a superset of C, I really don't see any benefit of C over C++ for a complicated bit of software like a crypto-currency...

If you do it in C you are not able to use Boost and other helpful C++ libraries.

Bitcoin was written in C++ and leverages these libraries, probably for a good reason.

So, I think xibeijan is spot on.


Visa/MasterCard still leverage the power and speed of C written in the 80s and able to process 24,000 transactions per second.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] NEM :: descendant of NXT - 4 billion coins
by
irrawaddybtc
on 22/01/2014, 20:02:32 UTC
20 NXT

Transaction id: 7563790604106897320
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN][Exchange] Bter.com Announcements [NextCoin/NXT is added]
by
irrawaddybtc
on 21/01/2014, 23:49:03 UTC
freeworm,

Yesterday I deposited some NXT, and it was in my account in 45 min,  but today, it doesn't even show up as "pending" and it's been 6 hours, even though the transaction has been confirmed in the block.

can you help? I did send an email to support@bter.com.

Thanks.

Cryptsy is also slow, if not down rigth now. Everyone is buying.

nah, this one is surely NXT related, because DOGE and DVC deposits were fine.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Levelcoin - Proof of Stake / Proof of Burn Hybrid - Inflation Immune
by
irrawaddybtc
on 21/01/2014, 23:22:09 UTC
Just sent you some BTC

Do you only code in C?
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN][Exchange] Bter.com Announcements [NextCoin/NXT is added]
by
irrawaddybtc
on 21/01/2014, 22:35:10 UTC
freeworm,

Yesterday I deposited some NXT, and it was in my account in 45 min,  but today, it doesn't even show up as "pending" and it's been 6 hours, even though the transaction has been confirmed in the block.

can you help? I did send an email to support@bter.com.

Thanks.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [OFFER] Nxt to NEX - Exchange one Nxt to 50 NEX coins - LIMITED!
by
irrawaddybtc
on 21/01/2014, 20:59:13 UTC
count me in for NXT 5,000
Post
Topic
Board Beginners & Help
Re: bitcoin mining
by
irrawaddybtc
on 05/01/2014, 18:32:53 UTC
Does it have to be a "rig"? What about KNC Miner? Their ASIC Miners are outstanding, standalone and have a very nice web interface/panel. One of the only company that delivers as promised unlike BFL, for example.