Search content
Sort by

Showing 16 of 16 results by tvle83
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]ReliefProject™⭕Masternodes Giveaway ✅Real World Help✅ Helping Families !
by
tvle83
on 10/03/2018, 14:28:18 UTC
Hello,

I am the coin admin at MasterNodes.pro I am trying to get ReliefProject back on line and producing stats but it seems my wallet has stalled. I nuked the .TGAO folder (now twice) and updated the wallet to 1.0.5.0-ReliefV2 and it stalls at block 27392 each time. I do a getblockhash 27392 and get 0d94e99430a4f8021319570eede7c5b6871ec247f3d7c5ca9ec3588b1b46d9a3 which is NOT in this explorer http://reliefexplorer.com/

please reply to support@masternodes.pro with any information.

Thank you
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] LELE COIN - MAKE EVERYTHING IS POSSIBLE IN HANDS OF EVERYONE
by
tvle83
on 13/02/2018, 19:15:14 UTC
great project great environment great team..what i need to say more? im joining the ico...more support means more exchanges right?

Most airdrops are not supported by exchanges or they dont guarantee immediate ability to withdraw or use the coins. Your best bet is to hold your coins in a private wallet, that's 100% the best way to deal with airdrops in general.

Bittrex supported the NXT/IGNIS airdrop but took 3 weeks to credit the IGNIS. If I put the nxt in a private wallet i would not have lost so much
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICO] LELE COIN - MAKE EVERYTHING IS POSSIBLE IN HANDS OF EVERYONE
by
tvle83
on 13/02/2018, 16:51:06 UTC
Just curious, any chance this will be a masternode coin ? That seems to be the way to go for PoS coins recently.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) *MULTIPLE MASTERNODES IN 1 WALLET WITH 1 IP*
by
tvle83
on 11/12/2017, 00:40:10 UTC
I am building a blockchain explorer on a livestream at https://www.liveedu.tv/tvle83/2PY30-how-to-create-a-blockchain-explorer-with-javascript/. It is behind a paywall (I am doing it to make some extra money) and would welcome any new viewers. I have done 2, 3hour sessions so far.

I am using Javascript to build an explorer and teaching people along the way. ExpressJS, ReactJS, NodeJS and SequelizeJS to use mySQL.

I am having issues with using a NPM package called node-altcoin. I configured it properly and am able to do a getInfo using it just fine.

When I do a gettransaction with a valid txid (I get one from doing getblockhash then getblock with the result of that hash and pick a txid from that AND I have just got one off of chainz to the same effect) it says

Code:
error: {"code":-5,"message":"Invalid or non-wallet transaction id"}

I have txindex=1 set in the lasvegascoin.conf file inside of the .lasvegascoinV2 folder.

I have nuked that .lasvegascoinV2 folder and rebuilt the blockchain after i set txindex=1 just to make sure and no matter what txid i use I always get invalid or non-wallet txid. I do not own las vegas coin so I cannot test it on an actual txid. If someone wants to send some to me
Code:
VDv9fxX8CtNemBzbCJjZfungdwicajVpPu
I can check to make sure it is indeed working (But I 100% believe it would work with a txid sent to me).

Am I forgetting anything ?

Please advise,

Thank you,

tvle83
Post
Topic
Board Project Development
Best way to gather blockchain data
by
tvle83
on 24/08/2017, 03:10:57 UTC
I am looking to create an open source blockchain explorer for altcoins. It is written in react and I am using a firebase backend to store the blockchain information.

I was wondering if anyone knows of a good way to gather the information for a given address so I can easily create a richlist and other statistics based on a given address. And to simply be able to search the blockchain and get information about a given address.

Currently the only way I know how is to start at block 0, really and gather each and every address and save the txids associated with that address. I can just do a simple

Address:
   Txid1
   Txid2 etc. etc.

or I could save more information like txid, value out or value in so I can then just use that value information to get a running balance of the given address.

I am writing the front end in reactjs and using cloud functions to query the firebase real time db. I would cache information for each block and txid and address for a period of time so that the data is quicker for each person after the first query for a set amount of time.

