Bitcoin Forum
May 03, 2024, 03:11:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6]  All
  Print  
Author Topic: [ANN][COVEN]|33k.7 Supply|HexNode|StealthMsging|Multisig|SmartX|IoT|I2P|TOR|COV2  (Read 7261 times)
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
July 03, 2015, 12:48:23 PM
 #101


offline


no sign of a signature
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714705901
Hero Member
*
Offline Offline

Posts: 1714705901

View Profile Personal Message (Offline)

Ignore
1714705901
Reply with quote  #2

1714705901
Report to moderator
1714705901
Hero Member
*
Offline Offline

Posts: 1714705901

View Profile Personal Message (Offline)

Ignore
1714705901
Reply with quote  #2

1714705901
Report to moderator
1714705901
Hero Member
*
Offline Offline

Posts: 1714705901

View Profile Personal Message (Offline)

Ignore
1714705901
Reply with quote  #2

1714705901
Report to moderator
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
July 03, 2015, 01:38:48 PM
 #102

Code:
... makefile.unix:211: recipe for target 'obj/key.o' failed
make: *** [obj/key.o] Error 1

git clone http://www.github.com/bitcoin/secp256k1
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
make install

Thanks a lot, that seems to have been it. Compilation continued.

Now a new problem appeared:

Quote
crypto/hmac_sha256.cpp:34:1: fatal error: opening dependency file obj/crypto/hmac_sha256.d: No such file or directory
 }
 ^
compilation terminated.
makefile.unix:211: recipe for target 'obj/crypto/hmac_sha256.o' failed
make: *** [obj/crypto/hmac_sha256.o] Error 1

which I could solve myself, by

Code:
mkdir obj/crypto

Then this came up:

Code:
g++: error: /root/coven2/src/leveldb/libleveldb.a: No such file or directory
g++: error: /root/coven2/src/leveldb/libmemenv.a: No such file or directory

which could be solved by

Code:
cd leveldb 
chmod 755 build_detect_platform
make libleveldb.a libmemenv.a
cd ..


Then it went through, finally.

thanks a lot!

no sign of a signature
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
July 03, 2015, 01:47:31 PM
 #103

Code:
... makefile.unix:211: recipe for target 'obj/key.o' failed
make: *** [obj/key.o] Error 1

git clone http://www.github.com/bitcoin/secp256k1
cd secp256k1
git checkout a1d5ae1
./autogen.sh
./configure
make
make install
...

Code:
covend
covend: error while loading shared libraries: libsecp256k1.so.0: cannot open shared object file: No such file or directory

the temporary solution is
Code:
export LD_LIBRARY_PATH=/usr/local/lib

just wondering how to make that persistent on Debian



no sign of a signature
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
July 03, 2015, 02:01:14 PM
 #104

covend
coven server starting

covend getinfo
{
    "version" : "v1.0.0.0-g",
    "protocolversion" : 60600,
    "walletversion" : 60000,
    "blocks" : 0,
}

SEEDNODE / ADDNODE NEEDED !

Please tell me your (COV2 !) IP address, perhaps by PM;
I only need it temporarily, to get the blockchain.

Thanks!

no sign of a signature
samspaces
Legendary
*
Offline Offline

Activity: 1452
Merit: 1030


View Profile
July 03, 2015, 02:39:52 PM
 #105

To whom it may concern.   

     "addr" : "188.226.155.38:22454",
        "services" : "00000001",
        "lastsend" : 1435932190,
        "lastrecv" : 1435932190,
        "conntime" : 1435555162,
        "version" : 60014,
        "subver" : "/Coven:1.4.0/",
        "inbound" : false,
        "startingheight" : 3866,
        "banscore" : 0
    },
    {
        "addr" : "104.131.10.94:22454",
        "services" : "00000001",
        "lastsend" : 1435933007,
        "lastrecv" : 1435933007,
        "conntime" : 1435555169,
        "version" : 60014,
        "subver" : "/Coven:1.0.0/",
        "inbound" : false,
        "startingheight" : 3866,
        "banscore" : 0
    },
    {
        "addr" : "107.170.49.98:22454",
        "services" : "00000001",
        "lastsend" : 1435933007,
        "lastrecv" : 1435933007,
        "conntime" : 1435555181,
        "version" : 60014,
        "subver" : "/Coven:1.0.0/",
        "inbound" : false,
        "startingheight" : 3866,
        "banscore" : 0
    },
    {
        "addr" : "192.95.29.153:56486",
        "services" : "00000001",
        "lastsend" : 1435932983,
        "lastrecv" : 1435932983,
        "conntime" : 1435555190,
        "version" : 60014,
        "subver" : "/Coven:1.0.0/",
        "inbound" : true,
        "startingheight" : 3866,
        "banscore" : 0
    },
    {
        "addr" : "101.165.90.37:58838",
        "services" : "00000001",
        "lastsend" : 1435932056,
        "lastrecv" : 1435932057,
        "conntime" : 1435881051,
        "version" : 60014,
        "subver" : "/Coven:1.4.0/",
        "inbound" : true,
        "startingheight" : 3868,
        "banscore" : 0
    },
    {
        "addr" : "137.135.57.119:2528",
        "services" : "00000001",
        "lastsend" : 1435932653,
        "lastrecv" : 1435932654,
        "conntime" : 1435932652,
        "version" : 60014,
        "subver" : "/Coven:1.2.0/",
        "inbound" : true,
        "startingheight" : 3923,
        "banscore" : 0
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
July 03, 2015, 02:56:55 PM
Last edit: July 03, 2015, 07:25:57 PM by drakoin
 #106

Thanks.
But no.

Those are COV nodes (old thread1, old thread2),
not COV2 nodes. We need seednodes for the new COV2.



covend
coven server starting
covend getinfo
{
    "version" : "v1.0.0.0-g",
    "protocolversion" : 60600,
    "walletversion" : 60000,
    "blocks" : 0,
}

SEEDNODE / ADDNODE NEEDED !

Please tell me your (COV2 !) IP address, perhaps by PM;
I only need it temporarily, to get the blockchain. Thanks!

no sign of a signature
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 03, 2015, 04:48:39 PM
 #107

Where is CovenDev ? Has he abandoned us once again Huh

My guess: He doesn't really understand/know how to fix this mess and is awol again.

@ COV2 wallet users: Using that wallet makes no sense since this will only work if the dev does a manual swap after implementing PoW again (or get the COV1 chain moving again by other means). Unless he doesn't show up to fix this mess there's no point in using COV2 wallets. If possible revert to COV1 for now.

@ all: Anyone knows about the state of the chain prior to this COV2-mess? Was it working or stalled?

drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
July 03, 2015, 06:03:58 PM
Last edit: July 03, 2015, 07:26:25 PM by drakoin
 #108

@ all: Anyone knows about the state of the chain prior to this COV2-mess? Was it working or stalled?

Stuck for a long time,

then bittrex (90% of total coins) enabled staking for 24 hours, and that (or the attention of other balance owners) made COV move,

a few blocks; then it got stuck again. Perhaps because bittrex disabled staking so soon?

samspaces posting above shows different blocks 3866, 3868, and 3923
and different versions 1.0.0 and 1.2.0 and 1.4.0

You might find more info in that thread.


@ COV2 wallet users: Using that wallet makes no sense
No doubt about that. I have no COV2 coins, either.
But I wanted to try out the new code & chain of COV2 - to get an opinion about all this.

Idea: If that COV2 code is newer&better code, could it also be plugged on top of the old COV1 chain perhaps? Then no coin swap would be necessary, if that is so complicated / expensive.


no sign of a signature
samspaces
Legendary
*
Offline Offline

Activity: 1452
Merit: 1030


View Profile
July 03, 2015, 06:33:22 PM
 #109

Ok ladds, how about this.

http://www.filedropper.com/covenfiles

just add them to your .Coven folder. And no, I didn't go to the trouble to put a virus in. But you can check, to make sure.
drakoin
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1000

see my profile


View Profile
July 03, 2015, 07:18:09 PM
 #110

A takeover attempt after only 46 hours of inactivity is questionable. Just saying.


no sign of a signature
TomVelvetPaws
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


BTC=1GjeqWFLc4TBDg3bwdQk9ZWnEoNPCT9t6G


View Profile WWW
July 06, 2015, 01:27:38 PM
 #111

Im Confused AGAIN  Huh



  CRAVE Embrace the privacy movement    ◥
   Your Market. Your Blockchain Business. Your Profit.     ◥
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
July 07, 2015, 05:06:05 PM
 #112

Where is CovenDev ? Has he abandoned us once again Huh

My guess: He doesn't really understand/know how to fix this mess and is awol again.

[...]

Suprise, surprise....  Roll Eyes

richiela
Hero Member
*****
Offline Offline

Activity: 937
Merit: 1000


View Profile
July 18, 2015, 04:53:46 PM
 #113

Where is CovenDev ? Has he abandoned us once again Huh

My guess: He doesn't really understand/know how to fix this mess and is awol again.

[...]

Suprise, surprise....  Roll Eyes

Guys, we're going to have to delist this coin.  The wallet has been broken for at least 3 weeks and there isn't a dev to fix the issue.  The market will be closing next friday and the wallet removed.

Thanks,
richie@bittrex

Looking for the best exchange? -> https://bittrex.com
BlackPanda
Legendary
*
Offline Offline

Activity: 1414
Merit: 1001



View Profile
July 19, 2015, 01:44:52 PM
 #114

thanks for good news richie Cheesy , I know shit coin should remove from market and going to the hell with bagholder .
Pages: « 1 2 3 4 5 [6]  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!