croTek4
Sr. Member
Offline
Activity: 392
Merit: 250
the Cat-a-clysm.
|
|
July 12, 2015, 01:13:17 AM Last edit: July 14, 2015, 09:26:14 PM by croTek4 |
|
Nice! So whats are the new updates?
Edit: Are you referring to Triangles upcoming birthday?
|
Catether is an open source mineable ERC20 Token, powered by Cates.
|
|
|
AngelLox
|
|
July 15, 2015, 02:00:42 PM |
|
Hey Wurst, remember this error i had? QObject::connect: No such signal AddressBookPage::stakeForCharitySignal(QString) QObject::connect: (sender name: 'AddressBookPage') QObject::connect: No such slot BitcoinGUI::gotoBlockBrowser(QString) Jul 15 15:32:04.664 [err] tor_assertion_failed_(): Bug: src/tor/memarea.c:127: $ Jul 15 15:32:04.664 [err] Bug: Assertion realign_pointer(res->next_mem) == res-$ Aborted I was trying to compile another wallet, and it came up again. I googled a bit more and i found this in memarea.c, so i figured i'd share it on here too. 57 static INLINE void * 58 realign_pointer(void *ptr) 59 { 60 uintptr_t x = (uintptr_t)ptr; 61 x = (x+MEMAREA_ALIGN_MASK) & ~MEMAREA_ALIGN_MASK; 62 /* Reinstate this if bug 930 ever reappears63 tor_assert(((void*)x) >= ptr);64 */65 return (void*)x; 66 } This should be the solution.
|
|
|
|
wurstgelee
|
|
July 15, 2015, 02:02:57 PM |
|
Nice! So whats are the new updates?
Edit: Are you referring to Triangles upcoming birthday?
Good catch. It's tomorrow. Also I will finish the new wallet today or tomorrow - so it will be ready for the party. I thought the beta3 was as close to the final wallet as it gets - I learned it wasn't. Spent the last 4 or 5 evenings with the wallet, 5-6 hours minimum each day. Internals were updated (for example now with latest OpenSSL 1.02c), code was optimized, the wallet executable size (for windows) is almost half the size as it was before, all Icons have been changed, CSS was impoved and added where it was missing, lots of smaller bugs in the UI were fixed etc pp. Really locking forward to get this done now.
|
|
|
|
wurstgelee
|
|
July 15, 2015, 02:03:53 PM |
|
Hey Wurst, remember this error i had? QObject::connect: No such signal AddressBookPage::stakeForCharitySignal(QString) QObject::connect: (sender name: 'AddressBookPage') QObject::connect: No such slot BitcoinGUI::gotoBlockBrowser(QString) Jul 15 15:32:04.664 [err] tor_assertion_failed_(): Bug: src/tor/memarea.c:127: $ Jul 15 15:32:04.664 [err] Bug: Assertion realign_pointer(res->next_mem) == res-$ Aborted I was trying to compile another wallet, and it came up again. I googled a bit more and i found this in memarea.c, so i figured i'd share it on here too. 57 static INLINE void * 58 realign_pointer(void *ptr) 59 { 60 uintptr_t x = (uintptr_t)ptr; 61 x = (x+MEMAREA_ALIGN_MASK) & ~MEMAREA_ALIGN_MASK; 62 /* Reinstate this if bug 930 ever reappears63 tor_assert(((void*)x) >= ptr);64 */65 return (void*)x; 66 } This should be the solution. Oh great - so simply comment that line out? Edit: What is bug "930"?
|
|
|
|
AngelLox
|
|
July 15, 2015, 02:12:04 PM |
|
Oh great - so simply comment that line out? Edit: What is bug "930"?
Well i didn't find anything specific but i assumed it was the error i had, though since i'm still building i can't be sure.
|
|
|
|
wurstgelee
|
|
July 15, 2015, 02:21:50 PM |
|
Oh great - so simply comment that line out? Edit: What is bug "930"?
Well i didn't find anything specific but i assumed it was the error i had, though since i'm still building i can't be sure. The tor sources currently included in TRI are outdated anyways - I will see if I can easily replace them with a current release later today. There is no memarea.c in the current release. :p
|
|
|
|
AngelLox
|
|
July 15, 2015, 02:28:49 PM Last edit: July 17, 2015, 12:29:20 AM by AngelLox |
|
Oh great - so simply comment that line out? Edit: What is bug "930"?
Well i didn't find anything specific but i assumed it was the error i had, though since i'm still building i can't be sure. The tor sources currently included in TRI are outdated anyways - I will see if I can easily replace them with a current release later today. There is no memarea.c in the current release. :p Nice! When i'll have some spare btc i'll build up a wallet and try it out Edit: lol didn't work. But i found out that it was probably a Pi thing cause i compiled it fine on my vps. So if anyone has the same issue i'm afraid you'll have to wait till raspbian Jessie comes along.
|
|
|
|
wurstgelee
|
|
July 17, 2015, 12:46:37 PM Last edit: July 17, 2015, 05:27:09 PM by wurstgelee |
|
And suddenly: 366.161 (Chain age) Happy birthday TRI! Client is almost ready, I didn't have any time the last two days due to a major "someone else's fuck up" @ my wage slavery job - which I had to fix. :/ Will complete it during the upcoming weekend.
|
|
|
|
croTek4
Sr. Member
Offline
Activity: 392
Merit: 250
the Cat-a-clysm.
|
|
July 17, 2015, 03:08:05 PM |
|
Triangles made it a whole year! Its been a rough road for a while. Impressive though, the altcoin space is tough. Thanks to the continued efforts of a skilled developer and involved members of the crypto community. Here's to another year ladies and gentlemen!
|
Catether is an open source mineable ERC20 Token, powered by Cates.
|
|
|
AngelLox
|
|
July 18, 2015, 10:31:31 AM |
|
Lol wurst, got the final answer, Tor to work needs 64 bit, though a Pi is 32 bit, so there's the problem. But i still got my vps so no worries.
|
|
|
|
wurstgelee
|
|
July 18, 2015, 03:52:22 PM Last edit: July 28, 2015, 01:28:49 PM by wurstgelee |
|
Lol wurst, got the final answer, Tor to work needs 64 bit, though a Pi is 32 bit, so there's the problem. But i still got my vps so no worries.
Edit: I have to correct everything I said earlier - yep, that seems to be the problem. Doesn't run under 32bit linux distros.
|
|
|
|
wurstgelee
|
|
July 19, 2015, 09:38:23 PM Last edit: August 02, 2015, 04:41:07 PM by wurstgelee |
|
Update: Getting closer. I reached a point where even the smallest GUI deficiencies annoy me enough to spend way too much time to adjust and/or fix them. For those who want to have a look at the current state of wallet development: ** download link removed - please download latest wallet linked in the OP ** Backups of %appdata%/Triangles recommended as usual. Please report any - even the smallest - errors and optical deficiencies in this thread. Thank you! Edit: I am aware that the notification messageboxes - like the one that pops up when you set options that require a restart - don't have proper styling yet. That's the last thing to do on my list!
|
|
|
|
tiggytomb
Legendary
Offline
Activity: 1848
Merit: 1000
|
|
July 20, 2015, 04:12:07 PM |
|
Happy belated birthday to the 3 sided coin that is TRI, you know why
|
|
|
|
wurstgelee
|
|
July 22, 2015, 09:01:27 PM Last edit: July 22, 2015, 09:19:44 PM by wurstgelee |
|
Do we have any volunteer here who would compile the Mac wallet?
|
|
|
|
croTek4
Sr. Member
Offline
Activity: 392
Merit: 250
the Cat-a-clysm.
|
|
July 23, 2015, 01:51:49 PM |
|
Got the new wallet up. Looks good, runs good, no problems.
|
Catether is an open source mineable ERC20 Token, powered by Cates.
|
|
|
wurstgelee
|
|
July 23, 2015, 07:36:12 PM |
|
Got the new wallet up. Looks good, runs good, no problems.
I changed some minor things after that preview, but nothing big. I have everything ready, all I need now is someone to compile the Mac wallet.
|
|
|
|
wurstgelee
|
|
July 28, 2015, 06:18:23 PM |
|
Hint: Still waiting for a volunteer. :p
|
|
|
|
wurstgelee
|
|
July 29, 2015, 10:21:43 PM |
|
Hint: Still waiting for a volunteer. :p
Pineapples were manned. I will upload and release both the Mac and the Win wallet tomorrow, together with an up-to-date bootstrap file.
|
|
|
|
fitinplace
|
|
July 30, 2015, 07:32:29 AM |
|
200 TRI to wurst for efforts on Wallet!
|
|
|
|
wurstgelee
|
|
July 30, 2015, 09:24:27 AM Last edit: July 30, 2015, 10:32:46 PM by wurstgelee |
|
200 TRI to wurst for efforts on Wallet! Woohooo! Just saw that - thanks a lot! Regarding wallet release: Apparently the compiled Mac wallet build doesnt contain the needed libs. This will be fixed - but since I dont compile the Mac wallet myself, I don't know if this will happen today or if it will take another day. This isn't time critical since "Pharao"/4.0.0.4 wallets will still work together with "Black Pharao"/4.2.1.0 wallets. The windows wallet will still be released this evening (CET timezone). Edit: Just returned home after a loooooooooong day. Uploaded everything. I'm drop dead tired, gonna update the ANN tomorrow morning.
|
|
|
|
|