For simplicity of the db I think having an address and then a list of txids would be able to do the trick. I can do a query in the cloud functions of a given address and then iterate over the list of txids and parse all the info for the balance and such. After the first time doing that, I can save the running balance of the address to the address node on the same level as the txids too.

Is there a better way or am i on the right track ?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ECASH]E-Money Advertising Revenue In Wallet | 8% Daily Stake for 21 days
by
tvle83
on 01/03/2015, 18:07:29 UTC
So it has or has not staked already?

The problems is the initial PoS diff of 0.06something.

PoS was/is in place all the time and it should have started after ~24 hours, people started building up coinage, wallets started staking - but PoS didn't happen because of that high initial diff.

The "solution" to that problem was to cut off PoW at block 6000 (why would that help?) and to decrease the PoS diff to 0.006something @ the same block. PoW stopped @ block 6000 now, PoS diff is still the same - so PoS is still not happening.



@ everyone: Is there a github link? Couldn't find it - maybe just blind.

github: https://github.com/emoneydev/emoney

I tried to compile it on a linux server so I could stake once blocks get moving again and it won't compile. 

Code:
net.cpp:19:32: fatal error: miniupnpc/miniwget.h: No such file or directory
 #include
                                ^
compilation terminated.
Post
Topic
Board Digital goods
Re: CoinJack 1.6 - start your own blackjack casino!
by
tvle83
on 23/12/2014, 19:41:29 UTC
I set the game up locally on my computer and am playing against the house.

I was able to double down after a split. It was 2 4's that I split. Problem A) Both hands were dealt at the same time, it's supposed to be one at a time it does matter and B) I hit a 2 and a 4 so I had a 10, the double down hand was not grayed out. I doubled down and got an Ace and it didn't let me play my second hand and just gave me the win

This script is very incomplete and riddled with logic and gameplay bugs it is not worth the 1.2BTC that was paid.
Post
Topic
Board Digital goods
Re: CoinJack 1.6 - start your own blackjack casino!
by
tvle83
on 20/12/2014, 15:46:08 UTC
I have a very good understanding of the game and I know PHP so I am going to try to fix these bugs myself.

I will not hand over the fixes, though. If he wants my code that fixes these game breaking bugs he will have to pay me.
Post
Topic
Board Digital goods
Re: CoinJack 1.6 - start your own blackjack casino!
by
tvle83
on 19/12/2014, 17:50:39 UTC
I found the problem and fixed it.

There is an error in the sql syntax.

To fix open /www/install/coinjack.sql

go to line 163 and 164 and put a comma at the end of each line.

Code:
163:  `bj_pays` int(1) NOT NULL DEFAULT '0'
164:  `tie_dealerwon` int(1) NOT NULL DEFAULT '1'
165:  `insurance` int(1) NOT NULL DEFAULT '1'

Code:
163:  `bj_pays` int(1) NOT NULL DEFAULT '0',
164:  `tie_dealerwon` int(1) NOT NULL DEFAULT '1',
165:  `insurance` int(1) NOT NULL DEFAULT '1'
Post
Topic
Board Digital goods
Re: CoinJack 1.6 - start your own blackjack casino!
by
tvle83
on 19/12/2014, 13:18:15 UTC
Thank you! That helps a lot.

Do you own the script ? I saw above that you said you don't but I am wondering if since then you purchased it? Smiley
Post
Topic
Board Digital goods
Re: CoinJack 1.6 - start your own blackjack casino!
by
tvle83
on 19/12/2014, 11:13:04 UTC
Nope, there isn't any email or contact information in the readme at all.

But the TOS says free lifetime support.
Post
Topic
Board Digital goods
Re: CoinJack 1.6 - start your own blackjack casino!
by
tvle83
on 19/12/2014, 09:06:27 UTC
Unfortunately the readme file is extremely lacking. There should be a walk through at least saying how to set up the bitcoind server.

And an explanation on which PHP modules are required to get it up and running.
Post
Topic
Board Lending
Topic OP
[BTCJam] Partial Consolidation and Mining Expansion
by
tvle83
on 08/12/2014, 21:01:47 UTC
https://btcjam.com/listings/29737-expand-mining-and-partial-consolidation - link to my listing.

I just wanted to get more exposure on my loan listing. Because my APR is set to below the ridiculous recommended amount of about 45% I don't get a lot of exposure through their search feature.

https://btcjam.com/users/50682 - My profile. I have an A Rating

Purpose:

I would like to use this loan to pay off my one of my other loans immediately and expand my mining power even more.

I would like to eventually get up to 200 primes in the near future, but this loan won't accomplish that, of course. I can buy maybe 5 more primes with this loan to help towards that goal, though.

I would also like to purchase 3000 more shares at LTCGear which would bring my total up to 10600 paying approximately $498/week.

2.07696318 is owed on one of my loans. (https://btcjam.com/listings/26678-cloud-mining-shares)

5 Primes costs about $260 (at current prices on Dec 7) or 0.69141581BTC

3000 LTCGear shares costs about $774 or 2.19923412BTC

Rounding up because of fees and a little buffer 2.1 + .7 + 2.2 = 5BTC

The extra 0.5BTC is for a little added buffer and maybe a couple more primes.

Mining Power:

GAW Mining

222 Zen (mining HashPoints)
1175 Genesis
159 Primes (Mining HP and Double Dipping to HP)
7 Clever
5 Waffle
45 Multi

GAW Mining pays about 8700HP and $2-3 per day. The HP are hash points which will be used to purchase PayCoin at a discounted rate of 400HP. I currently have over 266,000HP which is worth 667XPY (PayCoin) valued at $13,000 on the first day of the public ICO when each coin is worth $20. There is a fiat reserve of over $100million that will keep the value stable at $20 minimum.

Proof of GAW Mining HashPoints ( few days old, so I have more than that now )
http://i.imgur.com/iRga0XW.png

Proof of  Primes ( few days old, so I have more than that now )
http://i.imgur.com/bNnEbEu.png

Proof of Solo Miners ( few days old, so I have more than that now )
http://i.imgur.com/9ko3POo.png

LTC Gear

7600 Shares
http://i.imgur.com/wVRSqrc.png

LTCGear Calc Approx Payout for 7600 Shares
http://i.imgur.com/K6SzK68.png

Pays Approximately $347/week according to www.ltcgearcalc.com. Granted this payouit has been going down per week because of the LTC Network difficulty. The last adjustement actually lowered the difficulty so there might be a turn around pretty soon. Also on Dec 24th there is another multiplication of shares meaning LTCGear is giving away a % of shares for free to all customers. The last multiplication was 25% at the time I had 2610 shares and after the multiplication I had about 3252 or so. I received over 600 shares for free.

Hashie.co

260GH - 100% reinvesting except for the 10GH free.
http://i.imgur.com/6sq7iMO.png

Genesis-Mining

10MH pointed at LTC
http://i.imgur.com/tICye75.png

BitCoinCloudServices

300GH
http://i.imgur.com/HTXOdgo.png

HashProfit

20KH
http://i.imgur.com/WvLmuhe.png

Thank you for your time and consideration.
Post
Topic
Board Reputation
Re: Neogen1 Reputation Thread
by
tvle83
on 04/12/2014, 16:39:36 UTC
Smooth transaction of 500 LTCGear Shares. It was a pleasure to do business him and I would purchase again. Smiley
Post
Topic
Board Services
Re: Looking for game developer for online chess game.
by
tvle83
on 11/10/2014, 09:29:45 UTC
I sent you an email Smiley
Post
Topic
Board Project Development
Topic OP
BtCalc - BTC Calculator
by
tvle83
on 04/10/2014, 19:22:03 UTC
I wrote a little app that will take the price from http://coinbase.com (more can be added eventually) and calculate the different denominations (BTC, mBTC, uBTC and satoshi) of a given value.

Check out more information at the Github Page: https://github.com/tvl83/btccalc

Downloads
Windows http://bitcalc.thomasle.info/btcalc-win.zip
Linux 32-bit http://bitcalc.thomasle.info/btcalc-linux32.zip
Linux 64-bit http://bitcalc.thomasle.info/btcalc-linux64.zip
Mac http://bitcalc.thomasle.info/btcalc-osx.zip

Note: the size of the download is a little large for such a small and simple app. This is because I use node-webkit and it has overhead.

I would love any feedback.  Cheesy