Pages:
Author

Topic: [ANN] (QTUM) - A Scalable Smart Contract Platform w/ Proof of Stake - page 62. (Read 525459 times)

sr. member
Activity: 292
Merit: 251
How i can get Qtum-electrum for windows xp?

You should move away from windows xp (and from windows as well, get linux instead https://distrowatch.com) asap. There are well-known vulnerabilities that expose your device to malicious access.
Windows XP is no longer supported since 2014.
OK. But i need Qtum-electrum for windows xp.
How can I get this?
newbie
Activity: 9
Merit: 0
Tell me, please, where can I find the latest news about the company?
legendary
Activity: 1092
Merit: 1001
How i can get Qtum-electrum for windows xp?

You should move away from windows xp (and from windows as well, get linux instead https://distrowatch.com) asap. There are well-known vulnerabilities that expose your device to malicious access.
Windows XP is no longer supported since 2014.
sr. member
Activity: 292
Merit: 251
How i can get Qtum-electrum for windows xp?
full member
Activity: 280
Merit: 101
For businesses that want to develop apps and programs on the blockchain, this is a dream come true. They don’t have to worry about network security or blockchain bloat, and also have compatibility with other networks. 2018 will be a hallmark year for blockchain technology, and it could also be the year developers abandon the Ethereum blockchain in favor of Qtum.
newbie
Activity: 9
Merit: 0
Hi everyone! I need more information!
hero member
Activity: 798
Merit: 500
I can't download the blockchain qtum
The wallet tries to connect peer endlessly
AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 362463844c4ab1b6754f5dafa8fade1d5ee9dc58aa67aadf516246ce57b93f8c, time-too-new, block timestamp too far in the future (code 16)
ERROR: invalid header received
ProcessMessages(headers, 253 bytes) FAILED peer=2
ERROR: AcceptBlockHeader: Consensus::ContextualCheckBlockHeader: 362463844c4ab1b6754f5dafa8fade1d5ee9dc58aa67aadf516246ce57b93f8c, time-too-new, block timestamp too far in the future (code 16)
Peer 0 sent us invalid header via cmpctblock
sr. member
Activity: 336
Merit: 250
Can Qtum reach $500 end of 2018.
newbie
Activity: 3
Merit: 0
Have command line client same etherium geth?

Here are the help from the qtum node
== Blockchain ==
callcontract "address" "data" ( address )
getaccountinfo "address"
getbestblockhash
getblock "blockhash" ( verbose )
getblockchaininfo
getblockcount
getblockhash height
getblockheader "hash" ( verbose )
getchaintips
getdifficulty
getmempoolancestors txid (verbose)
getmempooldescendants txid (verbose)
getmempoolentry txid
getmempoolinfo
getrawmempool ( verbose )
getstorage "address"
gettransactionreceipt "hash"
gettxout "txid" n ( include_mempool )
gettxoutproof ["txid",...] ( blockhash )
gettxoutsetinfo
listcontracts (start maxDisplay)
preciousblock "blockhash"
pruneblockchain
searchlogs (address) (topics)
verifychain ( checklevel nblocks )
verifytxoutproof "proof"
waitforlogs (fromBlock) (toBlock) (filter) (minconf)

== Control ==
getinfo
getmemoryinfo
help ( "command" )
stop

== Generating ==
generate nblocks ( maxtries )
generatetoaddress nblocks address (maxtries)

== Mining ==
getblocktemplate ( TemplateRequest )
getmininginfo
getnetworkhashps ( nblocks height )
getstakinginfo
getsubsidy [nTarget]
prioritisetransaction
submitblock "hexdata" ( "jsonparametersobject" )

== Network ==
addnode "node" "add|remove|onetry"
clearbanned
disconnectnode "node"
getaddednodeinfo ( "node" )
getconnectioncount
getnettotals
getnetworkinfo
getpeerinfo
listbanned
ping
setban "subnet" "add|remove" (bantime) (absolute)
setnetworkactive true|false

== Rawtransactions ==
createrawtransaction [{"txid":"id","vout":n},...] {"address":amount,"data":"hex",...} ( locktime )
decoderawtransaction "hexstring"
decodescript "hexstring"
fromhexaddress "hexaddress"
fundrawtransaction "hexstring" ( options )
gethexaddress "address"
getrawtransaction "txid" ( verbose )
sendrawtransaction "hexstring" ( allowhighfees )
signrawtransaction "hexstring" ( [{"txid":"id","vout":n,"scriptPubKey":"hex","redeemScript":"hex"},...] ["privatekey1",...] sighashtype )

== Util ==
createmultisig nrequired ["key",...]
estimatefee nblocks
estimatepriority nblocks
estimatesmartfee nblocks
estimatesmartpriority nblocks
signmessagewithprivkey "privkey" "message"
validateaddress "address"
verifymessage "address" "signature" "message"

== Wallet ==
abandontransaction "txid"
addmultisigaddress nrequired ["key",...] ( "account" )
addwitnessaddress "address"
backupwallet "destination"
bumpfee "txid" ( options )
createcontract "bytecode" (gaslimit gasprice "senderaddress" broadcast)
dumpprivkey "address"
dumpwallet "filename"
encryptwallet "passphrase"
getaccount "address"
getaccountaddress "account"
getaddressesbyaccount "account"
getbalance ( "account" minconf include_watchonly )
getnewaddress ( "account" )
getrawchangeaddress
getreceivedbyaccount "account" ( minconf )
getreceivedbyaddress "address" ( minconf )
gettransaction "txid" ( include_watchonly ) (waitconf)
getunconfirmedbalance
getwalletinfo
importaddress "address" ( "label" rescan p2sh )
importmulti "requests" "options"
importprivkey "qtum" ( "label" ) ( rescan )
importprunedfunds
importpubkey "pubkey" ( "label" rescan )
importwallet "filename"
keypoolrefill ( newsize )
listaccounts ( minconf include_watchonly)
listaddressgroupings
listlockunspent
listreceivedbyaccount ( minconf include_empty include_watchonly)
listreceivedbyaddress ( minconf include_empty include_watchonly)
listsinceblock ( "blockhash" target_confirmations include_watchonly)
listtransactions ( "account" count skip include_watchonly)
listunspent ( minconf maxconf  ["addresses",...] [include_unsafe] )
lockunspent unlock ([{"txid":"txid","vout":n},...])
move "fromaccount" "toaccount" amount ( minconf "comment" )
removeprunedfunds "txid"
reservebalance [ [amount]]
sendfrom "fromaccount" "toaddress" amount ( minconf "comment" "comment_to" )
sendmany "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
sendmanywithdupes "fromaccount" {"address":amount,...} ( minconf "comment" ["address",...] )
sendtoaddress "address" amount ( "comment" "comment_to" subtractfeefromamount )
sendtocontract "contractaddress" "data" (amount gaslimit gasprice senderaddress broadcast)
setaccount "address" "account"
settxfee amount
signmessage "address" "message"


Also,
You can use Bitcore node so it's the same command line parameter as Bitcore node.
It's called
https://github.com/qtumproject/qtum-bitcore
sr. member
Activity: 434
Merit: 251
Interesting, but what it is exactly. Separate blockchain, which able to create smart contracts? Or Ethereum based project? I have downloaded wallet and  I see that it is able to keep ERC tokens in this wallet. So it is not clear how Qtum works.

It's a separate blockchain.  The virtual machine is taken from ethereum, so you can write Dapps in solidity and port them over.  They are working on integrating other languages that can be used to write Dapps also.  It's a platform just like Ethereum, NEO, Etc.
sr. member
Activity: 292
Merit: 251
Have command line client same etherium geth?
newbie
Activity: 14
Merit: 0
Interesting, but what it is exactly. Separate blockchain, which able to create smart contracts? Or Ethereum based project? I have downloaded wallet and  I see that it is able to keep ERC tokens in this wallet. So it is not clear how Qtum works.

I think it is not based on Ethereum but a separate stand alone blockchain, this is what I understood when my friend explained it but am not 100% certain.
sr. member
Activity: 434
Merit: 255
"Matchpool, the matchmaking platform for decentralized services, have announced a $50,000 development contest for participants to create a MVP QTUM app. Following its successful launch, Matchpool has turned its sights on the Asian market and is specifically developing its QCUP model for the market. The company aims to provide matchmaking tools that incentivise positive connections for everyone and is set to kick off this global connection on the Asian market. Asia is the fastest growing social connections market in the world buoyed by over a billion mobile device users, making it an extremely important market for social connection platforms."

Seen at: https://www.ccn.com/qtum-matchpool-issue-50000-developer-challenge/
legendary
Activity: 2814
Merit: 1112
Leading Crypto Sports Betting & Casino Platform
QTUM Announces Starbucks Partnership, Price Still Sinks.

https://cryptovest.com/news/qtum-announces-starbucks-partnership-price-still-sinks/


all of tokens' price is down now.we need wait the market come back.
Yes you are right, all altcoin on red line, and news about the partnership not immediatley affect the price, but Qtum on good track I think.
member
Activity: 294
Merit: 10
Interesting, but what it is exactly. Separate blockchain, which able to create smart contracts? Or Ethereum based project? I have downloaded wallet and  I see that it is able to keep ERC tokens in this wallet. So it is not clear how Qtum works.
sr. member
Activity: 434
Merit: 251
QTUM Announces Starbucks Partnership, Price Still Sinks.

https://cryptovest.com/news/qtum-announces-starbucks-partnership-price-still-sinks/



The problem with Qtum is the marketing.  They are so bad at getting these annoucements recognized.  The news is scattered and this thread is barely updated.  They have so much going on but noone knows about it. 
full member
Activity: 256
Merit: 100
🚀🚀 ATHERO.IO 🚀🚀
QTUM Announces Starbucks Partnership, Price Still Sinks.

https://cryptovest.com/news/qtum-announces-starbucks-partnership-price-still-sinks/


all of tokens' price is down now.we need wait the market come back.
sr. member
Activity: 588
Merit: 250
https://www.projecton.pro/
where can I find information about creating masternode qtum, what are the hardware requirements, the required number of coins, documents for setup and qstart, support services for communication.
newbie
Activity: 56
Merit: 0
QTUM Announces Starbucks Partnership, Price Still Sinks.

https://cryptovest.com/news/qtum-announces-starbucks-partnership-price-still-sinks/

It's just because everything goes down now.
Right after the sell-off investors will notice it and it will definitely influence the price.
jr. member
Activity: 238
Merit: 1
Pages:
Jump to: