Search content
Sort by

Showing 20 of 25 results by pricdx01
Post
Topic
Board Altcoin Discussion
Re: [GIVEAWAY] FairQuark [FRQ] Come get your free FRQ!
by
pricdx01
on 20/01/2014, 05:41:56 UTC
qWYhRMXgwC9UuQdhLKyXSkStCysKpQqY1S

Thanks!!!!

Post
Topic
Board Altcoin Discussion
Re: [OFFICIAL GIVEAWAY]SocialCoin - The REAL Charity Coin!
by
pricdx01
on 15/01/2014, 08:21:23 UTC
Sd4MMwVXqaiXvStz9e2mVz21gHmSMYkXuc
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][STC]Streamcoin - Scrypt,Litecoin-based
by
pricdx01
on 15/01/2014, 07:20:22 UTC
Thanks,

That kicked the QT into gear.

Unfortunately - the ip 211.149.162.72 - is not accessible.   Traceroute and it dies at the second Verizon FIOS hop for me

"Network Unreachable"

Usually means there is NO routing entry in the SP BGP table... it's weird.   So no access to the dice game for me ;>

-d

Hey swfly,

I also cannot sync the QT client.  You have a sample conf?  a set of dedicated nodes?

Thanks

D
addnode 109.195.211.62:40457 add
addnode 184.91.255.131:40457 add
addnode 213.35.175.162:40457 add
addnode 211.149.162.72:64639 add
addnode 211.149.162.72:40457 add
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][STC]Streamcoin - Scrypt,Litecoin-based
by
pricdx01
on 15/01/2014, 06:53:07 UTC
Hey swfly,

I also cannot sync the QT client.  You have a sample conf?  a set of dedicated nodes?

Thanks

D
Post
Topic
Board Altcoin Discussion
Re: [GIVEAWAY] 42 | + | + | + | Post your 42 address | + | + | + | 42 | + | + |
by
pricdx01
on 15/01/2014, 06:42:44 UTC
4F8k5s6bGpGcMotZmRqtXzyRCifHXkCPbF

Thanks!   
Post
Topic
Board Announcements (Altcoins)
Re: GIVEAWAY - Cryptonium CRN
by
pricdx01
on 15/01/2014, 00:22:49 UTC
FL2P2SnrG8h7UMecCJUz1x7eQXGxJPMp4j

Thanks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRN] Cryptonium Coin w/ DDoS protected pool! 66 millions coins in total
by
pricdx01
on 12/01/2014, 23:39:17 UTC
If anyone is concerned - I will trade 10 COYE for 1 CRN.   or 100 DIME for 1 CRN.      Both of those coins can be traded somewhere... even if its coined up and a google spreadsheet.

PM me

fuck the haters keyersoze.. this one's lookin aight.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CRN] Cryptonium Coin w/ DDoS protected pool! 66 millions coins in total
by
pricdx01
on 12/01/2014, 22:59:13 UTC
Anyone having an issue compiling the Ubuntu wallet.

Do this:

git clone https://github.com/Cryptonium/Cryptonium-Coin-Source.git
cd Cryptonium-Coin-Source/
cd src
mkdir obj
make -f makefile.unix
cp cryptoniumd /usr/bin

Then launch cryptoniumd

Get error that need to update a cryptoinumd.conf file

From there...

type

nano ~/.cryptoniumd/cryptonoim.conf

Paste your settings you wish for the file like this

rpcuser=YOUR USERNAME
rpcpassword=YOUR PASSWORD
rpcport=SET THE RPC PORT TO WHAT YOU WANT
rpcallowip=127.0.0.1
rpcallowip=SET YOUR OWN LOCAL NETWORK IF YOU WANT LOCAL MINERS
daemon=1
server=1
listen=1
maxconnections=512
gen=0
addnode=95.211.184.197
addnode=192.99.3.60
addnode=94.23.80.59
addnode=5.79.75.178

Then save the file CTRL-X

Then launch the service again

cryptoniumd -maxconnections=512 -irc -listen -maxreceivebuffer=10000 -maxsendbuffer=10000 -dns -detachdb -daemin -logtimestamps

(tweak the max connections / other commands like you want) [increasing the send buffer gets the block chain faster - other commands you may not care about - depends on how much ram you have - how many users you want to allow to the P2P port - but I crank this up - especially at the beginning/launch of a coin - so that more users can connect/stay connected/get the block chain from the peers).

Now its running - can use all normal commands


cryptoniumd getaddressesbyaccount ""  (to see your wallet address)
cryptoniumd get balance ""  (to see your balance)
cryptoniumd sendtoaddress XXXXX YYYY (to send address XXXXX, YYYY amount of coins)
cryptoniumd setgenerate true X  (to mine with local CPU)


