Bitcoin Forum
May 11, 2024, 06:16:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  Print  
Author Topic: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging  (Read 102255 times)
croTek4
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


the Cat-a-clysm.


View Profile
July 12, 2015, 01:13:17 AM
Last edit: July 14, 2015, 09:26:14 PM by croTek4
 #421

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.
1715451389
Hero Member
*
Offline Offline

Posts: 1715451389

View Profile Personal Message (Offline)

Ignore
1715451389
Reply with quote  #2

1715451389
Report to moderator
1715451389
Hero Member
*
Offline Offline

Posts: 1715451389

View Profile Personal Message (Offline)

Ignore
1715451389
Reply with quote  #2

1715451389
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715451389
Hero Member
*
Offline Offline

Posts: 1715451389

View Profile Personal Message (Offline)

Ignore
1715451389
Reply with quote  #2

1715451389
Report to moderator
1715451389
Hero Member
*
Offline Offline

Posts: 1715451389

View Profile Personal Message (Offline)

Ignore
1715451389
Reply with quote  #2

1715451389
Report to moderator
1715451389
Hero Member
*
Offline Offline

Posts: 1715451389

View Profile Personal Message (Offline)

Ignore
1715451389
Reply with quote  #2

1715451389
Report to moderator
AngelLox
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
July 15, 2015, 02:00:42 PM
 #422

Hey Wurst, remember this error i had?

Code:
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 reappears
63   tor_assert(((void*)x) >= ptr);
64   */
65   return (void*)x;
66 }

This should be the solution.
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 15, 2015, 02:02:57 PM
 #423

Nice! So whats are the new updates?

Edit: Are you referring to Triangles upcoming birthday?

Good catch. It's tomorrow. Wink

Also I will finish the new wallet today or tomorrow - so it will be ready for the party. Smiley

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. Wink


wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 15, 2015, 02:03:53 PM
 #424

Hey Wurst, remember this error i had?

Code:
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 reappears
63   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
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
July 15, 2015, 02:12:04 PM
 #425

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
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 15, 2015, 02:21:50 PM
 #426

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
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
July 15, 2015, 02:28:49 PM
Last edit: July 17, 2015, 12:29:20 AM by AngelLox
 #427

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 Wink
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
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 17, 2015, 12:46:37 PM
Last edit: July 17, 2015, 05:27:09 PM by wurstgelee
 #428

And suddenly: 366.161 (Chain age)


Happy birthday TRI! Wink

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. Wink

croTek4
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


the Cat-a-clysm.


View Profile
July 17, 2015, 03:08:05 PM
 #429

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
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
July 18, 2015, 10:31:31 AM
 #430

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
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 18, 2015, 03:52:22 PM
Last edit: July 28, 2015, 01:28:49 PM by wurstgelee
 #431

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
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 19, 2015, 09:38:23 PM
Last edit: August 02, 2015, 04:41:07 PM by wurstgelee
 #432

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. Wink

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!

Wink


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 Offline

Activity: 1848
Merit: 1000


View Profile
July 20, 2015, 04:12:07 PM
 #433

Happy belated birthday to the 3 sided coin that is TRI, you know why
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 22, 2015, 09:01:27 PM
Last edit: July 22, 2015, 09:19:44 PM by wurstgelee
 #434

Do we have any volunteer here who would compile the Mac wallet? Smiley

croTek4
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


the Cat-a-clysm.


View Profile
July 23, 2015, 01:51:49 PM
 #435

Got the new wallet up. Looks good, runs good, no problems.

Catether is an open source mineable ERC20 Token, powered by Cates.
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 23, 2015, 07:36:12 PM
 #436

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. Wink

wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 28, 2015, 06:18:23 PM
 #437

Hint: Still waiting for a volunteer. :p

wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 29, 2015, 10:21:43 PM
 #438

Hint: Still waiting for a volunteer. :p


Pineapples were manned. Wink

I will upload and release both the Mac and the Win wallet tomorrow, together with an up-to-date bootstrap file.


fitinplace
Full Member
***
Offline Offline

Activity: 213
Merit: 100


View Profile
July 30, 2015, 07:32:29 AM
 #439

200 TRI to wurst for efforts on Wallet! Smiley
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 30, 2015, 09:24:27 AM
Last edit: July 30, 2015, 10:32:46 PM by wurstgelee
 #440

200 TRI to wurst for efforts on Wallet! Smiley

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). Wink

Edit: Just returned home after a loooooooooong day. Uploaded everything. I'm drop dead tired, gonna update the ANN tomorrow morning.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 »
  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!