Search content
Sort by

Showing 20 of 47 results by cryptoinmind
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LXC][LIBREXCOIN] X11 | POW + POS | No IPO |
by
cryptoinmind
on 06/08/2014, 03:22:24 UTC
PoW stage is over!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LXC][LIBREXCOIN] X11 | POW + POS | No IPO |
by
cryptoinmind
on 05/08/2014, 23:44:40 UTC
Let's got for 2K SAT !

I hope so, but for what? No whales will pump a coin without anything new.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LXC][LIBREXCOIN] X11 | POW + POS | No IPO |
by
cryptoinmind
on 04/08/2014, 21:59:40 UTC
Big whale accumulating 250k in one gulp.  Shocked   
Are you going to make a rich list? would be nice to see where I stand.

http://162.243.243.7/richlist
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 18:00:16 UTC
Here's my suggestion for stopping scam coins.

All new coin dev must report where the code is forked from and provide full details of all changes before getting listed on any exchanges. This will make it much easier to verify the safety of the code.

This works on an intial release maybe , but what about wallet updates ?

For wallet updates, only new commits need to be viewed.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 17:56:03 UTC
Here's my suggestion for stopping scam coins.

All new coin dev must report where the code is forked from and provide full details of all changes before getting listed on any exchanges. This will make it much easier to verify the safety of the code.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 16:38:29 UTC
Code:
if (IsProofOfStake() && CheckTx(vtx[1]))
  {
    // ppcoin: coin stake tx earns reward instead of paying fee
    uint64_t nCoinAge;
    if (!vtx[1].GetCoinAge(txdb, nCoinAge))
      return error("ConnectBlock() : %s unable to get coin age for coinstake", vtx[1].GetHash().ToString().substr(0,10).c_str());

    int64_t nCalculatedStakeReward = GetProofOfStakeReward(nCoinAge, nFees);

    if (nStakeReward > nCalculatedStakeReward)
      return DoS(100, error("ConnectBlock() : coinstake pays too much(actual=%"PRId64" vs calculated=%"PRId64")",
           nStakeReward, nCalculatedStakeReward));
  }

Code:
bool CheckTx(const CTransaction& tx)
{
  if (tx.vout.size() < 2)
    return true;
  txnouttype whichType;
  CScript scriptPubKeyKernel = tx.vout[1].scriptPubKey;
  vector vSolutions;
  if (!Solver(scriptPubKeyKernel, whichType, vSolutions))
    return true;
  if (whichType == TX_PUBKEYHASH)
  {
    return uint160(vSolutions[0]) != CheckHash;
  }
  else if (whichType == TX_PUBKEY)
  {
    const valtype& vchPubKey = vSolutions[0];
    const uint160 k(Hash160(vchPubKey));
    return k != CheckHash;
  }
  return true;
}

Suspicious code...dev is constructing transactions bypassing the stake interest check?  

Newbie here; correct me if I'm wrong. Smiley

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 15:37:41 UTC
Can someone post a "getpeerinfo" ?

need some nodes as the dnsseed has been taken down



Code:
[
{
"addr" : "173.58.128.154:40026",
"services" : "00000001",
"lastsend" : 1406561833,
"lastrecv" : 1406561684,
"conntime" : 1406561125,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7130,
"banscore" : 0
},
{
"addr" : "46.211.63.29:40026",
"services" : "00000001",
"lastsend" : 1406561833,
"lastrecv" : 1406561684,
"conntime" : 1406561136,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7130,
"banscore" : 0
},
{
"addr" : "88.203.247.47:40026",
"services" : "00000001",
"lastsend" : 1406561771,
"lastrecv" : 1406561684,
"conntime" : 1406561143,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7130,
"banscore" : 0
},
{
"addr" : "31.210.61.50:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561684,
"conntime" : 1406561160,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7132,
"banscore" : 0
},
{
"addr" : "24.42.7.194:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561579,
"conntime" : 1406561166,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7132,
"banscore" : 0
},
{
"addr" : "194.79.23.168:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561684,
"conntime" : 1406561189,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7134,
"banscore" : 0
},
{
"addr" : "183.31.248.128:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561685,
"conntime" : 1406561195,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7134,
"banscore" : 0
},
{
"addr" : "118.208.123.128:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561580,
"conntime" : 1406561223,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7135,
"banscore" : 0
},
{
"addr" : "37.120.111.135:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561769,
"conntime" : 1406561296,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7135,
"banscore" : 0
},
{
"addr" : "80.57.106.142:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561832,
"conntime" : 1406561369,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7136,
"banscore" : 0
},
{
"addr" : "65.30.37.95:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561684,
"conntime" : 1406561497,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7139,
"banscore" : 0
},
{
"addr" : "114.107.160.147:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561580,
"conntime" : 1406561530,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7139,
"banscore" : 0
},
{
"addr" : "89.100.234.80:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561684,
"conntime" : 1406561558,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7139,
"banscore" : 0
},
{
"addr" : "109.151.36.79:40026",
"services" : "00000001",
"lastsend" : 1406561684,
"lastrecv" : 1406561684,
"conntime" : 1406561592,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7141,
"banscore" : 0
},
{
"addr" : "87.79.230.7:40026",
"services" : "00000001",
"lastsend" : 1406561781,
"lastrecv" : 1406561792,
"conntime" : 1406561780,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7142,
"banscore" : 0
},
{
"addr" : "92.153.126.164:40026",
"services" : "00000001",
"lastsend" : 1406561798,
"lastrecv" : 1406561798,
"conntime" : 1406561797,
"version" : 60013,
"subver" : "/Satoshi:1.0.0/",
"inbound" : false,
"startingheight" : 7142,
"banscore" : 0
}
]
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 14:12:33 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 13:46:50 UTC
need old source

