Bitcoin Forum
May 12, 2024, 09:20:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
Author Topic: Eurocoin (EUC) is SHA256 based crypto currency  (Read 21975 times)
limar
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
July 03, 2015, 04:08:51 AM
 #21

trying to compile on linux but getting this error

root@xxxxxx:~/Eurocoin# ./autogen.sh
aclocal: configure.ac:22: file `pkg.m4' does not exist
autoreconf: aclocal failed with exit status: 1


Go to Hell
1715505655
Hero Member
*
Offline Offline

Posts: 1715505655

View Profile Personal Message (Offline)

Ignore
1715505655
Reply with quote  #2

1715505655
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715505655
Hero Member
*
Offline Offline

Posts: 1715505655

View Profile Personal Message (Offline)

Ignore
1715505655
Reply with quote  #2

1715505655
Report to moderator
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 03, 2015, 12:10:49 PM
 #22

trying to compile on linux but getting this error

root@xxxxxx:~/Eurocoin# ./autogen.sh
aclocal: configure.ac:22: file `pkg.m4' does not exist
autoreconf: aclocal failed with exit status: 1



Just added pkg.m4 to Github - https://github.com/scriptexpert/Eurocoin

Or get the daemon eurocoind for ubuntu 14.04 64 - http://eurocoin.co/readydwn/eurocoind.rar

Also full source - http://eurocoin.co/readydwn/eurocoin-0.9.3.rar
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 03, 2015, 01:35:35 PM
 #23

New to Eurocoin Today!

Block Explorer: Go to Block Explorer


http://euro.poolto.be
PlatinumExpress
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 03, 2015, 02:48:51 PM
 #24

So it is different the iEuro coin? I thought it was just a new ann when i saw it.
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 03, 2015, 03:14:10 PM
 #25

So it is different the iEuro coin? I thought it was just a new ann when i saw it.

New Sha256 coin started on July 1st
limar
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
July 03, 2015, 04:08:54 PM
 #26


i have debian and after downloading source running ./autogen.sh and ./configuer

make: *** No targets specified and no makefile found.  Stop.

what to do ??

Go to Hell
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 03, 2015, 06:04:26 PM
 #27


i have debian and after downloading source running ./autogen.sh and ./configuer

make: *** No targets specified and no makefile found.  Stop.

what to do ??

Try like this.

./autogen.sh
./configure --without-gui
make
limar
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
July 03, 2015, 08:35:46 PM
 #28


i have debian and after downloading source running ./autogen.sh and ./configuer

make: *** No targets specified and no makefile found.  Stop.

what to do ??

Try like this.

./autogen.sh
./configure --without-gui
make

root@xxxxxx:~/eurocoin-0.9.3/src# ./eurocoind
: Error initializing wallet database environment /root/.eurocoin!


this wallet is becoming a challenge for me NOW

Go to Hell
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 03, 2015, 08:42:17 PM
 #29


i have debian and after downloading source running ./autogen.sh and ./configuer

make: *** No targets specified and no makefile found.  Stop.

what to do ??

Try like this.

./autogen.sh
./configure --without-gui
make

root@xxxxxx:~/eurocoin-0.9.3/src# ./eurocoind
: Error initializing wallet database environment /root/.eurocoin!


this wallet is becoming a challenge for me NOW

Can't start without the eurocoin.conf file in /root/.eurocoin

exemple eurocoin.conf below:
rpcuser=anyuser
rpcpassword=anypassword
rpcallowip=127.0.0.1
rpcallowip=*
rpcport=21775
daemon=1
server=1
gen=0
limar
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
July 03, 2015, 08:52:33 PM
 #30


i have debian and after downloading source running ./autogen.sh and ./configuer

make: *** No targets specified and no makefile found.  Stop.

what to do ??

Try like this.

./autogen.sh
./configure --without-gui
make

root@xxxxxx:~/eurocoin-0.9.3/src# ./eurocoind
: Error initializing wallet database environment /root/.eurocoin!


this wallet is becoming a challenge for me NOW

Can't start without the eurocoin.conf file in /root/.eurocoin

exemple eurocoin.conf below:
rpcuser=anyuser
rpcpassword=anypassword
rpcallowip=127.0.0.1
rpcallowip=*
rpcport=21775
daemon=1
server=1
gen=0

conf is already there but whenever i enter command to initialize wallet ./eurocoind it creates database folderlike database.xxxxxxx.bak folder in .eurocoin folder at root and command terminates with the aforementioned error

Go to Hell
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 03, 2015, 09:02:37 PM
 #31



conf is already there but whenever i enter command to initialize wallet ./eurocoind it creates database folderlike database.xxxxxxx.bak folder in .eurocoin folder at root and command terminates with the aforementioned error

Make sure that eurocoind and eurocoin-cli are locate in /usr/bin not in root

Then just type eurocoind or eurocoind -daemon to start

Crypto-Noah
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 04, 2015, 05:08:31 AM
 #32

EXCHANGE EUC ?
kevin1234a
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


Decentralizing Jesus on the Blockchain


View Profile WWW
July 04, 2015, 05:17:41 AM
 #33



conf is already there but whenever i enter command to initialize wallet ./eurocoind it creates database folderlike database.xxxxxxx.bak folder in .eurocoin folder at root and command terminates with the aforementioned error

Make sure that eurocoind and eurocoin-cli are locate in /usr/bin not in root

Then just type eurocoind or eurocoind -daemon to start



dude your coding is something similar to ideacoin?

litemaster
Full Member
***
Offline Offline

Activity: 169
Merit: 100


View Profile
July 05, 2015, 09:22:08 PM
 #34

Exchange? How can I buy some?

BITCOIN: 13UY67yfRjRVMR6hauZJbauHiDfeM2qXSg
MINTCOIN: MdVzxTfLDrzdij9vpee1YJGotBahfsfmqs
ASIACOIN: AH7dunb5G99XzCNj1KnGCdPkqc27pRPfBu
litemaster
Full Member
***
Offline Offline

Activity: 169
Merit: 100


View Profile
July 06, 2015, 04:34:11 PM
 #35


How much instamined?

BITCOIN: 13UY67yfRjRVMR6hauZJbauHiDfeM2qXSg
MINTCOIN: MdVzxTfLDrzdij9vpee1YJGotBahfsfmqs
ASIACOIN: AH7dunb5G99XzCNj1KnGCdPkqc27pRPfBu
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 06, 2015, 11:28:13 PM
 #36

Exchange? How can I buy some?
1 confirm for August and 1 for September. check website http://eurocoin.co/
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 06, 2015, 11:35:53 PM
 #37



How much instamined?

0 Premine
Mining started July 1st 2015 at Noon 12:00 UTC
Posted on https://www.altcoincalendar.info/coins/1737-EUC week before
Posted bitcointalk.org July 01, 2015, 12:13:52 PM same time as wallet release, website upload, pool setup etc...
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 06, 2015, 11:41:32 PM
 #38



conf is already there but whenever i enter command to initialize wallet ./eurocoind it creates database folderlike database.xxxxxxx.bak folder in .eurocoin folder at root and command terminates with the aforementioned error

Make sure that eurocoind and eurocoin-cli are locate in /usr/bin not in root

Then just type eurocoind or eurocoind -daemon to start



dude your coding is something similar to ideacoin?

No not like ideacoin

Eurocoin use the same source as Bitcoin with modification below.

Based on Bitcoin 0.9.3 SHA256 source
Block target: 2 minutes instead of 10
Difficulty retargets every 400 blocks instead of 2016
Block reward: 50 EUC, halving every 200,000 blocks instead of 250,000
Total coin supply: 20,000,000 EUC instead of 21,000,000 BTC
Coinbase maturity: 20 blocks instead of 120

anderson705
Full Member
***
Offline Offline

Activity: 233
Merit: 100



View Profile
July 08, 2015, 05:24:43 AM
 #39

this coin got the good name. very height potential in the long run. please do not abandon in the middle like most coin. need to get the mobile wallet, rich list.
script-expert (OP)
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 08, 2015, 04:05:34 PM
 #40

this coin got the good name. very height potential in the long run. please do not abandon in the middle like most coin. need to get the mobile wallet, rich list.

Steady 15+ miners on 2 pools, 2 exchanges confirm (1 August, 1 September) (3rd possible for September)  so it's on.
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  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!