Bitcoin Forum
November 08, 2024, 08:54:28 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: December 21, 2020, 10:31:01 PM
🔺Emergency Protocols and back ups should be established for the TRI network sooner than later🔺!!!!!


I suggest you watch this video if your not aware of whats happening https://youtu.be/oe3y-OdNSsw



In addition to wallet security, there is the ultimate issue of network security. Beyond distributing nodes geographical ly on vultr, it would be beneficial to have nodes running on a LoRaWAN network like helium. I'm not shilling. If you have a service to reccomend I would join.

Also planning to bury enough technology to reconnect in case of EMP.

Happy solstice and a Merry conjunction!

62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: December 10, 2020, 02:32:42 AM
Cryptopia liquidators, Grant Thornton, are emailing with a link to their registration portal. Check your junk/promotions.

https://portal.cryptopia.co.nz/

They also have support through:

https://cryptopia.zendesk.com
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: December 02, 2020, 04:23:51 PM
#decentralcore found wurstgelee on twitter!

wurstgelee gave us these instructions for building trianglesd from makefile. I have forwarded to sato contact via decentralcore.

Code:
sudo apt-get install libqt4-designer libqt4-opengl libqt4-svg libqtgui4 libqtcore4 libqtwebkit4 qt4-dev-tools libqt4-dev gcc-4.9

sudo apt-get install build-essential libssl-dev libdb-dev libdb++-dev libqrencode-dev  libevent-dev libminiupnpc-dev libboost-dev liblevedb-dev libboost-all-dev

sudo apt-get install git

cd /opt/build
git clone https://t.co/Ayzmew8TmY

cd triangles/src/leveldb
chmod +x build_detect_platform
make clean
make libleveldb.a libmemenv.a

cd triangles/src
mkdir obj
make -f makefile.unix

wurstgelee says they are available with ~48hrs notice

Proof Of Dev 🔺
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 17, 2020, 03:51:13 PM
Decentral Core- TRI Jesus🔺
Whale Bone- TRI Constantine the Great🔺


Lol, the disciples of Core. In wurstgelee we trust! *this is not a financial money cult
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 13, 2020, 11:59:28 AM
It gives errors trying to make -f makefile.unix

telegram - https://t.me/richjayjay

Copy, i have reached out on telegram
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 11, 2020, 05:21:34 PM
+1
reserved
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 08, 2020, 04:58:50 AM
cool or weird?

https://www.bitfinex.com/t/TRI:USD

11:16:32
0.00109850
90,000.0000 TRI
!!!more than half supply in one trade is wow!!!

It looks like trade bot testing. We would see that wallet on the network. It looks promising though*.*Not financial advice
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 06, 2020, 11:02:09 PM

Just added Erex.io referral link support on oddbank and made a 420 TRI/BTC parity sell wall there  Grin 🔺
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 05, 2020, 10:17:45 PM
we ll try this and get back to you.
but we are building on ubuntu 18 and we have a lot of similar coins running on similar droplets

UBTCUNTU HEADLESS TRIANGLES NODE

DOWNLOAD REPOSITORY
https://github.com/timeHead/headless_triangles_build.git

16.04
BUILD
Code:
cd src/leveldb

chmod 755 *

cd ..

make -f makefile.unix
--- [ END HERE ] ---

18.04
DOWNGRADE SSL
Code:
sudo apt remove libssl-dev

sudo apt install libssl1.0-dev

BUILD
Code:
cd src/leveldb

chmod 755 *

cd ..

make -f makefile.unix
--- [ END HERE ] ---
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 05, 2020, 02:30:18 PM

message relyed.  Thanks Whalebone, don't know what we'd do without you!

The feeling is mutual. Thank you wurstgelee for making us TRI.harder.
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 05, 2020, 02:37:04 AM
We will appreciate a more detailed instructions
Also please note that we dont use the qt wallet as it is being deployed on a network server

Understood. I took a closer look and posted necessary commands and link in my preceding post to a repository that worked for me.
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 04, 2020, 05:17:37 PM
Hi team, we have issues building the TRI wallet using the simple  make -f makefile.unix
 Firstly we discovered it could not build without having the src/obj present and we mkdir it and after that running the make we got the following errors:

cc -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I...triangles/src -I...triangles/src/tor -I...triangles/src/obj -I/usr/local/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I...triangles/src/leveldb/include -I...triangles/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/address.d -o obj/address.o tor/address.ccc -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I...triangles/src -I...triangles/src/tor -I...triangles/src/obj -I/usr/local/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I...triangles/src/leveldb/include -I...triangles/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/addressmap.d -o obj/addressmap.o tor/addressmap.c
cc -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I...triangles/src -I...triangles/src/tor -I...triangles/src/obj -I/usr/local/include -DUSE_UPNP=0 -DUSE_IPV6=1 -I...triangles/src/leveldb/include -I...triangles/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/aes.d -o obj/aes.o tor/aes.c
tor/aes.c:92:18: error: field 'evp' has incomplete type
   EVP_CIPHER_CTX evp;
                  ^~~
makefile.unix:287: recipe for target 'obj/aes.o' failed
make: *** [obj/aes.o] Error 1

I was able to compile after creating an "obj" folder that is a copy of the "tor" subfolder in SRC and moved a few files from SRC into the new "obj" subfolder.

This repository is a bit larger than necessary and not worthy of pushing to wurstgelee but it worked for me on ubuntu 16.04.

https://github.com/timeHead/headless_triangles_build.git

UPDATE: Please see post #1275 below for 18.04 build solution.

Code:
cd src/leveldb

chmod 755 *

cd ..

make -f makefile.unix



73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 04, 2020, 12:47:47 PM

I didn't see the market at first, had to search TRI, but WOW, #decentralcore creating arbitrage magic. New price point 115 btc/tri 😲

welp i see people want to be generous by posting sell wall under 10, but kindness looks like weakness/problem to viewers.

Sounds good. I will remove a 50 tri sell wall "carrot" on btcpop and leave them to stake. The rest of my TRI sells are waiting for TRI/BTC parity and airdrops on oddbank.info. Get them while you can! Thank you #decentralcore, the node transfer channel and TRI tor messenging reminders are brilliant.
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 03, 2020, 09:34:42 PM

I didn't see the market at first, had to search TRI, but WOW, #decentralcore creating arbitrage magic. New price point 115 btc/tri 😲
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 03, 2020, 03:54:28 AM
Hail to the chief! Thank you #decentralcore ! Tokens only smh
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: November 01, 2020, 07:28:46 PM
*** UPDATE ***

satoexchange will review our coin, if they decide to work on it.  we will find out when they are done working.  sometimes when people are working they need to keep full concentration.  so this update is "They are working."

Just in time for 11/5! Thank you all for making our 4th exchange possible. In anticipation I added satoexchange ref link to oddbank crypto profile. Also added "original member", "verified" and "deceased member" badges. (OG meme sunglasses for member_id <=100, triangular V and scarab image)
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: October 27, 2020, 12:29:49 AM
Not sure if this is a sign but TRI (still with outdated info) showed up today in my coinmarketcap app watchlist for the first time.
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: October 26, 2020, 11:36:27 PM
https://oddbank.info/bounties/98

TRI 😎 Bounty

---

https://oddbank.info/things/175

🔺CiTi_DiGiMEDIA prints and NFT options (TRI ONLY)

79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: October 24, 2020, 06:51:20 PM
Just bumped oddbank.info to BETA 3.3 (this version # is purely a magical TRI coincidence) codename: BLUSH

Share life thru THINGS & BOUNTIES w/ 20+ crypto, DeFi referrals, geocoding, @curiousbank trianglescoin airdrops & more on the light web's front page v3.3B

Add a TRI address to your CRYPTO PROFILE to activate "LEGACY MODE" and keep your profile active in the member's airdrop thread. In the future, a portion of our stake earnings will be automatically distributed to active members each month.

--Activated BLUSH mode in CSS



--Added v2.altmarkets and stakecenter referral links. Your links override our header links when a user visits your PROFILE, THINGS, or BOUNTIES.

80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Triangles [TRI] - low supply X13 PoS over TOR with secure messaging on: October 24, 2020, 12:45:38 AM
whalebone regents approved some stake weight distribution. Just shy of 2300 TRI amongst our exchanges at 1BTC each.

https://www.unnamed.exchange : 1000
https://v2.altmarkets.io : 420
https://stakecenter.co : 420
https://cratex.io : 420

https://twitter.com/curiousbank/status/1319806138037211139?s=19
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!