Author

Topic: [BCN] Bytecoin. Secure, private, untraceable since 2012 - page 415. (Read 1070067 times)

sr. member
Activity: 336
Merit: 251
Yesterday someone transfered 31415.92653500 to a giveaway address.
Thank you very much, whoever you are!

Giveaway is going on! And you should hurry up to get your free coins!
Just fill the form and they are yours!


Are these going as a lump sum or what's the break down?

What do you mean?

Just interested, is one address getting all 31415.92653500 or is it being split to a number of addresses?

All 31415.92653500 were send to one giveaway address, that I have posted earlier. They were summed with BCNs remained on address before this donation. Now the whole sum will be used for further giveaway. So the next giveaway participant will get 10% from  (remained BCN + 31415.92653500)

There are 88540.84000000 BCN on giveaway address right now.
UPD: 25000 BCN were added to giveaway JUST RIGHT NOW. So we have 113540.84000000 BCN for giveaway.

Wow. Thanks!
newbie
Activity: 26
Merit: 0
Yesterday someone transfered 31415.92653500 to a giveaway address.
Thank you very much, whoever you are!

Giveaway is going on! And you should hurry up to get your free coins!
Just fill the form and they are yours!


Are these going as a lump sum or what's the break down?

What do you mean?

Just interested, is one address getting all 31415.92653500 or is it being split to a number of addresses?
sr. member
Activity: 336
Merit: 251
Yesterday someone transfered 31415.92653500 to a giveaway address.
Thank you very much, whoever you are!

Giveaway is going on! And you should hurry up to get your free coins!
Just fill the form and they are yours!


Are these going as a lump sum or what's the break down?

What do you mean?
newbie
Activity: 26
Merit: 0
Yesterday someone transfered 31415.92653500 to a giveaway address.
Thank you very much, whoever you are!

Giveaway is going on! And you should hurry up to get your free coins!
Just fill the form and they are yours!


Are these going as a lump sum or what's the break down?
sr. member
Activity: 336
Merit: 251
Yesterday someone transfered 31415.92653500 to a giveaway address.
Thank you very much, whoever you are!

Giveaway is going on! And you should hurry up to get your free coins!
Just fill the form and they are yours!
sr. member
Activity: 336
Merit: 251
Try next:
1) Open command line as an Administrator
2) Use "netstat -an" command
3) See if your port 8080 is busy
Show your results here, we will try to help further.

sr. member
Activity: 728
Merit: 265
Could you help me with daemon. I get the following error:
ERROR c:\projects\sorrybigbro\contrib\epee\include\net\abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server::init_server], what=bind: An attempt was made to access a socket in a way forbidden by its access permissions
ERROR C:\projects\sorrybigbro\contrib\epee\include\net/http_server_impl_base.h:68 Failed to bind server
ERROR ..\..\src\daemon\daemon.cpp:161 Failed to initialize core rpc server.


BTW, If you have giveaway:
26SqSnugifPCgPp3wic6eii2NhSjFofcnTAurJUJLVLgYt3EFfdafjmdB9DViw3LePeVPKZo2eEMaSH yU2X2m5RG88mBgzy
at which point of getting started you're getting this error? blockchain sync or ?

Looking at http://stackoverflow.com/questions/4799651/an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissi

It would seem that either his firewall / Internet security app / router / ISP is blocking that port.

Hard to tell which one.
He excluded firewall and internet security apps as far as I can tell and he can't get an access to the router so... ISP is the way to go here I assume.
newbie
Activity: 26
Merit: 0
Could you help me with daemon. I get the following error:
ERROR c:\projects\sorrybigbro\contrib\epee\include\net\abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server::init_server], what=bind: An attempt was made to access a socket in a way forbidden by its access permissions
ERROR C:\projects\sorrybigbro\contrib\epee\include\net/http_server_impl_base.h:68 Failed to bind server
ERROR ..\..\src\daemon\daemon.cpp:161 Failed to initialize core rpc server.


BTW, If you have giveaway:
26SqSnugifPCgPp3wic6eii2NhSjFofcnTAurJUJLVLgYt3EFfdafjmdB9DViw3LePeVPKZo2eEMaSH yU2X2m5RG88mBgzy
at which point of getting started you're getting this error? blockchain sync or ?

Looking at http://stackoverflow.com/questions/4799651/an-attempt-was-made-to-access-a-socket-in-a-way-forbidden-by-its-access-permissi

It would seem that either his firewall / Internet security app / router / ISP is blocking that port.

Hard to tell which one.
newbie
Activity: 3
Merit: 0
2) That error appears because you need to open the port. I think, you just need to re-login to your computer as user with  more rights. BTW what's your OS?

Windows 7.

Doesn`t work even under Administrator and with disabled firewall.

I`m trying to figure out what is wrong with opening RPC port.

Command bytecoind.exe --help prints the following:
Allowed options:

Command line options:
  --help                                Produce help message
  --version                             Output version information
  --os-version
  --data-dir arg (=C:\Users\admin\AppData\Roaming/bytecoin)
                                        Specify data directory
  --config-file arg (=bytecoin.conf)    Specify configuration file