Took me about 15 minutes to get it setup and running.

If it helps you GET CRN..... and you feel like donating CRN...  Donations welcome.

Thanks

My Wallet

FL2P2SnrG8h7UMecCJUz1x7eQXGxJPMp4j
Post
Topic
Board Altcoin Discussion
Re: @ThisWeeksCoin - CRN giveaway! Get 1 CRN per signature!!!!
by
pricdx01
on 12/01/2014, 22:51:34 UTC
FL2P2SnrG8h7UMecCJUz1x7eQXGxJPMp4j

Thanks

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
pricdx01
on 27/12/2013, 00:56:38 UTC
Looks like maybe the boost dependencies are not installed?

Can check out the build-unix.txt and see if it helps?

Here are subset of dependencies needed - if you have all these?

If not using debian - can check the file release-process.txt… there are wget links in that file for all these I think.

Dependency Build Instructions: Ubuntu & Debian
----------------------------------------------
sudo apt-get install build-essential
sudo apt-get install libssl-dev
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev
 Boost 1.40+: sudo apt-get install libboost-all-dev
 or Boost 1.37: sudo apt-get install libboost1.37-dev
sudo apt-get install libqrencode-dev

If using Boost 1.37, append -mt to the boost libraries in the makefile.

-d




ok what i did was earse the obj remake it but now i get this one what is this?
main.cpp:17:53: fatal error: boost/random/uniform_int_distribution.hpp: No such file or directory
compilation terminated.
make: *** [obj/main.o] Error 1

Post
Topic
Board Announcements (Altcoins)
Re: LOTTO COIN - The coin thats a game! Released 12/12/13
by
pricdx01
on 26/12/2013, 22:11:47 UTC
If you are already in the src directory - try just

mkdir obj


git clone URL blah
cd lottocoin
cd src
mkdir obj
then
make -f makefile.unix

-d


Refusing to compile....

