tyz
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
May 27, 2015, 11:33:41 AM |
|
That are good news. Electrum is the best wallet software out there. if doged could be worked with it, would be great. Can you tell when you will get it bug free? good news, i was able to get the electrum client started up in ubuntu.. few bugs i need to work out.. but im very glad it started up on my first try. i completely wiped the previous code and started fresh, and that seems to be what i/it needed... ill keep everyone updated, and if theres still bugs left after tonight, ill post them n have some extra eyes on it..
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 27, 2015, 01:19:52 PM |
|
That are good news. Electrum is the best wallet software out there. if doged could be worked with it, would be great. Can you tell when you will get it bug free? good news, i was able to get the electrum client started up in ubuntu.. few bugs i need to work out.. but im very glad it started up on my first try. i completely wiped the previous code and started fresh, and that seems to be what i/it needed... ill keep everyone updated, and if theres still bugs left after tonight, ill post them n have some extra eyes on it.. well, i just got it to connect to the electrum-doged server, right now im trying to compile it into a binary.. i dont think the bugs will take very long at all =] so far, i only see one bug, and it should be easy to fix
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 28, 2015, 03:05:04 AM |
|
update: electrum client is starting up, doesnt crash, creates wallet address, and connects to the electrum-doged.space server.. its not showing coins ive been sending in tests, so im just ironing that out now.. otherwise, looks good, starts up insanely quick, and has sweet doged graphics =] http://electrum-doged.space/
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
raimch89
Legendary
Offline
Activity: 1169
Merit: 1000
|
|
May 28, 2015, 01:27:08 PM |
|
80 sat for doge and only 4 for doged? what is the problem?
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 28, 2015, 04:16:24 PM |
|
80 sat for doge and only 4 for doged? what is the problem?
im sure doge is going through another pump.. but the good news for us, is we are almost done with coin production.. in ~2 months, we are halving again =]
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
VDechand
|
|
May 28, 2015, 11:02:39 PM |
|
80 sat for doge and only 4 for doged? what is the problem?
buy cheap this great coin you get more if the coin starting as a rocket after the 2 months
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 29, 2015, 12:32:27 AM |
|
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 29, 2015, 02:24:52 PM |
|
well the electrum client is working, i realized the error im having is on the electrum server end.. so ill be working on that.. trying to figure out why the server isnt parsing transactions..
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 30, 2015, 11:57:26 AM |
|
ok so heres where i am with electrum.. the client is done, and runs as-is, as a python script, and can be easily compiled for windows, android, mac and linux https://github.com/doged/electrum-dogedi have destroyed and rebuilt the electrum server about 5 times now, and every single time, i get the same issue the server creates a database upon startup, but can not parse any of the transactions, although it does pull up each transaction id. https://github.com/doged/electrum-doged-server heres an example: INFO:electrum-doged:ERROR: cannot parse 78e62fdee5f32441872cd2cf4dbe4690d19310a72353d526e314c5c731613fc5 INFO:electrum-doged:ERROR: cannot parse b3eb33c9594250e52f69087b2d2a47c27fc9a9e820820f97dd82b94c632dbd97 INFO:electrum-doged:ERROR: cannot parse 1208494483a423d2887add4e9948104dc1723a8593ca7a116aed56b88bc8f084 those are valid doged transaction id's, but it can not parse them. the client does connect to the server properly though, even through ssl.
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 30, 2015, 01:09:37 PM Last edit: May 30, 2015, 01:30:30 PM by Dogedarkdev |
|
im putting up a 100k DOGED bounty for the electrum server fix, or code that leads to a fix. (i'll be actively working on it still as well) others feel free to join in the bounty. i've gone over it a dozen times, and i get the exact same outcome every time.. https://github.com/doged/electrum-doged-serverit starts up, signs into irc, connects to coin daemon, (gets parsing errors on tx's while creating db and headers), and it allows the electrum client to connect, including ssl.. im sure i've done everything properly thus far. electrum client is working and is here (in ubuntu, run the ./electrum-doged): https://github.com/doged/electrum-dogedthings i feel it may be: (1) bitcoinrpc.cpp might need a patch that allows better communication with electrum (im currently looking into this) (2) somewhere, i missed an entry for genesis hash, merkle, pubkey address, or script address in the server source code. (3) im an idiot, and made a typo somewhere
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
May 30, 2015, 03:16:23 PM |
|
... (2) somewhere, i missed an entry for genesis hash, merkle, pubkey address, or script address in the server source code. ...
I'd guess this one, but won't have time to look at it for few days at least.
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 30, 2015, 11:05:08 PM |
|
TONIGHTS LIVE GUEST https://twitter.com/covertress ONLY ON #DOGEDRADIO 8PM CST - 11PM CST ; be there! * SHOW TIME MOVED * 1 hour earlier http://DogecoinDark.net/radio
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 31, 2015, 01:44:09 AM |
|
doged radio is live http://dogecoindark.net/radiocovertress from gaiacoin is live =]
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 31, 2015, 04:38:52 AM |
|
heres a screencap of where i am.. client is connected to the server, server is showing new blocks, and lets the client connect, but doesnt parse transactions. im so close, i hope i win my bounty.
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
ozboy2014
|
|
May 31, 2015, 06:03:46 AM |
|
heres a screencap of where i am.. client is connected to the server, server is showing new blocks, and lets the client connect, but doesnt parse transactions. im so close, i hope i win my bounty. Let's double that. I'll match Dev's 100K bounty for a fix to the above request.
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 31, 2015, 06:41:25 AM Last edit: May 31, 2015, 08:21:45 PM by Dogedarkdev |
|
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
May 31, 2015, 01:50:32 PM |
|
I dunno, looks the same as electrum-ltc-server. Maybe just run a diff on the whole electrum-ltc-server repo with your dogedark repo and see if you can find error that way... It looks like you forked from ixcoin, which is sha256, right? So, maybe you can find issue by diffing with ltc repo, or just fork theirs.
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 31, 2015, 06:33:48 PM Last edit: May 31, 2015, 08:21:29 PM by Dogedarkdev |
|
I dunno, looks the same as electrum-ltc-server. Maybe just run a diff on the whole electrum-ltc-server repo with your dogedark repo and see if you can find error that way... It looks like you forked from ixcoin, which is sha256, right? So, maybe you can find issue by diffing with ltc repo, or just fork theirs. thats the thing, ltc's has sha256 in their src files: https://github.com/pooler/electrum-ltc-server/blob/master/src/utils.py#L54dash implemented an x11 algo however: https://github.com/Propulsions/electrum-drk-server/blob/master/src/utils.py#L55so im guessing i need to import scrypt or ltc_scrypt, which is odd because ltc didnt do that in theirs.. so import ltc_scrypt at the top, then #L54 should be something like HashScrypt = lambda x: ltc_scrypt.getPoWHash(x) anyone else following? im gonna give this a try later n see if its what was needed.. update: also i noticed its needed here: https://github.com/doged/electrum-doged-server/blob/master/src/blockchain_processor.py#L184return rev_hex(HashScrypt(header_to_string(header).decode('hex')).encode('hex'))
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
Dogedarkdev (OP)
Legendary
Offline
Activity: 1708
Merit: 1009
$XVG - The Standard in Crypto as a Currency!
|
|
May 31, 2015, 09:49:43 PM |
|
so i made these modifications, and the UTXO tree root shows up as block 77's hash, instead of a sha256 hash, and there is a number in the coins database now, instead of 0
looks like some progress is being made..
|
_///// [$XVG] ★★★★★WE ARE ON THE VERGE ★★★★★ [MULTI-ALGO] /////_
|
|
|
|
CryptoJohn
Legendary
Offline
Activity: 1680
Merit: 1003
Well, That's Crypto :-\
|
|
May 31, 2015, 11:55:11 PM |
|
i'm in for 100k as well for whomever steps up to help dev solve this issue.
|
|
|
|
|