Bitcoin Forum
May 14, 2024, 05:51:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 [210] 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 ... 316 »
  Print  
Author Topic: Ixcoin TODO  (Read 631708 times)
GroundRod
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
October 13, 2014, 08:28:07 PM
 #4181

Not bad, not bad at all Jumbley  Shocked  Shocked

Thanks for the reports kraizi, I've pretty much determined it's not a problem with the network chain, perhaps its wrong in our latest code, I'm not even sure that is true at the moment.  Looking into why the getblock command is returning that 25.16255556 value now, it's being returned as part of the aux-pow coinbasetx fields, when human readable (somewhat) JSON responses are generated.  Found that is true for almost any block I look at, and I'm not sure why or what it means, this is Ahmed's place of expertise, so hopefully we'll hear from him about it later today....in the meantime I'm getting up to speed on this section of the code, if I figure it out will let you know.  My current thinking is that I'm being a little to jumpy, need to cut back on the caffeine, & looking for problems that aren't there or ones that we'll need to fix as we wrap this upgrade project up....  Roll Eyes

GR
1715665898
Hero Member
*
Offline Offline

Posts: 1715665898

View Profile Personal Message (Offline)

Ignore
1715665898
Reply with quote  #2

1715665898
Report to moderator
1715665898
Hero Member
*
Offline Offline

Posts: 1715665898

View Profile Personal Message (Offline)

Ignore
1715665898
Reply with quote  #2

1715665898
Report to moderator
1715665898
Hero Member
*
Offline Offline

Posts: 1715665898

View Profile Personal Message (Offline)

Ignore
1715665898
Reply with quote  #2

1715665898
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
crabshack
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 13, 2014, 08:51:10 PM
Last edit: October 13, 2014, 09:47:17 PM by crabshack
 #4182

And I will just note the fact that no-one has considered the technicals of this by replying to my question of "can the software handle empty blocks?".

Because none of you have a fucking clue.

Someone needs to rethink on who doesn't have a clue.
crabshack
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 13, 2014, 08:59:08 PM
 #4183

Now that we dodged a bullet time to buy some more ixcoin :-)

publicjud
Legendary
*
Offline Offline

Activity: 1120
Merit: 1003


twet.ch/inv/62d7ae96


View Profile
October 13, 2014, 09:05:43 PM
 #4184

Now that we dodged a bullet time to buy some more ixcoin :-)



The hash rate has gone down today though....  Sad

Join Twetch twet.ch/inv/62d7ae96
kraizi
Full Member
***
Offline Offline

Activity: 204
Merit: 250



View Profile
October 13, 2014, 09:29:48 PM
 #4185

Now that we dodged a bullet time to buy some more ixcoin :-)



The hash rate has gone down today though....  Sad

Several of the merge mined coins are down in hash rate.  It's not an iXcoin issue.  I still think one of the pools is doing maintenance.  Been going on for over a week now.

mmpool
Sr. Member
****
Offline Offline

Activity: 375
Merit: 250


View Profile WWW
October 13, 2014, 09:42:36 PM
 #4186

Looking into why the getblock command is returning that 25.16255556 value now, it's being returned as part of the aux-pow coinbasetx fields, when human readable (somewhat) JSON responses are generated.  Found that is true for almost any block I look at, and I'm not sure why or what it means,
If it's pulling values from the auxpow coinbasetx field then it's probably the value of the parent chain's subsidy - in other words the value of the bitcoin block that it was merge mined with.

mmpool.org - BTC Pool - DGM - pays tx fees/vardiff/merge mining/tor
crabshack
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
October 13, 2014, 09:46:31 PM
 #4187


And I will just note the fact that no-one has considered the technicals of this by replying to my question of "can the software handle empty blocks?".


You don't think Satoshi considered empty blocks?  Ixcoin is pretty much a copy of bitcoin.
GroundRod
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
October 14, 2014, 12:48:06 AM
Last edit: October 14, 2014, 02:29:58 AM by GroundRod
 #4188

Looking into why the getblock command is returning that 25.16255556 value now, it's being returned as part of the aux-pow coinbasetx fields, when human readable (somewhat) JSON responses are generated.  Found that is true for almost any block I look at, and I'm not sure why or what it means,
If it's pulling values from the auxpow coinbasetx field then it's probably the value of the parent chain's subsidy - in other words the value of the bitcoin block that it was merge mined with.

Thanks, Yap that is what I finally figured out <duh>, don't see why it needs to be stored in the ixcoin blockchain and it threw me for a loop earlier today, but if I go back far enough in time on our blockchain it shows up as 50.<something>, guess it's just part of the overall proof of work data structure.

Finally committed the Ixcoin 0.9.3 source code changes to GitHub, that I've been working on this past week.
https://github.com/GroundRod/IXCoin

Not producing a pre-release build on it just yet, nor do I plan on it, kinda depends on Ahmed's schedule.

Generated a pull request so he can bring them into our main repository.  Soon he should be able to generate new builds using the efforts made to keep our code up-to-date and spiffy   Shocked

GR

mmpool
Sr. Member
****
Offline Offline

Activity: 375
Merit: 250


View Profile WWW
October 14, 2014, 01:02:20 AM
 #4189

Thanks, Yap that is what I finally figured out <duh>, don't see why it needs to be stored in the ixcoin blockchain and it throw me for a loop earlier today, but if I go back far enough in time on our blockchain it shows up as 50.<something>, guess it's just part of the overall proof of work data structure.
The block header of the parent chain is serialized in the child chain so nodes can verify the work associated with the parent chain. Without this all nodes would need to run the parent chain as well as the child chain. Done this way only the miners need to run both.

mmpool.org - BTC Pool - DGM - pays tx fees/vardiff/merge mining/tor
kraizi
Full Member
***
Offline Offline

Activity: 204
Merit: 250



View Profile
October 14, 2014, 02:04:00 AM
 #4190


And I will just note the fact that no-one has considered the technicals of this by replying to my question of "can the software handle empty blocks?".


You don't think Satoshi considered empty blocks?  Ixcoin is pretty much a copy of bitcoin.


Exactly, and empty blocks is just one way iXcoin is breaking new ground and proving the bitcoin algorithms work even before bitcoin does.

Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
October 14, 2014, 02:54:53 AM
 #4191


Exactly, and empty blocks is just one way iXcoin is breaking new ground and proving the bitcoin algorithms work even before bitcoin does.




BINGO!

With empty blocks, ixCoin just got way faster and more efficient than Bitcoin.

In ~100 years Bitcoin too can be all grown up and match what ixCoin can do today.  haha.

I wonder if all the banks and corporations of the world wanna wait 100 years.

iXcoin - Welcome to the F U T U R E!
SuperZeus
Jr. Member
*
Offline Offline

Activity: 378
Merit: 1


View Profile
October 14, 2014, 07:30:57 AM
 #4192

Interesting: https://bitcointalk.org/index.php?topic=822100.0

GroundRod
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
October 14, 2014, 04:37:32 PM
 #4193


That is interesting, thanks for posting.  Will spend sometime researching it more this week.

Was myself looking at the 'Open Assets Protocol', and thinking how it could easily be used with Ixcoin Core.  

An important aspect to both, from just spending a short time reviewing them, is that they appear to me to be non-disruptive concepts to our commitment in keeping current with the latest Bitcoin Core.  

https://github.com/OpenAssets/colorcore
Quote
Colorcore is an open source colored coin wallet compatible with the Open Assets Protocol. It supports two modes: a command line interface, and a JSON/RPC server. The command line interface is suitable for managing a local wallet without going through any third-party service. The JSON/RPC interface is suitable for server-side implementations of colored coins and programmatic colored coins wallet management.

Open Assets is a protocol for issuing and transferring custom digital tokens in a secure way on the Bitcoin blockchain (or any compatible blockchain).

ETA: https://bitcointalk.org/index.php?topic=767548.0
FrictionlessCoin
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
October 14, 2014, 07:15:51 PM
 #4194

I've got to admit,  IXC running on zero miner rewards all of a sudden looks ridiculously innovative.

Do we have word yet as to when the 0.9.x client will get into the CEX.IO pool?

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
ahmed_
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
October 14, 2014, 10:39:24 PM
 #4195

I've just begun re-porting over the code to a clean 0.9.3 BTC base (direct not forked from DVC like before). Almost done there so now thats life made a lot simpler for me and GroundRod to pull changes from bitcoin core's github..

Once thats done im going to fire it up and see how it runs on the network. once thats fine, then testing on testnet and we should be ready to begin testing on main-net
FrictionlessCoin
Legendary
*
Offline Offline

Activity: 868
Merit: 1000


Cryptotalk.org - Get paid for every post!


View Profile
October 15, 2014, 08:19:07 PM
 #4196


@GroundRod & Ahmed: all this is supercool. Once you have it ready, I will do my best to transmit it to Jeffrey Smith asap.
@Friction: to run a coin for free is really innovative for miners. Hope for them the price will increase and get a fair tx fee able to support their costs.

Thanks.  Very important that this gets into the main-net.

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
October 15, 2014, 08:40:58 PM
 #4197


The price is rock solid.  Pretty amazing; more stable than even Bitcoin.

I've been talking to Zhao - CTO from OkCoin, regarding adding iXCoin to their exchange.  China exposure on the biggest Chinese exchange would be a massive catalyst for iXCoin.

He had only 2 concerns before listing iXCoin.

A) The price needs to be stable.

B) iXCoin needs a bigger market-cap.


I pointed out to him that iXCoin price has been much more stable than coins like Litecoin and DogeCoin and in select periods has been more stable than Bitcoin.

And I also told him that we'd be working on increasing the market cap via more active development [hopefully with some significant involvement from our partner, CEX.io].

Finally, if we get OKCoin on-board; landing Huobi and BTCCHINA would be nearly automatic.

iXcoin - Welcome to the F U T U R E!
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
October 15, 2014, 08:48:28 PM
 #4198




One more note:

And of course I still talk to Brock Pierce nearly every week.  Amazingly, he hasn't told me to F-off yet so that's a really good sign.  haha.

He seems genuinely intrigued by iXCoin but I can't tell if he's not quite convinced by my spiel or he's a shrewd businessman and is playing games with me.  lol.

Either way - I'll keep trying - we need one more big partner [other than CEX.io] - given Jeffrey Smith seems to be taking his sweet time helping us out. 

My patience is [quickly] running out.



[Equifinality]




iXcoin - Welcome to the F U T U R E!
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
October 15, 2014, 10:00:47 PM
 #4199

One day to death.  Has anyone actually checked the software handles empty blocks?  Coz there's gonna be a lot of them.  Or perhaps none at all, haha.

I think zebedee owns us at least an explanation. Otherwise I will be forced to review the level of trust he deserves.


Hahahaaaa.

I'm not sure I'd mess with Zebedee.  He can't hurt IXC but if he is who I think he is then he's actually a real asset to this community and he was just trying to buy some cheap IxCoin by scaring newbies out of their coins.

And who can fault a man for being shrewd.  haha.

But I would like to see him chime in now that he has been proved wrong.  I'd like to hear what he has to say...[before you review his trust rating].  lol

iXcoin - Welcome to the F U T U R E!
cinnamon_carter
Legendary
*
Offline Offline

Activity: 1148
Merit: 1018


It's about time -- All merrit accepted !!!


View Profile WWW
October 15, 2014, 11:01:19 PM
 #4200

I agree with Vlad on Zebedeee ---  lets let it lie.....  He was probably trying to scare people to dump some coins to make a few buys at a decent price and he may have ties and good connections to others. (No proof but it seems logical)

Also thank Groundrod i got & was able to decrypt the information you sent me in seconds !!

I appreciate you sending it by my 'suggested' method. 

Held away for safekeeping in case ever necessary. 

Check out my coin Photon
Merge Mine 5 other Blake 256 coins - 6x your hash power  https://www.blakecoin.org/

The obvious choice is not always the best choice.

LOOK DEEPER - Look into the Blake 256 Family -- CC
Pages: « 1 ... 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 [210] 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 ... 316 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!