Pages:
Author

Topic: [ANN][BMR] Bitmonero - a new coin based on CryptoNote technology - LAUNCHED - page 22. (Read 68776 times)

legendary
Activity: 1246
Merit: 1000
someone can explain how to mine from different pc to one wallet?(run server and connect clients)

Just say start_mining address nthreads to all your daemons. It works more straitforward way than in bitcoin.
for example i start daemon on server
Code:
bitmonerod.exe  --rpc-bind-port=1155 --allow-local-ip
after that generate wallet on server
Code:
simplewallet.exe  --generate-new-wallet=example_wallet.bin --pass=12345

so how i can connect to server from other pc and mine?
with simpleminer ?
but simpleminer need parametrs login and password? how to set this parametrs on daemon?
full member
Activity: 126
Merit: 101
someone can explain how to mine from different pc to one wallet?(run server and connect clients)

Just say start_mining address nthreads to all your daemons. It works more straitforward way than in bitcoin.
full member
Activity: 126
Merit: 101
legendary
Activity: 1246
Merit: 1000
someone can explain how to mine from different pc to one wallet?(run server and connect clients)
sr. member
Activity: 249
Merit: 250
IRC might be helpful for a launch ..

Reschedule for later date?

IRC is good, yes.
Looks like there is no so much mac-only users here. We will start in few minutes.
As far as I see on my mac it isn't very easy to build this for mac: there is a lot of things to fix in code.

OK . . what should we expect? Are you going to update the OP, post at the end, new thread, or direct to a website?

I've updated an OP: sources are on git, binaries are on MEGA.
Height is 5, difficulty is 27908. This is a good start.
This is bullshit. Does not compile on OSX. Though I can fix the malloc error (and the following error), the errors get increasing complex afterwards.

