nbkn
Newbie
Offline
Activity: 17
Merit: 0
|
|
April 30, 2014, 07:53:40 AM |
|
Just sent 10k @bitkoot, would be cool if you can send some @nbkn Money successfully sent, transaction <76223893a91519ac7f4a41c565c74bbaae048c2ae377c9a2c8542c83a50421a8>
|
|
|
|
BitKoot
Member
Offline
Activity: 113
Merit: 10
|
|
April 30, 2014, 08:41:01 AM |
|
Just sent 10k @bitkoot, would be cool if you can send some @nbkn Money successfully sent, transaction <76223893a91519ac7f4a41c565c74bbaae048c2ae377c9a2c8542c83a50421a8>
Just sent you 1,000,001 back (you send me 1M instead of 10k ) Money successfully sent, transaction <18cb84e5dd3ff8d4e6c69e479d97b8b81f4ae8f190f321c92cc33e8bcd2d93a0>
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 09:22:33 AM |
|
Just sent 123.45 coins to @zoidberg2. Money successfully sent, transaction <964c444de985a0a2faa574ebea68de8b22db378be251d0391fe4d60855acc353> You can send some back to @bitkoot if you like Sent 10000 testcoins to you bro! Thanks all for testing!
|
|
|
|
Rias
|
|
April 30, 2014, 09:45:34 AM |
|
Doesn't the alias destroy all the anonymity of the transactions?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
April 30, 2014, 09:51:53 AM |
|
Doesn't the alias destroy all the anonymity of the transactions?
No. Alias only maps to the public key, which can't be connected to the transactions.
|
|
|
|
Patejl
|
|
April 30, 2014, 10:37:50 AM Last edit: April 30, 2014, 12:08:32 PM by Patejl |
|
I can't compile it under Ubuntu 14.04! I have used walkthru posted here, but all i got is this error: http://ppa.launchpad.net/boost-latest/ppa/ubuntu/dists/trustyain/binary-amd64/packages 404 Not foundEDIT: I found a way how to install boost 1.54. Anyway now i have some problem with CMAKE: CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. -- Could NOT find Threads (missing: Threads_FOUND) -- Configuring incomplete, errors occurred! See also "/home/petr/honeypenny/build/release/CMakeFiles/CMakeOutput.log". See also "/home/petr/honeypenny/build/release/CMakeFiles/CMakeError.log". make: *** [cmake-release] Error 1
|
|
|
|
otila
|
|
April 30, 2014, 03:42:48 PM |
|
I can't compile it under Ubuntu 14.04! Do you have c++ compiler installed?
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 04:35:42 PM |
|
Hello Friends! I've started a new thread with discussion about project monetization (donations model) and offered there a new model, which is move focus from miners to common users: https://bitcointalk.org/index.php?topic=590520Please leave your feedback because as we see it is very sensitive point.
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 06:00:50 PM |
|
Does POS fit in this cryptonote technology?
No
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 06:02:19 PM |
|
Rename it please. You may learn the lesson of PPCoin, now PeerCoin
Started new thread with name contest, but no luck yet.
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 06:18:48 PM Last edit: April 30, 2014, 06:33:44 PM by crypto_zoidberg |
|
Could you answer these questions: - How many developers are in the team? - Are you looking for more developers (can people contribute on GitHub) and or other help (translations, etc.)? - Can you announce the launch more than one day in advance? You want the launch to be perceived as open and honest as possible.
I agree, it is good to see a fork with active discussion before release and dev that listens to comments. I too am interested in the answers to these questions.
1. To be honest - we are two developers who are familiar with CryptoNote code, as you could see by our commits. 2. At this moment we don't really need help with development, mostly because core changes have to be done very careful and focused. But later after network launch of course developers are wellcome especially expirienced developers - we have a lot of work todo! But what we really need - is technical writer, translations, designer, someone to help us to support this forum. 3. Two days befor launch is ok ? Anyone looking to run this on Linux, I got it running on Ubuntu 14.04 (I think this should work on 13.10 as well). These are the steps I used: echo 1. add repository containing the right boost package version sudo add-apt-repository ppa:boost-latest/ppa
echo 2. update apt repository sudo apt-get update
echo 3. install needed packages sudo apt-get -y install gcc-4.8 g++-4.8 libboost1.55-all-dev git cmake
echo 4. get honnypenny sources git clone https://github.com/cryptozoidberg/honeypenny.git
echo 5. go into honnypenny map and start building cd honnypenny; make
echo 6. after this you will be able to find the build results in ~/honnypenny/build/release/src/ cd build/release/src/
echo 7. start the node ./hpd
echo 8. start the client for the first time and create a wallet ./simplewallet --generate-new-wallet wallet_name.wallet --password change_this!
Thank you for this manual!
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 06:29:46 PM |
|
I hope that Linux miner will not be 4 times better than windows miner, as it is the case in Monero(bitmonero).
Apparently gcc compiler makes code faster than Visual Studio, you can research this point before we launch, you have time to do it. But you should know - hash function is not final, i've started discussion about hash in this threadAnd even one more: if we'll finally go with hash-on-blockchain it is better to create optimization for miner: build scratchpad(based on blockchain) copy in miner to be able work without mutex locks.
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 06:32:22 PM Last edit: April 30, 2014, 11:43:54 PM by crypto_zoidberg |
|
Any estimate on launch date? We've decided to have a week for discussion, at this moment we are running test network and do more development.
|
|
|
|
emontmon
Member
Offline
Activity: 196
Merit: 10
|
|
April 30, 2014, 06:43:06 PM |
|
some people like me have very limited understanding of what is discussed regarding technical aspects. I am interested in an optimized miner. regardless of the hash function chosen, will you create the optimized miner or will the end user be expected. I am trying to learn ubuntu still, but most likely will not have that up and running by the time this project is started.
thank you
|
|
|
|
digicoin
Legendary
Offline
Activity: 1106
Merit: 1000
|
|
April 30, 2014, 08:22:24 PM |
|
Hi,
BCN devs have pushed a lot of changes into their github repos. Have you checked it?
|
|
|
|
BitKoot
Member
Offline
Activity: 113
Merit: 10
|
|
April 30, 2014, 08:28:59 PM |
|
3. Two days befor launch is ok ?
Thanks for you answers! I can only speak for myself. But 2 days sounds ok. That way people have enough time to prepare if they want to start mining etc. I'm thinking about making a .Net (e.g. Windows and possibly Linux with Mono) frontend for the wallet. It would run the wallet and daemon as a (hidden) background process and do simple things via the RPC interface (get balance, transfer funds, show number of connections, etc.). The only obstacle in the road will be finding enough time (although it shouldn't be to hard to create the basics).
|
|
|
|
otila
|
|
April 30, 2014, 09:33:40 PM |
|
oaes_key_gen() does not seem to be used anywhere, and the function is not documented, but why it uses rand() to generate the key?
|
|
|
|
crypto_zoidberg (OP)
|
|
April 30, 2014, 11:47:13 PM |
|
some people like me have very limited understanding of what is discussed regarding technical aspects. I am interested in an optimized miner. regardless of the hash function chosen, will you create the optimized miner or will the end user be expected. I am trying to learn ubuntu still, but most likely will not have that up and running by the time this project is started.
thank you
i suggest you to compile and run on linux, it's pretty easy for this project so don't expect to some deep knowledge.
|
|
|
|
crypto_zoidberg (OP)
|
|
May 01, 2014, 12:28:49 AM |
|
Hi,
BCN devs have pushed a lot of changes into their github repos. Have you checked it?
yes, they now tries to make work cryptonight slow_hash on macos, and they've done some features for integration with exchanges as i can see (payment id in tx extra). It seems some of this changes leaded to an error messages about extra padding in old wallet clients(nothing serious). Anyway - payment id in tx extra obviously needful feature, but it's not a high priority now for HP.
|
|
|
|
crypto_zoidberg (OP)
|
|
May 01, 2014, 12:31:15 AM Last edit: May 01, 2014, 01:00:15 AM by crypto_zoidberg |
|
3. Two days befor launch is ok ?
Thanks for you answers! I can only speak for myself. But 2 days sounds ok. That way people have enough time to prepare if they want to start mining etc. I'm thinking about making a .Net (e.g. Windows and possibly Linux with Mono) frontend for the wallet. It would run the wallet and daemon as a (hidden) background process and do simple things via the RPC interface (get balance, transfer funds, show number of connections, etc.). The only obstacle in the road will be finding enough time (although it shouldn't be to hard to create the basics). Feel free to ask if you have some questions about RPC API.
|
|
|
|
|