S4VV4S
|
|
March 17, 2015, 02:15:03 PM |
|
@vpncoin
First, what port for RPC calls?
Second, I would like to automatically call RPC JSON commands to issue cheques for the players in my game and then email it to them or show the QR code on the screen (according to their settings). I do not see ANY commands for issuing cheques in the -help command.
How do I go about it?
I prefer using cheques since the miners fee is always .0001VPN.
EDIT: I know I can probably generate a new address, then use the move command to add funds and then just generate a QR code with the privkey (which I am guessing it is what you are doing), BUT since the wallet provides all this I would like to focus on my game rather than on how to make payments through your wallet.
Can I get some help here?
port, Listen for connections on <port> (default: 920 or testnet: 1920), rpcport, Listen for JSON-RPC connections on <port> (default: 921 or testnet: 1921). About Cheque, your guessing is right, you are a good programer At this moment, no code to support auto generate Cheque images. LOL! I am not a programmer, I am an indie game developer Thanks for the info
|
|
|
|
vpncoin (OP)
|
|
March 17, 2015, 02:52:04 PM |
|
port, Listen for connections on <port> (default: 920 or testnet: 1920), rpcport, Listen for JSON-RPC connections on <port> (default: 921 or testnet: 1921). About Cheque, your guessing is right, you are a good programer At this moment, no code to support auto generate Cheque images. LOL! I am not a programmer, I am an indie game developer Thanks for the info You are welcome. I got a great idea, i will publish a no center server's lottery system, It's based on block chain.
|
|
|
|
S4VV4S
|
|
March 17, 2015, 02:54:32 PM |
|
port, Listen for connections on <port> (default: 920 or testnet: 1920), rpcport, Listen for JSON-RPC connections on <port> (default: 921 or testnet: 1921). About Cheque, your guessing is right, you are a good programer At this moment, no code to support auto generate Cheque images. LOL! I am not a programmer, I am an indie game developer Thanks for the info You are welcome. I got a great idea, i will publish a no center server's lottery system, It's based on block chain. Fabulous! How do we participate? What can I do to help?
|
|
|
|
vpncoin (OP)
|
|
March 17, 2015, 03:14:30 PM |
|
You are welcome.
I got a great idea, i will publish a no center server's lottery system, It's based on block chain.
Fabulous! How do we participate? What can I do to help? The lottery system needs to add some validation code for transaction, If is a lottery transaction (transaction message includes "Lottery" string), will do some verification, So, this upgrade is mandatory, and it is open source. If I did,then everyone can publish lotteries, The target is guess a future block's HASH code, last N bit string, for example, the last 6 bit, it can be customized, I will announce more details later.
|
|
|
|
S4VV4S
|
|
March 17, 2015, 03:16:45 PM |
|
You are welcome.
I got a great idea, i will publish a no center server's lottery system, It's based on block chain.
Fabulous! How do we participate? What can I do to help? The lottery system needs to add some validation code for transaction, If is a lottery transaction (transaction message includes "Lottery" string), will do some verification, So, this upgrade is mandatory, and it is open source. If I did,then everyone can publish lotteries, The target is guess a future block's HASH code, last N bit string, for example, the last 6 bit, it can be customized, I will announce more details later. OK, I will wait for more details
|
|
|
|
vpncoin (OP)
|
|
March 19, 2015, 03:26:59 AM |
|
|
|
|
|
Hueristic
Legendary
Offline
Activity: 4032
Merit: 5590
Doomed to see the future and unable to prevent it
|
|
March 19, 2015, 03:30:20 AM |
|
|
“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
|
|
|
|
vpncoin (OP)
|
|
March 19, 2015, 09:53:12 AM |
|
This Cheque unrelated with "sex".
|
|
|
|
S4VV4S
|
|
March 19, 2015, 10:04:02 AM |
|
This Cheque unrelated with "sex". LOL! They are professional models, not porn actors None the less, they are beautiful EDIT: Can you also post a cheque with a general question other than questions about China (and Chinese questions). I love Chinese food and I like the Chinese Culture, but I do not know everything that goes on in China // Google didn't help either When is the lottery system coming out? I believe I might have better luck there
|
|
|
|
Mig-23
Legendary
Offline
Activity: 1176
Merit: 1000
|
|
March 19, 2015, 10:27:37 AM |
|
i think TOR features at vpncoin should be published to make this coin rising and popular
|
|
|
|
S4VV4S
|
|
March 19, 2015, 10:55:01 AM |
|
i think TOR features at vpncoin should be published to make this coin rising and popular
+1 I also think that a web marketplace utilizing Bitnet should emerge. (No illegal stuff, something like eBay, etc).
|
|
|
|
yeahbye
Sr. Member
Offline
Activity: 393
Merit: 250
block chain fans
|
|
March 19, 2015, 12:31:16 PM |
|
ubuntu 12.04 build vpncoin-qt # Install some packages as instructed on various web sites sudo apt-get -y install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev sudo apt-get -y install libtool autotools-dev autoconf sudo apt-get -y install libdb4.8-dev # Generally this step fails sudo apt-get -y install libdb4.8++-dev # Generally this step fails sudo apt-get -y install libboost1.37-dev # Sometimes this step fail sudo apt-get -y install libboost-all-dev # Sometimes this step fail sudo apt-get -y install libminiupnpc-dev sudo apt-get -y install libdb++-dev sudo apt-get -y install libprotobuf-dev sudo apt-get -y install libqrencode-dev
1、build leveldb cd vpncoin/src/leveldb TARGET_OS=Linux make libleveldb.a libmemenv.a
2、build vpncoin-qt cd vpncoin qmake vpncoin-qt.pro "USE_UPNP=-" make
Note:modify sources file delete line 80 in the bitcoingui.cpp file. //#include <qsystemtrayicon>
modify line 16 in the walletmodel.h file. //DWORD sType to int sType
|
|
|
|
nagatlakshmi
|
|
March 19, 2015, 01:00:49 PM |
|
i think TOR features at vpncoin should be published to make this coin rising and popular
+1 I also think that a web marketplace utilizing Bitnet should emerge. (No illegal stuff, something like eBay, etc). Yes, there must be good promotion needed for VPN about the unique feature of it.
|
|
|
|
vpncoin (OP)
|
|
March 19, 2015, 02:06:31 PM |
|
i think TOR features at vpncoin should be published to make this coin rising and popular
+1 I also think that a web marketplace utilizing Bitnet should emerge. (No illegal stuff, something like eBay, etc). +1 But TOR in china is illegal...
|
|
|
|
vpncoin (OP)
|
|
March 19, 2015, 02:07:14 PM |
|
ubuntu 12.04 build vpncoin-qt # Install some packages as instructed on various web sites sudo apt-get -y install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev sudo apt-get -y install libtool autotools-dev autoconf sudo apt-get -y install libdb4.8-dev # Generally this step fails sudo apt-get -y install libdb4.8++-dev # Generally this step fails sudo apt-get -y install libboost1.37-dev # Sometimes this step fail sudo apt-get -y install libboost-all-dev # Sometimes this step fail sudo apt-get -y install libminiupnpc-dev sudo apt-get -y install libdb++-dev sudo apt-get -y install libprotobuf-dev sudo apt-get -y install libqrencode-dev
1、build leveldb cd vpncoin/src/leveldb TARGET_OS=Linux make libleveldb.a libmemenv.a
2、build vpncoin-qt cd vpncoin qmake vpncoin-qt.pro "USE_UPNP=-" make
Note:modify sources file delete line 80 in the bitcoingui.cpp file. //#include <qsystemtrayicon>
modify line 16 in the walletmodel.h file. //DWORD sType to int sType
Good job, thanks.
|
|
|
|
Mig-23
Legendary
Offline
Activity: 1176
Merit: 1000
|
|
March 19, 2015, 03:53:34 PM |
|
i think TOR features at vpncoin should be published to make this coin rising and popular
+1 I also think that a web marketplace utilizing Bitnet should emerge. (No illegal stuff, something like eBay, etc). +1 But TOR in china is illegal... maybe yes Tor illegal in china but i think it doesn't applied in crypto world
|
|
|
|
S4VV4S
|
|
March 19, 2015, 05:47:52 PM |
|
i think TOR features at vpncoin should be published to make this coin rising and popular
+1 I also think that a web marketplace utilizing Bitnet should emerge. (No illegal stuff, something like eBay, etc). +1 But TOR in china is illegal... maybe yes Tor illegal in china but i think it doesn't applied in crypto world Guys, I said the Bitnet technology, not TOR. Apart from that, TOR is not illegal in most other Countries.... Actually I do not think TOR is illegal anywhere else other than China.....
|
|
|
|
vpncoin (OP)
|
|
March 20, 2015, 01:39:18 AM |
|
i think TOR features at vpncoin should be published to make this coin rising and popular
+1 I also think that a web marketplace utilizing Bitnet should emerge. (No illegal stuff, something like eBay, etc). +1 But TOR in china is illegal... maybe yes Tor illegal in china but i think it doesn't applied in crypto world Guys, I said the Bitnet technology, not TOR. Apart from that, TOR is not illegal in most other Countries.... Actually I do not think TOR is illegal anywhere else other than China..... Yes, i agree. But in China, anything is possible.
|
|
|
|
vpncoin (OP)
|
|
March 20, 2015, 03:46:47 AM |
|
Who can help us to translate the following text? Thanks. Lottery rules (not completely determined).
彩票的规则(还未完全确定) 1,币联网彩票只有 一个 中奖者,彩票里的所有币归猜中了并且投注最多的人,如果有多人猜中,并且投注一致,归最先投注的人(根据区块内的交易顺序来确定),如果没人猜中,归彩票发起人。 2,发行彩票,就是创建一个交易,保存在区块链,并且附带了特定格式的交易留言。 3,投注是给彩票的钱包地址充值,也会创建一个交易,保存在区块链,并且附带了特定格式的交易留言。如果钱包的 当前区块数 大于 彩票的目标区块数 加3,则视做过期,禁止投注。 4,彩票发行后,在目标区块数的前3个区块时停止投注,目标区块数过3个区块后才可以兑奖。比如: 彩票的发行区块是100,目标区块是200,在197区块停止投注,在203区块之后才可以兑奖。 5,兑奖流程,根据投注记录文本对比目标区块的HASH值,如果没猜中,你将失去投注的币,如果猜中了,扫描区块链,检查投注有效性,再检查有没有其他猜中者,而且投注了更多的币,最后确定唯一的中奖者,导入私匙,转账到中奖者钱包的默认地址。
|
|
|
|
|