Search content
Sort by

Showing 20 of 20 results by chameleon22
Post
Topic
Board Electrum
Re: Electrum Personal Server on Windows 7
by
chameleon22
on 15/01/2020, 17:05:36 UTC
Interesting. Thanks for the headsup regarding WSL import/export.

I've not actually tried it as yet as I have not had the need to backup WSL and move to a new machine. Generally, I just install from fresh and start again Tongue I wonder if the "different user" thing is a result of different UID's being created in the new instance? Huh

What I do know is that you can start a WSL distro using a specified username, by using the --u or --username arguments. Refer: https://winaero.com/blog/run-wsl-linux-distro-as-specific-user-in-windows-10/

Also, you might be able to change the "default user" that a distro will start up with, depending on the distro you're using. With Ubuntu, it's something like "ubuntu.exe config --default-user MYUSERNAME". But you need to figure out what distro you're running. refer: https://docs.microsoft.com/en-us/windows/wsl/user-support

Thanks for the info HCP.
It appears that while things are working, I still get (in electrs) errors like " failed to send PeriodicUpdate to peer 81: sending on a full channel" and I can see that electrs keeps disconnecting my connections to it from different wallets. It appears that there must be some more arguments that could probably help my wallets not disconnecting the way they do in electrs.

It's like electrs can't keep up with the speed of things?
Post
Topic
Board Electrum
Re: Electrum Personal Server on Windows 7
by
chameleon22
on 08/01/2020, 01:20:07 UTC
Awesome, glad you got it sorted... I was going to say that it looked like either the port was closed, or that your bitcoind wasn't configured to accept incoming RPC connections. The "-server" part is probably what fixed it if you didn't already have that in bitcoin.conf Wink

One more piece of advice... if you see errors when trying to connect using Electrum. It might be because, as far as I'm aware, electrs still doesn't support direct SSL connections, you need to use a proxy... and Electrum tries to use it by default.

So, I created an "Electrum - Local" shortcut within Windows... that runs as follows:
Code:
"C:\Program Files (x86)\Electrum\electrum-3.3.8.exe" --oneserver --server localhost:50001:t

It prevents my Electrum from connecting to anything other than my local server (--oneserver)... and it specifies that it should just use ordinary "tcp" connection... that's the "t" part on the end of the server spec.

Not having SSL isn't a huge deal for me, because this is a "personal" server, so it's all internal communication. If I was going to open this for external connections (if I wanted to be able to use Electrum from my Android phone for instance), then I'd investigate setting up the SSL stuff.



EDIT:

Ok, so mentioning SSL got me curious about how hard it was to setup... the answer is... Not very Wink

I installed the prebuilt NGINX using apt-get as outlined here, created some SSL self-signed certs using openssl as outlined here (I just changed "apache-selfsigned" to "nginx-selfsigned" for the .key and .crt)... and then added the NGINX .conf changes as specified in the electrs docs

Started up NGINX, then connected using Electrum with a new SSL shortcut:
Code:
"C:\Program Files (x86)\Electrum\electrum-3.3.8.exe" --oneserver --server localhost:50002:s

et voilà... Electrum running using SSL... at some point, I might attempt to make this externally accessible, so I could connect from external networks. But for a "proof of concept" it was pretty easy to do.

GREAT WORK. I also run it with localhost:50001:t so far, will try your ngix ssl solution soon.

The main reason I wanted all this with running my personal electrs etc., was to be able to use Python to create multiple wallets automatically and work with them fast, thus the private server. Normal Electrum wallet GUI starts normally and connects to localhost just fine, without any issues.

It all works fine now, I get much better speed in my project than with the public electrum servers, but there is an issue that I am 99% certain is not related to my Python programming on Electrum but it must have to do with Electrs server.

What happens is, I get (in electrs) errors like " failed to send PeriodicUpdate to peer 81: sending on a full channel" and I can see that electrs keeps disconnecting my connections to it from different wallets. It appears that there must be some more arguments that could probably help my wallets not disconnecting the way they do in electrs.

Do you know if there are, and what are they, more arguments for electrs when it starts? Like timeout args or similar?

------UPDATE------
Hi HCP, I managed to fix everything, without SSL yet, this I will try soon. electrs works fine and what was wrong was in the Python script. Thank you for your help, as it saved a lot of time and effort.

P.S. I tried porting the WSL to another system but not everything was as it should be even though the import-export works, the ported WSL wasn't starting in the same user (now it was root by default) and things like that. I just reinstalled everything to the other computer in a new WSL just to be sure.
Post
Topic
Board Electrum
Re: Electrum Personal Server on Windows 7
by
chameleon22
on 07/01/2020, 21:21:53 UTC
Question... will electrs download/build its own DB now? I guess yes, but will that be about 20-30% of the bitcoin DB?
Yes, it builds it's own database... my "electrs" dbDir is currently ~56gigs. Note that this in addition to the Bitcoin Core DB (which is currently ~324gigs)... you still need the Bitcoin Core DBs as well! Wink


Quote
Also, how about WLS moving it to another PC? is this possible?
Apparently you can... the WSL command (included when you setup WSL within Windows) has an --export command which will export a specified distro to a "tar" file and an --import argument that will allow you to then import that distro to another PC...

Quote
Arguments to manage Windows Subsystem for Linux:

    --export
        Exports the distribution to a tar file.
        The filename can be - for standard output.

    --import
        Imports the specified tar file as a new distribution.
        The filename can be - for standard input.

    --list, -l [Options]
        Lists distributions.

        Options:
            --all
                List all distributions, including distributions that are currently
                being installed or uninstalled.

            --running
                List only distributions that are currently running.

NOTE: I have not used this, so I've not experience with actually using it. I'd suggest trying Google for more info.

Hi HCP and thank you for the WSL and electrs DB info,

I tried it your way and while everything was going great up to the point I installed all the prerequisites, I hit a wall:

1. I installed WSL, and in it, all that is required by electrs to run using the information here:https://github.com/romanz/electrs/blob/master/doc/usage.md

2. When I issue the line  cargo run --release -- -vvv --timestamp --db-dir ./db --electrum-rpc-addr="127.0.0.1:50001" --daemon-dir /mnt/c/Bitcoin  while in electrs directory, I get the following output:

chameleon@DESKTOP-GALLM9T:~/electrs$ cargo run --release -- -vvv --timestamp --db-dir ./db --electrum-rpc-addr="127.0.0.1:50001" --daemon-dir /mnt/c/Bitcoin
    Finished release [optimized] target(s) in 0.43s
     Running `target/release/electrs -vvv --timestamp --db-dir ./db '--electrum-rpc-addr=127.0.0.1:50001' --daemon-dir /mnt/c/Bitcoin`
Config { log: StdErrLog { verbosity: Debug, quiet: false, timestamp: Millisecond, modules: [], writer: "stderr", color_choice: Auto }, network_type: bitcoin, db_path: "./db/mainnet", daemon_dir: "/mnt/c/Bitcoin", daemon_rpc_addr: V4(127.0.0.1:8332), electrum_rpc_addr: V4(127.0.0.1:50001), monitoring_addr: V4(127.0.0.1:4224), jsonrpc_import: false, index_batch_size: 100, bulk_index_threads: 12, tx_cache_size: 10485760, txid_limit: 100, server_banner: "Welcome to electrs 0.8.2 (Electrum Rust Server)!", blocktxids_cache_size: 10485760 }
2020-01-07T23:07:20.650+02:00 - DEBUG - Server listening on 127.0.0.1:4224
2020-01-07T23:07:20.651+02:00 - DEBUG - Running accept thread
2020-01-07T23:07:20.652+02:00 - WARN - failed to connect daemon at 127.0.0.1:8332: Connection refused (os error 111)
2020-01-07T23:07:23.654+02:00 - WARN - failed to connect daemon at 127.0.0.1:8332: Connection refused (os error 111)

3. I tried running my Windows bitcoind with rpcuser & rpcpassword, and also without them in the bitcoin.conf file. What is the line you use to run electrs in your WSL? It feels like it has to do with user & password but I can't get where to change what.


---------- UPDATE ------------
I used --> bitcoind -server=1 -rpcport=8332 when running bitcoind on Windows 10 and now I am getting the following in my WSL :

2020-01-07T23:35:08.723+02:00 - DEBUG - Server listening on 127.0.0.1:4224
2020-01-07T23:35:08.724+02:00 - DEBUG - Running accept thread
2020-01-07T23:35:08.726+02:00 - INFO - NetworkInfo { version: 190001, subversion: "/Satoshi:0.19.0.1/" }
2020-01-07T23:35:08.727+02:00 - INFO - BlockchainInfo { chain: "main", blocks: 611791, headers: 611791, bestblockhash: "00000000000000000003404e2461a0d394d207cf74739519907d6d623bb6e5ad", pruned: false, initialblockdownload: false }
2020-01-07T23:35:08.729+02:00 - DEBUG - opening DB at "./db/mainnet"
2020-01-07T23:35:08.763+02:00 - INFO - listing block files at "/mnt/c/Bitcoin/blocks/blk*.dat"
2020-01-07T23:35:08.782+02:00 - INFO - indexing 1923 blk*.dat files
2020-01-07T23:35:08.782+02:00 - DEBUG - found 0 indexed blocks
2020-01-07T23:35:45.821+02:00 - DEBUG - applying 611792 new headers from height 0


I guess this is what should happen? I will give it time to see how it goes and report back.
Post
Topic
Board Electrum
Re: Electrum Personal Server on Windows 7
by
chameleon22
on 07/01/2020, 14:43:36 UTC
What directory are you trying to execute the "cargo run" command from? Based on that error, it seems like you are not in the "electrs" directory, but in your home directory. Huh

After cloning the electrs git, you need to "cd electrs" before you do the "cargo build" and then "cargo run" commands
Touch down, again. I just entered the command in electrs dir and it started building.

Question... will electrs download/build its own DB now? I guess yes, but will that be about 20-30% of the bitcoin DB?

Also, how about WLS moving it to another PC? is this possible?

Thank you again HCP, will update here with progress and more info, we can all share. Your assistance is great so far.
Post
Topic
Board Electrum
Re: Electrum Personal Server on Windows 7
by
chameleon22
on 06/01/2020, 23:43:36 UTC
If by "VBOX" you mean Oracle Virtual Box, then I am fairly sure that allows you to create and mount shared drives/folders... you'd need to set up one for either the drive that your Bitcoin Core datadir is on, or for the datadir itself. "electrs" needs to be able to read the Bitcoin Core folder... as you pass it in with the --daemon-dir commandline argument when you start electrs.

WSL appears to have full access to the Windows file system with all my drives available in /mnt (/mnt/c, /mnt/e, /mnt/j for C:, E: and J: etc), so it's very easy... in my case: "--daemon-dir /mnt/e/Bitcoin"


@HCP Thank you for quick reply.

1. Can I run electrs with my current setup? That includes just Electrum and electrs installed in Ubuntu, but not bitcoin core. I can try using the shared folders of Virtual Box but I am not sure how to start electrs and use the right arguments to tell it to access bitcoin on Windows 10.

What would be the full argument line to run electrs the right way to do that?

2. I can try and work with WSL of course. It can be even better. In that case, could you please tell me what steps I need to follow? What software should I install in WSL? Also, is it possible to copy-paste (move) the full WSL installation to another Windows 10 PC? I would hate to have to do it all again and I need to have this running on 2 PCs.

HCP, again, thank you so much for bothering to get back to me that fast, I now feel I might be able to get it right with your help, if you could help with #1 and #2. All the best to you.

UPDATE: I managed to connect to my Windows 10 bitcoin datadir from within Ubuntu, after I also installed bitcoind in Ubuntu.

Now I am trying to install electrs but when I use:  cargo run --release -- -vvv --timestamp --db-dir ./db --electrum-rpc-addr="127.0.0.1:50001", I get error: could not find `Cargo.toml` in `/home/MYUSER` or any parent directory.

What is that error? I am following the instructions for electrs here: https://github.com/romanz/electrs/blob/master/doc/usage.md
What is the proper way to install and run electrs in Ubuntu? Thank you in advance!!!

Post
Topic
Board Electrum
Re: Electrum Personal Server on Windows 7
by
chameleon22
on 06/01/2020, 22:45:58 UTC
Okay, I would like to get this issue resolved. The Electrum Multisig wallet is working fine but I would like to get Electrum to run on a Bitcoin full node.
I’m offering 1M sats (0.01BTC) to anyone who can get EPS to work on my laptop. Contact me via PM to arrange details.
Here is my setup:

Windows 10
Electrum multisig wallet (version 3.38)
Bitcoin Core (0.18.0) configured to run via TOR
TOR browser (8.5.1)
Have you considered trying to use "electrs" instead of EPS? Huh

I have "electrs" running in an Ubuntu instance using the "Windows Subsystem for Linux" inside of Windows 10. I then have Electrum 3.3.8 (Windows 10) connecting to my local "electrs" server using --oneserver and --server localhost:52001:t commandline options.

"electrs" reads the block info from my Bitcoin Core full node install (0.18.0 running in Windows 10).


NOTE: I have not tried this setup using Tor.

Hi all. I have just set up Ubuntu running on VBOX, and installed Electrs in it. How can I run it (in VBOX, similar to WSL) and have it use Bitcoin core full node running on Windows 10, like you did? I have not installed bitcoind in Ubuntu, just on my Windows 10 as full node.

My goal is to have Electrum (running on WIN10) connect to Electrs server (running on VBOX-Ubuntu) that uses Bitcoind(running as full node on WIN10)

Thank you in advance for any help you can share.
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][CRBIT] Creditbit Hybrid POS/POW | x11 | 1min blocks | 100M CRBIT
by
chameleon22
on 02/03/2017, 13:55:51 UTC
Did a small calculation...

There are 94300 CreditBit for sale at Livecoin.net ... for a total of 65.6 BTC

If you were to buy all of them... you would be paying 79.200$

That makes the price 0.84$ per CreditBit  Shocked

Good bye cheap coins  Cry

So, if I also have (my own) 94300 Creditbits and sell them for 1 BTC each:
1. I will be on top of the Selers in order book as the highest sell order of CRBIT/BTC
2. For anyone to buy all the 188600 Creditbits, he would need 65.6 BTC (for the first 94300) PLUS 94300 BTC more for my next 94300 Creditbits.
3. This makes the 'price' per Creditbit almost $604 !!!  
4. And this can be done in less than a minute, all it takes is for me or anyone to place a Sell order for 94300 Creditbit at 1 BTC each.

Great math to prove the real 'price' of any coin... please guys, get serious.



But no one will buy it at 1btc so your theory makes no sence at all...

All I said is how much you need to spend to get the whole batch...so the 'real' price is dictated by how much you want to buy...like I said, pretty simple math...

My friend, you assume someone will 'want' to buy all the Creditbits in your scenario... why do you think someone will not buy all of them in my scenario? It's all a matter of who wants to buy what, not math. If your theory is right, then mine is right and vice versa. Math, is another thing... believe me.

I just pointed out that this is not the way to calculate the value of a coin. It is not measured by how many are sellling it, as anyone can sell at any price, just like you say anyone can buy as much as one wants to buy.

According to your 'math' I would suggest that the 'price' can be better measured if the average derives from the buyers, not the sellers. On their Sum you may create various measurements. You may use them all (which again is not the best as someone can place a buy order at 0.00000001) or work with a thershold, for example all the buy orders starting from the highest all the way down to -20 percent from current bid. There is no accurate way to express the value other than current bid alone (not ask).

Anyway, I am sure you got my point.

Completely wrong...

I said IF someone wants to buy that much he WOULD have to pay that average.

You assumed you could sell that amount in less then a minute for 1btc each...that's hilarious...

My point is that the more you want to buy the price goes up, which is completely logical.

Your point here is to undermine the progress CreditBit made with some crazy ideas so yes I completely understand you.

Please read again my comments. I never said I (or anyone) can sell in less than a minute. I said the way you calculate 'price' can change to show extreme results, if I (or anyone) place a Sell order of that magnitude. Of course nobody can sell in a minute like this, I thought you assumed that   part and the fact that not anyone who replies is crazy.  

BTW "My point is that the more you want to buy the price goes up, which is completely logical." This is not always true. I'm sure you have witnessed huge buy volume while rates never went up if met with either legit supply or market manipulation.

All good.  ;-)

P.S.: I just saw that you wrote: "Your point here is to undermine the progress CreditBit made with some crazy ideas so yes I completely understand you."
Since you want to hear this, I am also a Creditbit owner, and I want the best for the coin and everyone. It is YOUR messages that undermine this effort, and anyone serious and knowledgeable enough understands this. You manipulate the figures to your liking to make people believe that the value is higher than what it actually is.

I would suggest against this tactic as it is also illegal and irresponsible. Believe me; I know what I am talking. If you care about the best of Creditbit, you should present such opinions with caution and in a way that the reader sees the potential but is not "pushed" to either buy or sell any funds.

Fraudulent actions, either an official statement or just falsified and manipulated positives, will only help in holding the coin back, not move forward.
So please do not repeat accusations like I am undermining the progress or that I present crazy ideas if you want to keep this forum positive on Creditbit the right way. I believe and hope, we both want the same, it's just that we have different ways of "helping" the audience. I like things to show and be legal and tidy; you are just a bit more... enthusiastic.
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][CRBIT] Creditbit Hybrid POS/POW | x11 | 1min blocks | 100M CRBIT
by
chameleon22
on 02/03/2017, 00:53:52 UTC
Did a small calculation...

There are 94300 CreditBit for sale at Livecoin.net ... for a total of 65.6 BTC

If you were to buy all of them... you would be paying 79.200$

That makes the price 0.84$ per CreditBit  Shocked

Good bye cheap coins  Cry

So, if I also have (my own) 94300 Creditbits and sell them for 1 BTC each:
1. I will be on top of the Selers in order book as the highest sell order of CRBIT/BTC
2. For anyone to buy all the 188600 Creditbits, he would need 65.6 BTC (for the first 94300) PLUS 94300 BTC more for my next 94300 Creditbits.
3. This makes the 'price' per Creditbit almost $604 !!!  
4. And this can be done in less than a minute, all it takes is for me or anyone to place a Sell order for 94300 Creditbit at 1 BTC each.

Great math to prove the real 'price' of any coin... please guys, get serious.



But no one will buy it at 1btc so your theory makes no sence at all...

All I said is how much you need to spend to get the whole batch...so the 'real' price is dictated by how much you want to buy...like I said, pretty simple math...

My friend, you assume someone will 'want' to buy all the Creditbits in your scenario... why do you think someone will not buy all of them in my scenario? It's all a matter of who wants to buy what, not math. If your theory is right, then mine is right and vice versa. Math, is another thing... believe me.

I just pointed out that this is not the way to calculate the value of a coin. It is not measured by how many are sellling it, as anyone can sell at any price, just like you say anyone can buy as much as one wants to buy.

According to your 'math' I would suggest that the 'price' can be better measured if the average derives from the buyers, not the sellers. On their Sum you may create various measurements. You may use them all (which again is not the best as someone can place a buy order at 0.00000001) or work with a thershold, for example all the buy orders starting from the highest all the way down to -20 percent from current bid. There is no accurate way to express the value other than current bid alone (not ask).

Anyway, I am sure you got my point.

Completely wrong...

I said IF someone wants to buy that much he WOULD have to pay that average.

You assumed you could sell that amount in less then a minute for 1btc each...that's hilarious...

My point is that the more you want to buy the price goes up, which is completely logical.

Your point here is to undermine the progress CreditBit made with some crazy ideas so yes I completely understand you.

Please read again my comments. I never said I (or anyone) can sell in less than a minute. I said the way you calculate 'price' can change to show extreme results, if I (or anyone) place a Sell order of that magnitude. Of course nobody can sell in a minute like this, I thought you assumed that   part and the fact that not anyone who replies is crazy.  

BTW "My point is that the more you want to buy the price goes up, which is completely logical." This is not always true. I'm sure you have witnessed huge buy volume while rates never went up if met with either legit supply or market manipulation.

All good.  ;-)
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][CRBIT] Creditbit Hybrid POS/POW | x11 | 1min blocks | 100M CRBIT
by
chameleon22
on 01/03/2017, 23:15:03 UTC
Did a small calculation...

There are 94300 CreditBit for sale at Livecoin.net ... for a total of 65.6 BTC

If you were to buy all of them... you would be paying 79.200$

That makes the price 0.84$ per CreditBit  Shocked

Good bye cheap coins  Cry

So, if I also have (my own) 94300 Creditbits and sell them for 1 BTC each:
1. I will be on top of the Selers in order book as the highest sell order of CRBIT/BTC
2. For anyone to buy all the 188600 Creditbits, he would need 65.6 BTC (for the first 94300) PLUS 94300 BTC more for my next 94300 Creditbits.
3. This makes the 'price' per Creditbit almost $604 !!!  
4. And this can be done in less than a minute, all it takes is for me or anyone to place a Sell order for 94300 Creditbit at 1 BTC each.

Great math to prove the real 'price' of any coin... please guys, get serious.



But no one will buy it at 1btc so your theory makes no sence at all...

All I said is how much you need to spend to get the whole batch...so the 'real' price is dictated by how much you want to buy...like I said, pretty simple math...

My friend, you assume someone will 'want' to buy all the Creditbits in your scenario... why do you think someone will not buy all of them in my scenario? It's all a matter of who wants to buy what, not math. If your theory is right, then mine is right and vice versa. Math, is another thing... believe me.

I just pointed out that this is not the way to calculate the value of a coin. It is not measured by how many are sellling it, as anyone can sell at any price, just like you say anyone can buy as much as one wants to buy.

According to your 'math' I would suggest that the 'price' can be better measured if the average derives from the buyers, not the sellers. On their Sum you may create various measurements. You may use them all (which again is not the best as someone can place a buy order at 0.00000001) or work with a thershold, for example all the buy orders starting from the highest all the way down to -20 percent from current bid. There is no accurate way to express the value other than current bid alone (not ask).

Anyway, I am sure you got my point.
Post
Topic
Board Tokens (Altcoins)
Re: [ANN][CRBIT] Creditbit Hybrid POS/POW | x11 | 1min blocks | 100M CRBIT
by
chameleon22
on 01/03/2017, 22:49:48 UTC
Did a small calculation...

There are 94300 CreditBit for sale at Livecoin.net ... for a total of 65.6 BTC

If you were to buy all of them... you would be paying 79.200$

That makes the price 0.84$ per CreditBit  Shocked

Good bye cheap coins  Cry

So, if I also have (my own) 94300 Creditbits and sell them for 1 BTC each:
1. I will be on top of the Selers in order book as the highest sell order of CRBIT/BTC
2. For anyone to buy all the 188600 Creditbits, he would need 65.6 BTC (for the first 94300) PLUS 94300 BTC more for my next 94300 Creditbits.
3. This makes the 'price' per Creditbit almost $604 !!!  
4. And this can be done in less than a minute, all it takes is for me or anyone to place a Sell order for 94300 Creditbit at 1 BTC each.

Great math to prove the real 'price' of any coin... please guys, get serious.
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official LEOcoin thread (moderated by LEOcoin Foundation)
by
chameleon22
on 28/12/2016, 16:17:55 UTC
i have a legit question about this coin but i expect an answer from user "LEOcoin Foundation", "Cryptotraider16" is not able to continue a proper discussion and he is as predictable as my dog

on the LEOcoin Foundation signature is written:

"Roel N. de Leeuw B.ec
LEOcoin Foundation Community Manager
Account for donations in LEOcoin: LWddTAj1UkJxZPyobBrmuQZFCQN9VS8jq7"

i tried 2 different LEOcoin explorers to check the address LWddTAj1UkJxZPyobBrmuQZFCQN9VS8jq7:

http://explorer.leocoin.org/ (searching for the address i get: "Address not seen on the network")
http://blockchain.leocoin.org/ (here i get: Error! : Search found no results for: LWddTAj1UkJxZPyobBrmuQZFCQN9VS8jq7)

after those i tested other explorers with same results.

it's strange because those "explorers" officially belong to LEOcoin, if we check the domain whois history before the privacy guard we can find:

Quote
Registrant Name:dan andersson
Registrant Organization:
Registrant Street: 151 thame rd
Registrant City:wallingford
Registrant State/Province:N/A
Registrant Postal Code:ox107dd
Registrant Country:GB
Registrant Phone:+44.1491811815
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email:danandersson@live.com

my questions are:

1. does the LEOcoin blockchain even exists?
2. why such a digital currency allegedly used all around the world has not even a working official explorer?
3. why the "community manager" is accepting donations to an address that does not even exist on the blockchain?

OMG, have you ever even used a crypto explorer before? Did you ever happen to check a legit address that just NEVER received anything yet?
Do you even know what a blockchain is and how it works?

Can't believe all the things I read in this forum from people who are 'half-taught' in crypto but they think they know everything. So many 'garbage' messages around...

@btc_zero_sum Please send 0.001 LEO to that address and check again.

hey smart ass! why so much hate? did i insult you or did i ask a legit question?

you can just ansewer: our explorer doesn't show addresses with 0 coins. easy.

and you are right, i cannot believe myself the shit i see on this boards  Roll Eyes

I never used words like 'ass, ' but you obviously like doing that. As about the 'hate' you mentioned, I am sorry, but this is how I reply to any biased messages like yours. You obviously tried to make LEOcoin and the community look bad with your message, and we had enough of hate here already.

This is a forum for LEOcoin enthusiasts, and we like to share interesting & positive info and news between us. I didn't notice you saying anywhere that you know little about crypto or anything similar, but your writing suggests something is 'strange' with LEOcoin.

So next time that you have questions and seeking for knowledge try to write your message in a better way and don't get 'angry' with replies like mine. Unless of course you want to escalate your view of 'shit' (I also never mentioned that) trying to show more that this forum is shit.

Try a polite and simple style, and most here will try to provide you with answers, I'm sure.
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official LEOcoin thread (moderated by LEOcoin Foundation)
by
chameleon22
on 28/12/2016, 15:02:12 UTC
i have a legit question about this coin but i expect an answer from user "LEOcoin Foundation", "Cryptotraider16" is not able to continue a proper discussion and he is as predictable as my dog

on the LEOcoin Foundation signature is written:

"Roel N. de Leeuw B.ec
LEOcoin Foundation Community Manager
Account for donations in LEOcoin: LWddTAj1UkJxZPyobBrmuQZFCQN9VS8jq7"

i tried 2 different LEOcoin explorers to check the address LWddTAj1UkJxZPyobBrmuQZFCQN9VS8jq7:

http://explorer.leocoin.org/ (searching for the address i get: "Address not seen on the network")
http://blockchain.leocoin.org/ (here i get: Error! : Search found no results for: LWddTAj1UkJxZPyobBrmuQZFCQN9VS8jq7)

after those i tested other explorers with same results.

it's strange because those "explorers" officially belong to LEOcoin, if we check the domain whois history before the privacy guard we can find:

Quote
Registrant Name:dan andersson
Registrant Organization:
Registrant Street: 151 thame rd
Registrant City:wallingford
Registrant State/Province:N/A
Registrant Postal Code:ox107dd
Registrant Country:GB
Registrant Phone:+44.1491811815
Registrant Phone Ext:
Registrant Fax:
Registrant Fax Ext:
Registrant Email:danandersson@live.com

my questions are:

1. does the LEOcoin blockchain even exists?
2. why such a digital currency allegedly used all around the world has not even a working official explorer?
3. why the "community manager" is accepting donations to an address that does not even exist on the blockchain?

OMG, have you ever even used a crypto explorer before? Did you ever happen to check a legit address that just NEVER received anything yet?
Do you even know what a blockchain is and how it works?

Can't believe all the things I read in this forum from people who are 'half-taught' in crypto but they think they know everything. So many 'garbage' messages around...

@btc_zero_sum Please send 0.001 LEO to that address and check again.
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official LEOcoin thread (moderated by LEOcoin Foundation)
by
chameleon22
on 03/11/2016, 21:13:20 UTC

Dear gobbi, trust me,real soon something big will happen..few projects coming..all will be ok...now all who buy are happy,you will see..for all LEOcoin holders this new year 2017 will be great year!
we all can be happy who hold and stake leocoin...


Give us a small clue.?  Smiley


I am sure LEOcoin foundation will be able to tell some but i know few they dont know jet 👍🏼
I can say i am happy!

Come on; sure you can share just a tiny idea so you can make everyone happy! We all need positive news and no more vague promises.
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official LEOcoin thread (moderated by LEOcoin Foundation)
by
chameleon22
on 31/10/2016, 14:58:28 UTC
why do you see so much potentin for leocoin?I dont understan that,why is it so special?Every day new cryptocurrencies are coming with better team, better vision etc..Do you know xaurum?It looks great and some money is covered by gold.

Well... for one thing, LEOcoin has LEO company to support it and some 200,000+ people that already know about it. Not sure how many coins have that. To me, having any company with global presence trying to support a crypto coin, can only be a good thing and a solid base to start.
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official LEOcoin thread (moderated by LEOcoin Foundation)
by
chameleon22
on 03/08/2016, 15:13:02 UTC
I am not happy waiting for days to get my crypto in LEOx but with all those hacking incidents in the 'big' exchanges, at least I know they won't lose my funds.
If Bitcoin had more trading in LEOx (with USD, EUR, GBP) I would trade there more.

Apart from the delay LEOx will keep providing a 'safe' and 'clean' market 24/7, this is how it feels... I only wish they can make it a bit faster  ;-)
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official LEOcoin thread (moderated by LEOcoin Foundation)
by
chameleon22
on 13/07/2016, 09:44:30 UTC
I have been unable to sync the wallet, each time it stops at block 419999

Code:
ProcessBlock: ACCEPTED POW BLOCK
received block f7bb4b236fd97993a06e
ProcessBlock: ACCEPTED POS BLOCK
received block 00000001feb4396621eb
ProcessBlock: ACCEPTED POW BLOCK
received block 0000000906b7ffd3f935
ProcessBlock: ORPHAN BLOCK, prev=0000000b681c1f4e0311
Flushed 0 addresses to peers.dat  104ms
received block 38b84b9264d106a0932a
ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block 38b84b9264d106a0932a6bcf8658dd8ee6112daf8634b5eca359f662e89ac70b
ThreadRPCServer method=getinfo
received block 8f1168a2ec8fd62075db
ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block 8f1168a2ec8fd62075db3bb5bb3d5bdf7a62c2d880a25d93b3ff12b6c8a5b033
received block a481ae5ecc9eb783fc09
ERROR: CheckProofOfStake() : INFO: read txPrev failed
WARNING: ProcessBlock(): check proof-of-stake failed for block a481ae5ecc9eb783fc09c4d8bcc371f54f2fccd42f2fff0a1fbdfb9cddd728cf
Flushed 0 addresses to peers.dat  36ms
received block 38b84b9264d106a0932a


Any ideas?


Are you using the latest wallet version 2.1.1.0? You can get wallets from www.leocoin.org
If YES, you may try what cryptotraider16 says or just re-sync it: http://www.leocoin.org/Guides.aspx
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official announcement regarding LEOcoin from LEOcoin Foundation
by
chameleon22
on 10/07/2016, 13:29:11 UTC
@barrio and the sorts...

I don't get why you have to be in this forum about LEOcoin and keep talking about LEO and how bad they are all the time.
Are you guys SO MUCH devastated by them? Did they harm you somehow so much that you can't find peace and this is some sort of... revenge? Why are you always trying SO HARD to prove that they are scam and keep using phrases like: "I have emails, I have names I can throw..."etc.while you NEVER let everyone n this forum see the evidence?

If you really care about people, PLEASEEE show your proof of how bad LEO is, give us the names and produce the emails that will help everybody know if they are scam and all you guys claim.

I see foundation person is an actual person with name and 'face' now   ;-)  nut who are you??? and more so, what are the proofs you have that you so eagerly talk about all the time?
Pleaseee...... SAVE US ALL and provide everything. I will personally take serious evidence to the law if necessary.

Thank you.
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official announcement regarding LEOcoin from LEOcoin Foundation
by
chameleon22
on 06/07/2016, 11:44:25 UTC
6. You cannot buy LEOcoins from the LEOcoin Foundation.


If you don't want to sell them, fine, but even if you wanted to, you can't. You're the only imbecile who's ever buying these coins.

And before PoS, at least the mining part was legit.
Right now, nobody in their right mind will ever buy 1 LEO coin.
You can't make any profit with LEO because 20M is owned by LEO Foundation. 50M is owned by dan. Neither can ever hope to sell all their coins, and LEO Foundation was the only buyer ever anyway.

So as soon as Foundation takes his pills or runs out of money the coin is officially dead.

Right now Chinese botnet must have at least 200k still to sell to Foundation.
And Dan will dump hard until the sucker quits.

OMG, this is the worst forum ever... this should be called TROLL KINDERGARTEN.
I guess you ivocoins, have full legal proof about the 20M owned by LEO F, the 50M by Dan, that LEO F is buying, and of course that Chinese botnet have what they have... right?

Pleaseee people, go and do some work and have a real life... If someone loves LEO then by all means work with them and profit if you can, if some hate LEO then why bother here? You want to save the rest because of the goodness of your heart or you just want to spill your guts???

LEOcoin is NOT owned by anyone if I am not wrong. Anyone can try his luck in the exchanges arena, if he is up to it. You like it, fine... you don't like it, leave the coin, the forum and everyone else.

Phewwwww
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official announcement regarding LEOcoin from LEOcoin Foundation
by
chameleon22
on 23/01/2016, 15:36:00 UTC
We bring our idea of crowd founding platform to all the guys,.....

So you suggested the crowdfunding idea ?
Leocrowd is "your baby" ?




just to clarify; LSU was a brain child of a man by name of xxxxx,( he will be on shortly dont know his nickname just yet  Grin ) I was the "sales / coordinator" guy, friky frik (username) was the "contact inside LEO" guy that would help us start the project WITH LEO...

Hi Bario,

Quite interesting info. So in a few words if I got it right, You, xxxx and Friky conceived the idea and it was stolen? Did you have an arrangement to have part of it and got scammed? Maybe xxxxx can  join us here and tell us more in detail.

You also say Friky WAS contact inside LEO. That means he was LEO member or LEO management in UK? And why WAS?
Also who is Mihir and why would you send him your ideas just like that?

I believe most of us want to get the truth of where we should invest our money and time, so all this is necessary to be discussed in detail.
Post
Topic
Board Announcements (Altcoins)
Re: ANN - LEOcoin - Official announcement regarding LEOcoin from LEOcoin Foundation
by
chameleon22
on 31/12/2015, 17:38:30 UTC
I remember the dream of 5 gbp Smiley

@wildduck

5 GBP is a nice dream, but who knows where the new year will lead us ...

Although the LEOcoin Foundation is not trading LEOcoins, I already mentioned that the current price is regarded too low. However, if those who sell LEOcoins would stop selling them, it is to be expected that demand will raise the price. To what level remains to be seen, but as ever, that is the task of the market mechanism of supply and demand. So I can only give one advice; when you do not want to be long, simply cash in; when you are long, now is as good a time to buy as ever. Buy low, sell high and you will be happy.



I think Dan and Atif need to put some money from rigs they sale back in LEOcoin over leoxchange and price will start to rise!
Also leocoin foundation need to do some advertise for leocoin too!
Dev team need to do some updates like electrum wallet etc !!!
Also merchant site LEO did is a joke ! Need huge upgrade !
Also LEOcoin need to be add to some big exchanges!
And many more.....
Then price will start to go up and all will be happy!

I'm sorry to be the bearer of bad news... but the people/company behind leocoin, runs nothing but pyramid schemes



I think not!
Leocoin is legit cryptocurrency!

But LEO company is MLM and not much peoples like MLM ! I also not like!
We need wait few weeks to see if we all lost money with LEOcoin or we will be one day happy!
Stay positive and wait 😜

stay positive and wait... leocoin has been around for months, and the price really has done nothing but drop from the start... I actually had leocoin when it first started, and after calling their scam of them wanting users to set the $5 floor and not themselves, I sold mine off.


How can you expect LEO company or anyone to set a floor? Does anyone here know anything about free markets and rules of trading??
OF COURSE the users of an exchange will set the demand and supply and thus the price (rate) of anything, not a company or a person. What should a company do, keep buying everything under $5 so you, the miners, will be able to dump all your coins??? Pleaseeeeeee people, learn the basics of the market before you talk.