Bitcoin Forum
May 28, 2024, 10:40:19 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 72 73 74 75 76 77 78 79 80 81 82 83 ... 159 »
  Print  
Author Topic: [SYNX] Syndicate | Business Management Platform | NEW BETA v1.0.1.7 RELEASED! |  (Read 235730 times)
SyndicateLabs (OP)
Full Member
***
Offline Offline

Activity: 882
Merit: 100


View Profile
July 11, 2016, 06:44:28 PM
 #641

It really nice to see everyone working together! Smiley
sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
July 11, 2016, 06:47:59 PM
 #642

Yobit added like 5 coins today & not synx..

Hes only in it for his little 0.1's
mxnsch
Sr. Member
****
Offline Offline

Activity: 471
Merit: 252



View Profile
July 11, 2016, 06:49:59 PM
 #643

Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/

██  ███  nope ██  ███
purplejaguar
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250



View Profile
July 11, 2016, 06:56:33 PM
 #644

Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/

Sweeeeeeeeeet!
shimlbit
Legendary
*
Offline Offline

Activity: 1302
Merit: 1001



View Profile
July 11, 2016, 07:04:36 PM
 #645

Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/

little advice

never start any program or wallet as root...if u got infected stuff than hf with getting back ur stuff!
SyndicateLabs (OP)
Full Member
***
Offline Offline

Activity: 882
Merit: 100


View Profile
July 11, 2016, 07:41:55 PM
 #646

Good news everyone!

I've gotten in contact with the Anti-virus companies with the false positives on virus total!

They asked me to send all of my views for review & they are going to add it to their false positive list so it wont be flagged on virus total anymore!!!  Smiley
SyndicateLabs (OP)
Full Member
***
Offline Offline

Activity: 882
Merit: 100


View Profile
July 11, 2016, 07:54:15 PM
 #647

Hi guys,

i created two Syndicated / Syndicate-Qt Docker containers for the daemon and Wallet to provide an easy way for new release testing and qa.

For example if you want to test the current syndicated git version this is an example session (with docker only installed):

Code:
$ docker run --interactive --tty --entrypoint=/bin/bash marsmensch/synxwallet
root@1af504fdfbaa:/# /usr/local/bin/Syndicated &
[1] 9
root@1af504fdfbaa:/# Syndicate server starting

[1]+  Done                    /usr/local/bin/Syndicated
root@1af504fdfbaa:/# tail -f /root/.Syndicate/debug.log
2016-07-11 18:44:34 opencon thread start
2016-07-11 18:44:34 msghand thread start
2016-07-11 18:44:34 dumpaddr thread start
2016-07-11 18:44:34 net thread start
2016-07-11 18:44:34 dnsseed thread start
2016-07-11 18:44:34 Loading addresses from DNS seeds (could take a while)
2016-07-11 18:44:34 smsg-pow thread start
2016-07-11 18:44:34 smsg thread start
2016-07-11 18:44:35 2 addresses found from DNS seeds
2016-07-11 18:44:35 dnsseed thread exit

The Syndicate-Qt version is even easier to use, there is only one command:
Code:
docker run -it -p 6080:6080 marsmensch/synxwallet

After a couple of seconds, Syndicate-Qt is accessible via http://127.0.0.1:6080. A screenshot of the wallet access through Google Chrome can be seen here:


Have fun, images are currently building on Docker hub and will be available shortly:
https://hub.docker.com/r/marsmensch/synx/
https://hub.docker.com/r/marsmensch/synxwallet/

Thats awesome! Thank you
BBoBB
Sr. Member
****
Offline Offline

Activity: 346
Merit: 251

Do it right or don't do it at all.


View Profile
July 11, 2016, 10:52:19 PM
 #648

SYNX just hit 2000 satoshis on coinexchange!  Cool

The best is yet to come lol
SyndicateLabs (OP)
Full Member
***
Offline Offline

Activity: 882
Merit: 100


View Profile
July 11, 2016, 10:55:57 PM
 #649

I have some good news, but I think I'll just leave it be & surprise everyone Smiley
MissCrypto
Hero Member
*****
Offline Offline

Activity: 945
Merit: 1000



View Profile
July 11, 2016, 11:04:32 PM
 #650

Added to coinmarketcap.

http://coinmarketcap.com/currencies/syndicate/

|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ ̲|̡̡̡ ̡ ̴̡ı̴̡̡ ̡͌l̡ ̴̡ı̴̴̡ ̡l̡*̡̡ ̴̡ı̴̴̡ ̡̡͡|̲̲̲͡͡͡ ̲▫̲͡ ̲̲̲͡͡π̲̲͡͡ ̲̲͡▫̲̲͡͡ |
SyndicateLabs (OP)
Full Member
***
Offline Offline

Activity: 882
Merit: 100


View Profile
July 11, 2016, 11:20:53 PM
 #651


Nice! I will update the OP!

Thanks!
idolacchacked
Hero Member
*****
Offline Offline

Activity: 598
Merit: 500


View Profile
July 12, 2016, 12:29:06 AM
 #652

SYNX just hit 2000 satoshis on coinexchange!  Cool

The best is yet to come lol

You aren't kidding... now 3000 satoshis!

now 4000 sats Wink
k0er
Legendary
*
Offline Offline

Activity: 1134
Merit: 1068



View Profile
July 12, 2016, 12:44:27 AM
 #653

I have some good news, but I think I'll just leave it be & surprise everyone Smiley
Feel free to tell me about it Wink Grin

YANDEX
purplejaguar
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250



View Profile
July 12, 2016, 12:54:57 AM
 #654

I have some good news, but I think I'll just leave it be & surprise everyone Smiley
Feel free to tell me about it Wink Grin

I say let's keep it a surprise and let the market react when this good news gets out!
sp00lin9
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile
July 12, 2016, 01:04:09 AM
 #655

The good news is...TOMORROW IS TACO TUESDAY! Cheesy
k0er
Legendary
*
Offline Offline

Activity: 1134
Merit: 1068



View Profile
July 12, 2016, 01:39:31 AM
 #656

wtf who dumped  Huh Huh Huh
anyone who wants to buy more Smiley

YANDEX
doriangray
Hero Member
*****
Offline Offline

Activity: 567
Merit: 503



View Profile
July 12, 2016, 01:43:20 AM
 #657

wtf who dumped  Huh Huh Huh
anyone who wants to buy more Smiley

Then will pump it after accumulating some more.

            ▄▄████▄▄
        ▄▄██████████████▄▄
      ███████████████████████▄▄
      ▀▀█████████████████████████
██▄▄       ▀▀█████████████████████
██████▄▄        ▀█████████████████
███████████▄▄       ▀▀████████████
███████████████▄▄        ▀████████
████████████████████▄▄       ▀▀███
 ▀▀██████████████████████▄▄
     ▀▀██████████████████████▄▄
▄▄        ▀██████████████████████▄
████▄▄        ▀▀██████████████████
█████████▄▄        ▀▀█████████████
█████████████▄▄        ▀▀█████████
██████████████████▄▄        ▀▀████
▀██████████████████████▄▄
  ▀▀████████████████████████
      ▀▀█████████████████▀▀
           ▀▀███████▀▀



.SEMUX
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
  Semux uses .100% original codebase.
  Superfast with .30 seconds instant finality.
  Tested .5000 tx per block. on open network
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
█ █
Selsonblue
Hero Member
*****
Offline Offline

Activity: 661
Merit: 500


View Profile
July 12, 2016, 02:38:37 AM
 #658

This project is fkn awesome. Please PM me for any of your software QA testing needs.
mxnsch
Sr. Member
****
Offline Offline

Activity: 471
Merit: 252



View Profile
July 12, 2016, 06:44:22 AM
 #659


little advice

never start any program or wallet as root...if u got infected stuff than hf with getting back ur stuff!
Great advice indeed!

In that specific case (Docker) and use case (automatic build testing and evaluation where package installations are required) it is good the way it is.

For "productive" usage there is always the option to extend the Dockerfile and limit privileges at runtime eg like this:

Code:
docker run -u=1001 --cap-drop=all --interactive --tty --entrypoint=/bin/bash marsmensch/synx

If i have some spare time to play a little more with SYNX, i might create a ready to go Dockerfile / image with persistent storage for that specific use case. Another use case would be masternode installations in "piece of cake" mode ;-)

██  ███  nope ██  ███
SyndicateLabs (OP)
Full Member
***
Offline Offline

Activity: 882
Merit: 100


View Profile
July 12, 2016, 04:37:59 PM
 #660

Hows everyone doing today?!  Smiley
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 72 73 74 75 76 77 78 79 80 81 82 83 ... 159 »
  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!