Pages:
Author

Topic: [ANN][EC]▲ Eclipse ▲ Ring Signatures | Anonymous | TOR | Stealth Addresses - page 15. (Read 29638 times)

legendary
Activity: 1274
Merit: 1006
Trainman
After secp problem solving i fetch a error
sigringu.cpp: In function ‘int hashToEC(const uint8_t*, uint32_t, BIGNUM*, EC_POINT*)’:
sigringu.cpp:150:60: error: ‘secp256k1_hash_to_ec_xy_bytes’ was not declared in this scope
     if (!secp256k1_hash_to_ec_xy_bytes(b32_x, b32_y, pcHash))
                                                            ^
make: *** [obj/sigringu.o] Error 1

i remove the line 150-151 from sigringu.cpp and then make -f makefile.unix
legendary
Activity: 2688
Merit: 1240
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed

So what were your steps to do so ?
cd eclipse/src/secp256k1
replace the secp256k1 folder  with bitcoin secp256k1 folder
on makefile.unix remove the line 274
make -f makefile.unix


I was thinking about replacing the secp with bitcoin's secp but the dev states it's a special version with some mods.. so it would make no sense if that's actually working Smiley

./eclipsed getinfo
{
    "version" : "v1.0.0.0-g",
    "mode" : "full",
    "state" : "Full Node",
    "protocolversion" : 60017,
    "walletversion" : 10500,
    "balance" : 0.00000000,
    "eclipsebalance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "reserve" : 0.00000000,
    "blocks" : 739,
    "timeoffset" : -2,
    "moneysupply" : 1275959.00550400,
    "connections" : 10,
    "datareceived" : "111.24 KB",
    "datasent" : "60.44 KB",
    "proxy" : "",
    "ip" : "iebbi7wttlv5rdfg.onion",
    "difficulty" : {
        "proof-of-work" : 16337219.17622585,
        "proof-of-stake" : 128405.33843578
    },
    "testnet" : false,
    "keypoolsize" : 101,
    "paytxfee" : 0.00020000,
    "mininput" : 0.00000000,
    "errors" : ""
}


Hmm interesting.. Than the secp is NOT special and just a normal version... Which version/revision of secp did you use, I just tried with the latest version from the secp github but it looks like it is too new, its getting some unresolved symbols.

Already that money supply at block height ? wow...  Serious doubt if it makes any sense to still add this coin...
i have the bitcoin source on my pc and i copy the secp from bitcoin and paste it on eclipse


Yup, the standard bitcoin secp does it..

So whats the story about the "special version" ? Smiley If I would have known its the standard bitcoin version...

legendary
Activity: 1274
Merit: 1006
Trainman
dev send me 2 coins ERocMVnN9VdMvWiJbvgtWo9pLM9qJFt2Ue to check if eclipsed working correctly

send
just receive it
legendary
Activity: 1274
Merit: 1006
Trainman
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed

So what were your steps to do so ?
cd eclipse/src/secp256k1
replace the secp256k1 folder  with bitcoin secp256k1 folder
on makefile.unix remove the line 274
make -f makefile.unix


I was thinking about replacing the secp with bitcoin's secp but the dev states it's a special version with some mods.. so it would make no sense if that's actually working Smiley

./eclipsed getinfo
{
    "version" : "v1.0.0.0-g",
    "mode" : "full",
    "state" : "Full Node",
    "protocolversion" : 60017,
    "walletversion" : 10500,
    "balance" : 0.00000000,
    "eclipsebalance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "reserve" : 0.00000000,
    "blocks" : 739,
    "timeoffset" : -2,
    "moneysupply" : 1275959.00550400,
    "connections" : 10,
    "datareceived" : "111.24 KB",
    "datasent" : "60.44 KB",
    "proxy" : "",
    "ip" : "iebbi7wttlv5rdfg.onion",
    "difficulty" : {
        "proof-of-work" : 16337219.17622585,
        "proof-of-stake" : 128405.33843578
    },
    "testnet" : false,
    "keypoolsize" : 101,
    "paytxfee" : 0.00020000,
    "mininput" : 0.00000000,
    "errors" : ""
}


Hmm interesting.. Than the secp is NOT special and just a normal version... Which version/revision of secp did you use, I just tried with the latest version from the secp github but it looks like it is too new, its getting some unresolved symbols.

Already that money supply at block height ? wow...  Serious doubt if it makes any sense to still add this coin...
i have the bitcoin source on my pc and i copy the secp from bitcoin and paste it on eclipse
hero member
Activity: 550
Merit: 500
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Secp is not broken itself. The autoconf includes are. This is indeed a bug with the build scripts. It looks like we tested fresh builds from the private repo at bitbucket, but somehow the repository did not fully transfer correctly to github, where we did a fresh git init.

We are making and testing a repo fix now. It really would have been better for someone to post the error message sooner. We can't test under every possible condition, and testing does not always find the bugs. It's obvious in hindsight that we should have done build testing from the public repo. We did many build tests from the private.


So there was no (working) source available since launch and you could mine all the blocks yourself until you release the working version.. nice..

There has been pool for some time now

it's up on superninjapool.tk now. There was something funky with validating the daemon address for pool payout. I imagine it has to do with stealth, but I think it's all set.

Yes, but the source was broken on github...
legendary
Activity: 2688
Merit: 1240
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed

So what were your steps to do so ?
cd eclipse/src/secp256k1
replace the secp256k1 folder  with bitcoin secp256k1 folder
on makefile.unix remove the line 274
make -f makefile.unix


I was thinking about replacing the secp with bitcoin's secp but the dev states it's a special version with some mods.. so it would make no sense if that's actually working Smiley

./eclipsed getinfo
{
    "version" : "v1.0.0.0-g",
    "mode" : "full",
    "state" : "Full Node",
    "protocolversion" : 60017,
    "walletversion" : 10500,
    "balance" : 0.00000000,
    "eclipsebalance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "reserve" : 0.00000000,
    "blocks" : 739,
    "timeoffset" : -2,
    "moneysupply" : 1275959.00550400,
    "connections" : 10,
    "datareceived" : "111.24 KB",
    "datasent" : "60.44 KB",
    "proxy" : "",
    "ip" : "iebbi7wttlv5rdfg.onion",
    "difficulty" : {
        "proof-of-work" : 16337219.17622585,
        "proof-of-stake" : 128405.33843578
    },
    "testnet" : false,
    "keypoolsize" : 101,
    "paytxfee" : 0.00020000,
    "mininput" : 0.00000000,
    "errors" : ""
}


Hmm interesting.. Than the secp is NOT special and just a normal version... Which version/revision of secp did you use, I just tried with the latest version from the secp github but it looks like it is too new, its getting some unresolved symbols.

Already that money supply at block height ? wow...  Serious doubt if it makes any sense to still add this coin...
sr. member
Activity: 450
Merit: 250
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Secp is not broken itself. The autoconf includes are. This is indeed a bug with the build scripts. It looks like we tested fresh builds from the private repo at bitbucket, but somehow the repository did not fully transfer correctly to github, where we did a fresh git init.

We are making and testing a repo fix now. It really would have been better for someone to post the error message sooner. We can't test under every possible condition, and testing does not always find the bugs. It's obvious in hindsight that we should have done build testing from the public repo. We did many build tests from the private.


So there was no (working) source available since launch and you could mine all the blocks yourself until you release the working version.. nice..

There has been pool for some time now

it's up on superninjapool.tk now. There was something funky with validating the daemon address for pool payout. I imagine it has to do with stealth, but I think it's all set.
legendary
Activity: 1932
Merit: 1005
dev send me 2 coins ERocMVnN9VdMvWiJbvgtWo9pLM9qJFt2Ue to check if eclipsed working correctly

send
hero member
Activity: 550
Merit: 500
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Secp is not broken itself. The autoconf includes are. This is indeed a bug with the build scripts. It looks like we tested fresh builds from the private repo at bitbucket, but somehow the repository did not fully transfer correctly to github, where we did a fresh git init.

We are making and testing a repo fix now. It really would have been better for someone to post the error message sooner. We can't test under every possible condition, and testing does not always find the bugs. It's obvious in hindsight that we should have done build testing from the public repo. We did many build tests from the private.


So there was no (working) source available since launch and you could mine all the blocks yourself until you release the working version.. nice..
legendary
Activity: 1274
Merit: 1006
Trainman
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed

So what were your steps to do so ?
cd eclipse/src/secp256k1
replace the secp256k1 folder  with bitcoin secp256k1 folder
on makefile.unix remove the line 274
make -f makefile.unix


I was thinking about replacing the secp with bitcoin's secp but the dev states it's a special version with some mods.. so it would make no sense if that's actually working Smiley

./eclipsed getinfo
{
    "version" : "v1.0.0.0-g",
    "mode" : "full",
    "state" : "Full Node",
    "protocolversion" : 60017,
    "walletversion" : 10500,
    "balance" : 0.00000000,
    "eclipsebalance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "reserve" : 0.00000000,
    "blocks" : 739,
    "timeoffset" : -2,
    "moneysupply" : 1275959.00550400,
    "connections" : 10,
    "datareceived" : "111.24 KB",
    "datasent" : "60.44 KB",
    "proxy" : "",
    "ip" : "iebbi7wttlv5rdfg.onion",
    "difficulty" : {
        "proof-of-work" : 16337219.17622585,
        "proof-of-stake" : 128405.33843578
    },
    "testnet" : false,
    "keypoolsize" : 101,
    "paytxfee" : 0.00020000,
    "mininput" : 0.00000000,
    "errors" : ""
}
legendary
Activity: 2688
Merit: 1240
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed

So what were your steps to do so ?
cd eclipse/src/secp256k1
replace the secp256k1 folder  with bitcoin secp256k1 folder
on makefile.unix remove the line 274
make -f makefile.unix


I was thinking about replacing the secp with bitcoin's secp but the dev states it's a special version with some mods.. so it would make no sense if that's actually working Smiley
legendary
Activity: 1260
Merit: 1010
dev we can merge Eclipse whit BitcoinUltra (BTCU)?
legendary
Activity: 1274
Merit: 1006
Trainman
dev send me 2 coins ERocMVnN9VdMvWiJbvgtWo9pLM9qJFt2Ue to check if eclipsed working correctly
legendary
Activity: 1274
Merit: 1006
Trainman
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed

So what were your steps to do so ?
cd eclipse/src/secp256k1
replace the secp256k1 folder  with bitcoin secp256k1 folder
on makefile.unix remove the line 274
make -f makefile.unix


member
Activity: 98
Merit: 10
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Secp is not broken itself. The autoconf includes are. This is indeed a bug with the build scripts. It looks like we tested fresh builds from the private repo at bitbucket, but somehow the repository did not fully transfer correctly to github, where we did a fresh git init.

We are making and testing a repo fix now. It really would have been better for someone to post the error message sooner. We can't test under every possible condition, and testing does not always find the bugs. It's obvious in hindsight that we should have done build testing from the public repo. We did many build tests from the private.
legendary
Activity: 2688
Merit: 1240
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed

So what were your steps to do so ?
legendary
Activity: 1274
Merit: 1006
Trainman
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
i have compile eclipsed
legendary
Activity: 2688
Merit: 1240
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?

I tried both, manually and just automatic through your makefile.

autoconf --version
autoconf (GNU Autoconf) 2.69

automake --version
automake (GNU automake) 1.15
member
Activity: 98
Merit: 10
This thing is still failling to compile for me:

./configure: line 12320: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12349: SECP_INT128_CHECK: command not found
./configure: line 12377: SECP_INT128_CHECK: command not found
./configure: line 12402: SECP_GMP_CHECK: command not found
./configure: line 12508: SECP_OPENSSL_CHECK: command not found
./configure: line 12526: AX_JNI_INCLUDE_DIR: command not found

Seems that secp is somehow broken, I downloaded with --recursive already and manually tried to compile secp first - no luck.

Did you manually compile the secp256k library that we included in the repository?

Also, just for clarifications, can you provide autoconf and automake versions?
legendary
Activity: 1932
Merit: 1005
anyway , recieving amounts now in my wallet
Pages:
Jump to: