AlexGR
Legendary
Offline
Activity: 1708
Merit: 1049
|
|
May 29, 2014, 07:26:10 PM |
|
On a short-term horizon, probably, BCN rate is likely to drop. The exchange does not show any serious changes in trading volumes - which probably means no one from the old community is trying to sell his coins which are "about to be destroyed".
My guess is the competitors (Darkcoin or other cryptonote coins) are having their own kind of fun to confuse the investors and miners.
I doubt Darkcoin considers BCN a threat (80% premine = DOA). And I also doubt other cryptonote coins would likely generate fud about techniques to destroy coins with secret keys (!?!?!) because it would be like shooting themselves on the foot if the architecture supports something like this. It is corrosive to the trust to the bytecoin-type blockchain. So what is going on here beyond "this is fud"? Is that guy in some mailing list and getting his coins "deleted"? If yes, how?
|
|
|
|
|
|
cryptrol
|
|
May 29, 2014, 08:09:10 PM |
|
So much retarded trolling going on. We need a dedicated forum for bytecoin, everytime I visit this thread, a thousand neurons die in my head.
|
|
|
|
kneim
Legendary
Offline
Activity: 1666
Merit: 1000
|
|
May 29, 2014, 09:03:42 PM |
|
If one person could destroy coins from others, the coin would be trash only.
If devs want destroy their own coins, it's possible. But that's a mistake. You simply do not need to touch them. If devs are confinding characters, they simply can use them to stabilize the market on extreme price gains.
I hope, and believe, this is FUD only.
|
|
|
|
sorryforthat
|
|
May 29, 2014, 09:12:55 PM |
|
If one person could destroy coins from others, the coin would be trash only.
If devs want destroy their own coins, it's possible. But that's a mistake. You simply do not need to touch them. If devs are confinding characters, they simply can use them to stabilize the market on extreme price gains.
I hope, and believe, this is FUD only.
I agree that this has to be FUD. The devs could create a new coin far more superior.
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
May 29, 2014, 09:41:49 PM |
|
It's an attempt to pump, and is false, as anyone who understands the technology knows.
|
|
|
|
|
Cockeyed
Member
Offline
Activity: 73
Merit: 10
|
|
May 30, 2014, 02:10:13 AM |
|
Hi Friends,
sorry for such a stupid question, but I really got stuck in installing this. My system is Windows XP, and after downloading and starting "Bytecoind.exe" it says "Bytecoind.exe is not a valid win 32 application". OK, maybe download data error, so I downloades again. Error again. Then I downloded the whole package. Error again. My conclusion: Windows XP is too old now for this. Maybe it does not support WinXP anymore, so I installed "PuppyLinux" on another computer. I managed to downlod and extract it. But how to get it started on linux now? Click on "launch" does not do anything. Starting with console.... I have no clue what to type here. Anybody experienced similarities? Sorry if wrong thread. Thanks.
|
|
|
|
sorryforthat
|
|
May 30, 2014, 02:14:48 AM |
|
Hi Friends,
sorry for such a stupid question, but I really got stuck in installing this. My system is Windows XP, and after downloading and starting "Bytecoind.exe" it says "Bytecoind.exe is not a valid win 32 application". OK, maybe download data error, so I downloades again. Error again. Then I downloded the whole package. Error again. My conclusion: Windows XP is too old now for this. Maybe it does not support WinXP anymore, so I installed "PuppyLinux" on another computer. I managed to downlod and extract it. But how to get it started on linux now? Click on "launch" does not do anything. Starting with console.... I have no clue what to type here. Anybody experienced similarities? Sorry if wrong thread. Thanks.
On Linux you should have a bytecoind. Find where the bytecoind is located and in the console do ./bytecoind
|
|
|
|
Cockeyed
Member
Offline
Activity: 73
Merit: 10
|
|
May 30, 2014, 02:33:11 AM |
|
Thanks for the fast reply to me.
In fact there is a bytecoind. I opened a terminal window and enteres "./bytecoind" Bash:"cannot execute binary file" Then I tried "./launch" Answer: ./launch: line 4: /root/my-documents/bytecoin/bytecoin/ld-linux-x86-64.so.2: can not execute binary file" ./launch: line 4: /root/my-documents/bytecoin/bytecoin/ld-linux-x86-64.so.2: Success
Seems there is a similar problem like in windowsXP...
|
|
|
|
onemorebtc
|
|
May 30, 2014, 02:35:11 AM |
|
Thanks for the fast reply to me.
In fact there is a bytecoind. I opened a terminal window and enteres "./bytecoind" Bash:"cannot execute binary file" Then I tried "./launch" Answer: ./launch: line 4: /root/my-documents/bytecoin/bytecoin/ld-linux-x86-64.so.2: can not execute binary file" ./launch: line 4: /root/my-documents/bytecoin/bytecoin/ld-linux-x86-64.so.2: Success
Seems there is a similar problem like in windowsXP...
afaik bytecoin requires a 64bit system
|
transfer 3 onemorebtc.k1024.de 1
|
|
|
Cockeyed
Member
Offline
Activity: 73
Merit: 10
|
|
May 30, 2014, 02:38:39 AM |
|
Hi, I just thought the same. Sorry for bothering you, so I will install it on a 64-Bit Computer at next step. I´m sure it will work then. Thanks a lot.
|
|
|
|
sorryforthat
|
|
May 30, 2014, 02:57:01 AM |
|
Well you can possibly take out the ARCH flag in the Makefile in the Git clone, which is what I had to do on digital ocean when it gave wrong CPU file type errors
|
|
|
|
Cockeyed
Member
Offline
Activity: 73
Merit: 10
|
|
May 30, 2014, 06:51:05 AM |
|
I would try that when I had a clue how to do. This is my first time I really do something with Linux....
|
|
|
|
romerun
Legendary
Offline
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
|
|
May 30, 2014, 09:21:39 AM |
|
So it does not work on raspberry pi ? What make it need 64bit?
|
|
|
|
cryptrol
|
|
May 30, 2014, 09:36:12 AM |
|
So it does not work on raspberry pi ? What make it need 64bit?
At the moment the daemon stores ALL the blockchain in memory, so memory usage is above 3.5 Gb. I guess that's the main reason for a 64bit only binary. I am not in touch with the dev team but there is an issue in github about this, so I guess sooner or later this will be fixed. Well, in fact this must be fixed, otherwise you will need a lot of ram to run a node. This is a problem for many reasons but for instance you can't run a node on a cheap VPS, what makes running a node more expensive than running a bitcoin node. Also if you want to build a store around BCN you need a daemon adding more costs to your basic infrastructure. Maybe the devs have something to say about this ? Or are they hiding on a dark dark corner of the deep deep web ? We can use tor you know ... Delete this thread.
|
|
|
|
sorryforthat
|
|
May 30, 2014, 09:42:39 AM |
|
Delete this thread.
or not, its all good
|
|
|
|
Cockeyed
Member
Offline
Activity: 73
Merit: 10
|
|
May 30, 2014, 10:31:45 AM Last edit: May 30, 2014, 11:05:10 AM by Cockeyed |
|
Ups, so I also need more than 3,5GB RAM to run this? So the RAM must be at least the size of the Blockchain? Is the Blockchain allready above 3,5GB? Damn, I guess I need to buy a new PC... Edit: Now I borrowed a Laptop with 64Bit and an OS called "Windows8" which is even more strange than Linux. Whatever, the main point is: the "Bytecoind" is running and sychronizing. At the beginning there was a message, I could choose something. But I did´t get it at all, so I pressed ENTER-key. Hopefully I did not mess it up.
|
|
|
|
Cheesus
Sr. Member
Offline
Activity: 692
Merit: 254
terra-credit.com
|
|
May 30, 2014, 01:04:36 PM |
|
LOL, looks like mr. Jameson Lopp thinks MRO devs are not qualified enough: https://twitter.com/lopp/status/472360292807364609 On the other hand, Bytecoin users may sleep well - BCN devs are all right.
|
███████████████████████ █████████████████████ ███████████████████ █████████████████ ███████████████████████ █████████████ ███████████ █████████ ███████ █████ ███ █
| terracredit | | ● ● ● ● ● ● ●
| | | | ● ● ● ● ● ● ●
| | Powered by,
|
|
|
|
|