Search content
Sort by

Showing 20 of 30 results by user1922
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
user1922
on 17/03/2014, 08:49:23 UTC
Thanks to the help I got here I am now running the counterparty client on an old Atom system running Ubuntu 12.04. Took me almost 3 days to get counterparty in sync with the bitcoin network Smiley

So I tried the faucet a week ago, sending me 0.2 XCP. Today I could finally see for myself if it arrived and it did. So, as a further test I tried to transfer 0.2 XCP to an exchange XCP wallet. But, it didn't work? It got the following message:
'Insufficient bitcoins at address xxx. (Need 0.0003715 BTC.)'
Looking at blockscan.com the faucet sent me 0.0001086 BTC, so the message seems correct.

But now my question is: is 0.2 XCP now different from 0.2 XCP a week ago? I would expect 0.2 XCP to *stay* 0.2 XCP but this message suspects me to believe otherwise  Huh
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
user1922
on 15/03/2014, 07:59:03 UTC
Trying to get Counterpary running on Desktop Ubuntu 12.04 LTS (64-bit) but seem unable to do so. Building updating, bitcoin reindexing all went fine, tutorials are all quite clear. I am now running counterparty v6.6 and bitcoind v0.8.6.0-g03a7d67-beta

But I get an error message when I try to run the counterparty server:
# counterpartyd server
Status: RESTART
Unhandled exception in thread started by
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)

I have installed the IA32-libs and there are 2 editions for libgcc_s.so.1:
$ find /lib -name 'libgcc*'
/lib/i386-linux-gnu/libgcc_s.so.1
/lib/x86_64-linux-gnu/libgcc_s.so.1

But I still keep getting this error.
Any tips?

No one to offer any hints on how to solve this?

I have the hunch that the box has a non-standard version of Python on it. If you are on Ubuntu 64-bit, you shouldn't need ia32-libs I believe for anything with Counterparty... actually, from googling that error, it appears that you're probably trying to run counterparty with the 32-bit Python or something similar.... the virtualenv install script probably found a 32-bit Python and used that instead of the 64-bit version, I'm guessing.

To confirm, you could try commands like:
Code:
which python3
ldd `which python3`
python3 -c "import platform;print(platform.architecture())"

The last line should return "('64bit', 'ELF')". (Or, just start up the Python interpreter and see if it mentions 32-bit or 64-bit)... and actually I'd perform the same checks on the python binary over at counterpartyd_build/env/bin/python3 on your box (where ever you installed counterpartyd_build).

The options would be to either remove all that 32-bit compatibility stuff, or work on a fresh Ubuntu install (13.10 x64 is optimal here).



Thanks for the input!
$ ldd `which python3`
   linux-vdso.so.1 =>  (0x00007fff0e5e6000)
   libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7b972df000)
   libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f7b970db000)
   libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007f7b96ed7000)
   libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007f7b96c79000)
   libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f7b9689e000)
   libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f7b96686000)
   libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f7b9645c000)
   libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7b96160000)
   libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7b95d9f000)
   /lib64/ld-linux-x86-64.so.2 (0x00007f7b97522000)
$ python3 -c "import platform;print(platform.architecture())"
('64bit', 'ELF')

So, yes, I am using 64-bit all the way. I did not mention that I installed the IA32-libs as a last resort and *after* building counterparty. This morning I deleted my ~/counterpartyd_build and ~/.config/counterpartyd folders, and started from scratch. And behold: it works now  Huh
Do not really understand why because the only thing that has changed is that the IA32-libs where present *before* running the setup. The whole chain is 64-bits, i checked...

Now I am waiting for counterparty server to catch up with the last BTC block. Seeing the rate in which it catches up this might be a couple of days even! Any idea on how long that will take?

