Search content
Sort by

Showing 12 of 12 results by burner640k
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 07/05/2015, 19:31:58 UTC
OK, so I took a break from looking at it but now am back again trying to figure out why I was not credited Blur for the Crave I burned using darkpoold (block 52061, hash 1a278074b96bc61f913c0df3afca88c5fd0771757e2f02b171adf9bc6553001d, address CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk).

I noticed that someone else may have run into the exact same problem as me, though I do not see them posting here.  Whoever burned 13.99994986 Crave from address BvEeWXL6qz3YXRmBQbbh25ri4uQudpD67H at block 53204 you did not get any Blur. 

In looking at that I noticed that both that person and I did the same thing, we burned all the Crave we had at our address, no change.  Every other burn that I see has change.  So maybe the bug with darkpoold is that if the burn does not have change it does not get recognized? 

So after even further digging my prior thought above is incorrect, the problem of my missing Blur is not because I burned all the Crave at that address.

However I think I am narrowing in on the problem that has plagued my burn.  I am not a programmer but Python is easy enough to read through and follow to get an idea of what is going on. 

When darkpoold tries to match a vout to an input it grabs the transaction id of the input and then looks back at that previous transaction that happened in an earlier block.  But when it goes to figure out what address in the prior block matches that output it uses the same function for getting the address as it does for the vout.  This function requires asm to have 5 elements and if it does not it rejects it.  In most cases this has been true so it processes fine. 

Unfortunately for my burn, block 52061, darkpoold looks at the first input and gets the transaction id for that, b03b0fe5b13cf3f506b52027876dbfde089a7a84e3cd49167ae5679df1f0bcf0.  It then looks at that transaction which is for block 49674 and tries to match an output from that block to an input in the burn block, 52061.  It finds the correct match, the 3rd vout in that transaction.  After this it then tries to find what address that vout went to.  However the get_address function calls the get_pubkeyhash that expects the asm to have 5 elements but my vout from that block, block 49674, only has 2 elements.  So it rejects that and does not report my address so the burn fails. 

It looks like when getting addresses for the vin's in a burn block it should not have the same requirements as the vout for the burn block.  darkpoold controls the vout format of the block but it does not control how all the transactions that came in are formatted. 

This has been quite a learning experience but I think I am getting close to why my 520 Crave burn was not recognized by the network.  The good news is if I am correct if darkpoold gets patched then my Blur should show up if the database is rebuilt. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 05/05/2015, 16:04:17 UTC
OK, so I took a break from looking at it but now am back again trying to figure out why I was not credited Blur for the Crave I burned using darkpoold (block 52061, hash 1a278074b96bc61f913c0df3afca88c5fd0771757e2f02b171adf9bc6553001d, address CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk).

I noticed that someone else may have run into the exact same problem as me, though I do not see them posting here.  Whoever burned 13.99994986 Crave from address BvEeWXL6qz3YXRmBQbbh25ri4uQudpD67H at block 53204 you did not get any Blur. 

In looking at that I noticed that both that person and I did the same thing, we burned all the Crave we had at our address, no change.  Every other burn that I see has change.  So maybe the bug with darkpoold is that if the burn does not have change it does not get recognized? 
That's possibly it. It does need to charge a fee. I would contact counterpartyd guys or their forum. Darkpoold is just a port from dogeparty which is from counterparty.

I did pay the fee, it was higher than most burns since I had quite a few inputs. 

I have searched some through counterparties forum to find any hints about this problem not sure how useful posting there would be since their burn has been done for a long time.  And their code is quite a bit different from darkpoold now from a quick look at it. 

But as I mess with the python in darkpoold it does seem like it is not detecting the burn until it processes the second vout that sends the change back to the original address.  It detects the proper destination address in the first vout but then it does not trigger a burn until after the second vout which is change going back to the sender. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 05/05/2015, 15:32:21 UTC
OK, so I took a break from looking at it but now am back again trying to figure out why I was not credited Blur for the Crave I burned using darkpoold (block 52061, hash 1a278074b96bc61f913c0df3afca88c5fd0771757e2f02b171adf9bc6553001d, address CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk).

I noticed that someone else may have run into the exact same problem as me, though I do not see them posting here.  Whoever burned 13.99994986 Crave from address BvEeWXL6qz3YXRmBQbbh25ri4uQudpD67H at block 53204 you did not get any Blur. 

