Bitcoin Forum
June 29, 2024, 02:03:27 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 »
321  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet on: October 23, 2016, 04:08:46 AM
Could I mine with Baikal Mini Miner ?

Yep on this chain and the new when it ready
i got 3 on it now


thanks
Paul


Could you tell me the settings for Baikal pls ?

MonetaryUnit is more profitable than DASH.

In the web config for the baikal miner, just point it to a pool (stratum+tcp://stratum.weminemue.com:3033) and have the algorithm set to quark. Add a valid MUE address as a username and you're good to go!

Please see here for some for info: http://www.weminemue.com/getting_started


That's perfect. My miner will be received in 3 days. I also have watt meters.  I will try and write the results here.

that would be VERY much appreciated ...

these results are the real-world results ...

i know this much - if the hashrate is to remain the same across the board on these miners - there would theoretically be a difference in power usage depending on which algo is mined ...

this is what i am after - NOT that the miner does 15-mh per algo ... i actually dont really care too much about that - i need to know what the power usage will be for each algo used - so that it can be determined as to how many miners can be used - running the different algos ...

this information will be very important and would be appreciated ... even if its sent via pm - as this may be a little off topic ...

i would like to see mue stay on quark - but that is my lone opinion from many that want to see it go to x11 ...

#crysx

For your information Crysx, Mue will be transitioning to X11 as soon as possible, as it will be relaunched based on Dash code with all kinds of MUE tweaks and adjustments.
I'll see about adding a wattage meter to my miner just for the fun of it.

i know that mate ...

ive read - but quark is still a fav algo of mine ... and only mine by the looks of it Tongue ...

it will be a good transition - as dash codebase is reasonable solid ...

we have looked at ( and still are looking at ) whether to rebase granite on the dash codebase also ... and was looking at changing grn to quark FROM x11 ...

eitherway - it will be a good 'upgrade' when mue is done ... should revive some interest back into it again ...

#crysx
322  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]B3 Hybrid POW/POS [X11] - ANTI-INSTAMINE, NO PREMINE, NO ICO, NO IPO[ANN] on: October 23, 2016, 03:58:10 AM
@crysx  @ bumacoin
You both are great.

and so are you  Wink

tanx ...

but we are all here to help and benefit from it all ...

ive been working on the compilation - and still running into errors ... looks like an ecc / boost issue ...

ill attempt to locate the main cause of it - but am happy to share the problems that have risen ...

below is the error i get when compiling ... the system is centos 7 x64 - using gcc4.8.5-4 - openssl1.0.2f - bdb6.1.26 ...

Code:
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/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
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from chainparams.h:11,
                 from alert.cpp:7:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::<anonymous struct>::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::<anonymous struct>::to’ [-Wmissing-field-initializers]
/bin/sh ../share/genbuild.sh obj/build.h
fatal: Not a git repository (or any of the parent directories): .git
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from chainparams.h:11,
                 from protocol.h:13,
                 from net.h:21,
                 from checkpoints.h:8,
                 from checkpoints.cpp:8:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::<anonymous struct>::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::<anonymous struct>::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/netbase.d -o obj/netbase.o netbase.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from netbase.cpp:7:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::<anonymous struct>::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::<anonymous struct>::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/addrman.d -o obj/addrman.o addrman.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from chainparams.h:11,
                 from protocol.h:13,
                 from addrman.h:8,
                 from addrman.cpp:5:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::<anonymous struct>::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::<anonymous struct>::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/crypter.d -o obj/crypter.o crypter.cpp