Code:
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- The C compiler identification is Clang 5.1.0
-- The CXX compiler identification is Clang 5.1.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
--   date_time
--   chrono
--   regex
--   serialization
--   atomic
--   program_options
-- Found PythonInterp: /usr/bin/python (found version "2.7.5")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE 
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/lunokhod/Coin/bitmonero-master/build/release
cd build/release && /Applications/Xcode.app/Contents/Developer/usr/bin/make
Scanning dependencies of target version
[  0%] Built target version
Scanning dependencies of target upnpc-static
[  1%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
[  2%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniupnpc.c.o
[  3%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minixml.c.o
[  4%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minisoap.c.o
[  5%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/miniwget.c.o
[  6%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o
[  7%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpcommands.c.o
[  8%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnpreplyparse.c.o
[  9%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/upnperrors.c.o
[ 10%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/connecthostport.c.o
[ 11%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/portlistingparse.c.o
[ 12%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/receivedata.c.o
[ 13%] Building C object external/miniupnpc/CMakeFiles/upnpc-static.dir/minissdpc.c.o
Linking C static library libminiupnpc.a
[ 13%] Built target upnpc-static
Scanning dependencies of target common
[ 14%] Building CXX object src/CMakeFiles/common.dir/common/base58.cpp.o
In file included from /Users/lunokhod/Coin/bitmonero-master/src/common/base58.cpp:14:
In file included from /Users/lunokhod/Coin/bitmonero-master/src/common/util.h:11:
/Users/lunokhod/Coin/bitmonero-master/src/crypto/crypto.h:25:10: warning: private field 'data' is not used [-Wunused-private-field]
    char data[32];
         ^
/Users/lunokhod/Coin/bitmonero-master/src/crypto/crypto.h:29:10: warning: private field 'data' is not used [-Wunused-private-field]
    char data[32];
         ^
2 warnings generated.
[ 15%] Building CXX object src/CMakeFiles/common.dir/common/command_line.cpp.o
[ 16%] Building CXX object src/CMakeFiles/common.dir/common/util.cpp.o
In file included from /Users/lunokhod/Coin/bitmonero-master/src/common/util.cpp:10:
In file included from /Users/lunokhod/Coin/bitmonero-master/src/common/util.h:11:
/Users/lunokhod/Coin/bitmonero-master/src/crypto/crypto.h:25:10: warning: private field 'data' is not used [-Wunused-private-field]
    char data[32];
         ^
/Users/lunokhod/Coin/bitmonero-master/src/crypto/crypto.h:29:10: warning: private field 'data' is not used [-Wunused-private-field]
    char data[32];
         ^
2 warnings generated.
Linking CXX static library libcommon.a
[ 16%] Built target common
Scanning dependencies of target crypto
[ 17%] Building C object src/CMakeFiles/crypto.dir/crypto/blake256.c.o
[ 18%] Building C object src/CMakeFiles/crypto.dir/crypto/chacha8.c.o
[ 20%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops-data.c.o
[ 21%] Building C object src/CMakeFiles/crypto.dir/crypto/crypto-ops.c.o
[ 22%] Building CXX object src/CMakeFiles/crypto.dir/crypto/crypto.cpp.o
In file included from /Users/lunokhod/Coin/bitmonero-master/src/crypto/crypto.cpp:16:
/Users/lunokhod/Coin/bitmonero-master/src/crypto/crypto.h:29:10: warning: private field 'data' is not used [-Wunused-private-field]
    char data[32];
         ^
1 warning generated.
[ 23%] Building C object src/CMakeFiles/crypto.dir/crypto/groestl.c.o
/Users/lunokhod/Coin/bitmonero-master/src/crypto/groestl.c:210:9: warning: comparison of integers of different signs: 'int' and
      'unsigned long' [-Wsign-compare]
  for(;i<(SIZE512/sizeof(uint32_t));i++)
       ~^ ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
[ 24%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-blake.c.o
[ 25%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-groestl.c.o
[ 26%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-jh.c.o
[ 27%] Building C object src/CMakeFiles/crypto.dir/crypto/hash-extra-skein.c.o
[ 28%] Building C object src/CMakeFiles/crypto.dir/crypto/hash.c.o
[ 29%] Building C object src/CMakeFiles/crypto.dir/crypto/jh.c.o
[ 30%] Building C object src/CMakeFiles/crypto.dir/crypto/keccak.c.o
[ 31%] Building C object src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o
/Users/lunokhod/Coin/bitmonero-master/src/crypto/oaes_lib.c:37:10: fatal error: 'malloc.h' file not found
#include
         ^
1 error generated.
make[3]: *** [src/CMakeFiles/crypto.dir/crypto/oaes_lib.c.o] Error 1
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [build-release] Error 2
full member
Activity: 126
Merit: 101
IRC might be helpful for a launch ..

Reschedule for later date?

IRC is good, yes.
Looks like there is no so much mac-only users here. We will start in few minutes.
As far as I see on my mac it isn't very easy to build this for mac: there is a lot of things to fix in code.

OK . . what should we expect? Are you going to update the OP, post at the end, new thread, or direct to a website?

I've updated an OP: sources are on git, binaries are on MEGA.
Height is 5, difficulty is 27908. This is a good start.
member
Activity: 71
Merit: 10
I don't think you should launch the coin without a GUI..
full member
Activity: 126
Merit: 101
IRC might be helpful for a launch ..

Reschedule for later date?

IRC is good, yes.
Looks like there is no so much mac-only users here. We will start in few minutes.
As far as I see on my mac it isn't very easy to build this for mac: there is a lot of things to fix in code.
full member
Activity: 126
Merit: 101
Windows build is ready. Mac build isn't. Anybody can build for mac?
legendary
Activity: 1246
Merit: 1000
sr. member
Activity: 249
Merit: 250
I personally think this is being rushed and for what reason? The name is iffy and doesnt sound like a coin someone would want to own regardless of what it has to offer, no schematics released, no website; all of which makes it seem like it has poor dev. Hell I would have fronted the money for a site if it was needed. We could have built a community to ensure the success of a fork, but I feel you may just want to be the first.
If you look at the BCN forums, you will see that ByteCoin will be having some form of announcement at 16:00. It seems probable that this announcement will lead to a re-launch of BCN under fair conditions, and that this coin here is being developed by one of the BCN devs who has a difference of opinion with the team.

Could thankful_for_today explain his role with BCN?

Also, I totally agree that bitmonero is a poor name that will negatively affect adoption, especially if there are two BCN forks launched at the same time.

hero member
Activity: 560
Merit: 500
I personally think this is being rushed and for what reason? The name is iffy and doesnt sound like a coin someone would want to own regardless of what it has to offer, no schematics released, no website; all of which makes it seem like it has poor dev. Hell I would have fronted the money for a site if it was needed. We could have built a community to ensure the success of a fork, but I feel you may just want to be the first.
+1

I really like the idea of forking BCN but only if it is done properly!
The code delivered by Bytecoin deserves something proper with correct stats (not only shifting the decimal as biggest change).

I think the most important change is the emissions schedule, but yes, this is rushed. The name alone may doom it.

This coin had no discussion behind it. It was pointed that the block time is too fast beyond the solo mining phase. It was kept without offering reasons. It was pointed out that the name should be voted on. Nope, and a bizarre name resulted.

Perhaps the biggest reason to fork is that it was mined for 2 years without making itself available to the other 99.9999999% of the internet on the clearweb. Yet, we wouldn't be much better if we did a launch without a GUI client and a website. Instead, we were 1 hour from launch without a Windows client, which is actually a step backwards from BCN itself (they released an easy-to-use package with a batch file for nontechnical users).

We need (1) an accessible release with (2) proper marketing (including a different name). Right now this fork doesn't have much of a reason to exist, IMO. There's no reason to release it now and work on these things later, either. All we'd be doing is unfairly mining it ahead of everyone else.
full member
Activity: 238
Merit: 100
I personally think this is being rushed and for what reason? The name is iffy and doesnt sound like a coin someone would want to own regardless of what it has to offer, no schematics released, no website; all of which makes it seem like it has poor dev. Hell I would have fronted the money for a site if it was needed. We could have built a community to ensure the success of a fork, but I feel you may just want to be the first.
+1

I really like the idea of forking BCN but only if it is done properly!
The code delivered by Bytecoin deserves something proper with correct stats (not only shifting the decimal as biggest change).
hero member
Activity: 994
Merit: 500
I personally think this is being rushed and for what reason? The name is iffy and doesnt sound like a coin someone would want to own regardless of what it has to offer, no schematics released, no website; all of which makes it seem like it has poor dev. Hell I would have fronted the money for a site if it was needed. We could have built a community to ensure the success of a fork, but I feel you may just want to be the first.
legendary
Activity: 1946
Merit: 1100
Leading Crypto Sports Betting & Casino Platform
Quote
This is an UI issue only - technically there will be 2^64 - 1 atomic units

This and merged mining with Bytecoin... why do we need this coin?

Each good idea must have several independent adoption schemes Wink

Sure. So this is designed to be intentionally a deadbeat one in order to draw some miners to a black hole with no innovation. Thanks for playing. Your idea to self-implode BCN fork is novelty  Wink Might I suggest a dumber name might be more effective?

Someone with an "independent adoption scheme" of 21 million coins will be a better option.
full member
Activity: 126
Merit: 101
Quote
This is an UI issue only - technically there will be 2^64 - 1 atomic units

This and merged mining with Bytecoin... why do we need this coin?

Each good idea must have several independent adoption schemes Wink
full member
Activity: 126
Merit: 101
+12h is good. East Europe can get some sleep now Smiley

Will there be any pool for mining?

No pools yet. There is not open source pool software for CryptoNote ;(
sr. member
Activity: 312
Merit: 254
Current status:

Everything works fine on Linux. We can launch as soon as Windows and Mac binaries will be ready.
In order to make everything as fair as possible I move a launch time  +12 hours. See updated original post.

Thanks for this opportunity to sleep peacefully  Kiss
full member
Activity: 186
Merit: 100
+12h is good. East Europe can get some sleep now Smiley

Will there be any pool for mining?
legendary
Activity: 1946
Merit: 1100
Leading Crypto Sports Betting & Casino Platform
Quote
This is an UI issue only - technically there will be 2^64 - 1 atomic units

This and merged mining with Bytecoin... why do we need this coin?
Pages:
Jump to: