Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
February 27, 2014, 07:10:16 AM |
|
This coin is coming back
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
obsan
Member
Offline
Activity: 61
Merit: 10
|
|
February 27, 2014, 08:01:27 AM |
|
This coin is coming back Its not even top100 on coinmarketcap.
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
February 27, 2014, 08:12:26 AM |
|
This coin is coming back Its not even top100 on coinmarketcap. It was worth ten times as much a couple of weeks ago. It is the #6 in fastest growth over the last 24 hours: 112 Coino $ 78,528 $ 0.011 6,957,934 CON $ 618 +45.40 % Keep faith
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
smcardle
Full Member
Offline
Activity: 154
Merit: 100
Coin(O) Community Member
|
|
February 27, 2014, 08:21:24 AM |
|
Can somebody send me a coino I only need 1.... I'm trying to test the wallet functionality for the casino and and the walletnotify call in the Coino.conf file This is the wallet address : UjMTcioGmkktRQW87xxT6uvgCt4znchMnE Cheers everybody
|
Join Coin(O) now - The BEST Crypt(O)currency on the planet COINO : Uh4ZvfVrCFPkDcoBMNNkyYS4hYwsmGEidk - Coin(O) - Everything BitCoin wanted to be!!
|
|
|
coino.org (OP)
|
|
February 27, 2014, 08:26:54 AM |
|
Can somebody send me a coino I only need 1.... I'm trying to test the wallet functionality for the casino and and the walletnotify call in the Coino.conf file This is the wallet address : UjMTcioGmkktRQW87xxT6uvgCt4znchMnE Cheers everybody done
|
|
|
|
smcardle
Full Member
Offline
Activity: 154
Merit: 100
Coin(O) Community Member
|
|
February 27, 2014, 08:28:43 AM |
|
Can somebody send me a coino I only need 1.... I'm trying to test the wallet functionality for the casino and and the walletnotify call in the Coino.conf file This is the wallet address : UjMTcioGmkktRQW87xxT6uvgCt4znchMnE Cheers everybody done I was just about thank whom ever that was So, thank's coino
|
Join Coin(O) now - The BEST Crypt(O)currency on the planet COINO : Uh4ZvfVrCFPkDcoBMNNkyYS4hYwsmGEidk - Coin(O) - Everything BitCoin wanted to be!!
|
|
|
|
smcardle
Full Member
Offline
Activity: 154
Merit: 100
Coin(O) Community Member
|
|
February 27, 2014, 08:52:41 AM |
|
Hmmmm.... I seem to have a bit of a problem here.... I have the following options in my Coino.conf file : walletnotify=~/coino/scripts/notify.sh %s coino wallet blocknotify=~/coino/scripts/notify.sh %s coino block
And I have the following in notify.sh #!/bin/bash F=/mnt/hdd/logs/coino/${3}_transaction.log D=`date +"%s"` echo '{"date":'${D}',"txId":"'${1}'","coin":"'${2}'","processed":false,"type":"'${3}'"}' >> ${F}
I get the block_transaction.log file created with block transactions. However, I am not getting the wallet_transaction.log file created when receiving payments into my wallet or sending coins from it !!!! The entries in the block_transaction.log look like the following ... {"date":1393490961,"txId":"88ad9624345b734ec72692f10ab460d02dfffd517387c13f1a74ce2f8fd23451","coin":"coino","processed":false,"type":"block"} {"date":1393490965,"txId":"4c9a9e4774747623bccae4e982199218da0d7c9e0ba7af2135d63d1ccb7fe1ad","coin":"coino","processed":false,"type":"block"} {"date":1393491005,"txId":"eb127515c452cd2045e98018b3f2ce1fe40349a0094e11725104fa9ee3758bc1","coin":"coino","processed":false,"type":"block"} {"date":1393491026,"txId":"cede37adeef15caeec8a4dd76f7f21f61c0f38e0cfa6015ab7d2cda363cef218","coin":"coino","processed":false,"type":"block"} ...
Can anybody tell me why the walletnotify is not running
|
Join Coin(O) now - The BEST Crypt(O)currency on the planet COINO : Uh4ZvfVrCFPkDcoBMNNkyYS4hYwsmGEidk - Coin(O) - Everything BitCoin wanted to be!!
|
|
|
UdjinM6
Legendary
Offline
Activity: 1318
Merit: 1040
|
|
February 27, 2014, 09:05:48 AM |
|
I downloaded from first post - version v0.6.3.0-g3aaa7ba-beta - running without any errors (OS X 10.9.1)
|
DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
|
|
|
smcardle
Full Member
Offline
Activity: 154
Merit: 100
Coin(O) Community Member
|
|
February 27, 2014, 09:13:34 AM |
|
Hmmmm.... I seem to have a bit of a problem here.... I have the following options in my Coino.conf file : walletnotify=~/coino/scripts/notify.sh %s coino wallet blocknotify=~/coino/scripts/notify.sh %s coino block
And I have the following in notify.sh #!/bin/bash F=/mnt/hdd/logs/coino/${3}_transaction.log D=`date +"%s"` echo '{"date":'${D}',"txId":"'${1}'","coin":"'${2}'","processed":false,"type":"'${3}'"}' >> ${F}
I get the block_transaction.log file created with block transactions. However, I am not getting the wallet_transaction.log file created when receiving payments into my wallet or sending coins from it !!!! The entries in the block_transaction.log look like the following ... {"date":1393490961,"txId":"88ad9624345b734ec72692f10ab460d02dfffd517387c13f1a74ce2f8fd23451","coin":"coino","processed":false,"type":"block"} {"date":1393490965,"txId":"4c9a9e4774747623bccae4e982199218da0d7c9e0ba7af2135d63d1ccb7fe1ad","coin":"coino","processed":false,"type":"block"} {"date":1393491005,"txId":"eb127515c452cd2045e98018b3f2ce1fe40349a0094e11725104fa9ee3758bc1","coin":"coino","processed":false,"type":"block"} {"date":1393491026,"txId":"cede37adeef15caeec8a4dd76f7f21f61c0f38e0cfa6015ab7d2cda363cef218","coin":"coino","processed":false,"type":"block"} ...
Can anybody tell me why the walletnotify is not running Well it looks like that the coinod has the option for blocknotify but not walletnotify running coinod -? shows all available options ... Was there any reason for leaving this out of the coinod ?
|
Join Coin(O) now - The BEST Crypt(O)currency on the planet COINO : Uh4ZvfVrCFPkDcoBMNNkyYS4hYwsmGEidk - Coin(O) - Everything BitCoin wanted to be!!
|
|
|
crunchtime88
Newbie
Offline
Activity: 19
Merit: 0
|
|
February 27, 2014, 10:10:02 AM |
|
Hey guys,
I'm looking to point my miners to an altcoin with the intention of holding long term. Coino is one my strongest candidate coin, just a few questions to help me understand better:
1. I read an article linked on the OP about the improved security, but how is that so if there is only 2 confirmation? doesn't that make this coin more prone to double spending?
2. I remember Coino being at 20000 satoshis? what happened that it came down so much? I understand all altcoins have lost quite a bit of steam from Bitcoin's crash, but seems like Coino went down even more significantly compared to other altcoins
3. I really like the idea of the credit and debit card idea. But doesn't bank fees still apply for merchants? how does this work?
Otherwise, seems like a great community, and I get the sense the dev team is very serious and professional. Thanks for taking the time to help me understand.
|
|
|
|
poolers
|
|
February 27, 2014, 10:23:05 AM |
|
Hey guys,
I'm looking to point my miners to an altcoin with the intention of holding long term. Coino is one my strongest candidate coin, just a few questions to help me understand better:
1. I read an article linked on the OP about the improved security, but how is that so if there is only 2 confirmation? doesn't that make this coin more prone to double spending?
2. I remember Coino being at 20000 satoshis? what happened that it came down so much? I understand all altcoins have lost quite a bit of steam from Bitcoin's crash, but seems like Coino went down even more significantly compared to other altcoins
3. I really like the idea of the credit and debit card idea. But doesn't bank fees still apply for merchants? how does this work?
Otherwise, seems like a great community, and I get the sense the dev team is very serious and professional. Thanks for taking the time to help me understand.
The starting price was unrealistic and people took immediate advantage of that and did a lot of dumping to drive it down to its actual value. Then it lost some of its actual value because the huge immediate drop caused panic. At the same time that this was happening, the dev had to take a leave of absence to handle some personal business. All of this at once lowered people's faith in the coin and it lost a lot of its steam. The core community that is driving this coin is still here though and now the dev is back and has a lot of big plans for this coin. Coino just got hit with the negative effects of ignorance and impatience. For long term holding I still believe in its potential. I will let someone else answer your other two questions as I do not know the answers.
|
|
|
|
ElChapo
Newbie
Offline
Activity: 14
Merit: 0
|
|
February 27, 2014, 01:03:36 PM |
|
Celebrate! Coico Prophet now is between you! I want to let you know that Coino loves you and need you. You must know that Coino much miss your kilohashes when you are changing the type of coin. Do not make Coino cry!
Also I want to tell you that if you are really feel your power and dev is away - it is a time for the Anarchy! You can try to dump and pump that shit with a couple of bitcoins.
Bless to you! Coino with you!
|
|
|
|
ElChapo
Newbie
Offline
Activity: 14
Merit: 0
|
|
February 27, 2014, 01:10:25 PM Last edit: February 27, 2014, 08:53:19 PM by ElChapo |
|
We need to pray together for Coino!
Wake up sinners! Time to pump Coino in all exchanges! It is a time for revolution! Buy every Coino you can find! Only this way it proper! Ne dump! So sell! Buy, buy and buy more and more coinos! It is a time for ACTION!!!
|
|
|
|
|
cRazY dWarF
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 27, 2014, 01:53:51 PM |
|
I don't know what to think of minerbit. Why are they basically giving away their profits? They can make so much more money simply using their machines than renting them out. Seems a tad fishy
Everything seems fishy at the begining. Let's hope what they offer is true. There is no risk at trying if anyone wishes to help and recieve free BTCs, please register with this link Minersbit
|
|
|
|
sebolive
Newbie
Offline
Activity: 17
Merit: 0
|
|
February 27, 2014, 02:10:35 PM |
|
Coino is comming back and it is made for during!!! keep your coino and you will not regret it
|
|
|
|
cRazY dWarF
Newbie
Offline
Activity: 42
Merit: 0
|
|
February 27, 2014, 02:14:32 PM Last edit: February 27, 2014, 02:43:27 PM by cRazY dWarF |
|
Ummm... fellas, I need little help. I want to setup a SOLO mining on my comp, but I have some problems. Is it possible to do it with Coino? This are the steps I've made, please look at them: Downloaded latest walletclient and started coino-qt.exe -server, waited for wallet client to sync. After that I've created a coino.conf, and put in in Roaming profile: listen=1 daemon=1 server=1 rpcuser=loto rpcpassword=123 rpcport=14444 p2pport=15555 rpcconnect=127.0.0.1 addnode=162.243.0.247 addnode=37.139.25.15 after that I started the batch file for cgminer with following data: cgminer --scrypt -o 127.0.0.1:14444 -u loto -p 123 pause But I cannot start it, cgminer says this..image: http://i59.tinypic.com/t8u8mb.jpgCan anyone help please, are my configurations wrong?
|
|
|
|
bofhus
Member
Offline
Activity: 70
Merit: 10
|
|
February 27, 2014, 04:11:23 PM |
|
Voted
|
|
|
|
PunkShit
Newbie
Offline
Activity: 1
Merit: 0
|
|
February 27, 2014, 04:16:11 PM |
|
Ummm... fellas, I need little help. I want to setup a SOLO mining on my comp, but I have some problems. Is it possible to do it with Coino? This are the steps I've made, please look at them: Downloaded latest walletclient and started coino-qt.exe -server, waited for wallet client to sync. After that I've created a coino.conf, and put in in Roaming profile: listen=1 daemon=1 server=1 rpcuser=loto rpcpassword=123 rpcport=14444 p2pport=15555 rpcconnect=127.0.0.1 addnode=162.243.0.247 addnode=37.139.25.15 after that I started the batch file for cgminer with following data: cgminer --scrypt -o 127.0.0.1:14444 -u loto -p 123 pause But I cannot start it, cgminer says this..image: http://i59.tinypic.com/t8u8mb.jpgCan anyone help please, are my configurations wrong? Did you restart the wallet just after creating .conf file ?
|
|
|
|
|