(And again: Thanks for all the help I got!)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
user1922
on 14/03/2014, 15:42:58 UTC
Trying to get Counterpary running on Desktop Ubuntu 12.04 LTS (64-bit) but seem unable to do so. Building updating, bitcoin reindexing all went fine, tutorials are all quite clear. I am now running counterparty v6.6 and bitcoind v0.8.6.0-g03a7d67-beta

But I get an error message when I try to run the counterparty server:
# counterpartyd server
Status: RESTART
Unhandled exception in thread started by
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)

I have installed the IA32-libs and there are 2 editions for libgcc_s.so.1:
$ find /lib -name 'libgcc*'
/lib/i386-linux-gnu/libgcc_s.so.1
/lib/x86_64-linux-gnu/libgcc_s.so.1

But I still keep getting this error.
Any tips?

No one to offer any hints on how to solve this?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
user1922
on 14/03/2014, 14:18:13 UTC
Go back through the installation

I did. At least 3 times already...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
user1922
on 14/03/2014, 10:47:49 UTC
Trying to get Counterpary running on Desktop Ubuntu 12.04 LTS (64-bit) but seem unable to do so. Building updating, bitcoin reindexing all went fine, tutorials are all quite clear. I am now running counterparty v6.6 and bitcoind v0.8.6.0-g03a7d67-beta

But I get an error message when I try to run the counterparty server:
# counterpartyd server
Status: RESTART
Unhandled exception in thread started by
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)

I have installed the IA32-libs and there are 2 editions for libgcc_s.so.1:
$ find /lib -name 'libgcc*'
/lib/i386-linux-gnu/libgcc_s.so.1
/lib/x86_64-linux-gnu/libgcc_s.so.1

But I still keep getting this error.
Any tips?


Any other information in the log?

Nope:
2014-03-14-T10:51:04+0000 Status: RESTART
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty Protocol, Client and Coin (built on Bitcoin) - Official
by
user1922
on 14/03/2014, 09:57:11 UTC
Trying to get Counterpary running on Desktop Ubuntu 12.04 LTS (64-bit) but seem unable to do so. Building updating, bitcoin reindexing all went fine, tutorials are all quite clear. I am now running counterparty v6.6 and bitcoind v0.8.6.0-g03a7d67-beta

But I get an error message when I try to run the counterparty server:
# counterpartyd server
Status: RESTART
Unhandled exception in thread started by
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted (core dumped)

I have installed the IA32-libs and there are 2 editions for libgcc_s.so.1:
$ find /lib -name 'libgcc*'
/lib/i386-linux-gnu/libgcc_s.so.1
/lib/x86_64-linux-gnu/libgcc_s.so.1

But I still keep getting this error.
Any tips?
Post
Topic
Board Service Discussion
Re: BTC Stolen from Poloniex
by
user1922
on 13/03/2014, 08:49:19 UTC
@Busoni: kudos for being honest and trying to do the right thing!

Also like the fact you personally emailed everyone!

Fix it and keep at it. And: keep positive. If you do I am sure you will recover all your losses.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karmacoin - See new KarmaWall www.ikarmacoin.com !!!KARMAZING!!!
by
user1922
on 09/03/2014, 12:32:29 UTC
Hey guys,

How about we try to get this coin on a few more exchanges? Mintpal and cryptorush aren't exactly well know exchanges. Getting it on cryptsy and or poloniex would be a lot better I think
Post
Topic
Board Announcements (Altcoins)
Re: NXTL: Next Coin Lite 3 - NEXT UPGRADED - Fair Distribution - Topic 3
by
user1922
on 13/02/2014, 17:24:10 UTC
interested
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014
by
user1922
on 13/02/2014, 08:17:50 UTC
Pluizig is a bit quiet now, isn't he?
You've been Double Dutch'd I guess...
Post
Topic
Board Altcoin Discussion
Re: [RIC] Riecoin launched - Thank you! status, lessons learned and what's next
by
user1922
on 12/02/2014, 20:22:57 UTC
I wanted to try this coin because you mentioned it would be a fair launch, sorry to say it was only fair for those with 3000 cores (how do those ppl get them, I mean legally....or do they just abuse every core they are in charge of managing?)

One suggestion would be that there is a testnet switch in the bitcoin wallet. Use it.
It is there for guess what? Testing. That's right.
Have binaries, pools and block explorers ready and test everything on, yep here it is again, the testnet.
If that all works out you can release the sources. No need for 0 block rewards on block 0.

Don't get me wrong, I do appreciate the work you put into it.

Oh and on the 'Such coin' remarks: having a strong marketing concept is always a plus even if the concept is ridiculous Smiley
In the words of T. Boone Pickens: a fool with a plan will beat a genius without it. Every time.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014
by
user1922
on 12/02/2014, 12:42:48 UTC
* user1922 points to his previous post....
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, launches Feb 11, 2014
by
user1922
on 12/02/2014, 12:08:15 UTC
So, one person having 7000 RIC while others using 300-500 cores have 10 RIC?Huh??
Sound like total BS here.
Where is the fair launch? Working pools?
I call fail on this one. I don't care what you might say, I say fail

Applicable quote: The road to hell is paved with good intentions
Post
Topic
Board Marketplace (Altcoins)
Re: [ANN] [FZ] Frozen Poetry (Haiku Contest. 700 FZ rewards!)
by
user1922
on 26/01/2014, 15:46:27 UTC
Frozen in time
All the other coins may be
The true king rises

Donate: FPURuimvDxrDgR9mcSVEvKxVwXsU4LRWVn
Post
Topic
Board Marketplace (Altcoins)
Re: [ANN] [FZ] Frozen Poetry (Haiku Contest. 700 FZ rewards!)
by
user1922
on 24/01/2014, 16:43:07 UTC
With great effort the sparrows fly
Faster and faster they will go
But the cold will stop them shy

Donate: FPURuimvDxrDgR9mcSVEvKxVwXsU4LRWVn
Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
user1922
on 14/01/2014, 12:03:42 UTC

My peer review:

Reword: However, it solves the problem of determining whose perspective the consensus record should be a reflection of differently
However, it solves the problem of determining whose perspective the consensus record should be a reflection of in a different manner
Reword: In lay-terms, that means that a person who has invested 10billion into mining infrastructure will be able to produce significantly more than 10 times as much hashing power as someone who has invested 1 billion
In lay-terms, that means that a person who has invested 10billion will be able to mine not 10 times more than a person who invested 1billion, but he will mine 100 or maybe even a 1000 times more
Spellcheck: Thus far, it surely seems as if I have been deifying NXT
defying

Spellcheck: it is not in their own interest to horde their own coins. With a little luck these individuals will realize that if they continue to horde their coins,
2x hoard

Do with it what you like. If you don't like it, no problem
Greets
Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
user1922
on 05/01/2014, 11:54:08 UTC
Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
user1922
on 29/12/2013, 16:03:13 UTC
I am also glad to read that the stakeholders are also still unsure on how to deal with redistribution and are still looking for ways on how to solve this problem. It will be an issue that needs to be solved I think. I read on many different websites getting involved in NXT is not smart as it is a pre-mined currency. I do understand why NXT is NOT pre-mined, but a lot of others will not understand this point. And that will be the reason for people to ignore NXT. To me, this is the biggest hurdle that is facing PoS currencies such as Ripple and NXT.


Redistribution, which is not a problem by the way, will occur when people that respect the Right to Ownership buy NXT from the rightful owners. All other forms of NXT redistribution that you might have witnessed thus far should be considered CHARITY.

And how about EARNING them? Do you also consider that a form of charity?
Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
user1922
on 29/12/2013, 15:49:03 UTC
user1922,

We are having a discussion here, I apologize for any feeling of being brushed off as a freeloader. The forum has been "ddosed" by a guy named yuriygeorge and I think people are responding to you as if you are his clone.

Anyway, extensibility!

OK, so we know BTC can do payments, like paypal, just slower but without worry about transactions being reversed. Some like this others don't. Regardless if you want to change anything about bitcoin, well it is easier to just make it a new coin and that is exactly what has happened, litecoin, namecoin, 100+ others.

None of these coins can coexist with each other at the protocol level. Meaning they need different server daemons, different wallets, etc. Let's ignore the wasteful mining aspect, that is not what you asked. So I hope that explains how BTC is not extensible. Changing BTC creates a new altcoin. Now the more technical of you will probably point out that it is possible to update bitcoind globally and get new features added to bitcoin. To them I say, show me how you can get all the miners to agree to this short of a catastrophic bug.

Clear enough on BTC's shortcomings in this area?

Now for NXT, when it first was released, it had the payment ability. Faster than bitcoin so better, but essentially the same functionality.

In less than a month namecoin functionality was added. This immediately boosted market prices for NXT to around namecoin market cap. This is not simply because namecoin functionality is so good, it is because it showed the ability of NXT to do an update and gain a new functionality. Let's see any other altcoin or bitcoin do that.

the other thing it did was make clear that if there is a service, people will use it and spend NXT like drunken sailors. All the transaction fees then get distributed randomly to the lucky lottery winner of that block (approx minute). While the big NXT holders tend to win most lotteries, even very small holders eventually get some and this redistributes NXT, it also makes it a built in dividend reinvestment program, and makes NXT the only crypto that has a positive yield.

James

Apology accepted  Cheesy

Ok, i understand what you say about the extensibility. But that forking of the code into altcoins is what will probably happen to NXT as well as soon as it's source is published. The only way to keep this from happening is implementing features faster and better than anyone else could. But that will only occur if there are (lots of) experienced programmers working on the same codebase. But I am not worried about that.

I agree that the alias system was implemented well and worked without (too much) bugs. So I see it's value there as well.

I am also glad to read that the stakeholders are also still unsure on how to deal with redistribution and are still looking for ways on how to solve this problem. It will be an issue that needs to be solved I think. I read on many different websites getting involved in NXT is not smart as it is a pre-mined currency. I do understand why NXT is NOT pre-mined, but a lot of others will not understand this point. And that will be the reason for people to ignore NXT. To me, this is the biggest hurdle that is facing PoS currencies such as Ripple and NXT.
Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
user1922
on 29/12/2013, 15:36:33 UTC
I am absolutely amazed by the way how critical questions and remarks are just brushed of as 'you are just jealous because you are too late' kind of statements.
It is as if no actual discussion is allowed, only when you utter words like to the moon etc?

I disagree with your assesment.
Criticism is good. There is nothing wrong with that.

Misrepresenting facts is not good. And saying that an IPO where investors get profit is "not fair" isn't really a useful statement.

What ís useful is constructive ideas about how to get those coins moving. As stated before: the founders are in a lock, too.
Market volume isn't big enough for them to bring all their coins to the market at the moment. The market would collapse and that isn't good for anyone.

Some people have suggested ways to do this. Most suggested "give it away".
Fair enough, that's a valid suggestion.

Some proposed a charity fund. Also constructive.

My point is that it's a good idea to distinguish between people shouting "not fair!" and then not adding any constructive idea (which leads to the impression they just want a piece of the pie too and and are in NO way interested in the NXT as a new currency, AT ALL) and people who raise valid concers that have something to do with the viability of NXT.


I agree shouting 'unfair' is not constructive. That is why I suggested to put 80% of the coins in a sort of trust fund and dole them out when transactions are executed. Apparently this has something to do with going to Church.

Having an ad supported faucet apparently is also not supported by most here.

I agree that giving them away is not constructive and is in no way supportive of the currency. There has to be some sort of work that has to be performed to get coins. So far not very many of these programs exist however. Maybe I just didn't look in the right places.