Bitcoin Forum

Bitcoin => Electrum => Topic started by: Hasslong on October 06, 2023, 11:14:46 PM



Title: Test net
Post by: Hasslong on October 06, 2023, 11:14:46 PM
Do electrum test net work on Android or only desktop


Title: Re: Test net
Post by: Charles-Tim on October 06, 2023, 11:16:02 PM
Android does not have Electrum testnet. If you want to make use of Electrum testnet version, you have to use the desktop version. If you download and install Electrum wallet, the testnet also install with it which you can see separately and use separately.


Title: Re: Test net
Post by: Hasslong on October 06, 2023, 11:25:02 PM
Iam already installed electrum wallet on laptop , how to use testnet


Android does not have Electrum testnet. If you want to make use of Electrum testnet version, you have to use the desktop version. If you download and install Electrum wallet, the testnet also install with it which you can see separately and use separately.


Title: Re: Test net
Post by: Charles-Tim on October 06, 2023, 11:32:52 PM
Iam already installed electrum wallet on laptop , how to use testnet
Look for recently downloaded apps, you will see it. Just like this:

https://www.talkimg.com/images/2023/10/07/RUEXa.jpeg



Maybe this guide can be helpful: [TUTORIAL] - Electrum Testnet Guide (under construction) (https://bitcointalk.org/index.php?topic=5393289.0)

You need to download the latest version of Electrum wallet https://electrum.org/#download

First step, after finishing downloading and installing the wallet, you need create a shortcut for electrum.exe;

In the shortcut properties, under “destination”, add to the end of the location “--testnet”.


Title: Re: Test net
Post by: Husna QA on October 07, 2023, 02:27:31 AM
Iam already installed electrum wallet on laptop , how to use testnet
For the MacOS version of Electrum Testnet, type the following command line in Terminal (assuming the Electrum application you are using is in the default Applications folder):

Code:
open -n /Applications/Electrum.app --args --testnet



For Electrum testnet on Windows OS:
Right-click the Electrum shortcut; In the Properties-Shortcut, edit the Target column by adding the following text at the end:

Code:
--testnet

https://i.ibb.co/X5RTnp4/Screen-Shot-2023-10-07-at-09-12-30.png

https://i.ibb.co/6PX16Pq/Screen-Shot-2023-10-07-at-09-15-03.png


Title: Re: Test net
Post by: Charles-Tim on October 07, 2023, 07:26:39 AM
For Electrum testnet on Windows OS:
Right-click the Electrum shortcut; In the Properties-Shortcut, edit the Target column by adding the following text at the end:
Although, I am using Windows OS. On my laptop, which was window 10, I noticed when I downloaded Electrum on it when I bought it 2 years ago or so, the testnet was created automatically.

I got another laptop running Window 11 which I have just downloaded Electrum on recently which you can see from above image. The testnet also was created automatically.

And both the Electrum and the testnet Electrum works perfectly. I do not know of MacOS, but I do not think that is necessary anymore on Windows OS.


Title: Re: Test net
Post by: Husna QA on October 07, 2023, 09:56:42 AM
For Electrum testnet on Windows OS:
Right-click the Electrum shortcut; In the Properties-Shortcut, edit the Target column by adding the following text at the end:
Although, I am using Windows OS. On my laptop, which was window 10, I noticed when I downloaded Electrum on it when I bought it 2 years ago or so, the testnet was created automatically.

I got another laptop running Window 11 which I have just downloaded Electrum on recently which you can see from above image. The testnet also was created automatically.

And both the Electrum and the testnet Electrum works perfectly. I do not know of MacOS, but I do not think that is necessary anymore on Windows OS.
Opening Electrum Testnet on Windows OS will be easier because, by default, a shortcut is provided in the start menu.

https://i.ibb.co/GRQWfz2/Screen-Shot-2023-10-07-at-16-34-06.png

What I mentioned above is another alternative way to access the Electrum Testnet on Windows OS.

For MacOS, by default, you will not find Electrum testnet shortcuts, unlike Electrum for mainnet networks. To access it using the command line, as I mentioned before.


Meanwhile, Electrum testnet on Linux (Ubuntu), you can use the following guide (I haven't tried this myself):
https://bitzuma.com/posts/a-beginners-guide-to-the-electrum-bitcoin-wallet/#testnet-on-ubuntu (https://bitzuma.com/posts/a-beginners-guide-to-the-electrum-bitcoin-wallet/#testnet-on-ubuntu)


Title: Re: Test net
Post by: nc50lc on October 07, 2023, 02:17:28 PM
For Electrum testnet on Windows OS:
Right-click the Electrum shortcut; In the Properties-Shortcut, edit the Target column by adding the following text at the end:
Although, I am using Windows OS. On my laptop, which was window 10, I noticed when I downloaded Electrum on it when I bought it 2 years ago or so, the testnet was created automatically.

I got another laptop running Window 11 which I have just downloaded Electrum on recently which you can see from above image. The testnet also was created automatically.
That's the shortcut pre-generated by the installer (setup) version of Electrum Windows binary.
But for "stand-alone" and "portable" versions, the command line option should be provided like in other operating systems or create a shortcut like instructed by Husna QA.