In file included from /home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:25:0,
                 from /home/b3-node/granite/deps/include/boost/atomic/atomic.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/atomic.hpp:12,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/once_atomic.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread/once.hpp:20,
                 from /home/b3-node/granite/deps/include/boost/thread.hpp:17,
                 from util.h:24,
                 from script.h:19,
                 from keystore.h:11,
                 from crypter.h:10,
                 from crypter.cpp:5:
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:556:139:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = long unsigned int; From = void*]::<anonymous struct>::to’ [-Wmissing-field-initializers]
     value = {};
              ^
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp: In instantiation of ‘To boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]’:
/home/b3-node/granite/deps/include/boost/atomic/detail/atomic_template.hpp:574:100:   required from here
/home/b3-node/granite/deps/include/boost/atomic/detail/bitwise_cast.hpp:39:14: warning: missing initializer for member ‘boost::atomics::detail::bitwise_cast(const From&) [with To = void*; From = long unsigned int]::<anonymous struct>::to’ [-Wmissing-field-initializers]
g++ -c -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -DUSE_SECP256K1 -I/home/b3-node/granite/libraries/B3_Coin-master/src -I/home/b3-node/granite/libraries/B3_Coin-master/src/obj -I/home/b3-node/granite/deps/include -DENABLE_WALLET -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/include -I/home/b3-node/granite/libraries/B3_Coin-master/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/key.d -o obj/key.o key.cpp
key.cpp: In member function ‘bool CKey::SignCompact(const uint256&, std::vector<unsigned char>&) const’:
key.cpp:552:17: warning: unused variable ‘ret’ [-Wunused-variable]
         if (int ret = secp256k1_ecdsa_sign_compact(instance_of_csecp256k1.ctx, hash.begin(), &vchSig[1], begin(), secp256k1_nonce_function_rfc6979, NULL, &rec))
                 ^
key.cpp: In member function ‘bool CPubKey::VerifyCompact(const uint256&, const std::vector<unsigned char>&) const’:
key.cpp:632:10: warning: unused variable ‘fComp’ [-Wunused-variable]
     bool fComp = IsCompressed();
          ^
key.cpp: In member function ‘bool CPubKey::Decompress()’:
key.cpp:669:104: error: cannot convert ‘int*’ to ‘unsigned char*’ for argument ‘3’ to ‘int secp256k1_ec_pubkey_decompress(const secp256k1_context_t*, const unsigned char*, unsigned char*, int*)’
     int ret = secp256k1_ec_pubkey_decompress(instance_of_csecp256k1.ctx, (unsigned char*)begin(), &clen);
                                                                                                        ^
In file included from /home/b3-node/granite/deps/include/boost/system/system_error.hpp:14:0,
                 from /home/b3-node/granite/deps/include/boost/thread/exceptions.hpp:22,
                 from /home/b3-node/granite/deps/include/boost/thread/pthread/mutex.hpp:14,
                 from /home/b3-node/granite/deps/include/boost/thread/mutex.hpp:16,
                 from allocators.h:10,
                 from key.h:10,
                 from key.cpp:14:
/home/b3-node/granite/deps/include/boost/system/error_code.hpp: At global scope:
/home/b3-node/granite/deps/include/boost/system/error_code.hpp:221:36: warning: ‘boost::system::posix_category’ defined but not used [-Wunused-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
/home/b3-node/granite/deps/include/boost/system/error_code.hpp:222:36: warning: ‘boost::system::errno_ecat’ defined but not used [-Wunused-variable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
/home/b3-node/granite/deps/include/boost/system/error_code.hpp:223:36: warning: ‘boost::system::native_ecat’ defined but not used [-Wunused-variable]
     static const error_category &  native_ecat    = system_category();
                                    ^
make: *** [obj/key.o] Error 1
DONE ...

so if there is anything i am over looking - and can be fixed - i would luv to hear from anyone that can see the issue ...

tanx ...

#crysx
323  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 23, 2016, 03:42:59 AM
no attack for you but i want to know about toshi trade to

yup ...

im waiting for toshidesk also ...

looks good so far ...

#crysx
324  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 23, 2016, 03:42:04 AM
for me it sucks mastertrader says he is working with you about a explorer and it not true at all and for you to say short answers yea we are , but long answers is no way we got are own probs ?

rich is waiting on me - and the infrastructure - to get the explorer working ...

i wont continue with ANYONES explorer ( or projects for that matter ) - until the infrastructure is complete ... im spending a large amount of time - effort - and more money than id like on all this ...

but once its done - it will be an easier way of producing things - as the infrastructure will be set ...

you can move into a residential building complex - until ALL the buildings and apartments are completed - tested - and approved to live in ... same here ...

the infrastructure will not be used until its all approved to - thus - no services will
be installed and setup unless it has been completed - tested - and approved to be usable ... and of course i pay for it all Wink ...

time - and patience ... two things that are lacking in crypto in general ...

it will happen in time - with patience Smiley ... i give no timeframes - because i KNOW that these things take their own time to do ...

which is why rich is waiting on me - and im waiting on the isp - and the isp is waiting on the infrastructure ( actual servers and machines ) to be finished being built in the various datacenters around the world ...

see patience ... and time ...

the one thing i am NOT looking forward to - is paying for it all ... but that too has to be done in good time ...

Wink ...

#crysx
325  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 23, 2016, 03:23:24 AM
the question you neglected to ask is simply - what is it that is taking so long for the block explorer to arrive ... explanation above ...


pretty sure you got that part from my questions prefer you dont degrade me thanks for replys

no degradation intended ...

you have not attacked me in any way shape or form ... so all good ...

#crysx
326  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 23, 2016, 02:53:36 AM
thats a long post to say you are not working to get a explorer going but i do thank you for the input . wish you good fortunes to... tell your boss get that website up

no worries ... a full explanation is better than no explanation ...

the explorer WILL be coming - but not without the full infrastructure upgrade ...

and what boss? ...

i finished my 'real life' contract ... so no 'boss' now but me anyway Smiley ...

#crysx
327  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: October 23, 2016, 02:32:12 AM
So when is SP Lbry #4 coming out? XD

Figure I'd ask for shits and giggles.

Never...


thats where you are wrong ...

when the new optimized code is released opensource - sp will copy that optimized code - 'optimize' it again - then charge everyone for the luxury of doing it ...

its how he works ... hence the large farm he now currently has - off the backs of everyone that bought private miners from him ... yes - including me ...

#crysx
328  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SpreadCoin | Decentralize Everything (decentralized blockexplorer coming) on: October 23, 2016, 02:27:16 AM
- multihost capabilities that allow you to run multiple nodes in your local network, remote controlling them with your spreadwallet.
- easy setup and control through SSH of all the raspberry pis in your local network.

I am gonna post this here so that I remember to ask again in the future when Georgem is less busy developing than he is now. But will these features eventually be extendable to remote servers? That would be awesome.

I asked myself the same thing.

Raspberry Pi's are supposed to be run at home.
In your local network.
Local networks are usually well secured against outside influences.
They are sitting behind a router.

If you let the Spreadwallet manage remote servers you would have way more security concerns.
But people are already managing their servers/nodes from afar,
so… sure, why not?

 Wink

-sf-

agreed ...

as long as there is a fully functional api - a port / link - and full accessibility to the api ... then there should be no reason why remote accessibility could not be available ...

there will always be security concerns - as with any form of remote accessibility ... but that is par for the course ...

that will be a georgem 'thing' to build if it is to be implemented ...

#crysx
329  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 23, 2016, 02:12:29 AM

<snip>

I'm still working with Crysx as he is helping us get another open-source version of a blockexplorer so we can have (3) different ones for MTR.

Thanks community!

Cheers,

Rich


i have a question for crysx how is that block explorer coming along ? how long does it take ? are you and mastertrader really working on it or was it dropped ? also do you have any info on a exchange being embedded into MTR ?also I would like your opinion on cryptocloset .. what effect it has on MTR and crypto in general ? any info would be thankful

as per the previous post to drays ...

its not coming along - just yet ...

the complete infrastructure of cwi is being revamped ... and expanded ... there are 25 dedicated machines being setup worldwide across the globe for the seednodes alone ... this means rebuild of systems - os - builds of apps - builds of daemons - syncs - redirections of dns - and ultimately the recode of the core for the daemons of the coins and projects we support ... which means we need to work with EVERY dev whose coin we support - as most of the devs have our seeds hardcoded into the core code of the wallets ...

the block explorer is no exception - and the delay of not just this one - but all - is justified ...

the machines that will support the block explorers - are yet to be finalized ... part of this infrastructure revamp - is setting up an information system which carries the block explorers for the coins supported ... block explorers too - use daemons to gather their information - and dedicated coin daemons are used for the explorers as well - not api calls from the seednodes ...

this is not only a long winded and tedious rebuild - but a very coordinated ( with the isp - who is building the backend infrastructure for all this ) and expensive ordeal ... costing ME - with no financial help from anyone else - to undertake this project ...

so in essence - how is the block explorer coming along? ... its not for the time being ... in fact - none of them are ...
how long does it take? ... not long at at all to build the explorer itself - but a while to sync daemons within the servers ...

the question you neglected to ask is simply - what is it that is taking so long for the block explorer to arrive ... explanation above ...

i personally need not answer to anyone else - but the dev / person commissioning our services ... thats it ... BUT i am here and explaining to you - and the community WHY there is such a delay ...

if you demand a block explorer - then pay for one ... fairglu has one of the BEST explorer systems in crypto today ... he is a good man - a quick responder ( he has all the infrastructure ready ) and a competent dev who knows what he is talking about ... he provides the cryptoid block explorers to anyone who pays the fees ...

and that seems to be the issue with the community - fees ... demand so much - but pay nothing for them ... a community fund for such things? ... that would be great ...

the very few that have supported ANY services provided to ANY project ( i am NOT pinpointing mtr here ) are the ones that actually care enough to put the funds whether the demands are ...

want to pay the 70kaud that its costing to restructure the cwi infrastructure? ... no? ... then you have no right to demand anything from me or anyone else ... unless i WANT to provide this service for free to the community or devs ... and that is entirely MY decision ...

im all for opensource - and for helping ... but when it comes at a personal cost that is far beyond the 'tanx for the help' limit from the community - and the community is not willing to 'help' in the form of code work or funds either - then i have the right to withdraw any 'free' systems that cwi provides ...

ask microsoft for a free blockexplorer and see what happens Wink ...

the blockexplorer is NOT free ... and as such - will be at the mercy of how long the infrastructure will take to rebuild ...

if you or anyone else is unhappy with that - then im sure rich will be happy to pay for another blockexplorer IF the community wants to pitch in ...

besides - our own inhouse projects ( granite (grn ) being the main one ) are our priority - and the project that the entire infrastructure is based on ...

anyway - a bit long winded explanation - but there you go mate ...

ill be changing the code shortly after all the systems are back online with the new seednodes ...

#crysx
330  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 23, 2016, 01:44:54 AM
First time being called a shill lmao! If u lost money too bad, move on. Are you going to cry forever over 1.3 btc?

yup - first time for me too ... EVER ...

TWAT - now there is a word that wouldnt be a first for either i would imagine ...

sheesh! ...

im off to bed ... im tired from REAL work on the vps solutions and integrations of the daemons for nodes that are supporting OTHER coins as well as this one ...

#crysx

crysx, relax man... It is sure pretty silly to call you a shill, but this BitBerau guy is new to this forum, and he is getting desperate to return the money he was robbed of.

If you read what he posted on his thread, you will clearly see he was scammed by this mtr guy. That is as clear as day (to anyone who took the time to familiarize himself with the topic), but other thing is also clear - he will not return his money, as the mtr guy has no integrity, but instead has strong ability to mislead people and skills to manipulate and hide the truth.

Its too often one could get disgusted reading this forum... Unfortunately too many people are attracted here by the smell of easy money, and they are ready to make money in any possible ways and methods, often without reservation Undecided

Alas... it is pity an honest guy like you supports that dishonest person. There is just one way to explain that phenomenon: I think you are too different from him, to understand how crooked he is in reality.


morning drays ...

as a respected member of most of the communities on here - your advice always seems logical and well thought ...

rich has never done ME wrong - and in a lot of ways - i do what i can to help those that seems to be doing the right thing ...

i dont have a bad thing to say about rich himself - what he does with that that is within in his power is entirely up to him and those that wish to deal with rich ... i still deal with rich - as like i mentioned - he has never shown any form of malice or 'scam' tendencies toward me - my team ( aka 'theteam' ) or toward the projects we have ( granite being the flagship of course ) ... i am not saying i agree with EVERYTHING rich has done - but that is entirely up to rich to do - as he ahs it all in his power to do ...

i feel for bitberau - as he feels like he has been scammed in to making false trades ... when i speak of due diligence - i speak generally and of what peopel should do in general - not targetted at bitbeurau or anyone specifically when i say EVERYONE needs to have their eyes open when ANYTHING is done off their own accord ...

i had respect for 8bit also - see that - HAD ... the past posts and comments prove how civil and concerned i was with his well being in this thread - and others ... BUT he became a complete imbecile in my eyes - and in the eyes of many - sue to his incessant bleating of repetitive statements made again rich ... which is his right to - as is richs right to respond or not ... but the moment he calls me a scammer as well - and now being called a shill - ill defend my position in every way i can ...

i have just finished a three month contract in the 'real world' which has enabled me to rebuild the infrastructure that i built from the ground up ... ME - all my decisions ... the pitfalls of taking advice from others and putting them into motion is MY decision only ... regardless of what advice i was given ... it was up to ME to do my due diligence and conceive a plan to grow the infrastructure AND code to where it is now ... dissecting the advice and rearranging and then discarding it or using in full or part thereof - is entirely a sole mechanism ...

which is what i was getting at - its bit beurau decision to move or not move - regardless of the advice given him by ANYONE ...

every decision has its consequence ... 8bit decides to become an incessantly bleating sheep - there are consequences for his actions ...

the same for me - you or anyone else - including rich ... no one is above that ...

i just woke anyway - slept in too long on a sunday morning ...

btw - all the seednodes will be changed to <coin>-seed<count>.chainworksindustries.com - as the nameservers and dns has propagated worldwide now - and all has been setup ... ie - mtr-seed01.chainworksindustries.com is the new seed ... discussion for the new systems that will be spread globally in different areas worldwide will be finalized soon also - which means the actual nodes will be redone - rebuilt - and spread worldwide in different datacenters around the world - with different ip ( c-class ) adresses ...

this is what is taking so long to do - which is delaying every project we have currently ... especially the migration of the seednodes ...

anyway - coffee and wake - and back to work ... which is somethign i will not be doing if i can help it on weekends from now on ... Tongue ...

#crysx
331  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 22, 2016, 04:10:52 PM
First time being called a shill lmao! If u lost money too bad, move on. Are you going to cry forever over 1.3 btc?

yup - first time for me too ... EVER ...

TWAT - now there is a word that wouldnt be a first for either i would imagine ...

sheesh! ...

im off to bed ... im tired from REAL work on the vps solutions and integrations of the daemons for nodes that are supporting OTHER coins as well as this one ...

#crysx
332  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 22, 2016, 04:06:20 PM
Made you?

ditto ...

'made you' ? ...

there are only a few things that you are FORCED to do in this life ...

so to say he 'made me' is far fetched at the best of it ... you took his advice - did what you did - lost btc from it - and now you scream scam ...

here is some sound advice from me mate ...

research you investments - follow NO ONE - but absorb their advice and dissect all the information in front of you ... make peace with the fact that WHAT EVER the outcome - its because YOU made the decision to follow through with it ...

what im saying is simple - be diligent with whatever you enter into ... whether it be advice - investments - or even a restaurant ... be diligent ...

you 'lost' you btc - ok ... so be it ... you lost it because YOU decided that ... no one 'made' you put a bitcoin address into YOUR wallet and transfer the funds out ... you did ...

accept it and move on ...

if mt777 held a gun to your head and threatened your family and their lives if you didnt transfer the btc - then yes he MADE you do it ... but i speculate that those events have not happened - and never would ...

i hope your trading efforts are better placed - with or without advice - next time ...

#crysx
You must either have reading problems, or you are a shill.

You are taking my words out of context, that is a very obvious sign that you are a shill.

You are ignoring all my valid arguments, and instead of making a fair point you take my wording out of context.

Of course I didn't mean that he forced me physically to invest in XMR, but I was forced by interests to invest in XMR, since I paid .78 to "Master Trader" and we have come to an agreement that he'd refund me me if i come on a loss no matter what.

I don't need your trading advice, go fool someone else.



You are a confirmed shill, people, have a look at their post history, they are post farmers, look at them shilling for other SHITCOINS, be serious.

Well said , if money is lost it's the owners responsible to invest wisely, this guy said he bought at the top and sold at the bottom lol, the opposite way around as it should be done! One must learn to read the chart  Cheesy

You are also doing a bad job at shilling "Master Trader", I mean come on dude, at least read a bit of the scam thread haha!

Guys, be serious, have a look at both of their post history, they are nothing but shills, with nothing to their name.
Get a life..
It's getting a bit too loopy, if people want to find out the truth, you gotta look at the big picture, check out my scam thread, I have posted FULL chat logs, i am not hiding ANYTHING.
Scam Thread: https://bitcointalk.org/index.php?topic=1651462.0

If anyone needs more proof, feel free to PM me.


bitberau ...

i was chrysophylax - going on to legendary - until i destroyed my password key ... yes KEY! ... forgetting a password then trying to change it three times got me locked out of my own account - that the bct mods refused to reassign it ... so i started another account - otherwise i would have been 'legendary' status and far beyond what you currently have as a status now ...

so before you digress and make accusations about my being a 'shill' - remember that it is YOU that MADE YOURSELF take the advice that was handed you - and made something of it ...

nothing was taken out of context and nothing is said about mastertrader doing the right or wrong thing ... its is simply a due diligence scenario which you failed - because you followed instructions and didnt cater for the fact that mt777 CAN make mistakes as anyone CAN ... not saying he did or didnt - i AM saying that YOU are responsible for YOUR own actions ...

so stop this crap about being a shill ...

i have more under my belt than that retard 8bit - and now you want to come into the arena - know NOTHING of my history here or elsewhere - and want to accuse me of being a 'shill' ...

mate - the help that i have given many times over to multiple devs and projects they have - was all based on a few smaller projects i had running under chrysophylax profile ... now the infrastructure is much larger and about to grow again that ive moved and named it chainworks industries - which is being registered as a business name - soon to be incorporated ... im not a young retarded imbecile like 8bit - nor am i new to this entire scene ... so stick your accusations where they belong ... in the garbage bin ... and do your research well - instead of making a complete and utter bollocks of the situation YOU got yourself into ...

i have been in a very similar situation many many years ago - when i was great deal younger - and lost a crap load more money ( yes - real money ) than you probably have ever seen in your life ... i got shafted - i dealt with it - i moved on - and redesigned my life to get back on top ...

am i saying mt777 ripped you off or gave you wrong advice or you are a moron for following anyone? ... no - not at all ...

i AM saying - due diligence is required for ALL that you do ... so shill that as far up as you can ...

cant believe the amount of morons in crypto these days!!! ...

#crysx
333  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 22, 2016, 11:50:41 AM
bla bla bla
Yes, being a scammer supporter and shill you are a scammer. So, GTFO mr scammer.


hence why i RARELY answer you any more 6bit ...

feeling worthlessness must be a damned big thing for you ... considering i would have helped you a while back - bring 8bit coin back from the depths of crapdom ...

luckily for me - mastertrader777 warned me about you and your bullshit antics ...

did you ask me my opinion of what mt777 did regarding the premine? ... NEVER ...
did you ask me my opinion of what mt777 has done with the coding? ... NEVER ...
did you ask me my opinion of what mt777 has done with toshidesk? ... NEVER ...

your assumptions are as equally inept as is your responses ... like a bulldog with a bone - you cannot SEE anything ... nor wish to understand - which is what a reasonable human being ( let alone an adult - not a child ) would consider is the right thing to do ...

all you have done - and continue to do - is show your worthless self pity - and the vain attempt to insult ...

ASSUME all you want ... if there had been ANY conversation that you asked me ANYTHING - then i would have contributed to you arsenal of 'facts' ...

but alas - your arsenal is merely just an arse ... like its owner ...

nuff sed ...

#crysx
334  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]B3 Hybrid POW/POS [X11] - ANTI-INSTAMINE, NO PREMINE, NO ICO, NO IPO[ANN] on: October 22, 2016, 11:32:10 AM
mention the contents of your B3.conf

you need addnodes to connect, and your pic before shows no connections at that time.


.

i just looked at yr pic.
you need to place the B3.conf in your B3 datadirectory (not where it is in the picture) Smiley


Go to Start -> Run (or press WinKey+R) and run this:

%APPDATA%

this is where all your coin wallets datadirectories exist.
there should be a B3 folder,
put the B3.conf file in there

also
here's a copy of me peers.dat
https://drive.google.com/open?id=0B5j8d4FSc7drd1VKc1FIZzlJbDQ
if you still cant' connect, you can put that in the same folder and see if it helps.

aaand this is why i have so much respect for you bumba ...

#crysx
335  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EGC] EverGreenCoin | Environmental Green Causes | Full 7% PoS | Foundation on: October 22, 2016, 11:26:37 AM