In looking at that I noticed that both that person and I did the same thing, we burned all the Crave we had at our address, no change.  Every other burn that I see has change.  So maybe the bug with darkpoold is that if the burn does not have change it does not get recognized? 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 01/05/2015, 15:39:33 UTC

@work but may have discovered fix. Either post or pm me all info again. Address, TX, hash etc.

Darkproton, a fix would be awesome

Block: 52061
Transaction Hash: 1a278074b96bc61f913c0df3afca88c5fd0771757e2f02b171adf9bc6553001d
Address: CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk
Amount Sent: 520.99922337

If you need anything else let me know here or through PM. 
awesome. won't be able to try until I get home but I am cautiously optimistic that I have a fix.

Did you happen to have a chance to look at this?  If not any hints as to what I could dig into? 

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 18:30:06 UTC

@work but may have discovered fix. Either post or pm me all info again. Address, TX, hash etc.

Darkproton, a fix would be awesome

Block: 52061
Transaction Hash: 1a278074b96bc61f913c0df3afca88c5fd0771757e2f02b171adf9bc6553001d
Address: CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk
Amount Sent: 520.99922337

If you need anything else let me know here or through PM. 
awesome. won't be able to try until I get home but I am cautiously optimistic that I have a fix.

Thanks, I really appreciate you and everyone else that has been looking into this to help me.  I look forward to hearing what you figure out. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 17:01:11 UTC

@work but may have discovered fix. Either post or pm me all info again. Address, TX, hash etc.

Darkproton, a fix would be awesome

Block: 52061
Transaction Hash: 1a278074b96bc61f913c0df3afca88c5fd0771757e2f02b171adf9bc6553001d
Address: CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk
Amount Sent: 520.99922337

If you need anything else let me know here or through PM. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 16:30:55 UTC
Quick update on my missing blur, it is still missing........

I let a new clean copy of the blockchain sync and even deleted and started over with the darkpooldb but that changed nothing.  Darkpoold does not see that Crave was burned for BLUR in block 52061.  I was able to burn twice successfully before this.  It was from the same wallet but a different address.  However even the prior address I burned from was not the first address in the wallet so I do not think that is part of the issue.  I looked in the logs and see nothing related to any problems with that block or around that block. 

When I burned the most recent set of coins darkpoold behaved just the same as before, showed the transaction and asked me if it should be signed and broadcast.  It then displayed the transaction hash that it broadcast just like before, 1a278074b96bc61f913c0df3afca88c5fd0771757e2f02b171adf9bc6553001d

I really wish I knew why darkpoold did not credit me the BLUR.  At this point I think my only hope is that Crave will increase 4x in price so the loss of the Crave gets canceled out. 

My advice for anyone burning coins, burn a small amount first.  Otherwise you may end up like me, short 520 Crave but getting 0 BLUR.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 03:49:54 UTC
I do not see it. The only thing I think can help, as of now, is to try the reparse option

Sorry, earlier I was saying reprocess when I meant I ran the reparse command.  That did not help either.

I do have txindex=1 in the conf.  

Out of desperation I have deleted my blockchain and the darkpool db and am letting it download a new blockchain and process it with darkpoold.  However it is going very slow so I am going to call it a night.

I appreciate everyones help, hopefully we can solve this mystery.  
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 02:21:36 UTC

try repairwallet from crave. if that does not work, shutdown and restart the crave wallet with rescan option


Just tried this and nothing.  But that is not a suprise because the transaction went through on the Crave blockchain as can be seen from the block explorer and other clients.  The Crave is gone, it got burned.  I just need the credit for the BLUR.  

And I even see in darkpoold that someone burned some more coins on a block since I brought this up and transferred some so darkpoold is mostly working for me.  

Also each address I did a burn from was well less than 1000 Crave.  Just double checked to make sure I did not mix funds between addresses.  They were seperate and each less than 1000 total.  
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 01:08:58 UTC
Restart did not help

I also tried the reprocess command and even deleted the existing DB so it would start clean and go through all the blocks.  During the reprocess I see other blocks that show the burn it does not for block 52061.  My prior 2 burns were OK but not this one. 

I thought maybe I am not seeing the whole asset list, but if I run a darkpool balances for the first address I see a BLUR balance but for todays address it does not show a BLUR balance.  So the network did not credit me even though it took the Crave.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 00:23:29 UTC
hopefully tm2013 can chime in, not to many of us seem to be familiar with darkpoold. all i know is the max per address is 1k crave, though you say you used separate address should be fine. you can see that it sent the crave so it should have associate the blur. can you dump a total blur asset list for us?

Sure, sadly my address from today is not in it. 

Asset Name: BLUR
Asset ID: 1
Divisible: True
Supply: 45394.1231487
Issuer: None
Callable: False
Call Date: None
Call Price: None
Description: ‘’
Shareholders:
   address, quantity, escrow
   BzJNRFUk3Jq3udiEkjaQ941z6qAdeEwqGC,4.97048611,None
   CAo7D2Z65cAREopaomYVPW4BKDidCSREJ3,77.6127662,None
   C1t9wFGi6X7MCNewkQg42gS72xQwWfaCfa,161.65075231,None
   BsouHVsKJmV9Mxc8DktyyKHRXfLEnaFu1H,5832.42755122,None
   C4RDRgfXfrG76givB2yve3shduuEHAATZq,3224.73958333,None
   BvjkwgZDYF51xy8cJDD17FKVHbBh2NDA8c,6425.39290509,None
   CGTpRSzsRhcyjLtR6fJdbqifsB6NyVPaX6,1603.82233796,None
   C74iucFC24dDjJeoux5PnC9ESg82i5a861,2565.14559028,None
   C5MqodUyKixEyVtwEjREuny8Gd7vr69Lyg,641.39467593,None
   Btrsc1VN6Eag8E9HvMdxyVLrD7mNpxfZeG,628.43802083,None
   C5kDsnn5m1uRCswpwF4unpakLqymGn1d73,504.48871713,None
   CBgwMwT3v9jFWWAwbmonL7ncbvsLxEfbif,4028.8125,None
   C3QN2UWHnS8uuFJ34Z76V7BWqU3Gfm18V3,3274.94444444,None
   BupqtQCaAhMn3TjJSATEzdbG77uFP9GBkE,98.72345903,None
   C3ZFUQh29ko4DJT1Rn7K2M53VKhqRMhdFM,1506.23958333,None
   CCuJtmfTzADhAU3t9SrxWGiRxV6qS2FoQB,839.80012213,None
   BsqMebgQvo7WruYuUXJD8E9k5FSNDbqrBE,151.72427083,None
   C43PdGUxd6HpXCbDb5HHk3Zjeae6xkR9Hy,4361.9162037,None
   C9RVUxxJDzKZD2Y66q7gjZ2Jzfpbn3rLvf,297.27719907,None
   CAvkALqUPh1MUH3Z8MCfhZKrs4AytMtYFW,589.34027778,None
   CBiQ13a7fgpuzpFMED5FRS6537nesyof36,2986.44925987,None
   C4ShevmNEgK4t9T9UW4KZrWnCsbbneettX,117.90717593,None
   Bt4UpPzP1TtpfgyWves8VBTNcDrKPZ1sxY,5370.9052662,None
   CA3VPam7b8sPvgPVZhtShjo35aM2XjEvjd,100.0,None
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CRAVE 1st POS Masternodes | Dark Assets | I2P | Market =Embrace The Dark=
by
burner640k
on 30/04/2015, 00:03:37 UTC
I think I may have a problem with some Crave I burned for BLUR.  I burned some last week without problem, I see my address in the asset list for BLUR from last week.  Then today I burned some more from the same wallet but a different address.  The BLUR for that never showed up in the asset list for BLUR. 

When I look at the block explorer I see the transaction there for the burn address:
https://chainz.cryptoid.info/crave/address.dws?Bs8Haw3nAsWf5hmLfKzc6PMEzcxUGSYjxf.htm

I am the most recent transaction there, from address CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk

However in my darkpoold log file it never registers that any Crave was burned in that block.  Last week when I burned some both those blocks showed the burn in the log as well as showed the BLUR in the asset list. 

I burned with the same darkpool command as last week just changing source address to another address I had in my wallet that had a balance, ./darkpoold.py burn --source=CDssAhibe5m4hx3yMyi5TuxrqrSDuJRwqk --quantity=520.99922337

Did I get BLUR for that burn but need to look some other way to see it?  Or is there something else I need to do to get it to register the burn and credit me BLUR?  Any help is appreciated