Bitcoin Forum
September 23, 2024, 05:54:59 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Security guide for web wallet protection on: December 30, 2022, 09:40:16 PM
Are there any security guides, papers, etc. on how to protect a web wallet (Electrum server)? Search on the forum returns info on general setup, but not specifically on more or less detailed protection tips against bad actors.

2  Economy / Services / Re: Promotion for crypto project on: July 21, 2020, 09:55:47 PM
Yeah I'm not sure of the efficiency or the ethicity of adding random people to telegram channels unless they want to join but you can buy subscribers or give updates to people interested through telegram.

Twitter and Facebook are often used in the altcoin sections, essentially you could offer a giveaway for people who like/follow your page and then hire a manager to check it or check it yourself...

Okay, so I could giveaway coins and the users have to follow some rules, like subscribe, like, invite 10 friends, etc. right?

I also saw “campaign managers”. Those are guys who could organize various promotion techniques on my behalf?
3  Economy / Services / Re: Promotion for crypto project on: July 21, 2020, 08:59:43 PM
You could advertise on technology websites, etc. With bitcojntalk you can use signature campaigns, buy advertising space from the forum (that appears between the first post and first reply to a topic).

I'd suggest requesting translators either in the marketplace services section or in the local boards - both should work fine.

Thanks for the reply. I also see various topics like promotion in twitter, telegram, etc. I don't fully understand how it works. For example if there is a telegram channel what does the promoter do? Does the promoter become a moderator and responsible for adding as much people in the channel as possible?

4  Economy / Services / Promotion for crypto project on: July 21, 2020, 08:37:45 PM
I would like promote a crypto exchanger project and try to figure out what promotion options are available on the forum and generally in the internet.

As far as I understood the most popular promotion technique is signature campaign. What are other options?

Also, can I find trustful promoters and community managers for Telegram? We also looking for translators and frontend designers. Where at Bitcointalk should I best post on those topics?

5  Bitcoin / Electrum / Re: Incorrect IV length error in Electrum console on: November 25, 2018, 08:58:21 PM
What command are you trying to run that gives this error, can you isolate it or is it in a script somewhere?
For example when calling
Code:
electrum getseed
6  Bitcoin / Electrum / Incorrect IV length error in Electrum console on: November 25, 2018, 08:39:34 PM
Hello, I can open my password-protected wallet locally via GUI without any problems, but when I try to access electrum password-protected functions on server using console I get this error:

Code:
Server-side exception: <Fault -32603: Server error: File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 118, in pw_decode | electrum.util.InvalidPassword: Incorrect password
>
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 116, in pw_decode
    d = to_string(DecodeAES(secret, s), "utf8")
  File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 102, in DecodeAES
    s = aes_decrypt_with_iv(secret, iv, e)
  File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 80, in aes_decrypt_with_iv
    cipher = AES.new(key, AES.MODE_CBC, iv)
  File "/usr/local/lib/python3.5/dist-packages/Cryptodome/Cipher/AES.py", line 225, in new
    return _create_cipher(sys.modules[__name__], key, mode, *args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/Cryptodome/Cipher/__init__.py", line 79, in _create_cipher
    return modes[mode](factory, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/Cryptodome/Cipher/_mode_cbc.py", line 287, in _create_cbc_cipher
    factory.block_size)
ValueError: Incorrect IV length (it must be 16 bytes long)

During handling of the above exception, another exception occurred:
Code:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/SimpleJSONRPCServer.py", line 376, in _dispatch
    return func(*params)
  File "/usr/local/lib/python3.5/dist-packages/electrum/daemon.py", line 287, in run_cmdline
    result = func(*args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/electrum/commands.py", line 87, in func_wrapper
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.5/dist-packages/electrum/commands.py", line 360, in getseed
    s = self.wallet.get_seed(password)
  File "/usr/local/lib/python3.5/dist-packages/electrum/wallet.py", line 1375, in get_seed
    return self.keystore.get_seed(password)
  File "/usr/local/lib/python3.5/dist-packages/electrum/keystore.py", line 217, in get_seed
    return pw_decode(self.seed, password)
  File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 118, in pw_decode
    raise InvalidPassword()
electrum.util.InvalidPassword: Incorrect password
Traceback (most recent call last):
  File "/usr/local/bin/electrum", line 465, in <module>
    result = server.run_cmdline(config_options)
  File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 650, in __call__
    return self.__send(self.__name, args)
  File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 532, in _request
    check_for_errors(response)
  File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 1220, in check_for_errors
    raise ProtocolError((code, message))
jsonrpclib.jsonrpc.ProtocolError: (-32603, 'Server error: File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 118, in pw_decode | electrum.util.InvalidPassword: Incorrect password\n')

How to fix it?
7  Bitcoin / Electrum / Re: Electrum on server for receiving and sending payments on: November 08, 2018, 01:23:56 PM
Basically yes, I would like to create a hot wallet, but didn't really think that it is called "hot". Are there any tutorials or resources how to make an Electrum-based hot wallet on server?
8  Bitcoin / Electrum / Re: Electrum on server for receiving and sending payments on: November 08, 2018, 07:54:33 AM
Thanks for the tip with watch only wallet. The thing is - I also need to send bitcoins from Electrum. Would this cold wallet solution, perhaps with some modifications, work for sending or a completely different approach is neede then?
9  Bitcoin / Electrum / Re: Electrum on server for receiving and sending payments on: November 07, 2018, 12:02:09 PM
Thank you for the replies guys. I will start with installation of Electrum on Linux and read the docs on commands.
10  Bitcoin / Electrum / Re: Electrum on server for receiving and sending payments on: November 07, 2018, 10:14:37 AM
Thank you for the reply. Is it possible to install Electrum (not ElectrumX, just standard one) on server and access it commands?

I also saw Electrum for LTC and DASH for example. Looks like they all share the same Python command interface. Does that mean that they are also capable to do the same things as Electrum BTC does?
11  Bitcoin / Electrum / Electrum on server for receiving and sending payments on: November 07, 2018, 07:00:44 AM
Hello,
I would like to use Electrum in the following way:
  • Generate new deposit address
  • User sends their funds to this address
  • After user deposit is received, electrum sends the funds to a different address, e.g. in cold storage
So basically use Electrum to generate addresses, receive funds and redirect funds to another place.

It is possible to do with Electrum? I was not able to find any docs how to do such things, especially working on server for receiving and redirecting.
12  Other / Beginners & Help / Best ways to promote a crypto exchange on: September 20, 2018, 04:29:45 PM
What could be some good ways to promote an exchange service like Changelly? How to become noticed here?

Could you guys name some efficient methods? I know that there are signature campaigns, but not sure if they are efficient to get customers. I think when the users see such a campaign they reflectively think: "aha, that is an ad, not interested". Or maybe I underestimate it, I don't know.

I'm thinking about a referral program, so that users could benefit by inviting the others. In my opinion referral programs can be useful.

Could you guys name some other efficient methods?  Maybe someone could point to some good promotion examples here at bitcointalk.
13  Other / Beginners & Help / Re: Where to promote referral program for crypto exchange? on: September 01, 2018, 03:45:03 PM
Thank you Smiley. We will post our referral program information in [ANN].
14  Other / Beginners & Help / Where to promote referral program for crypto exchange? on: September 01, 2018, 03:31:28 PM
What are the best places where crypto exchange could post a referral program? If it is bitcointalk for example, in which boards it is allowed to promote the referral programs? It also would be helpful to know if there are any other forums for this.
15  Bitcoin / Development & Technical Discussion / JavaScript library for cryptocurrency address validation on: March 16, 2018, 10:01:48 AM
Is there any good JS library for cryptocurrency address validation? I've found this one https://github.com/ivands/crypto-address-validator, but it doesn't support a lot of currencies.
16  Economy / Service Discussion / Cryptocurrency address generators on: March 09, 2018, 03:00:01 PM
I used ShapeShift recently and it seems that they generate new crypto address for each transaction. Looks like they can generate new cryptocurrency address for every coin that is available on their website. There are some APIs to generate BTC, BTH, ETH addresses, but I didn't find an API that could generate new ones for such a big list of cryptocurrencies. Does such an API exist or there is any other way to generate the addresses programmatically?

 
17  Economy / Scam Accusations / Re: CEX.IO SCAM on: December 21, 2017, 08:26:33 AM
Hello,

On December 11, CEX.IO support wrote that my deposit of €10000 was delivered and they need 3 days to check it. Today is December 21 and there are still no money on my account! Where are my money??? I wrote to support again, but the only thing that I get back are standard: "We appreciate your patience bla-bla-bla". I also wrote them on Twitter https://twitter.com/Ironhea59959592, but no still reaction!  Angry.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!