/Desktop/lottocoin/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
mkdir src/obj
make -f makefile.unix blabla ...
done!
I tried this but won't work anything else i can do
mkdir src/obj
mkdir: cannot create directory `src/obj': No such file or directory

 

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [DIME] Dimecoin | Many Coins | Step Reward | CPU mining
by
pricdx01
on 26/12/2013, 06:58:58 UTC
I wish I had 2.1 BTC to spare.


I want to sell some "DIME",100,000,000 Can sell how much BTC? Cheesy Cheesy Cheesy Cheesy

I offer you 2 BTC for 100 million DIMES.


There is a better price? Please PM me!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [DIME] Dimecoin | Many Coins | Step Reward | CPU mining
by
pricdx01
on 26/12/2013, 06:51:33 UTC
I imagine the entire generation of the block, along with the transaction should be available in the debug.log held in the datadir?

I have mined for over 24 hours, and not seen that issue.   The nodes in the default dimecoind.conf did seem unavailable last night.   I wonder if that was due to load, poor maintenance timing (so soon after a launch and concurrently with other nodes, or perhaps was related to a DOS attack of sorts.

The seednodes went offline yesterday for a time, people were complaining of no block chain.    Does anyone know - what happens if that occurs?   You would think if IRC is configured (it wasnt in the config by default) then all the clients have a place to check in and get more p2p peers.    I didnt notice that the windows client opened uPNP ports either... so wondering how viable connectivity from MOST Windows QT clients were as p2p nodes for inbound connections.    Because most people probably NOT setting up port-forwarding that early in the coins launch...    So if seed nodes are down, and cannot create inbound connections to other clients.... new clients... then you have "a copy" of the block chain... then you are in an island - and perhaps with other users... (maybe on your own).    At the point you are in network with transactions flying around it - would blocks not start getting generated?   and meanwhile in another island - more blocks (duplicate) are being created in that island..?

Then the question is if block 10,000 is created in island A and block 10,000 is created in island B.... then what happens when island A and B are merged?   Is it feasible this occurred?

Just speculation - not sure HOW the protocol is established to handle this split brain scenario - what weird things might happen...

-d




Ive been mining this coin for a day or 2 and i have got alot of blocks but the reward isn't going into my wallet its going to some other random wallet address i have tried setaccount in the console but its still sending to the other address don't waste your time mining this coin  Cry

screenshot?

Let me quickly mine some more ill print screen when the notification comes up.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [DIME] Dimecoin | Many Coins | Step Reward | CPU mining
by
pricdx01
on 25/12/2013, 20:23:15 UTC
In the dimecoin.conf - may need to update the seeds.

addnode=115.28.16.229
addnode=109.65.166.87
addnode=99.99.203.102
addnode=86.184.213.156
addnode=115.28.11.226
addnode=77.47.170.101
addnode=37.146.68.21
addnode=37.146.68.215

I have 172 peers connected in total - and over half these seeds are still working.

Did update to the 1.2 client from dimecoin.org?   Did recompile from the latest GIT?

-d
Post
Topic
Board Announcements (Altcoins)
Re: LOTTO COIN - The coin thats a game! Released 12/12/13
by
pricdx01
on 24/12/2013, 20:39:34 UTC
There is a file that was included in the new GIT called obj

The file contents say - "this should be a directory - not a file"

Just remove the file 'obj' and make it a directory - it should work

cd src
rm obj
mkdir obj
make -f makefile.unix



Refusing to compile....

/Desktop/lottocoin/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
Post
Topic
Board Altcoin Discussion
Re: [GIVEAWAY][DIME] Daily | over 10,000,000 coins | 1000 coins every post
by
pricdx01
on 24/12/2013, 17:55:06 UTC
7PbHWkmMyt3NC6BfyN4CNYjV7Kkdn1RxFu

Merry Christmas
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
pricdx01
on 24/12/2013, 06:27:12 UTC
Hi All,

http://lotto.coinpool.co is shutting down.

Not that MOST of you had jumped onto my small pool ;>…. but time to tear it down, and for miners attaching there - I believe they are best served in a larger pool where the blocks are going now.

I only ever got up to 3 Mh/s in CPU mining (pretty impressive) a TON of people jumping in and then out, and around…. a few made some coins!!!!

Sad fact is never enough power to block more often than every few hours, and over last 2 days - the luck ran out.    With that low of bandwidth simply isn't enough to get the blocks…. so will close it down.

I will put the 16 thread 5570 Xeon to other uses now….   maybe an ABE ;>

-d
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
pricdx01
on 24/12/2013, 02:50:48 UTC
Hey Pool Ops - or anyone in the know...   What is the patch that others are mentioning for pools that was required?   I am mining through my own pool - haven't hit a block in two days.   I don't have 10 Mh/s of my own ;>  Running with only 1.2 … but still nothing in two days now - its definitely slowed down SINCE seen the DIFF and BW spike.

-d
Post
Topic
Board Altcoin Discussion
Re: how to start a lottocoin pool. the ECoinbase address is NOT valid?
by
pricdx01
on 22/12/2013, 22:28:07 UTC
Well that depends on the bottleneck you are having ;>

Check the output first of the command

top

Looks for the top 2-3 processes that are running and see what they are.... see if any processes are chewing RAM.

I am running Ubuntu Server 12.04 - not the desktop version and NO use of Windowing Application (all console/vty)


If you are running GEN=1 in your lottocoin.conf?  You might be trying to mine on the same computer running MPOS... I wouldnt recommend that, nor running minerd/cgminer, or bfgminer on the same host running the pool.

You should ensure you have enough CPU/RAM, you are not spooling to a paging file...  that you are not mining on the same computer running the stratum proxy...

If its network related - there are a ton of tuning parameters you can set....


I am posting a few related configurations below I set...


for ./etc/sysctl.conf

net.ipv4.conf.default.rp_filter=1
net.ipv4.conf.all.rp_filter=1
net.ipv4.tcp_syncookies=1
net.ipv4.tcp_mtu_probing = 1
net.ipv4.tcp_rfc1337 = 1
net.ipv4.tcp_keepalive_probes = 3
net.ipv4.tcp_frto_response = 2
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv4.tcp_keepalive_time = 60
net.ipv4.conf.all.accept_redirects = 0
net.ipv6.conf.all.accept_redirects = 0
net.ipv4.conf.all.secure_redirects = 1
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.all.accept_source_route = 0
net.ipv6.conf.all.accept_source_route = 0
net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.all.accept_source_route = 0
net.ipv6.conf.all.accept_source_route = 0
net.ipv4.conf.all.log_martians = 1
kernel.dmesg_restrict = 1
net.ipv4.tcp_thin_dupack = 0
net.ipv4.tcp_thin_linear_timeouts = 0
net.ipv4.tcp_fin_timeout = 60
net.ipv4.ip_local_port_range = 32768 61000
net.ipv4.tcp_max_tw_buckets = 4096
net.ipv4.tcp_no_metrics_save = 1
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_moderate_rcvbuf = 1
net.ipv4.tcp_congestion_control=cubic
net.ipv4.tcp_max_syn_backlog=128
net.ipv4.tcp_synack_retries=1


I start lottocoind with:

lottocoind -maxconnections=256 -irc -listen -maxreceivebuffer=5000 -maxsendbuffer=5000 -timeout=1000 -dns -onlynet=ipv4 -banscore=100 -detachdb -daemon -logtimestamps -blocknotify="~/.lottocoin/blocknotify.sh --password XXXX"

I start stratum with:

/usr/bin/python /usr/bin/twistd -y ~/lottocoin/stratum/launcher.tac -l ~/.lottocoin/debug-stratum.log

I edit crontab with:

crontab -e

The contents are:

0-59/10 * * * * /var/www/MPOS_LOTTO/cronjobs/run-crons.sh -f
0-59/5  * * * * /var/www/MPOS_LOTTO/cronjobs/auto_payout.php -f
0-59/5  * * * * /var/www/MPOS_LOTTO/cronjobs/manual_payout.php -f
0 1 * * * bash ~/bin/backup-sql.sh
10 1 * * * bash ~/bin/backup-system.sh
0 0 * * * bash ~/bin/logrotate.sh
0 0 * * * bash /var/www/MPOS_LOTTO/cronjobs/logrotate.sh


run-crons is needed to cleanup MPOS, and produce stats for the users.... using the latest version I had to use -f to FORCE them to run.  Producing an error otherwise...

the backup SQL and backup System are scripts that dump the configurations, wallet and sql data off to a NAS device (for off host storage copy of wallet and settings, etc)..

All my logs I configured to put in

~/.lottocoin

The log rotate for LOTTO cleans the cron job logs
The log rotate in ~/bin cleans the lottocoind logs


Check 'df -k' as well - and make sure you have enough disk space?

If you dont have much RAM you might be swapping a bit.... if swapping to a slow disk - and using a ton of mem by MySQL or other processes - this might be an issue.

I have 16 Gig RAM and Quad 3.2 Intel proc.... so plenty of processing power - depending on your hardware - experience may vary greatly just on the hardware power.


There is  setting in MPOS to tune how much load it will take - I bumped that up to 20%... but cannot say I have seen it use anywhere near it.

You might look at the thread size, the log size (and location), the load max for the MPOS,   as well make sure that memcache (if you have the ram then?) is installed and running.


My Python stratum config for lotto is below - and below that my

config.py from the stratum proxy server location config

CENTRAL_WALLET = '%MY_WALLET_ADDRESS'
LITECOIN_TRUSTED_HOST = 'localhost'
LITECOIN_TRUSTED_PORT = %RPC_PORT
LITECOIN_TRUSTED_USER = '%MY_RPC_USER'
LITECOIN_TRUSTED_PASSWORD = 'MY_RPC_USERPASS'
DEBUG = False
LOGDIR = '~/.lottocoin'
LOGFILE = "lotto_stratum.log"
LOGLEVEL = 'INFO'
LOG_ROTATION = True
LOG_SIZE = 10485760 # Rotate every 10M
ENABLE_EXAMPLE_SERVICE = False
HOSTNAME = '%MY_POOL_HOSTNAME'
LOG_RETENTION = 10 # Keep 10 Logs
THREAD_POOL_SIZE = 300
LISTEN_SOCKET_TRANSPORT = 3333
LISTEN_HTTP_TRANSPORT = None
LISTEN_HTTPS_TRANSPORT = None
LISTEN_WS_TRANSPORT = None
LISTEN_WSS_TRANSPORT = None
PASSWORD_SALT = '34asdkakljsd8u932hjicjnoj390390jdokl~##$'
DB_MYSQL_HOST = 'localhost'
DB_MYSQL_DBNAME = 'mpos_lot'
DB_MYSQL_USER = '%MYDBUSER'
DB_MYSQL_PASS = '%MYDBPASS'
DB_LOADER_CHECKTIME = 15   # How often we check to see if we should run the loader
DB_LOADER_REC_MIN = 1      # Min Records before the bulk loader fires
DB_LOADER_REC_MAX = 50      # Max Records the bulk loader will commit at a time
DB_LOADER_FORCE_TIME = 300      # How often the cache should be flushed into the DB regardless of size.
DB_STATS_AVG_TIME = 300      # When using the DATABASE_EXTEND option, average speed over X sec
DB_USERCACHE_TIME = 600      # How long the usercache is good for before we refresh
USERS_AUTOADD = False      # Automatically add users to db when they connect.
USERS_CHECK_PASSWORD = True   # Check the workers password? (Many pools don't)
COINBASE_EXTRAS = '/stratumPool/'         # Extra Descriptive String to incorporate in solved blocks
ALLOW_NONLOCAL_WALLET = False            # Allow valid, but NON-Local wallet's
PREVHASH_REFRESH_INTERVAL = 60    # How often to check for new Blocks
MERKLE_REFRESH_INTERVAL = 60   # How often check memorypool


INSTANCE_ID = 31      
POOL_TARGET = 16
VARIABLE_DIFF = True
USE_LITECOIN_DIFF = True   
DIFF_UPDATE_FREQUENCY = 300
VDIFF_MIN_TARGET = 8      
VDIFF_MAX_TARGET = 1000      
VDIFF_TARGET_TIME = 30      
VDIFF_RETARGET_TIME = 120      
VDIFF_VARIANCE_PERCENT = 20   
SOLUTION_BLOCK_HASH = False
ADMIN_PASSWORD_SHA256 = 'PASSSHA'



My MPOS configuration from the include directory (global.inc.php):


$config['algorithm'] = 'scrypt';
$config['db']['host'] = 'localhost';
$config['db']['user'] = '%MYDBUSER';
$config['db']['pass'] = '%MYDBPASS';
$config['db']['port'] = 3306;
$config['db']['name'] = 'mpos_lot';
$config['wallet']['type'] = 'http';
$config['wallet']['host'] = 'localhost:%MYPORT';
$config['wallet']['username'] = '%MY_RPC_USER';
$config['wallet']['password'] = '%MY_RPC_USERPASS';
$config['maxfailed']['login'] = 3;
$config['maxfailed']['pin'] = 3;
$config['gettingstarted']['coinname'] = 'LottoCoin';
$config['gettingstarted']['coinurl'] = 'http://lottocoin.org';
$config['gettingstarted']['stratumport'] = '3333';
$config['price']['url'] = 'https://btc-e.com';
$config['price']['target'] = '/api/2/lot_usd/ticker';
$config['price']['currency'] = 'USD';
$config['ap_threshold']['min'] = 10000;
$config['ap_threshold']['max'] = 500000;
$config['accounts']['invitations']['count'] = 5;
$config['currency'] = 'LOT';
$config['cointarget'] = '30';
$config['txfee'] = 0.1;
$config['block_bonus'] = 500;  #I AM GIVING AWAY 500 COINS FOR ANYONE FINDING A BLOCK
$config['payout_system'] = 'pplns';
$config['purge']['sleep'] = 5;
$config['purge']['shares'] = 500000;
$config['archive']['maxrounds'] = 10;
$config['archive']['maxage'] = 60 * 24;
$config['fees'] = 0;  #I AM NOT CHARGING ANY FEES FOR THE POOL
$config['pplns']['shares']['default'] = 4000000;
$config['pplns']['shares']['type'] = 'blockavg';
$config['pplns']['blockavg']['blockcount'] = 10;
$config['pplns']['reverse_payout'] = false;  // add user shares from archive even if user not in current round
$config['pplns']['dynamic']['percent'] = 30; // percentage of round shares factored into block average when using dynamic type
$config['difficulty'] = 20;
$config['reward_type'] = 'block';
$config['reward'] = 10;
$config['confirmations'] = 4;
$config['network_confirmations'] = 60;
$config['pps']['reward']['default'] = 50;
$config['pps']['reward']['type'] = 'blockavg';
$config['pps']['blockavg']['blockcount'] = 10;
$config['memcache']['enabled'] = true;
$config['memcache']['host'] = 'localhost';
$config['memcache']['port'] = 11211;
$config['memcache']['keyprefix'] = 'mpos_lot';
$config['memcache']['expiration'] = 90;
$config['memcache']['splay'] = 15;
$config['cookie']['duration'] = '1440';
$config['cookie']['domain'] = '';
$config['cookie']['path'] = '/';
$config['cookie']['httponly'] = true;
$config['cookie']['secure'] = false;
$config['smarty']['cache'] = 0;
$config['smarty']['cache_lifetime'] = 30;
$config['system']['load']['max'] = 20.0;


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
pricdx01
on 21/12/2013, 23:51:26 UTC
Is there a linux version of lottocoin? especially for the lottocoind?

Some people made some games based on lottocoin so I'm wondering...


The source code for the client for Linux is located at https://github.com/lottocoin/lottocoin


Instructions on making it included in the clone.

If you have never compiled source code - or used Git, it will be an experience ;>


git clone https://github.com/lottocoin/lottocoin

If you don't have git…

apt-get install git

Then clone it.

There are multiple dependencies required to compile - look up "how to compile litecoin" and many / most of the dependencies you will need to compile that client will be in common with code required to compile Lotto as well.

Specifics for Lotto are in the git clone you will copy in the read me files.

-d