zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

keys and wallets #379

Open Elmit2015 opened 10 years ago

Elmit2015 commented 10 years ago

I am reading a lot and still could not manage it ;-(

I have several coins on an autoswitching port. I need now to give the miners a tool to send this awarded coins to the exchange.

I use Linux, my friend uses Windows! Most of the Linux wallets I cannot find at all. If I can find it, then I cannot compile it. If I even succeed and compile them, then I could still not figure out how to add the private key of that coin.

Can anybody give me a clear instruction with examples, like 42, doge and Krugercoin.

Can I import two or more private keys into one wallet?

Elmit2015 commented 10 years ago

Why is it always so, that after you finally spelled out the question, the next link in google will show you the solution: To import a private key click on Help / Debug Window and open a console window: Type in the command importprivkey leave a space and then paste in the private key. Press and the client will import the key. It may take a while for it to processes. The address will show up in your "Receive Coins" addresses and becomes part of the Coin-Qt's wallet.

That worked with the binaries I downloaded for Linux and Windows.

How can I compile a wallet for 42, doge and Krugercoin on Linux?

I have moved in script/krugercoin all .ts to .qm

~/coins/scrypt/krugercoin$ qmake Project MESSAGE: Building with UPNP support lrelease warning: Met no 'TRANSLATIONS' entry in project file '/home/ronald/coins/scrypt/krugercoin/krugercoin-qt.pro' WARNING: TARGET is empty

What am I missing?

Elmit2015 commented 10 years ago

Still not there ;-( In the Feathercoin wallet: I type importprivkey 6T3****** Key-2333 and it responds with: Invalid private key (code -5)

It seems to be a bug!!! because when I select the coins 42 or Feathercoin, then the key is not changing, it remains the previously selected coin.

Elmit2015 commented 10 years ago

Firefox does not work for that !!! With Chrome all works!