Bitcoin Forum
May 04, 2024, 10:50:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: -
- - 0 (0%)
- - 0 (0%)
- - 0 (0%)
Total Voters: 0

Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 234 »
  Print  
Author Topic: [ANN] [SFR] SaffronCoin | Latest Version - 1.4.2/2.6.2 | Mandatory Wallet Update  (Read 437745 times)
saffroncoin (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
July 30, 2014, 09:28:15 AM
 #2301

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?


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


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.
1714863008
Hero Member
*
Offline Offline

Posts: 1714863008

View Profile Personal Message (Offline)

Ignore
1714863008
Reply with quote  #2

1714863008
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714863008
Hero Member
*
Offline Offline

Posts: 1714863008

View Profile Personal Message (Offline)

Ignore
1714863008
Reply with quote  #2

1714863008
Report to moderator
1714863008
Hero Member
*
Offline Offline

Posts: 1714863008

View Profile Personal Message (Offline)

Ignore
1714863008
Reply with quote  #2

1714863008
Report to moderator
TizeN85
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 30, 2014, 09:39:22 AM
 #2302

[...]

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
saffroncoin (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
July 30, 2014, 09:45:49 AM
 #2303

[...]

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?
TizeN85
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 30, 2014, 09:50:31 AM
 #2304

[...]

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
saffroncoin (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
July 30, 2014, 09:56:20 AM
 #2305

[...]

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.
TizeN85
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 30, 2014, 10:00:16 AM
 #2306

[...]

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
saffroncoin (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
July 30, 2014, 10:01:44 AM
 #2307

[...]

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.
TizeN85
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 30, 2014, 10:11:59 AM
 #2308

Ok I will try to compile the multitasking wallet today and if I succeed I will share it for everyone Wink.
linked67
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
July 30, 2014, 10:24:04 AM
 #2309

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


P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
griffitsj
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
July 30, 2014, 10:51:51 AM
Last edit: September 13, 2014, 05:18:14 PM by griffitsj
 #2310

nomp.cloudapp.net http://MoreHash.pw
SaffronCoin-Blake algorithm Mining Pool
Upgraded to v1.3.3.  Ready for the hard fork.
kid_brook
Full Member
***
Offline Offline

Activity: 120
Merit: 100


View Profile
July 30, 2014, 10:55:56 AM
 #2311

P2PoolCoin.com
P2pool node for Saffroncoin


scrypt:

Canada Server: http://ca.p2poolcoin.com:1718








The above server/link is not working!!!!
linked67
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
July 30, 2014, 12:46:47 PM
 #2312

P2PoolCoin.com
P2pool node for Saffroncoin


scrypt:

Canada Server: http://ca.p2poolcoin.com:1718








The above server/link is not working!!!!
Oh yes sorry, this algo is only on the EU server.

P2Pool EU:http://p2poolcoin.com 1 % fees - Server dedicated Xeon, 32 Go Ram, Ssd, 1 Gbps - DarkCoin - HiroCoin - ExeCoin - GpuCoin - MyriadCoin Qubit - Muniti - RotoCoin - VertCoin - etc
Free Middlecoin Stats for Iphone on Apple Store:https://itunes.apple.com/us/app/middlecoin/id795238640?l=fr&ls=1&mt=8
Sjacmur
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500



View Profile
July 30, 2014, 02:14:55 PM
 #2313

Slow up again. 2k today evening ?
TizeN85
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
July 30, 2014, 02:32:36 PM
Last edit: July 30, 2014, 02:47:08 PM by TizeN85
 #2314

Linux multi-tasking wallet compiled!  Cheesy
Dev is uploading it to the website!

Great to see this awesome wallet in my ArchLinux and talk to the dev directly Grin

Here is the temporary link for download : http://ownzen.fr/saffron/saffroncoin-qt

Some screenshots :
MTwallet1.png
MTwallet2.png
MTwallet3.png
MTwallet4.png
MTwallet5.png
MTwallet6.png
MTwallet7.png
MTwallet8.png
saffroncoin (OP)
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
July 30, 2014, 02:51:13 PM
 #2315

Linux multi-tasking wallet compiled!  Cheesy
Dev is uploading it to the website!

Great to see this awesome wallet in my ArchLinux and talk to the dev directly Grin

Here is the temporary link for download : http://ownzen.fr/saffron/saffroncoin-qt

Some screenshots :
MTwallet1.png
MTwallet2.png
MTwallet3.png
MTwallet4.png
MTwallet5.png
MTwallet6.png
MTwallet7.png
MTwallet8.png

Thanks for the wallet 2.* linux compilation Tizen. It looks great on archlinux
lin0sspice
Legendary
*
Offline Offline

Activity: 1190
Merit: 1002


View Profile
July 30, 2014, 04:31:04 PM
 #2316

Kinda quiet here, we need some heat .Smiley

Website
Whitepaper
Discord
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
VELOX PROJECT
The Future of Anonymous Trading
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
Latest News
Twitter
Telegram
[/tab
Mr.Joker
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
July 30, 2014, 04:32:33 PM
 #2317

Whales still accumulating and surpressing price.

There was a big buy order a few moments ago:

07/30/2014 06:00:13 PM   BUY 0.00001903   154833.55232839   2.94648250
lin0sspice
Legendary
*
Offline Offline

Activity: 1190
Merit: 1002


View Profile
July 30, 2014, 04:34:48 PM
 #2318

Good stuff is coming Smiley


Website
Whitepaper
Discord
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
VELOX PROJECT
The Future of Anonymous Trading
░░░█░░░░░░░░░░░░░░░░░░░░░░░░░
░░██░░░░░░░░░░░░░░░░░░░░░░██░░
███░░░░░░░░░░░░░░░░░░░░░░███
████░░░░░░░░░░░░░░░░░░░░░░████
███░░░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░░░░░░░░░░░░░███
███░░░░░░░░░░▄██▄░░░░░░░░░░███
███░░░░░░░░▄██████▄░░░░░░░░███
███▄░░░░░░▄████████▄░░░░░░▄███
████░░░░░▄██████████▄░░░░░████
████░░░░▄████████████▄░░░░████
░██████░░▀██████████▀░░███████
░███████░░░▀██████▀░░░████████
░████████▄░░░▀██▀░░░▄████████
░█████████▄░░░░░░░░▄███████░░░
░░█████████▄░░░░░░▄███████░░░░
░░░░██████████▄▄████████░░░░░░
░░░░░░████████████████░░░░░░░░
░░░░░░░██████████████░░░░░░░░░
░░░░░░░░░██████████░░░░░░░░░░░
Latest News
Twitter
Telegram
[/tab
Geenstijl
Legendary
*
Offline Offline

Activity: 1232
Merit: 1000



View Profile
July 30, 2014, 04:38:24 PM
 #2319

Whales still accumulating and surpressing price.

There was a big buy order a few moments ago:

07/30/2014 06:00:13 PM   BUY 0.00001903   154833.55232839   2.94648250

no use watching these buys and sells. It might well be a whale selling and buying from himself to lure little fishes in.
hamzatu
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
July 31, 2014, 01:22:14 AM
 #2320

Technical question. Are coins mined on a pool supposed to appear in the wallet as generated coins that require 120 or more confirmations? When I look at the transaction it shows:

Status: 125 confirmations
Date: 7/31/2014 00:15
Source: Generated
Credit: 0.05759036 SFR
Net amount: +0.05759036 SFR
Transaction ID: b52318fc0f10dc8e1b1fd807af54db20dbdd251b440fda12f987e640038dd257

Generated coins must mature 120 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.

---Shouldn't mined coins show up as received? Is the above the way that things should appear? This appears to be minted to me.
Pages: « 1 ... 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 [116] 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 ... 234 »
  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!