Author

Topic: [ANN] [SFR] SaffronCoin | Latest Version - 1.4.2/2.6.2 | Mandatory Wallet Update - page 120. (Read 437833 times)

sr. member
Activity: 336
Merit: 250
P2PoolCoin.com
P2pool node for Saffroncoin

X11:
EU server: http://p2poolcoin.com:11918
Canada Server: http://ca.p2poolcoin.com:11918

groestl:
EU server: http://p2poolcoin.com:1818
Canada Server: http://ca.p2poolcoin.com:1818

scrypt:
EU server: http://p2poolcoin.com:1718
Canada Server: http://ca.p2poolcoin.com:1718



Dedicated server
Xeon cpu
32Go ram
SSD
1Gbps


Fee: 1% ONLY !!!!

Ready for the hard fork 1.3.3

full member
Activity: 136
Merit: 100
Ok I will try to compile the multitasking wallet today and if I succeed I will share it for everyone Wink.
hero member
Activity: 560
Merit: 500
[...]

I can't understand it since it is french. Did u try compiling the classic version of the wallet?

No I try to compile the multi tasking wallet into ArchLinux, but I think I'm going into a wall Sad.
I can translate the error message, if it can help :
Code:
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(table_builder.o): in the function « leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*) »:
table_builder.cc:(.text+0x90f): undefined reference to « snappy::MaxCompressedLength(unsigned long) »
table_builder.cc:(.text+0x94d): undefined reference to « snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) »
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(format.o): in the function « leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) »:
format.cc:(.text+0x4f5): undefined reference to « snappy::GetUncompressedLength(char const*, unsigned long, unsigned long*) »
format.cc:(.text+0x570): undefined reference to « snappy::RawUncompress(char const*, unsigned long, char*) »
collect2: error: ld returned 1 execution state code
Makefile:516: recipe for target 'saffroncoin-qt' failed
make: *** [saffroncoin-qt] Error 1

It looks like a problem with Berkeley DB. You need to use v4.8 of Berkeleydb. It would be better if u try compiling classic wallet first. The multi-tasking wallet needs some more dependencies.

I previously compile the classic wallet 1.3.3, see my older posts, I even asked you what file to share with you after that Wink.

I will check the berkley DB, thanks for the clue!  Grin

Oh yes, just saffroncoin-qt. But that is the same wallet which we compiled and is available on the website.
full member
Activity: 136
Merit: 100
[...]

I can't understand it since it is french. Did u try compiling the classic version of the wallet?

No I try to compile the multi tasking wallet into ArchLinux, but I think I'm going into a wall Sad.
I can translate the error message, if it can help :
Code:
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(table_builder.o): in the function « leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*) »:
table_builder.cc:(.text+0x90f): undefined reference to « snappy::MaxCompressedLength(unsigned long) »
table_builder.cc:(.text+0x94d): undefined reference to « snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) »
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(format.o): in the function « leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) »:
format.cc:(.text+0x4f5): undefined reference to « snappy::GetUncompressedLength(char const*, unsigned long, unsigned long*) »
format.cc:(.text+0x570): undefined reference to « snappy::RawUncompress(char const*, unsigned long, char*) »
collect2: error: ld returned 1 execution state code
Makefile:516: recipe for target 'saffroncoin-qt' failed
make: *** [saffroncoin-qt] Error 1

It looks like a problem with Berkeley DB. You need to use v4.8 of Berkeleydb. It would be better if u try compiling classic wallet first. The multi-tasking wallet needs some more dependencies.

I previously compile the classic wallet 1.3.3, see my older posts, I even asked you what file to share with you after that Wink.

I will check the berkley DB, thanks for the clue!  Grin
hero member
Activity: 560
Merit: 500
[...]

I can't understand it since it is french. Did u try compiling the classic version of the wallet?

No I try to compile the multi tasking wallet into ArchLinux, but I think I'm going into a wall Sad.
I can translate the error message, if it can help :
Code:
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(table_builder.o): in the function « leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*) »:
table_builder.cc:(.text+0x90f): undefined reference to « snappy::MaxCompressedLength(unsigned long) »
table_builder.cc:(.text+0x94d): undefined reference to « snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) »
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(format.o): in the function « leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) »:
format.cc:(.text+0x4f5): undefined reference to « snappy::GetUncompressedLength(char const*, unsigned long, unsigned long*) »
format.cc:(.text+0x570): undefined reference to « snappy::RawUncompress(char const*, unsigned long, char*) »
collect2: error: ld returned 1 execution state code
Makefile:516: recipe for target 'saffroncoin-qt' failed
make: *** [saffroncoin-qt] Error 1

It looks like a problem with Berkeley DB. You need to use v4.8 of Berkeleydb. It would be better if u try compiling classic wallet first. The multi-tasking wallet needs some more dependencies.
full member
Activity: 136
Merit: 100
[...]

I can't understand it since it is french. Did u try compiling the classic version of the wallet?

No I try to compile the multi tasking wallet into ArchLinux, but I think I'm going into a wall Sad.
I can translate the error message, if it can help :
Code:
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(table_builder.o): in the function « leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*) »:
table_builder.cc:(.text+0x90f): undefined reference to « snappy::MaxCompressedLength(unsigned long) »
table_builder.cc:(.text+0x94d): undefined reference to « snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) »
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(format.o): in the function « leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) »:
format.cc:(.text+0x4f5): undefined reference to « snappy::GetUncompressedLength(char const*, unsigned long, unsigned long*) »
format.cc:(.text+0x570): undefined reference to « snappy::RawUncompress(char const*, unsigned long, char*) »
collect2: error: ld returned 1 execution state code
Makefile:516: recipe for target 'saffroncoin-qt' failed
make: *** [saffroncoin-qt] Error 1
hero member
Activity: 560
Merit: 500
[...]

libleveldb.a and libmemenv.a are missing from the src/leveldb folder. I didn't have this prob when compiled it on Ubuntu.
But if you have compiled on Windows, those 2 files will be in the src/leveldb folder. Just copy them to your wallet20-master. It should compile them.

Or try these commands in the src/leveldb folder:
make libleveldb.a libmemenv.a

That should generate those files.

I can't generate those files from the leveldb directly, I've to clone the leveldb's git and compile from this, then copied these to files into the saffron src leveldb directory.
It's compiling now! Thanks!  Cheesy

Arf, spoke too fast...
Code:
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(table_builder.o): dans la fonction « leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*) »:
table_builder.cc:(.text+0x90f): référence indéfinie vers « snappy::MaxCompressedLength(unsigned long) »
table_builder.cc:(.text+0x94d): référence indéfinie vers « snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) »
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(format.o): dans la fonction « leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) »:
format.cc:(.text+0x4f5): référence indéfinie vers « snappy::GetUncompressedLength(char const*, unsigned long, unsigned long*) »
format.cc:(.text+0x570): référence indéfinie vers « snappy::RawUncompress(char const*, unsigned long, char*) »
collect2: erreur: ld a retourné 1 code d'état d'exécution
Makefile:516: recipe for target 'saffroncoin-qt' failed
make: *** [saffroncoin-qt] Error 1



I can't understand it since it is french. Did u try compiling the classic version of the wallet?
full member
Activity: 136
Merit: 100
[...]

libleveldb.a and libmemenv.a are missing from the src/leveldb folder. I didn't have this prob when compiled it on Ubuntu.
But if you have compiled on Windows, those 2 files will be in the src/leveldb folder. Just copy them to your wallet20-master. It should compile them.

Or try these commands in the src/leveldb folder:
make libleveldb.a libmemenv.a

That should generate those files.

I can't generate those files from the leveldb directly, I've to clone the leveldb's git and compile from this, then copied these to files into the saffron src leveldb directory.
It's compiling now! Thanks!  Cheesy

EDIT :
Arf, spoke too fast...
Code:
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(table_builder.o): dans la fonction « leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*) »:
table_builder.cc:(.text+0x90f): référence indéfinie vers « snappy::MaxCompressedLength(unsigned long) »
table_builder.cc:(.text+0x94d): référence indéfinie vers « snappy::RawCompress(char const*, unsigned long, char*, unsigned long*) »
/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a(format.o): dans la fonction « leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) »:
format.cc:(.text+0x4f5): référence indéfinie vers « snappy::GetUncompressedLength(char const*, unsigned long, unsigned long*) »
format.cc:(.text+0x570): référence indéfinie vers « snappy::RawUncompress(char const*, unsigned long, char*) »
collect2: erreur: ld a retourné 1 code d'état d'exécution
Makefile:516: recipe for target 'saffroncoin-qt' failed
make: *** [saffroncoin-qt] Error 1
hero member
Activity: 560
Merit: 500
full member
Activity: 136
Merit: 100
Is the Linux wallet up to date for the fork? Smiley

Yes it is. V1.3.3 is the latest classic wallet version.

Is the github up to date for linux wallet?
I can't launch the wallet from the website in archlinux (too many old dependencies for my distro), first time I've to compile from github to launch the linux wallet  Undecided

Yes everything is up to date. If u can compile it yourself, then please do share it with us.

Compilation of the classic Linux Wallet done in ArchLinux.
I've to comment 3 lines from the saffroncoin-qt.pro to make it possible :
Code:
23 #BOOST_LIB_SUFFIX=-mgw48-mt-s-1_55
24 #BOOST_INCLUDE_PATH=C:/depsnew/boost_1_55_0
25 #BOOST_LIB_PATH=C:/depsnew/boost_1_55_0/stage/lib

And install "boost boost-libs miniupnpc" if I remember correctly what dependencies I needed.

Then in the sources's directory :
Code:
qmake && make -j4
(-j4 is used for parallelisation with 4 CPU cores)

What file I've to share? Only "saffroncoin-qt" generated after compilation?
This new wallet is faster than the 1.3.2 version at launch , good point! Smiley


After that I wan't to compile the "wallet20-master" from github, but I've an error I don't understand :
Code:
[sylvain@aellyce Wallet20-master]$ make -j4
cd /media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb && CC=gcc CXX=g++ make OPT="-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4" libleveldb.a libmemenv.a
cd /media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master; /bin/sh share/genbuild.sh /media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/build/build.h
/usr/lib/qt/bin/uic src/qt/forms/sendcoinsdialog.ui -o build/ui_sendcoinsdialog.h
/usr/lib/qt/bin/uic src/qt/forms/sendbitcoinsdialog.ui -o build/ui_sendbitcoinsdialog.h
make[1]: Entering directory '/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb'
make[1]: *** No rule to make target 'libleveldb.a'. Arrêt.
make[1]: Leaving directory '/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb'
Makefile:747: recipe for target '/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a' failed
make: *** [/media/truecrypt1/Téléchargements/coins/saffron/Wallet20-master/src/leveldb/libleveldb.a] Error 2
make: *** Attente des tâches non terminées....
fatal: Not a git repository (or any parent up to mount point /media/truecrypt1)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Any idea to help me?  Huh
legendary
Activity: 1120
Merit: 1003
Hi Dev

Did you have meeting with Unocoin this Sunday? If yes how was it? any progress?

Yes, it was normal.
How Will The Exchange benefit Saffron?  Will Saffron be one of the Lead Altcoins on the Exchange?
hero member
Activity: 599
Merit: 500
yea , i found a supper block worth 360  -  block 166131
hero member
Activity: 882
Merit: 500
hero member
Activity: 728
Merit: 504
Hard fork to reduce supply..... in approx 6 days


dev,supply must be very limited.
hero member
Activity: 560
Merit: 500
Is the Linux wallet up to date for the fork? Smiley

Yes it is. V1.3.3 is the latest classic wallet version.

Is the github up to date for linux wallet?
I can't launch the wallet from the website in archlinux (too many old dependencies for my distro), first time I've to compile from github to launch the linux wallet  Undecided

Yes everything is up to date. If u can compile it yourself, then please do share it with us.
hero member
Activity: 560
Merit: 500
Out of curiosity, is there a way to De-register an Alias or at least the Email attached to an Alias?

Will be adding that soon.
hero member
Activity: 560
Merit: 500
Hi Dev

Did you have meeting with Unocoin this Sunday? If yes how was it? any progress?

Yes, it was normal.
full member
Activity: 176
Merit: 100
dev,supply must be very limited.
hero member
Activity: 560
Merit: 500
Just found out that you can NOT create Alias (Activate SFRMS) if your wallet is locked.

Have to unlock it temporarily using this command  walletpassphrase on the console.

Yes I had also mentioned this earlier in some post.
full member
Activity: 120
Merit: 100
Just found out that you can NOT create Alias (Activate SFRMS) if your wallet is locked.

Have to unlock it temporarily using this command  walletpassphrase on the console.
Jump to: