Phantas
|
|
December 01, 2014, 11:25:43 AM |
|
We are still mining Dirac on pools? Something new about dirac?
|
|
|
|
LionOfNarnia
|
|
December 01, 2014, 03:53:02 PM |
|
I released a new version 0.8.9.3 with CoinControl https://github.com/BlueDragon747/Blakecoin/releases/tag/0.8.9.3this is useful for people that either send large transactions or have a lot of small inputs which has been known to create sending issues "Transaction To Large", with coincontrol you can consolidate these inputs, set a custom change address, or lock inputs on an address if for some reason you dont want them to move from that address and I also added mininput again so you can define a set minimum input that gets used for creating transactions often coincontrol is seen with PoS coins so you might see one of those joining the merge mine pools soon thank you, good work We've had coin control on Zeitcoin for many months, it's a very useful feature. It would be kewl to get a good PoS coin to replace that Bryce-up XDQ
|
"I don't always kill & eat things - but when I do it's because I'm a Lion & they were things"
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 01, 2014, 04:09:15 PM |
|
I finished doing the backups on pools last night will be stopping the XDQ mining in a bit, nothing has changed just been bit busy coincontrol is useful but it is a power user feature can can be problematic if you make mistakes coincontrol was not in the mainline 0.8.6 Bitcoin code base so this is a backport from the 0.9.3 code base as I am still working on porting to 0.9.3 the Blakecoin code base is most similar to Bitcoin rather than Litecoin which can make porting some features interesting and not always straightforward I do have a PoW-AuxPoW/PoS coin here just not had the time to finish and release on pools yet as mostly doing game dev during week days and only doing blake work on weekends apart from any maintenance
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 01, 2014, 08:08:59 PM |
|
Dirac XDQ no longer mined on EU3,NY2,LA1,CG1 pools please remove any coins you have there, coins left on after 7/12/2014 will be considered as a donation to the pool
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
bzyzny
|
|
December 02, 2014, 12:26:56 AM Last edit: December 02, 2014, 12:45:19 AM by bzyzny |
|
BD have you tried compiling the updated wallet on Linux? I got an error when it reached the coincontroldialog.cpp, I used the same method of compiling as last time (qmake flags qr encode enabled & Dbus enabled, make flags PIE enabled). src/qt/coincontroldialog.cpp: In static member function ‘static void CoinControlDialog::updateLabels(WalletModel*, QDialog*)’: src/qt/coincontroldialog.cpp:540:36: error: no matching function for call to ‘max(int64_t&, int64&)’ nPayFee = max(nFee, nMinFee); ^ src/qt/coincontroldialog.cpp:540:36: note: candidates are: In file included from /usr/include/c++/4.8/algorithm:61:0, from /usr/include/qt4/QtCore/qglobal.h:68, from /usr/include/qt4/QtGui/qicon.h:45, from /usr/include/qt4/QtGui/qabstractbutton.h:45, from /usr/include/qt4/QtGui/QAbstractButton:1, from src/qt/coincontroldialog.h:8, from src/qt/coincontroldialog.cpp:5: /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&) max(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template argument deduction/substitution failed: src/qt/coincontroldialog.cpp:540:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘long int’ and ‘int64 {aka long long int}’) nPayFee = max(nFee, nMinFee); ^ In file included from /usr/include/c++/4.8/algorithm:61:0, from /usr/include/qt4/QtCore/qglobal.h:68, from /usr/include/qt4/QtGui/qicon.h:45, from /usr/include/qt4/QtGui/qabstractbutton.h:45, from /usr/include/qt4/QtGui/QAbstractButton:1, from src/qt/coincontroldialog.h:8, from src/qt/coincontroldialog.cpp:5: /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare) max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template argument deduction/substitution failed: src/qt/coincontroldialog.cpp:540:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘long int’ and ‘int64 {aka long long int}’) nPayFee = max(nFee, nMinFee); ^ make: *** [build/coincontroldialog.o] Error 1
|
|
|
|
bzyzny
|
|
December 02, 2014, 12:54:20 AM |
|
Also, I look forward to the AuxPOW/POS coin launch. That is certainly something new and unique (correct me if im wrong). CoinControl sounds like a useful feature indeed, thanks for adding it. If you dont mind, Im curious (and assume others are) if you could share some more details about the game dev progress. I know these things take time and finding the end is elusive, but am just curious what you can tell us about features you've completed, what is giving you a hard time, goals in general or even some fresh screenshots. Obviously we dont want any spoilers, but just some feeling of the current state of things. Appreciate your work, its quality
|
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 02, 2014, 01:11:48 AM Last edit: December 02, 2014, 09:08:01 AM by BlueDragon747 |
|
BD have you tried compiling the updated wallet on Linux? I got an error when it reached the coincontroldialog.cpp, I used the same method of compiling as last time (qmake flags qr encode enabled & Dbus enabled, make flags PIE enabled). src/qt/coincontroldialog.cpp: In static member function ‘static void CoinControlDialog::updateLabels(WalletModel*, QDialog*)’: src/qt/coincontroldialog.cpp:540:36: error: no matching function for call to ‘max(int64_t&, int64&)’ nPayFee = max(nFee, nMinFee); ^ src/qt/coincontroldialog.cpp:540:36: note: candidates are: In file included from /usr/include/c++/4.8/algorithm:61:0, from /usr/include/qt4/QtCore/qglobal.h:68, from /usr/include/qt4/QtGui/qicon.h:45, from /usr/include/qt4/QtGui/qabstractbutton.h:45, from /usr/include/qt4/QtGui/QAbstractButton:1, from src/qt/coincontroldialog.h:8, from src/qt/coincontroldialog.cpp:5: /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&) max(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/4.8/bits/stl_algobase.h:216:5: note: template argument deduction/substitution failed: src/qt/coincontroldialog.cpp:540:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘long int’ and ‘int64 {aka long long int}’) nPayFee = max(nFee, nMinFee); ^ In file included from /usr/include/c++/4.8/algorithm:61:0, from /usr/include/qt4/QtCore/qglobal.h:68, from /usr/include/qt4/QtGui/qicon.h:45, from /usr/include/qt4/QtGui/qabstractbutton.h:45, from /usr/include/qt4/QtGui/QAbstractButton:1, from src/qt/coincontroldialog.h:8, from src/qt/coincontroldialog.cpp:5: /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare) max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/4.8/bits/stl_algobase.h:260:5: note: template argument deduction/substitution failed: src/qt/coincontroldialog.cpp:540:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘long int’ and ‘int64 {aka long long int}’) nPayFee = max(nFee, nMinFee); ^ make: *** [build/coincontroldialog.o] Error 1 find replace in coincontroldialog.cpp int64_t with int64 *will update code soon just working on some other stuff atm Edit: Github for BLC, PHO, BBTC, ELT, LIT updated with the Linux qt fix Note: The AuxPOW/POS coin launch has no release date yet as I have been too busy with other work and game dev atm does take priority no updates on game dev progress atm just been too busy will see what I can get done for next weekend most of the work has been server side java stuff not very intresting Edit: mob spawn points, player classes, Ai tweaks and some minor bug fixes
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
cinnamon_carter
Legendary
Offline
Activity: 1148
Merit: 1018
It's about time -- All merrit accepted !!!
|
|
December 02, 2014, 05:07:20 AM |
|
thanks for pushing that one guys / both of you / I will get wallets done asap / complete maintainence on nodes
|
Check out my coin Photon Merge Mine 5 other Blake 256 coins - 6x your hash power https://www.blakecoin.org/The obvious choice is not always the best choice. LOOK DEEPER - Look into the Blake 256 Family -- CC
|
|
|
bzyzny
|
|
December 02, 2014, 07:21:51 PM |
|
Thanks BD, I was able to compile the update on Linux
|
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 02, 2014, 09:13:06 PM |
|
Thanks BD, I was able to compile the update on Linux no problem any other issues just let me know as always will just try and do my best to help
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 09, 2014, 03:28:26 PM Last edit: December 09, 2014, 08:36:21 PM by BlueDragon747 |
|
LA1 is back online after a complete rebuild to try and fix some performance issue it was getting Edit: ISP is having issues with node that the server is running on Edit2: ok its back online now
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
MarSas
|
|
December 15, 2014, 11:49:20 AM |
|
Nice to see network hashrate growth and working pools (no ddos).
|
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 15, 2014, 06:44:28 PM |
|
yeah its good gives me more time to focus on the other projects
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 16, 2014, 11:30:49 PM Last edit: December 16, 2014, 11:50:42 PM by BlueDragon747 |
|
will add it to other OP's and site Edit: Done
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
Palad1n
Member
Offline
Activity: 113
Merit: 10
|
|
December 16, 2014, 11:53:28 PM |
|
very good
|
|
|
|
bzyzny
|
|
December 17, 2014, 04:49:52 PM |
|
askcoin looks pretty decent, good volume on LTC and a few others at least. Lets make BLC one of the top traded coins there also vote for UMO and ELT to be added there! however I did not see the other blake family coins on the voting list
|
|
|
|
rudn
Newbie
Offline
Activity: 16
Merit: 0
|
|
December 18, 2014, 10:23:24 PM |
|
eu3 Pool Payout? Hang?
pls check
|
|
|
|
BlueDragon747 (OP)
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
|
December 19, 2014, 12:01:34 AM Last edit: December 19, 2014, 01:27:52 AM by BlueDragon747 |
|
eu3 Pool Payout? Hang?
pls check
someone is trying to attack the web server side of eu3 atm I will sort it out and check for any backlog Edit: all done any backlog should be clear now
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
Youghoor
|
|
December 19, 2014, 03:14:15 AM |
|
Time to trade and make the BLC rise.
|
|
|
|
|