Nice to meet more peole here
Have a nice day everyone Smiley

welcome mate ...

have good one yourself ...

#crysx

Welcome all! It is great to see people from all around mother earth gravitate to EverGreenCoin, a cryptocurrency designed from the ground-up to cultivate and nurture Environmental Green Causes in all its many forms. This common bound unites us all beyond borders and languages and is beautiful to see and share with you all.

Have a wonderful day everyone!



ditto steven ...

coffee and a great day ahead for you ... a little more work and sleep for me ...

#crysx
336  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♦♦♦♦♦[ANN]♦♦MTR♦♦MasterTraderCoin♦♦10.4m♦♦TOSHIDESK LLC♦♦ETNA Partnership♦♦♦♦♦♦ on: October 22, 2016, 11:22:24 AM
To everyone new reading this thread: crysx, coinfello and crazywack are devoted masterscammer777 supporters so their comments are always irrelevant.


listen 8bit ...

i support those that support us ...

if mt777 did crap to you in a past life - then so be it ... deal with it and deal with the fact that all that is said and done will NEVER be good enough for you ...

pathetic as you are - i still manage to have some semblance of feeling for you ... but calling me a scam supporter is calling ME a scammer ... so you damned bloody fool - hop off that high pony of yours - or the pony that you a riding right this minute - and deal with the reality that things are never the way YOU want them to be ...

this is NOT about mastertrader777 or his advice or your pathetic excuse for an argument - its about BEING DILIGENT you damned imbecile ... diligence is the ONLY way to be here in crypto ...

so take your comments and shove them so far up --- hang on - thats where the pony is ...

#crysx
337  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ### C-Note is Almost 3yrs Old and Still Alive! ### on: October 22, 2016, 10:54:07 AM
https://chainz.cryptoid.info

I love this... has it all.... all that is needed... I believe.

yup ...

and fairglu is VERY easy to deal with and damned good bloke ...

#crysx
338  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet on: October 22, 2016, 10:42:57 AM
Could I mine with Baikal Mini Miner ?

Yep on this chain and the new when it ready
i got 3 on it now


thanks
Paul


Could you tell me the settings for Baikal pls ?

MonetaryUnit is more profitable than DASH.

In the web config for the baikal miner, just point it to a pool (stratum+tcp://stratum.weminemue.com:3033) and have the algorithm set to quark. Add a valid MUE address as a username and you're good to go!

Please see here for some for info: http://www.weminemue.com/getting_started


That's perfect. My miner will be received in 3 days. I also have watt meters.  I will try and write the results here.

that would be VERY much appreciated ...

these results are the real-world results ...

i know this much - if the hashrate is to remain the same across the board on these miners - there would theoretically be a difference in power usage depending on which algo is mined ...

this is what i am after - NOT that the miner does 15-mh per algo ... i actually dont really care too much about that - i need to know what the power usage will be for each algo used - so that it can be determined as to how many miners can be used - running the different algos ...

this information will be very important and would be appreciated ... even if its sent via pm - as this may be a little off topic ...

i would like to see mue stay on quark - but that is my lone opinion from many that want to see it go to x11 ...

#crysx
339  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet on: October 22, 2016, 10:38:30 AM
Could I mine with Baikal Mini Miner ?

Yep on this chain and the new when it ready
i got 3 on it now


thanks
Paul


Could you tell me the settings for Baikal pls ?

MonetaryUnit is more profitable than DASH.

In the web config for the baikal miner, just point it to a pool (stratum+tcp://stratum.weminemue.com:3033) and have the algorithm set to quark. Add a valid MUE address as a username and you're good to go!

Please see here for some for info: http://www.weminemue.com/getting_started

do you own any? ...

if so - how do you find them as miners? ...

are there any readings as to power consumption from the wall ( not the software ) for the different algos - as well as readings on the average hashrate for each algo?

im interested ...

#crysx

I have a Baikal miner, a single unit, and they are really great!
Here's their product specs: http://baikalminer.com/ShowProducts.asp?id=466
I don't have any watt meters connected but I am positive that the wattage is as they have described per the datasheet.

I am currently mining Quark but aim at switching to X11 again once MUE goes over to X11. I was mining Dash previously, but I was getting 1 dash every 4 days or so before I switched. I would think that mining Dash today would give maybe one Dash a week?

tanx ...

i have researched and spoken to baikal as well - and they refer me to the same thing ...

i CAN read - but i would much prefer real world usage statistics - as i have to base this on the next farm that we build ...

tanx for your help as always mate ...

#crysx
340  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]B3 Hybrid POW/POS [X11] - ANTI-INSTAMINE, NO PREMINE, NO ICO, NO IPO[ANN] on: October 22, 2016, 09:20:56 AM
wallet does not work and tried everything. I did what you told me and does not work. delete all and does not work. putting probe of a archovo and does not work.

ill refer you to what i wrote earlier ...

https://bitcointalk.org/index.php?topic=1595190.msg16620363#msg16620363 ...

please be specific AND show us - even step by step if you have to - what it is you have done ...

'ive done everything' doesnt cut it - if you want help with it ...

#crysx
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!