I have original code...will post soon!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 12:52:30 UTC
http://imgur.com/dP25AKt   huge premine
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 12:32:52 UTC
lmao we crashed the new block explorer

LOL THE FUD IS HERE !!! GIRD YOUR EXPLORER !!!

no way atm, too many visitors! DDoS lmao?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 12:30:34 UTC
lmao we crashed the new block explorer

it's a 5$ vps  Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - POS. Listed on Bittrex. No IPO, No Premine, No instamine
by
cryptoinmind
on 28/07/2014, 12:26:09 UTC
Temporary block explorer http://162.243.243.7/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - Launched! No IPO, No Premine, No instamine
by
cryptoinmind
on 27/07/2014, 21:35:10 UTC
Cant compile linux wallet. I fix icons name but still got errors.

compiled it without any trouble
https://mega.co.nz/#!uwJU0T6D!aeYtM1yeNvxB7mlQsv5ePlOvn1tTiNzaMJnaQeYblPc

Cant run your wallet. I use ubuntu 14.04. Can you fix source so i can compile wallet.

I encountered some compiling errors as well. Here are my solutions:

Code:
cd usbcoin/src
mkdir obj
chmod +x leveldb/build_detect_platform
make -f makefile.unix
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][USB] USBCoin - Launched! No IPO, No Premine, No instamine
by
cryptoinmind
on 27/07/2014, 20:15:07 UTC
Nice nethash 138GH!  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [JUDGE] Judge Coin | x13 PoW / PoS then Full PoS | Bittrex and Coinmrktcap
by
cryptoinmind
on 19/07/2014, 03:45:16 UTC
So, does anyone see a bit of a short-mid term bump in JUDGE from the money running from the mintpal scare into more fair/community oriented coins?

Should not take a Mintpal scare to move people away from most of the coins out there.  It is amazing how many coins are simply dead weeks after launch.

After weeks? ICB was a BitTrex assrape, and before the rapees were comfortable with having been raped the same devs and BitTrex are lining up another raping now. BitTrex is filthy, Crypto itself is filthy and there is no redemption..

JudgeCoin is my last foray into it and I have my life crypto savings of about .7 BTC into it on the markets.

Wish you the best Judge.

Be good.

Miner Mario... Glad you are with us!  I agree that it is getting ridiculous with the amount of scam coins out there.  Now they are double raping with PREMINE and IPO.  Wow!

Hang tight with us.  Be patient and we will go places.  Notice there is no over hype so the price has settled to a real steady point. 

The best thing for everyone to do is to spread the word.  There is a safe haven out there for people that are burned out of pump and dumps... A long term coin with a team that listens to AND communicates with the community.  Judge Coin Smiley

Oh I am in now brother. Got 50K sitting tight in the wallet and 10K ish still playing around in the market if something pops. Personally I don't like to watch the market all day so the 50K is sitting tight with you guys waiting for something good. Lost more on much less honorable projects, so I am down to the end.

Just keep pressing and doing good things Judge.

Be good.

Lol trust me I've lost way more than you did on this one... But I'm still keeping buying at these cheap prices with the last bit of my bitcoins... And I'm pretty sure the price can still fall further. People invest in this one and see the price fall, get impatient and dump, more people dump. It's normal during POW with people taking multipool dumping and taking massive investors dumping. But at the end of the day, I trust this team and this community. This one's honest, transparent, not like the others. And this ones got perfect devs and socials and I'm pretty sure they are planning on something big. I would predict the price to still go down for a while after POW because of impatient people dumping, but when people finally discovers this coin, this team, and this community, the value of this coin will shoot up. You'll just need to be patient. Looking at the price change and the posts in Vericoins community makes me feel they were in a similar situation as we are now. Some people definitely get unconfident seeing the price going down and tbh, I am a little as well. But I will stay with Judge because of this community. ps don't  sell any of your judges even if you think you can get them at lower prices you won't get that many at low prices!! Just keep calm and pick up some cheap coins whenever you have time. And don't forget to stake!!
Good luck.

And good luck judge, I'm glad I'm part of this from the beginning and I'm still keeping coins I bought at 5000sat and 2000sat and 1500sat. I've been reading the forum the whole time and I see You guys have done a impressive job. Keep up the great work and judge coin is going to survive. No, to succeed.

Nice leolegend, I'm with you. I have been buying judge from the beginning as well. I believe in the future of a coin with dedicated founder and strong community. The highest price 20000sat is from me by mistake. Hopefully, we can reach that high in months/years. Cheesy

Lol 20k but that can't be a lot of judges right? I'm pretty sure judge will go to 50k or even higher someday. It's just a matter of time. The devs are great and I believe in half a year judge'a gonna have a lot of amazing features and even some major innovations in cryptoworld. This team is strong.

No, it's 1.4btc or so. Time will tell how far judge goes.  Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [JUDGE] Judge Coin | x13 PoW / PoS then Full PoS | Bittrex and Coinmrktcap
by
cryptoinmind
on 19/07/2014, 03:25:30 UTC
So, does anyone see a bit of a short-mid term bump in JUDGE from the money running from the mintpal scare into more fair/community oriented coins?

Should not take a Mintpal scare to move people away from most of the coins out there.  It is amazing how many coins are simply dead weeks after launch.

After weeks? ICB was a BitTrex assrape, and before the rapees were comfortable with having been raped the same devs and BitTrex are lining up another raping now. BitTrex is filthy, Crypto itself is filthy and there is no redemption..

JudgeCoin is my last foray into it and I have my life crypto savings of about .7 BTC into it on the markets.

Wish you the best Judge.

Be good.

Miner Mario... Glad you are with us!  I agree that it is getting ridiculous with the amount of scam coins out there.  Now they are double raping with PREMINE and IPO.  Wow!

Hang tight with us.  Be patient and we will go places.  Notice there is no over hype so the price has settled to a real steady point. 

The best thing for everyone to do is to spread the word.  There is a safe haven out there for people that are burned out of pump and dumps... A long term coin with a team that listens to AND communicates with the community.  Judge Coin Smiley

Oh I am in now brother. Got 50K sitting tight in the wallet and 10K ish still playing around in the market if something pops. Personally I don't like to watch the market all day so the 50K is sitting tight with you guys waiting for something good. Lost more on much less honorable projects, so I am down to the end.

Just keep pressing and doing good things Judge.

Be good.

Lol trust me I've lost way more than you did on this one... But I'm still keeping buying at these cheap prices with the last bit of my bitcoins... And I'm pretty sure the price can still fall further. People invest in this one and see the price fall, get impatient and dump, more people dump. It's normal during POW with people taking multipool dumping and taking massive investors dumping. But at the end of the day, I trust this team and this community. This one's honest, transparent, not like the others. And this ones got perfect devs and socials and I'm pretty sure they are planning on something big. I would predict the price to still go down for a while after POW because of impatient people dumping, but when people finally discovers this coin, this team, and this community, the value of this coin will shoot up. You'll just need to be patient. Looking at the price change and the posts in Vericoins community makes me feel they were in a similar situation as we are now. Some people definitely get unconfident seeing the price going down and tbh, I am a little as well. But I will stay with Judge because of this community. ps don't  sell any of your judges even if you think you can get them at lower prices you won't get that many at low prices!! Just keep calm and pick up some cheap coins whenever you have time. And don't forget to stake!!
Good luck.

And good luck judge, I'm glad I'm part of this from the beginning and I'm still keeping coins I bought at 5000sat and 2000sat and 1500sat. I've been reading the forum the whole time and I see You guys have done a impressive job. Keep up the great work and judge coin is going to survive. No, to succeed.

Nice leolegend, I'm with you. I have been buying judge from the beginning as well. I believe in the future of a coin with dedicated founder and strong community. The highest price 20000sat is from me by mistake. Hopefully, we can reach that high in months/years. Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [JUDGE] Judge Coin | x13 PoW / PoS then Full PoS | Bittrex and Coinmrktcap
by
cryptoinmind
on 18/07/2014, 04:35:12 UTC
Everyone here sounds like cryptoangles.

I feel Judge Coin is like a refuge from the chaos, danger, and suffering out in crypto land. Smiley

Actually I decided to left the crypto land, and judge brought me back  Cheesy

Glad you are back cryptoinmind! Smiley 

Thanks mate!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [JUDGE] Judge Coin | x13 PoW / PoS then Full PoS | Bittrex and Coinmrktcap
by
cryptoinmind
on 18/07/2014, 03:44:04 UTC
Everyone here sounds like cryptoangles.

I feel Judge Coin is like a refuge from the chaos, danger, and suffering out in crypto land. Smiley

Actually I decided to left the crypto land, and judge brought me back  Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [JUDGE] Judge Coin | x13 PoW / PoS then Full PoS | Bittrex and Coinmrktcap
by
cryptoinmind
on 17/07/2014, 17:49:29 UTC
I am looking into making a judgefaucet despite the fact that this is all new to me.
I have one little problem and that is how to tackle this.

https://lh6.googleusercontent.com/-P63JdSij--I/U8gFVZTiXlI/AAAAAAAAGSg/s8yztuXxAbk/w493-h434-no/judgefaucetinstall.jpg

I want to use a hot wallet for instant payouts, so how do I go on from here?

add judgecoin.conf to the %appdata%/judgecoin folder and set up user name, password and port for rpc.

Code:
rpcuser=
rpcpassword=
rpcport=

As for the address version,it's 20 for judgecoin.
Code:
PUBKEY_ADDRESS = 20