Command line options and settings options:
  --log-file arg
  --log-level arg (=0)
  --no-console                   Disable daemon console commands
  --rpc-bind-ip arg (=127.0.0.1)
  --rpc-bind-port arg (=8081)
  --p2p-bind-ip arg (=0.0.0.0)   Interface for p2p network protocol
  --p2p-bind-port arg (=8080)    Port for p2p network protocol
  --p2p-external-port arg (=0)   External port for p2p network protocol (if
                                 port forwarding used with NAT)
  --allow-local-ip               Allow local ip add to peer list, mostly in
                                 debug purposes
  --add-peer arg                 Manually add peer to local peerlist
  --add-priority-node arg        Specify list of peers to connect to and
                                 attempt to keep the connection open
  --seed-node arg                Connect to a node to retrieve peer addresses,
                                 and disconnect
  --hide-my-port                 Do not announce yourself as peerlist candidate
  --extra-messages-file arg      Specify file for extra messages to include
                                 into coinbase transactions
  --start-mining arg             Specify wallet address to mining for
  --mining-threads arg           Specify mining threads count

So maybe command bytecoind.exe --rpc-bind-port= --p2p-bind-port= can help you.
full member
Activity: 139
Merit: 100
Could you help me with daemon. I get the following error:
ERROR c:\projects\sorrybigbro\contrib\epee\include\net\abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server::init_server], what=bind: An attempt was made to access a socket in a way forbidden by its access permissions
ERROR C:\projects\sorrybigbro\contrib\epee\include\net/http_server_impl_base.h:68 Failed to bind server
ERROR ..\..\src\daemon\daemon.cpp:161 Failed to initialize core rpc server.


BTW, If you have giveaway:
26SqSnugifPCgPp3wic6eii2NhSjFofcnTAurJUJLVLgYt3EFfdafjmdB9DViw3LePeVPKZo2eEMaSH yU2X2m5RG88mBgzy
at which point of getting started you're getting this error? blockchain sync or ?
newbie
Activity: 3
Merit: 0
2) That error appears because you need to open the port. I think, you just need to re-login to your computer as user with  more rights. BTW what's your OS?

Windows 7.

Doesn`t work even under Administrator and with disabled firewall.

I`m trying to figure out what is wrong with opening RPC port.
sr. member
Activity: 336
Merit: 251
Could you help me with daemon. I get the following error:
ERROR c:\projects\sorrybigbro\contrib\epee\include\net\abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server::init_server], what=bind: An attempt was made to access a socket in a way forbidden by its access permissions
ERROR C:\projects\sorrybigbro\contrib\epee\include\net/http_server_impl_base.h:68 Failed to bind server
ERROR ..\..\src\daemon\daemon.cpp:161 Failed to initialize core rpc server.


BTW, If you have giveaway:
26SqSnugifPCgPp3wic6eii2NhSjFofcnTAurJUJLVLgYt3EFfdafjmdB9DViw3LePeVPKZo2eEMaSH yU2X2m5RG88mBgzy

1) For taking part in giveaway, please, fill the form

2) That error appears because you need to open the port. I think, you just need to re-login to your computer as user with  more rights. BTW what's your OS?
newbie
Activity: 3
Merit: 0
Could you help me with daemon. I get the following error:
ERROR c:\projects\sorrybigbro\contrib\epee\include\net\abstract_tcp_server2.inl:468 Exception at [boosted_tcp_server::init_server], what=bind: An attempt was made to access a socket in a way forbidden by its access permissions
ERROR C:\projects\sorrybigbro\contrib\epee\include\net/http_server_impl_base.h:68 Failed to bind server
ERROR ..\..\src\daemon\daemon.cpp:161 Failed to initialize core rpc server.


BTW, If you have giveaway:
26SqSnugifPCgPp3wic6eii2NhSjFofcnTAurJUJLVLgYt3EFfdafjmdB9DViw3LePeVPKZo2eEMaSH yU2X2m5RG88mBgzy
sr. member
Activity: 336
Merit: 251
The giveaway is too little, compared with the total number.

Sorry, but that's all I personally have for giveaway. Anybody certainly could add coins for giveaway if she/he wishes.

Giveaway address: 26NTxi7Ruvv6PPZj64sfLtHmn7y6fsSTnDNmZau1A8UESumefYoAmnNNc2YQaZEEB3ak1siRY3Lz5bV 7gGHd3brvBXTYvKq
sr. member
Activity: 373
Merit: 250
jeez this thing is mysterious in 1m different ways, i think it's time for us to call the most mysterious guys ever:

...and name the series "Mysterious cryptocurrency taking over peoples mind". Grin
full member
Activity: 139
Merit: 100
jeez this thing is mysterious in 1m different ways, i think it's time for us to call the most mysterious guys ever:
full member
Activity: 589
Merit: 100
exchange ?
full member
Activity: 126
Merit: 101
-Secret messages left in blockchain.
Cool. Can you show some examples of messages and the method to decrypt them from blockchain?
Probably this will explain all other questions.

No. They are secret. I am going by what is listed on the public website.

This post?
Looks like a joke.

Quote
05/01/2013
Meeting-4.
Place is encrypted in blockchain (second decoding method). Exact time will be send later.
Jump to: