Pages:
Author

Topic: [ANN] Vcoin sha256 pow - page 21. (Read 55021 times)

legendary
Activity: 1638
Merit: 1013
May 14, 2015, 05:38:15 PM
#39
Cant compile or run on ubuntu 14.10 x64

compilation error:
Code:
make[1]: Verlasse Verzeichnis '/home/snakefreak/Downloads/vcoin/src/leveldb'
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/snakefreak/Downloads/vcoin/src -I/home/snakefreak/Downloads/vcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/snakefreak/Downloads/vcoin/src/leveldb/include -I/home/snakefreak/Downloads/vcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: Datei oder Verzeichnis nicht gefunden
 #include
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Fehler 1

runtime error:
Code:
./vcoin-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
snakefreak@snakefreak-W110ER:~/Downloads/vcoin$


open the command and type sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git qt-sdk libminiupnpc-dev

then update and try again will work

solved

So it was his dependencies then.
legendary
Activity: 1028
Merit: 1000
May 14, 2015, 05:37:48 PM
#38
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 05:30:07 PM
#37
Cant compile or run on ubuntu 14.10 x64

compilation error:
Code:
make[1]: Verlasse Verzeichnis '/home/snakefreak/Downloads/vcoin/src/leveldb'
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/snakefreak/Downloads/vcoin/src -I/home/snakefreak/Downloads/vcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/snakefreak/Downloads/vcoin/src/leveldb/include -I/home/snakefreak/Downloads/vcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: Datei oder Verzeichnis nicht gefunden
 #include
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Fehler 1

runtime error:
Code:
./vcoin-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
snakefreak@snakefreak-W110ER:~/Downloads/vcoin$


open the command and type sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git qt-sdk libminiupnpc-dev

then update and try again will work

solved
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 04:26:52 PM
#36
Cant compile or run on ubuntu 14.10 x64

compilation error:
Code:
make[1]: Verlasse Verzeichnis '/home/snakefreak/Downloads/vcoin/src/leveldb'
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/snakefreak/Downloads/vcoin/src -I/home/snakefreak/Downloads/vcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/snakefreak/Downloads/vcoin/src/leveldb/include -I/home/snakefreak/Downloads/vcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: Datei oder Verzeichnis nicht gefunden
 #include
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Fehler 1

runtime error:
Code:
./vcoin-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
snakefreak@snakefreak-W110ER:~/Downloads/vcoin$


open the command and type sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git qt-sdk libminiupnpc-dev

then update and try again will work
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 04:19:35 PM
#35
Cant compile or run on ubuntu 14.10 x64

compilation error:
Code:
make[1]: Verlasse Verzeichnis '/home/snakefreak/Downloads/vcoin/src/leveldb'
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/snakefreak/Downloads/vcoin/src -I/home/snakefreak/Downloads/vcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/snakefreak/Downloads/vcoin/src/leveldb/include -I/home/snakefreak/Downloads/vcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: Datei oder Verzeichnis nicht gefunden
 #include
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Fehler 1

runtime error:
Code:
./vcoin-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
snakefreak@snakefreak-W110ER:~/Downloads/vcoin$


64 bit right ?
newbie
Activity: 26
Merit: 0
May 14, 2015, 04:12:48 PM
#34
Cant compile or run on ubuntu 14.10 x64

compilation error:
Code:
make[1]: Verlasse Verzeichnis '/home/snakefreak/Downloads/vcoin/src/leveldb'
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/snakefreak/Downloads/vcoin/src -I/home/snakefreak/Downloads/vcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/snakefreak/Downloads/vcoin/src/leveldb/include -I/home/snakefreak/Downloads/vcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: Datei oder Verzeichnis nicht gefunden
 #include
                                                     ^
compilation terminated.
make: *** [obj/alert.o] Fehler 1

runtime error:
Code:
./vcoin-qt: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
snakefreak@snakefreak-W110ER:~/Downloads/vcoin$
legendary
Activity: 1638
Merit: 1013
May 14, 2015, 03:58:35 PM
#33
What is the story behind this coin?
unclear  we will see in the future

But you started it.
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 03:57:36 PM
#32
What is the story behind this coin?
unclear  we will see in the future
legendary
Activity: 1638
Merit: 1013
May 14, 2015, 03:53:45 PM
#31
What is the story behind this coin?
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 03:36:05 PM
#30
5073 + blocks  Shocked
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 08:03:03 AM
#29
Too few information to point my miner to the pool. Further, Sha256 is not the best algorithm today to bring miners to mine it :/
If someone have good miners with high hashrate sha256 is good
tyz
legendary
Activity: 3360
Merit: 1533
May 14, 2015, 07:51:58 AM
#28
Too few information to point my miner to the pool. Further, Sha256 is not the best algorithm today to bring miners to mine it :/
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 07:42:44 AM
#27
I fork it on github and change the icons https://github.com/chris-vl/vcoin
legendary
Activity: 2254
Merit: 1278
May 14, 2015, 06:30:32 AM
#26
Have anyone mine this ??

Uh-huh, I was solo-mining while the diff was < 0.00x. Hard to say whether that was successful, found a few blocks, the early ones have matured, the rest remain immature as it appears mining has stopped (I'm no longer finding blocks, the diff is now >0.009, out of my laptop's reach).

Code:
getinfo: 10:40:29
{
"version" : 90000,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 550.00000000,
"blocks" : 2157,
"timeoffset" : 0,
"connections" : 2,
"proxy" : "",
"difficulty" : 0.10924995,
"testnet" : false,
"keypoololdest" : 1431552293,
"keypoolsize" : 103,
"paytxfee" : 0.00000000,
"errors" : ""
}

getmininginfo 10:40:58
{
"blocks" : 2157,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.10924995,
"errors" : "",
"generate" : false,
"genproclimit" : 3,
"hashespersec" : 0,
"pooledtx" : 1,
"testnet" : false
}
getpeerinfo 10:41:13
[
{
"addr" : "37.187.99.136",
"services" : "00000001",
"lastsend" : 1431596433,
"lastrecv" : 1431596433,
"bytessent" : 18468,
"bytesrecv" : 34631,
"conntime" : 1431574034,
"version" : 70001,
"subver" : "/vcoin:0.9.0/",
"inbound" : false,
"startingheight" : 2090,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "185.25.22.33:5522",
"services" : "00000001",
"lastsend" : 1431596433,
"lastrecv" : 1431596433,
"bytessent" : 39100,
"bytesrecv" : 19985,
"conntime" : 1431577845,
"version" : 70001,
"subver" : "/vcoin:0.9.0/",
"inbound" : false,
"startingheight" : 2096,
"banscore" : 0
}
]


Cheers

Graham
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 01:12:16 AM
#25
Yep 819 blocks Smiley
I mine some blocks using your pool
legendary
Activity: 1176
Merit: 1005
crunck
May 14, 2015, 01:10:17 AM
#24
Yep 819 blocks Smiley
legendary
Activity: 1274
Merit: 1006
Trainman
May 14, 2015, 01:09:07 AM
#23
Have anyone mine this ??
legendary
Activity: 1274
Merit: 1006
Trainman
May 13, 2015, 05:41:48 PM
#22
what do you mean ?? on linux i see logo

I think he means there is no logo in your ANN post on here, to be honest there isn't really alot in your ANN post to get excited about is there, at least try and make it look nice !
added logo from github repo https://raw.githubusercontent.com/vcoindev/vcoin/master/src/qt/res/icons/bitcoin.png
legendary
Activity: 1176
Merit: 1005
crunck
May 13, 2015, 05:37:22 PM
#21
what do you mean ?? on linux i see logo

I think he means there is no logo in your ANN post on here, to be honest there isn't really alot in your ANN post to get excited about is there, at least try and make it look nice !
legendary
Activity: 1274
Merit: 1006
Trainman
May 13, 2015, 05:33:55 PM
#20
what do you mean ?? on linux i see logo
Pages:
Jump to: