Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xeroc

Pages: 1 ... 850 851 852 853 854 855 856 [857] 858 859 860
12841
General Discussion / Re: Decentralized exchange idea (Possible?)
« on: December 20, 2013, 11:20:47 am »
This is what I thought Keyhotee could eventually become, on top of the messaging and ID systems, a decentralized bank and exchange. When Keyhotee is launched and thousands of people start using it, I was going to try and set up a Keyhotee exchange but I would have to advertise and run it through a forum since there`s no application for a service like that as of yet. Maybe that could be a future feature added to Keyhotee?
keyhotee is just for messaging .. I thought it BitShares (built-into keyhotee) that want to accomplish this

12842
Marketplace / Re: WTB 10 PTS for 200 usd, (paypal/creditcard)
« on: December 19, 2013, 02:33:40 pm »
how to do an escrow against paypal or creditcard!??

12843
General Discussion / Re: First Mastercoin - Bitcoin centralized exchange
« on: December 19, 2013, 02:32:25 pm »
no "about us"
no "impressum/legal notice"
no "contact us"
no info about the operators

looks much like a scam

12844
General Discussion / Re: Exchange all BTC for PTS - what would you do?
« on: December 19, 2013, 07:54:50 am »
I think some kind of "social contract" should define that 1 PTS must always be 1 (full) unit in a new DAC.

So lets create a coin with conversion 1:1 and say the block reward is 1k ... what you investment worth then?
I'd day the developers should choose the rate (carefully)

12845
MemoryCoin / Re: ▲ MemoryCoin GIVEAWAY ▲
« on: December 17, 2013, 01:19:51 pm »
number: 2
address: MPrqQELpE7yBHrDbThv8tPDANjSwfijthu

thx

12846
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 17, 2013, 10:36:15 am »
so I guess I just had luck with my single block :-)

12847
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 17, 2013, 09:32:42 am »
Code: [Select]
        "addr" : "78.58.201.6:1968",
        "addr" : "124.183.249.203:1968",
        "addr" : "192.241.247.30:1968",
        "addr" : "146.185.179.90:1968",
        "addr" : "86.56.28.201:1968",
        "addr" : "192.34.62.29:1968",
        "addr" : "209.126.73.120:1968",
        "addr" : "220.175.195.44:1968",


12848
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 17, 2013, 09:27:32 am »
Code: [Select]
getmininginfo
{
    "blocks" : 408,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00000885,
    "errors" : "",
    "genproclimit" : 4,
    "hashespermin" : 1.63704397,
    "pooledtx" : 0,
    "testnet" : false
}


12849
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 17, 2013, 09:03:19 am »
I got my first block worth 280 MMCs

I dont see any mistakes made here?!? No idea what problems you guys have. I just started the wallet and waited...

12850
BitShares PTS / Re: [Giveaway I] Claim your free PTS - rule inside
« on: December 16, 2013, 04:24:08 pm »
Ppi8y7pf1YmogsRjmJQkEHv187ia2FhspM
 8)

12851
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 16, 2013, 11:23:42 am »
Quote
I see, so as long as we keep our privkeys from the wallets that contained our balances at block 32000 we can get them any time, did i get it?

for memcoin .. yes .. if an other altcoin launches with distributions to PTS holders .. than it may be an other block

12852
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 16, 2013, 11:08:54 am »
Still a bit unclear on the idea of importing protoshare's private key to mem coin, is there a set date we need to do this by or can we still claim these coins with our pts private key a year down the road?

I would also need to know the answer to this, anyone help?
The coins you had in your address when PTS-block 32000 was mined are loaded directly into the genesis block of memcoin. same address same privkey => same balance (as of block 32000)

12853
MemoryCoin / Re: Distribution At Block 32000 - MemoryCoin 2.0
« on: December 15, 2013, 10:15:42 pm »
ok, i cant figure out the importprivkey.
i go to protoshare qt copy address from receive. go to console and type dumprivkey <address>, then copy very long string,
then i go to memorycoin qt console type importprivkey <verylongstring> [label] [rescan=true]......

heres what i typed...
importprivkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ypool rescan=true
i get    Method not found(code -32601)
tried diff address...
importprivkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ptspool rescan=true
iget        Error: Error parsing JSON:rescan=true

what am i doing wrong?


NVM figured it out :) you don't need the [label] or [rescan=true] LOL
importprivkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 1
or
importprivkey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx true

12854
BitShares PTS / Self-Made Offline Paper Wallets Using LaTeX
« on: December 11, 2013, 03:16:32 pm »
Hey there,

i recently started a small project to secure some of my coins in offline paper wallets.
I'd appreciate any comments.
Requirements:
  • LaTeX distribution such as TexLive or MikTex
  • LaTeX Packages
    • tikz
    • pst-barcode
    • auto-pst-pdf
    • csvtools
    • coolstr
  • 1_createEmptyPaperWallets:
    • vanitygen
  • 1_createNewWalletsAndMoveCoins **and** 1_importExistingWallets:
    • Python libraries:
      • bitcoinrpc
      • json
      • subprocess
      • pprint

Code:
https://github.com/xeroc/LaTeX-PaperWallet

Resulting PDFs:
https://github.com/xeroc/LaTeX-PaperWallet/tree/master/examples


Thanks
to the great guys from openpaperwallet (https://github.com/openpaperwallet/openpaperwallet) who designed the notes under CC


This tool lets your generate PDF paperwallet for arbitrary altcoins
using QR-Codes for fast access to the address and the private key.




Howto Create PaperWallet
  • Store address and privkey in csv file
       You may select one of three options to generate you wallet.csv file with
       private keys in it. Read the header of the files to adjust the settings to
       your needs.
    • 1_createEmptyPaperWallets**:
              to create new empty wallets using vanitygen
              press ***Ctrl+C*** when You have enough
    • 1_createNewWalletsAndMoveCoins**:
              to create new wallets using the bitcoin daemons and move coins accoring to the settings in that file
         
    • 1_importExistingWallets**:
              load existing wallets from deamons using 'listaddressgroupings'
         
  • Uncomment _ONE_ note layout input line in 'paperWallet.tex' (line 41-48)
[li]Generate the PDF
   [/li][/list]
Code: [Select]
$ ./2_generatePDF.sh
  • Print
  • Cleanup:
Code: [Select]
$./3_shredAndCleanup.sh
  • Donate to xeroc, vanitygen, charity ...

Donations are welcome
Thank you for every donation.

Code: [Select]
BTC: 1XeRocJ6PRUX419QQo9crW5nbsjetJLUn
XPM: AXeRocF9m3VX3P5TAfGiDq6hSSqWG5r6nd
LTC: LXeRoc6FVG3eswpuA4CJxjqMWc7Aq5sNnp
PPC: PXeRocjAG8W2bBPxZPRPBn5yErg3mRx8Gx 
PTS: PkXeRocDnRSkHzuTbQdqYWRQ8QqmjwrdyY
NMC: MxerocLbhWEKELr2DAjXzUwAWRop2nsSZJ


Example python-config for Protoshares
Code: [Select]
altcoins = [
          {
           'name'            : 'Protoshares',    # Name of the coin
           'unit'            : 'PTS'             # Unit name of that coin
           'rpcuser'         : 'protosharesrpc', # connections settings -- daemon must be running
           'rpcpassword'     : 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg',
           'rpchost'         : 'localhost',      # local daemon running
           'rpcport'         : 3838,             # local port                                                                           
           'daemonName'      : 'protoshared',    # daemon name to dump privkeys
           'passphrase'      : '',               # optional passphrase
           'numberAddresses' : 1,                # number of adresses to generate (are stored in deamon)
           'coinsPerAddress' : 1,                # coins to transfer to each new address
           'fromWallet'      : '',               # send from wallet X
           'walletName'      : 'PaperWallet',    # create new addreses in a new wallet
          },
]

Example wallet.dat for Protoshares
Code: [Select]
Coin;Unit;Address;PrivKey;Balance;
Protoshares;PTS;PkXeRocDnRSkHzuTbQdqYWRQ8QqmjwrdyY;52dh54uzsdg4zfhsasdg5use4fhdfhsdsdgsdgh446HDFhfdRveL2KnCiYtNkF;1.000000

12855
BitShares PTS / Re: 1 PTS Paper wallet as gift
« on: December 11, 2013, 07:17:02 am »
so that paperwallet is worthless:
Code: [Select]
protoshared importprivkey 7AreRj767GewrsReBeYUy7E3HerUJF78DjeuwEsE8sa822e345dt3as
error: {"code":-5,"message":"Invalid private key"}

Pages: 1 ... 850 851 852 853 854 855 856 [857] 858 859 860