Bitcoin Forum
April 23, 2024, 04:09:26 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 ... 99 »
  Print  
Author Topic: [ANN] eGaaS: Electronic Government as a Service  (Read 115073 times)
ipe-lab.com
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
November 02, 2016, 10:12:24 PM
 #121

Guys, we have some news:

1.  1.x consistent good working version for Linux and Mac stays here https://github.com/EGaaS/go-egaas-mvp/releases/tag/v1.0.2b1
2. Consistent one for Win is needed to wait for 8 hours

By the way, who wants some tokens to test, please send us your wallets)
1713888566
Hero Member
*
Offline Offline

Posts: 1713888566

View Profile Personal Message (Offline)

Ignore
1713888566
Reply with quote  #2

1713888566
Report to moderator
1713888566
Hero Member
*
Offline Offline

Posts: 1713888566

View Profile Personal Message (Offline)

Ignore
1713888566
Reply with quote  #2

1713888566
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jwiz168
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000



View Profile
November 03, 2016, 12:15:46 AM
 #122

This project looks interesting . Some kind of Nxt like forging system of POS . I got to watch on this one.
lucky80
Hero Member
*****
Offline Offline

Activity: 1652
Merit: 593


View Profile WWW
November 03, 2016, 03:53:29 AM
 #123

Send me some coins to test

0738-5236-7240-8475-8906

 Smiley

Hey Andrew i sent you 1 EGS did you received

lucky80
Hero Member
*****
Offline Offline

Activity: 1652
Merit: 593


View Profile WWW
November 03, 2016, 04:00:13 AM
 #124

0651-3500-8186-5818-5602

jeewaka ...also sent you 1 EGS ...did you received

Btw dev the blockchain is stuck at 20395. resych from scratch now. I sent you email also...thanks
niksdt101
Hero Member
*****
Offline Offline

Activity: 803
Merit: 501



View Profile
November 03, 2016, 04:27:08 AM
 #125

@dev here is the updated malayalam translation page

https://bitcointalk.org/index.php?topic=1618033.0

hope you didn't forget us the translators for the reward!!
jamalaezaz
Copper Member
Hero Member
*****
Offline Offline

Activity: 1876
Merit: 533



View Profile WWW
November 03, 2016, 06:38:17 AM
 #126

Dear jamalaezaz! Thank you for the report, we try to fix bugs as soon as we can) But we need more concret information: which link gave you an error?
hi.
This is the link giving the error:
http://egaas.org/download.html
please fix this.

Available For CM/SMM, Content Writing and Digital Marketing
TG: @jamalaezaz
addicto
Legendary
*
Offline Offline

Activity: 1526
Merit: 1012


View Profile
November 03, 2016, 07:33:03 AM
 #127

Any social media bounty available there or not? I checked the op but there is no details how to apply for that. Anybody know about this so how get that?
Mallyx
Hero Member
*****
Offline Offline

Activity: 1138
Merit: 574



View Profile
November 03, 2016, 08:10:47 AM
 #128

Any social media bounty available there or not? I checked the op but there is no details how to apply for that. Anybody know about this so how get that?

Pretty much everything has still to be announced.
ipe-lab.com
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
November 03, 2016, 08:16:47 AM
 #129

Dear jamalaezaz! Thank you for the report, we try to fix bugs as soon as we can) But we need more concret information: which link gave you an error?
hi.
This is the link giving the error:
http://egaas.org/download.html
please fix this.

The link you sent show the page for app's download. Please, make a screen with the error.

addicto, am i right, you want to donate?

Translators! Yes we'll send you a reward)! Thanks for your job!

People, don't be shy to ask)
ipe-lab.com
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
November 03, 2016, 09:48:32 AM
Last edit: November 03, 2016, 11:47:59 AM by ipe-lab.com
 #130

Folks, look  here is the EGAAS Manifest with the all detailes you may be interested in http://egaas.org/docs/eGaaS_Manifest.pdf

Site of our partner promoting EGAAS https://www.ico-list.com/
ipe-lab.com
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
November 03, 2016, 02:55:40 PM
 #131

https://github.com/EGaaS/go-egaas-mvp/wiki/eGaaS-app-installation-instruction this is an istruction) Ask if something is not clear
kaicrypzen
Hero Member
*****
Offline Offline

Activity: 1344
Merit: 656



View Profile
November 03, 2016, 03:33:33 PM
 #132

https://github.com/EGaaS/go-egaas-mvp/wiki/eGaaS-app-installation-instruction this is an istruction) Ask if something is not clear

Maybe add some more instructions for people using command line on linux-based systems.

Here is what I did on my xubuntu:
Code:
# install postgre as root
apt-get install postgresql-9.4
# switch to postgres user
su - postgres
# create a new user which I will use for egaas (and specify a password)
# replace <user> with the user name you chose
createuser -d -a -P <user>
# create a db for egaas
# replace <db> with the name you chose
createdb <db>

when I launched egaas, I could connect using the user and the db I created and the blockchain is now synchronizing.

By the way, don't forget:
Code:
chmod +x egaas_linux64
to launch egaas like this:
Code:
./egaas_linux64

killerjoegreece
Legendary
*
Offline Offline

Activity: 1666
Merit: 1007


Professional Native Greek Translator (2000+ done)


View Profile WWW
November 03, 2016, 04:32:22 PM
 #133

Can someone please tell me how to start forging?
killerjoegreece
Legendary
*
Offline Offline

Activity: 1666
Merit: 1007


Professional Native Greek Translator (2000+ done)


View Profile WWW
November 03, 2016, 04:40:23 PM
 #134

@dev here is the updated malayalam translation page

https://bitcointalk.org/index.php?topic=1618033.0

hope you didn't forget us the translators for the reward!!

I got my translation reward so will you.
ipe-lab.com
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
November 03, 2016, 08:28:08 PM
 #135

kaicrypzen thank you for the help with linux instruction Wink

killerjoegreece there is an instruction:
1. Open 7078 port for incoming connections on your server.
2. Users who have at least 100 EGS should vote for your wallet. Also you can vote for yourself (in the forging menu).
3. Indicate the host of your node (in the forging menu)
4. Change your node key (in the forging menu)
5. Start forging!
killerjoegreece
Legendary
*
Offline Offline

Activity: 1666
Merit: 1007


Professional Native Greek Translator (2000+ done)


View Profile WWW
November 03, 2016, 08:30:50 PM
 #136

kaicrypzen thank you for the help with linux instruction Wink

killerjoegreece there is an instruction:
1. Open 7078 port for incoming connections on your server.
2. Users who have at least 100 EGS should vote for your wallet. Also you can vote for yourself (in the forging menu).
3. Indicate the host of your node (in the forging menu)
4. Change your node key (in the forging menu)
5. Start forging!

Im using lite wallet and have a dynamic IP will this work sir?
Thefrolly
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


CryptoTalk.Org - Get Paid for every Post!


View Profile
November 03, 2016, 09:12:04 PM
 #137

got both running and ready all looking good:)

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
CryptoTalk.org| 
MAKE POSTS AND EARN BTC!
🏆
MbakNarti
Sr. Member
****
Offline Offline

Activity: 679
Merit: 254


View Profile
November 04, 2016, 12:39:37 AM
 #138

Error to created on official forum EGAAS. Please fix this bug
lucky80
Hero Member
*****
Offline Offline

Activity: 1652
Merit: 593


View Profile WWW
November 04, 2016, 12:54:12 AM
 #139

kaicrypzen thank you for the help with linux instruction Wink

killerjoegreece there is an instruction:
1. Open 7078 port for incoming connections on your server.
2. Users who have at least 100 EGS should vote for your wallet. Also you can vote for yourself (in the forging menu).
3. Indicate the host of your node (in the forging menu)
4. Change your node key (in the forging menu)
5. Start forging!

Im using lite wallet and have a dynamic IP will this work sir?

Nope ...you must use the node version sir...
grifinmch
Sr. Member
****
Offline Offline

Activity: 756
Merit: 250


View Profile
November 04, 2016, 01:17:47 AM
 #140

kaicrypzen thank you for the help with linux instruction Wink

killerjoegreece there is an instruction:
1. Open 7078 port for incoming connections on your server.
2. Users who have at least 100 EGS should vote for your wallet. Also you can vote for yourself (in the forging menu).
3. Indicate the host of your node (in the forging menu)
4. Change your node key (in the forging menu)
5. Start forging!

Im using lite wallet and have a dynamic IP will this work sir?

Nope ...you must use the node version sir...

How can i use the node???
tell me please 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 ... 99 »
  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!