eveybcd / electrumx

Alternative implementation of spesmilo/electrum-server
MIT License
1 stars 3 forks source link

Request to make Electrum BCD detect private Nodes / servers #3

Open juanpc2018 opened 6 years ago

juanpc2018 commented 6 years ago

Request Electrum Portable Wallet to see private Nodes / other servers...

im using a Modem that has ports blocked... "Need to change ISP company" to use Noia Network, VNC, etc... https://github.com/noia-network/noia-node-gui/releases anyway... another problem is that im using a router connected to the modem router, my IP is a: 192.168.137.xxx and Windows ICS "Internet Connection Sharing" "basically im behind 3 routers." the Node & the Portable Wallet are on the same PC &/or same Router. i cannot use: whatsmyip, unless i open the ports. http://www.whatsmyip.org/

i´ve tryed:

localhost:7116
localhost:7117
127.0.0.1:7116
127.0.0.1:7117
192.168.137.141:7116
192.168.137.141:7117
bcd.vvpool.com:7116 
bcd.vvpool.com:7117
& :50002

Electrum Portable is working ok with: seed1.electrum.btcd.io:50002

Node v1.1 is working ok,with: "...\bitcoindiamond-qt.exe" -assumevalid=0 -datadir="D:\...\BitcoinDiamond" -dbcache=10000 -server -rpcuser=rpcusername -rpcpassword=rpcpassword -rpcallowip=192.168.137.141

it can be done with MoneroXMR daemon + Cake or Monerujo portable wallet, but is tricky. https://getmonero.org/resources/user-guides/remote_node_gui.html https://moneroworld.com/#nodes https://github.com/m2049r/xmrwallet https://github.com/fotolockr/CakeWallet https://github.com/monero-project/monero

ive tryed different bitcoin.conf settings but Portable does Not see my private node. https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line/blob/master/bitcoin.conf-annotated.txt

this is important, because when the seed1 server is offline, coins are unavailable... like there is No Network, No internet, No coins. The only way to use the limbo / frozen / zombie coins is to recover from private keys to another node wallet, or wait until server is back on-line. but that can be avoided if Portable wallet could detect other Nodes, like a Private Node, for example.

its more secure to store the coins in a portable wallet, and have a trusted private Node running... Portable wallet with only 1 server is a low to medium risk, Its Not a redundant Fail Safe Security Method, like P2P Peer to Peer Decentralized Network, Satoshi Nakamoto Original Vision.

Starry9 commented 6 years ago

You can run your private electrumx service by this https://github.com/eveybcd/electrumx/blob/master/docs/HOWTO.rst, and your bcd-electrum wallet could manual connect your electrumx service port.