coinano
Full Member
Offline
Activity: 196
Merit: 100
Coinano.com Digital Currency Exchange Platform
|
|
April 18, 2014, 05:09:17 PM |
|
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 18, 2014, 05:55:44 PM |
|
Hello writers, I am in need of a few people to assist in writing full instructional documentation for crypto and related aspects. PM me if you are interested. I will be paying out in devcoins and we will be creating articles continuously for likely a few months or longer.
did you post in the forum?
|
|
|
|
jasinlee
|
|
April 18, 2014, 09:19:57 PM |
|
Already have a few people lined up now thanks guys.
|
|
|
|
|
emfox
|
|
April 20, 2014, 03:19:21 PM |
|
I'd like some devcoins, but if not, that's okay too.
I may be able to set aside a share for you (about 100k devcoins). What is your address and is it on your computer or an exchange/web wallet? Also, are there any objections to this 1-share award? I'm wolf on devtome. 19RyAFqYTbupyZbv2BG2kobqM8NQnkj2FJ 10K dvc is on the way.
|
Earn Devcoins by WritingBTC: 1Emfox1WswYcd2YucUskRzqfRWKkcm1Jut DVC: 1Emfox1WswYcd2YucUskRzqfRWKkcm1Jut IXC: xnRKo3qSDdcPJ4pgTLER3orkquUVQXeLwf
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 22, 2014, 02:08:56 AM |
|
Checkout github.com/sidhujag/devcoin the official repo is about to change we are testing latest code to mine a block.
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 22, 2014, 06:56:51 AM |
|
Will do thanks, the linux admin may want to see the makefile change. I will pull and merge. Thanks.
|
|
|
|
FuzzyBear
Legendary
Offline
Activity: 1420
Merit: 1010
|
|
April 22, 2014, 11:33:17 AM |
|
can I get the link to the ASCMDVCPT removed from the OP on this thread and anywhere else it is linked.
Listing is closed
Fuzzybear
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 22, 2014, 04:06:52 PM |
|
Will do thanks, the linux admin may want to see the makefile change. I will pull and merge. Thanks.
Not a problem. I can do some more work on it, if you want. I figured out how to compile wxWidgets 3.0.0 on Windows (hint: the trick is copy include\wx\msw\setup.h to include\wx\setup.h before using make.) Qt replaces wxWidgets in newer release. Try to compile latest devcoin see if there are issues?
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 22, 2014, 08:03:04 PM |
|
Will do thanks, the linux admin may want to see the makefile change. I will pull and merge. Thanks.
Not a problem. I can do some more work on it, if you want. I figured out how to compile wxWidgets 3.0.0 on Windows (hint: the trick is copy include\wx\msw\setup.h to include\wx\setup.h before using make.) Qt replaces wxWidgets in newer release. Try to compile latest devcoin see if there are issues? Awesome! Looks like you guys have been busy! I'll try it in a bit. Yup working up to the devcoinauctions.com launch at the end of this month.
|
|
|
|
Shattienator
Newbie
Offline
Activity: 57
Merit: 0
|
|
April 23, 2014, 10:00:13 AM |
|
Very first version of Devcoin block explorer (based on Bitpay's Bitcore/Insight engine) running at: dvcnode.comThis is just a testing site. Feel free to use it as much as you like. I need data on perfomance and memory load under real load.
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 23, 2014, 02:39:12 PM |
|
Will do thanks, the linux admin may want to see the makefile change. I will pull and merge. Thanks.
Not a problem. I can do some more work on it, if you want. I figured out how to compile wxWidgets 3.0.0 on Windows (hint: the trick is copy include\wx\msw\setup.h to include\wx\setup.h before using make.) Qt replaces wxWidgets in newer release. Try to compile latest devcoin see if there are issues? Awesome! Looks like you guys have been busy! I'll try it in a bit. Yup working up to the devcoinauctions.com launch at the end of this month. First off, you have a serious bug anyone who tries to build it is gonna find ten seconds in. You need to chmod +x src/leveldb/build_detect_platform. Second, since you were starting fresh, why not use Qt 5? EDIT: ... ... *facepaw* Building natively on Arch Linux x64 and... g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/curl/include -Isrc/leveldb/include -Isrc/leveldb/helpers -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/boost_1_54_0 -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/db-4.8.30.NC/build_unix -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/openssl-1.0.1f/include -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/qrencode-3.4.3 -Ibuild -Ibuild -o build/net.o src/net.cpp In file included from src/curl/include/curl/curl.h:34:0, from src/receiver.h:5, from src/main.cpp:18: src/curl/include/curl/curlbuild.h:122:23: fatal error: windows.h: No such file or directory # include <windows.h>
Really? There are issues with qt5. You need to fix your includes. Try building x86.. No point in building 64 bit none of the dependencies will build for it as far as I know. Is there a btc x64 build out now?
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 23, 2014, 02:42:52 PM |
|
Will do thanks, the linux admin may want to see the makefile change. I will pull and merge. Thanks.
Not a problem. I can do some more work on it, if you want. I figured out how to compile wxWidgets 3.0.0 on Windows (hint: the trick is copy include\wx\msw\setup.h to include\wx\setup.h before using make.) Qt replaces wxWidgets in newer release. Try to compile latest devcoin see if there are issues? Awesome! Looks like you guys have been busy! I'll try it in a bit. Yup working up to the devcoinauctions.com launch at the end of this month. First off, you have a serious bug anyone who tries to build it is gonna find ten seconds in. You need to chmod +x src/leveldb/build_detect_platform. Second, since you were starting fresh, why not use Qt 5? EDIT: ... ... *facepaw* Building natively on Arch Linux x64 and... g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/curl/include -Isrc/leveldb/include -Isrc/leveldb/helpers -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/boost_1_54_0 -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/db-4.8.30.NC/build_unix -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/openssl-1.0.1f/include -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/qrencode-3.4.3 -Ibuild -Ibuild -o build/net.o src/net.cpp In file included from src/curl/include/curl/curl.h:34:0, from src/receiver.h:5, from src/main.cpp:18: src/curl/include/curl/curlbuild.h:122:23: fatal error: windows.h: No such file or directory # include <windows.h>
Really? There are issues with qt5. Did you build your dependencies? You need to fix your includes.
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 23, 2014, 08:24:43 PM |
|
Will do thanks, the linux admin may want to see the makefile change. I will pull and merge. Thanks.
Not a problem. I can do some more work on it, if you want. I figured out how to compile wxWidgets 3.0.0 on Windows (hint: the trick is copy include\wx\msw\setup.h to include\wx\setup.h before using make.) Qt replaces wxWidgets in newer release. Try to compile latest devcoin see if there are issues? Awesome! Looks like you guys have been busy! I'll try it in a bit. Yup working up to the devcoinauctions.com launch at the end of this month. First off, you have a serious bug anyone who tries to build it is gonna find ten seconds in. You need to chmod +x src/leveldb/build_detect_platform. Second, since you were starting fresh, why not use Qt 5? EDIT: ... ... *facepaw* Building natively on Arch Linux x64 and... g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/curl/include -Isrc/leveldb/include -Isrc/leveldb/helpers -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/boost_1_54_0 -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/db-4.8.30.NC/build_unix -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/openssl-1.0.1f/include -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/qrencode-3.4.3 -Ibuild -Ibuild -o build/net.o src/net.cpp In file included from src/curl/include/curl/curl.h:34:0, from src/receiver.h:5, from src/main.cpp:18: src/curl/include/curl/curlbuild.h:122:23: fatal error: windows.h: No such file or directory # include <windows.h>
Really? There are issues with qt5. You need to fix your includes. Try building x86.. No point in building 64 bit none of the dependencies will build for it as far as I know. Is there a btc x64 build out now? What do you mean, "is there a btc x64 build out now?" It has compiled for 64-bit for... at least a year, probably longer. Not true, https://github.com/bitcoin/bitcoin/blob/15ec451554b5889a92651b9fe71bf01047ba9fc3/doc/release-notes/release-notes-0.8.6.mdIt has become available as of 0.9, and I would say its still not stable and tested. We are still on 0.8.5, testing is a slow process because the official pool did not want to change over to the new node. So we have to do our own testing on a new pool blisterpool.com which may take up to a year to mine a block unless more hash comes online.
|
|
|
|
weisoq
|
|
April 23, 2014, 10:11:43 PM |
|
Very first version of Devcoin block explorer (based on Bitpay's Bitcore/Insight engine) running at: dvcnode.comThis is just a testing site. Feel free to use it as much as you like. I need data on perfomance and memory load under real load. That's great. Is the end-march limit for address transactions data part of the test?
|
|
|
|
Shattienator
Newbie
Offline
Activity: 57
Merit: 0
|
|
April 24, 2014, 09:26:59 AM |
|
Very first version of Devcoin block explorer (based on Bitpay's Bitcore/Insight engine) running at: dvcnode.comThis is just a testing site. Feel free to use it as much as you like. I need data on perfomance and memory load under real load. That's great. Is the end-march limit for address transactions data part of the test? What kind of limit? I'm not aware of any limits on address transactions. Would you be so kind to provide me with the link to the description of this limit, please? P.S. Just checked my old address (1Fhex5BvBGaChJqK75Z6MPxtK9muSsScKC) - it have 3782 transactions and looks like that engine working good with this number of transactions.
|
|
|
|
|
Shattienator
Newbie
Offline
Activity: 57
Merit: 0
|
|
April 24, 2014, 12:35:25 PM |
|
OK. Will take a look at this.
|
|
|
|
sidhujag
Legendary
Offline
Activity: 2044
Merit: 1005
|
|
April 24, 2014, 04:58:04 PM |
|
Will do thanks, the linux admin may want to see the makefile change. I will pull and merge. Thanks.
Not a problem. I can do some more work on it, if you want. I figured out how to compile wxWidgets 3.0.0 on Windows (hint: the trick is copy include\wx\msw\setup.h to include\wx\setup.h before using make.) Qt replaces wxWidgets in newer release. Try to compile latest devcoin see if there are issues? Awesome! Looks like you guys have been busy! I'll try it in a bit. Yup working up to the devcoinauctions.com launch at the end of this month. First off, you have a serious bug anyone who tries to build it is gonna find ten seconds in. You need to chmod +x src/leveldb/build_detect_platform. Second, since you were starting fresh, why not use Qt 5? EDIT: ... ... *facepaw* Building natively on Arch Linux x64 and... g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -Isrc/curl/include -Isrc/leveldb/include -Isrc/leveldb/helpers -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/boost_1_54_0 -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/db-4.8.30.NC/build_unix -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/openssl-1.0.1f/include -IC:/MinGW/msys/1.0/home/jagdeep.sidhu/qrencode-3.4.3 -Ibuild -Ibuild -o build/net.o src/net.cpp In file included from src/curl/include/curl/curl.h:34:0, from src/receiver.h:5, from src/main.cpp:18: src/curl/include/curl/curlbuild.h:122:23: fatal error: windows.h: No such file or directory # include <windows.h>
Really? There are issues with qt5. You need to fix your includes. Try building x86.. No point in building 64 bit none of the dependencies will build for it as far as I know. Is there a btc x64 build out now? What do you mean, "is there a btc x64 build out now?" It has compiled for 64-bit for... at least a year, probably longer. Not true, https://github.com/bitcoin/bitcoin/blob/15ec451554b5889a92651b9fe71bf01047ba9fc3/doc/release-notes/release-notes-0.8.6.mdIt has become available as of 0.9, and I would say its still not stable and tested. We are still on 0.8.5, testing is a slow process because the official pool did not want to change over to the new node. So we have to do our own testing on a new pool blisterpool.com which may take up to a year to mine a block unless more hash comes online. I've compiled Bitcoin as 64-bit for over a year. It's worked fine. All dependencies aswell? Well regardless that error is probably because you didnt put in your depenency paths correctly. Either you are using windows mingw file to compile on linux or copied contents over to the other makefile. The linux and unix files I think needed to be fixed since I was working with windows compilation only. If you fix the makefile for anything other than the windows one please committ that and I will pull.
|
|
|
|
Shattienator
Newbie
Offline
Activity: 57
Merit: 0
|
|
April 24, 2014, 08:54:48 PM |
|
|
|
|
|
|