Author

Topic: Ixcoin TODO - page 176. (Read 631736 times)

legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
May 09, 2014, 04:04:07 AM
I am not meaning to rain on your parade but your foundation is forgetting one major problem with bringing back Ixcoin and it happens to be the three most feared letters in the alphabet for alts, BCX. BCX shit all over IXC several times when it launched in 2011 51'ing it several times and literally attacking and double spending all the exchanges that traded the coin as well any site that accepted it. Not only did he double spend the Bitparking Exchange, he posted the wallet address in his signature just to taunt the owner moving the coins around for show. The owner eventually just shut it all down. BCX is the very reason it died and went dormant. You might want to send a PM or two.


Huh?

You want me to ask BCX's permission?

I've got 11 letters for you:

Bahahhaaaaa.



See, people really [STILL] do NOT yet understand the meaning of a secure coin and the fact that's what really counts in this open source world and not features which can be taken from anyone, FOR FREE.

I will pay BCX cash money if he can attack and fork IXC.

Here's a hint for you:  He's gonna need around $300,000,000.  No, that's not a typo.

So don't you worry, nobody is gonna fork or kill IXC.

And finally, and for the LAST TIME, iXcoin has NEVER died.
sr. member
Activity: 375
Merit: 250
May 09, 2014, 12:48:33 AM
The same 'filtered block' line (but different hash) in the last crash too. Perhaps something wrong with whatever filtered block handling is?

CMerkleBlock is used for filtered nodes. It holds a CBlockHeader. This is assigned in CMerkleBlock::CMerkleBlock using GetBlockHeader. This function doesn't copy the auxpow field. This is possibly why the null pointer accessing auxpow occurs. Possible fix:

Code:
diff --git a/src/main.h b/src/main.h
index bd21fe9..1221a88 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1411,6 +1411,7 @@ public:
         block.nTime          = nTime;
         block.nBits          = nBits;
         block.nNonce         = nNonce;
+        block.auxpow         = auxpow;
         return block;
     }

I'll put this test in production and see what happens.

Thanks!  Keep us informed.
The pool got a filtered block request today and didn't crash. I think this confirms the fix works. I've done a pull request for it.
sr. member
Activity: 278
Merit: 250
May 08, 2014, 10:24:08 PM

Happy Birthday to iXcoin

iXcoin just celebrated its 3rd birthday.  4/29/2011 was the date of the genesis block.  It's grown a lot in three years... obtaining a huge hash rate, a recent major update, a growing core of  followers, and a coalescing foundation.  May the next year be even better.  We could see the integration of Counterparty, Native User Defined Currencies (colored coins), and more.



Awesome!
newbie
Activity: 46
Merit: 0
May 08, 2014, 10:11:37 PM

Happy Birthday to iXcoin

iXcoin just celebrated its 3rd birthday.  4/29/2011 was the date of the genesis block.  It's grown a lot in three years... obtaining a huge hash rate, a recent major update, a growing core of  followers, and a coalescing foundation.  May the next year be even better.  We could see the integration of Counterparty, Native User Defined Currencies (colored coins), and more.


sr. member
Activity: 278
Merit: 250
May 08, 2014, 10:03:02 PM
Interesting to note the trends of various Alt-coins.  Here is the latest score board from coinmarketcap.  What you will notice that many more *popular* coins are all trading now below IXC valuation.


 Ixcoin  $ 1,073,723
 Devcoin $ 639,112
 Anoncoin $ 587,756
 Terracoin $ 474,515
 Digitalcoin $ 423,759
 NetCoin    $ 365,395
 Freicoin    $ 357,912
  Mincoin   $ 223,876
 SecureCoin $ 199,972
 TagCoin     $ 165,921
 BitBar        $ 131,480
 Philosopher Stones  $ 116,143
 Yacoin       $ 105,763
 EarthCoin  $ 62,701

There still a lot more coins that I have never heard of.  The reality is,  many of these coins will come and go, however IXC will likely be around for a very long time.

It just goes to show that Ixcoin has support when it counts.
Were not nearly near the top yet though.
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
May 08, 2014, 06:35:34 PM

Are we still taking nominations for the IXC foundation or are other matters more pressing at the moment?

I think Vlad can give us an updated picture of the situation.

Maybe something like this. Vlad, enlighten us.








That looks great but a few issues.

We've got some really shy people around here.

Luke, Friction and Thomas have never responded to repeated offers.

Well, luke finally did answer saying it's too early, and IXC is not ready for a board so I'm thinking that may mean a no but I'm not sure.  I responded to luke that a board is a formal structure of leadership and direction and that's exactly what IXC needs to help get it moving.

Also, no response from Jeffrey yet.  I will try reaching him via a different address.

If Friction and Thomas can give us a response, it would be all grown up and nice. A no is ok, just give an answer, please.

Finally, can you put cinnamon on my right side.  No biggie, just a thing.  Haha!

Oh, and deadsea33, I don't see you at table.  We should have 9 seats, and if necessary we can go to 13, but I don't think that will be needed.

I am trying find a lawyer to join us but it's not easy, crypto world is full of techies and little else.  We're still in the early phases and I'm already seeing good forward momentum since we got a but more organized, so no need to rush to fill the seats, the right people will show up just as they have so far.

But I would like everyone who has been nominated to respond or else I'll take the silence as a no. That way we know what seats we have available moving forward.

Thanks to everyone!
legendary
Activity: 868
Merit: 1000
Cryptotalk.org - Get paid for every post!
May 08, 2014, 10:30:13 AM
Interesting to note the trends of various Alt-coins.  Here is the latest score board from coinmarketcap.  What you will notice that many more *popular* coins are all trading now below IXC valuation.


 Ixcoin  $ 1,073,723
 Devcoin $ 639,112
 Anoncoin $ 587,756
 Terracoin $ 474,515
 Digitalcoin $ 423,759
 NetCoin    $ 365,395
 Freicoin    $ 357,912
  Mincoin   $ 223,876
 SecureCoin $ 199,972
 TagCoin     $ 165,921
 BitBar        $ 131,480
 Philosopher Stones  $ 116,143
 Yacoin       $ 105,763
 EarthCoin  $ 62,701

There still a lot more coins that I have never heard of.  The reality is,  many of these coins will come and go, however IXC will likely be around for a very long time.
legendary
Activity: 1120
Merit: 1003
twet.ch/inv/62d7ae96
May 08, 2014, 10:29:11 AM
Interesting to see some work on IXcoin.
sr. member
Activity: 375
Merit: 250
May 07, 2014, 09:28:39 PM
Okay,  I'll work on the CounterParty port.

Send bounty to xm7RZfDQyiYqFQZ6Q9ZgtSkX9e8uBJ3SLY 
10k sent. Transaction id is 1edd79ba953d64c487d8709a0f984f9a26b9a8a2f51d796a917bfc40705e1da8.
legendary
Activity: 868
Merit: 1000
Cryptotalk.org - Get paid for every post!
May 07, 2014, 09:20:15 PM
sounds good,  however we still have to fix that crashing problem that you currently have.  Let me know what you've found.
It hasn't crashed yet since the change but I haven't seen a filtering message yet. I'm monitoring the logs and when I get one of these without a crash following I think we can safely assume it is fixed.

Okay,  I'll work on the CounterParty port.

Send bounty to xm7RZfDQyiYqFQZ6Q9ZgtSkX9e8uBJ3SLY 

ETA: 2 weeks
sr. member
Activity: 375
Merit: 250
May 07, 2014, 08:52:45 PM
sounds good,  however we still have to fix that crashing problem that you currently have.  Let me know what you've found.
It hasn't crashed yet since the change but I haven't seen a filtering message yet. I'm monitoring the logs and when I get one of these without a crash following I think we can safely assume it is fixed.
legendary
Activity: 868
Merit: 1000
Cryptotalk.org - Get paid for every post!
May 07, 2014, 08:48:03 PM
I like the merged mining.  I'll add 10,000 IXC to the bounty for the Ixcoin client upgrade.


You guys are forgetting about the above 10,000 IXC donation.  That's 15,000 IXC now.
mmpool.org can donate the remaining 10,000 IXC to help improve ixcoin. Friction, can you provide an ixcoin address and I'll send the coins.

sounds good,  however we still have to fix that crashing problem that you currently have.  Let me know what you've found.
sr. member
Activity: 375
Merit: 250
May 07, 2014, 08:41:03 PM
I like the merged mining.  I'll add 10,000 IXC to the bounty for the Ixcoin client upgrade.


You guys are forgetting about the above 10,000 IXC donation.  That's 15,000 IXC now.
mmpool.org can donate the remaining 10,000 IXC to help improve ixcoin. Friction, can you provide an ixcoin address and I'll send the coins.
legendary
Activity: 868
Merit: 1000
Cryptotalk.org - Get paid for every post!
May 07, 2014, 07:54:10 PM

But we need a deadline on this. The last update should have taken a couple weeks and it literally took 5 months and people complained about problems with the client for weeks after that.


I think you misrepresent what happened.  I came up with the new code and it took like 5 months to collect the bounty.

Look at the check in times in the GitHub repo.  https://github.com/FrictionlessCoin/iXcoin 
legendary
Activity: 3052
Merit: 1534
www.ixcoin.net
May 07, 2014, 07:38:44 PM
I like the merged mining.  I'll add 10,000 IXC to the bounty for the Ixcoin client upgrade.


You guys are forgetting about the above 10,000 IXC donation.  That's 15,000 IXC now.

Should be enough for Friction to get started on counterparty.

But we need a deadline on this. The last update should have taken a couple weeks and it literally took 5 months and people complained about problems with the client for weeks after that.

Friction, can you give is an accurate timeframe of how long this update will take?

And what about colored coins? Is that still something we want? If we're gonna go to the huge pools to ask them to update IXC, we should do one massive upgrade so they won't have to do any other updates for us for a long time.

So let's make this update as advanced as possible. We can make IXC the most advanced coin on earth and then everyone will shut up about features.
member
Activity: 104
Merit: 10
May 07, 2014, 02:13:31 PM
This is Reag.

I'm looking to secure more IX for myself and would gladly donate 250 ixc to the current donation pool needed for updates. I'll also pitch in some for the work Cinnamon did as well.

Are we still taking nominations for the IXC foundation or are other matters more pressing at the moment?
hero member
Activity: 882
Merit: 1000
May 07, 2014, 12:19:13 PM
Ok, so the bounty needs to be paid in Ix.

hmmm, just did the math.

So, 20,000 ix  ~ $1258 at todays prices

That is actually kinda fair.  Grin

I think we as a community can do this.

Friction, get a plan and some code in place and dangle it in front of us like a carrot and we'll pony up the rest of the bounty no problem.   Wink


hero member
Activity: 882
Merit: 1000
May 07, 2014, 12:08:23 PM
With a counterparty system on ix, is it correct to say that it will increase transactions and number of transaction fees? Thus more money for the miners. So wouldn't they want this type of system? I seem to remember from the mastercoin thread that the general attitude was, our transactions are special so we have no problem paying the miners a little extra.

If that is the case then ix counterparty should be 'loved' by the miners
legendary
Activity: 868
Merit: 1000
Cryptotalk.org - Get paid for every post!
May 07, 2014, 12:00:22 PM
To Clarify. I am not rich, YET. I'm probably one of the poorer ix owners And never meant that I was going to fund the whole last 20k. In fact I didn't even know if the 20k bounty was Ix or dollars (which is it?). But as I stated before, I will pitch in, (donate) to this fund. How much?( i have no idea; how much is ix gonna go up?). But I'm sure others will join in to get friction or who ever the bounty. So yeah lets fucking make it happen.

Hey Thomas, what you got laying around? Don't hold out on me brother. lol

I guess my point was to bring more attention to these updates and get the conversation focused on iXcounterparty.

From a newbie point of view, in order to use counterparty features, would you rather obtain bitcoin, then use the bitcoin to obtain xcp in order to use the features, (which means that now you have to learn 2 systems)

or

would you rather obtain ix that you don't have to convert in order to use the features. (This is fucking huge, less education for the masses to use these features)

And if we wanted to put a cherry on top, make the decentralized marketplace with the decentralized escrow the first feature avail not the last.

Quotes are all in IXC.

Yeah, that's why this is so *fucking* cool! 

You get all these 2nd generation features, but you use the same coin.  No weird stuff like having to flip between counterparty coins and bitcoins.

You get all this on a platform that is secured by like 20 petahashes!   

hero member
Activity: 882
Merit: 1000
May 07, 2014, 11:56:17 AM
The same 'filtered block' line (but different hash) in the last crash too. Perhaps something wrong with whatever filtered block handling is?

CMerkleBlock is used for filtered nodes. It holds a CBlockHeader. This is assigned in CMerkleBlock::CMerkleBlock using GetBlockHeader. This function doesn't copy the auxpow field. This is possibly why the null pointer accessing auxpow occurs. Possible fix:

Code:
diff --git a/src/main.h b/src/main.h
index bd21fe9..1221a88 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1411,6 +1411,7 @@ public:
         block.nTime          = nTime;
         block.nBits          = nBits;
         block.nNonce         = nNonce;
+        block.auxpow         = auxpow;
         return block;
     }

I'll put this test in production and see what happens.

Thanks!  Keep us informed.

Shout out to cinnamon, you are my hero. Grin  and would make an excellent addition to the board. I vote yes with a triple z snap ending over the shoulder.

I will donate to the person that adds in the counterparty code to ix. But only after it is added in.

It appears that friction wants 25k and already has 5k. If counterparty code goes in, then ix will easily be worth atleast $1. The gains alone will give you your remaining 20k easily friction. And you'll most likely STILL get a bounty.

And when ix goes to $1 we will all have more $ to give as tips. ie: let me give you some of my future profits, in the future

So, really it's a win win win win situation. You'll get the $ you ask for friction, but you'll also get all of the GLORY. Think about it...

Friction the mighty dev of counterparty ix, assured a place in crypto Valhalla.

Do it

Do it

Do it.

Please?? Pretty Please with a cherry on top!?

Let me sum up what is going on:
FrictionlessCoin offered to add Counterparty to iXcoin in exchange of 25k IXC.
So far FrictionlessCoin has received 5k IXC.
JohnnyBTCSeed has offered to donate ixc when the job is done (not clear if he meant the remaining 20k ixc)
In the meantime Cinnamon_Carter has added minor improvements to ixc wallet.
mmpool is straggling with errors generated by iXcoin client.

So, I wonder:
- Has FrictionlessCoin officially accepted the task to add Counterparty? If yes, have we a deadline? If no, is there anybody available to do it? (I hope FrictionlessCoin accepts the task)
- Is the update going to bring iXcoin to the same update 0.9.1 of Bitcoin?
- Is the Counterparty feature going to affect the compatibility of iXcoin with Bitcoin's future updates?
- Are these errors going to delay the addition of Counterparty feature on iXcoin?



To Clarify. I am not rich, YET. I'm probably one of the poorer ix owners And never meant that I was going to fund the whole last 20k. In fact I didn't even know if the 20k bounty was Ix or dollars (which is it?). But as I stated before, I will pitch in, (donate) to this fund. How much?( i have no idea; how much is ix gonna go up?). But I'm sure others will join in to get friction or who ever the bounty. So yeah lets fucking make it happen.

Hey Thomas, what you got laying around? Don't hold out on me brother. lol

I guess my point was to bring more attention to these updates and get the conversation focused on iXcounterparty.

From a newbie point of view, in order to use counterparty features, would you rather obtain bitcoin, then use the bitcoin to obtain xcp in order to use the features, (which means that now you have to learn 2 systems)

or

would you rather obtain ix that you don't have to convert in order to use the features. (This is fucking huge, less education for the masses to use these features)

And if we wanted to put a cherry on top, make the decentralized marketplace with the decentralized escrow the first feature avail not the last.
Jump to: