Bitcoin Forum
June 21, 2024, 09:38:23 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] (SLACK) Econocalypse : 👽 🛸 💰 DobbsCoin v2.0 (QUARK POW/POS+[MN]) 💰��👽 on: April 28, 2019, 02:46:59 PM
Again this silly lad and his equivocal ramblings... Here we go. Go and wash your mug first cause there's some foamy substance looking like adult lather stuck to your lips. And then we can talk maybe... One more kid in the town. This dobbscoin imbecile does not have a clue what he is banging on about, just tries to play smarty. Do you even speak english or do you use google translate? Remember, slack is a messaging platform, not a cult.

Someone obviously didn't read the first post.  Check the Church of the Subgenius, bub.  The Subgenius Must Have Slack slogan has been around since at least 1980.
As far as I know, the devs are in the USA.  YOU seem to dig google translate.

This coin is more of a hobby than to make money.  If anyone makes any serious money off of SLACK, or BOB for that matter, it would amaze all of us.

Go troll somewhere else.  We're having fun.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] (SLACK) Econocalypse : DobbsCoin v2.0 (QUARK POW/POS+[MN]) �� on: April 19, 2019, 11:38:26 AM
This worked like a charm for me with Ubuntu Mate 16.04 & 18.04.  thank you!

No problem.  I was just having a hell of time of it, and I thought, "I should write this down in case it actually works."  Some of the info I cribbed from the litecoin source compile instructions.  When configure ran with no errors I knew I was cooking with gas.  When make finished with no errors I knew that gas was propane.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] (SLACK) Econocalypse : 👽 🛸 💰 DobbsCoin v2.0 (QUARK POW/POS+[MN]) 💰🛸👽 on: April 12, 2019, 03:42:36 PM
If you've had some trouble getting econocalypse to build from source on Ubuntu Server 18.04.2, these steps worked for me.  I can confirm that the qt wallet works under Xubuntu 18.04.2 in a virtual box using these steps.  This may work for Debian 9.7 or 9.8, Ubuntu Server 18.10, and any of the gui flavors of Ubuntu 18.04.2 or 18.10.  At this time they do not work with Ubuntu 19.04.  Use at your own risk.

1]  Update and upgrade your OS.  Reboot if necessary.
      sudo apt-get update
      sudo apt-get upgrade

2]  Install the required dependencies to build the daemon and cli:
      sudo apt-get install git build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev libzmq3-dev unzip
   
3]  Install these packages to build the qt wallet.  Optional miniupnpc here as well:
      sudo apt-get install libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
   
4]  For the BerkeleyDB 4.8 package, I followed these instructions to install them from the bitcoin team:
      sudo apt-get install software-properties-common
      sudo add-apt-repository ppa:bitcoin/bitcoin
      sudo apt-get update
      sudo apt-get install libdb4.8-dev libdb4.8++-dev

5]  This part is copied and pasted from the econocalypse daemon build instructions
   Clone the source from git:
      git clone https://github.com/dobbscoin/econocalypse-source
      cd econocalypse-source
      chmod 744 share/genbuild.sh
      chmod 744 src/leveldb/build_detect_platform
      chmod 744 autogen.sh
      
Skip to 6b if you also want to build the qt wallet

6a]  Build the daemon + cli for Ubuntu Server 18.04.2.  Requires at least 2gb of RAM.  See suggested tweak that worked on a VPS with 1gb of RAM.
      ./autogen.sh
      ./configure --with-unsupported-ssl  --without-gui
      make

6b]  If building with a qt wallet, execute these commands:
      ./autogen.sh
      ./configure  --with-unsupported-ssl
      make
      
If you have less than 2gb of RAM, use this option with ./configure.  Make sure you add --with-unsupported-ssl, and --without-gui if you need to.  Make sure there is a space between the last " and the --.  Got it? Grin
   ./configure CXXFLAGS="--param ggc-min-expand=1 --param ggc-min-heapsize=32768"

Now hopefully congratulations are in order after a successful completion of make.  Enjoy some frop or your favorite beverage.

The compiled files will end up in ~/econocalypse-source/src and ~/econocalypse-source/src/qt.  I like to make a directory in my home and then copy the compiled files to the directory I made.
   cd ~
   mkdir econocalypse
   cd econocalypse-source/src
   cp econocalypsed $HOME/econocalypse
   cp econocalypse-cli $HOME/econocalypse

If you also built the qt wallet:
   cd ~/econocalypse-source/src/qt
   cp econocalypse-qt $HOME/econocalypse
   
Now go to the new directory:
   cd ~/econocalypse
   
If running from a VPS, execute the daemon:
Skip if you are running the qt wallet
   ./econocalypsed -daemon -discover -listen -server
   
You may now use ./econocalypse-cli help to find the neat and keen commands to check the wallet. Follow the official guide for setting up a masternode.

If running the qt wallet in X, execute in a terminal:
   ./econocalypse-qt
   
And now "Bob"'s your uncle.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] (SLACK) Econocalypse : 👽 🛸 💰 DobbsCoin v2.0 (QUARK POW/POS+[MN]) 💰🛸👽 on: April 02, 2019, 02:26:20 PM
So, what exactly is zSLACK?  I see these micro transactions of usually 0.01 SLACK to a zSLACK balance.  Is this part of the PoS?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔺👽💊💰💀 (BOB) OFFICIAL SubGenius CryptoCurrency - DobbsCoin (BOB) 🔫💰💋👽🔺 on: May 05, 2018, 12:34:15 PM
How do I mine over at your pool?  Should running BFGMiner like this work:

  stratum+tcp://192.3.23.254:20984 -u [wallet address] -p [d=difficulty setting, or name of rig]

never mind.  that seems to be working

Here is BOB's home P2Pool.  I'd like to see some more miners on the pool just in case my miner pops, so the chain keeps going as I'm dealing with some heat issues now that the weather is heating up.

This pool will keep the chain moving and wallets synced.

http://192.3.23.254:20984
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔺👽💊💰💀 (BOB) OFFICIAL SubGenius CryptoCurrency - DobbsCoin (BOB) 🔫💰💋👽🔺 on: April 08, 2018, 12:45:57 PM
Thanks!

If anyones wallet is still stuck behind.  Try adding these nodes and see if you catch up. 

addnode=94.23.211.210:19985
addnode=[2001:41d0:2:56d2::]:19985
addnode=163.172.185.85:19985
addnode=157.161.128.59:19985
addnode=[2001:4060:4419:1::59]:19985
addnode=79.137.57.54:19985
addnode=188.165.218.169:19985
addnode=[2001:0:9d38:6ab8:1ce3:f668:2bdc:56a6]:19985
addnode=108.20.228.227:19985
addnode=146.90.26.189:19985
addnode=174.110.75.145:19985
addnode=51.7.225.166:19985
addnode=62.59.168.89:19985
addnode=68.186.233.21:19985
addnode=68.98.14.136:19985
addnode=76.169.51.184:19985
addnode=78.57.245.205:19985
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🔺👽💊💰💀 (BOB) OFFICIAL SubGenius CryptoCurrency - DobbsCoin (BOB) 🔫💰💋👽🔺 on: November 05, 2017, 07:59:01 AM
As a Reverend and a Doktor I was glad to see the home pool not kicking out a bunch of orphans. My wallet won't sync, though.  The block chain seems to be fouled up.  The Dobbscoin explorer shows it at block 268084, but the Prohash explorer shows it at block 268417.   And the home pool shows that it's on block 268880

I've had some trouble mining, but I suspect operator error before it's something with the pool.  Bfgminer doesn't seem to like the pool, and cgminer crashes after an hour or less.  
I hope I don't speak to soon, but I think I solved my problem.

These Dobbscoins are great for old mining hardware that I have that doesn't use up too much power.  115 watts for 5Mh
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ScoobyCoin on: October 19, 2017, 10:58:04 PM
Hello - Where is the developer? No response on Slack and the coin is getting sold to oblivion.

Guess it was another P&D.  Saw the low price and I just dumped what I had, too.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★EquiTrader★EQT★🔹POW🔹Monetizing Market Analysis On The Blockchain 📈 on: August 29, 2017, 12:31:14 PM
OK, my wallet appears to be staking now. Maybe it just needed more time?? (It's been about 38 hours since I sent the coins to my wallet. I'm running the original .conf file.) 

I have same problem with you, so you dont have to do edit the .conf file, just leave it more time and it will auto staking?

Yeah, just give it some time.  My first stake came in about 6 or 7 hours after my wallet was open after I closed the wallet, edited the .conf file (I also set daemon=1 and server=1 in the .conf), saved, and then reopened my wallet.  I was staking in less than 30 minutes, but my first mint came in after 6 or 7 hours.

It's possible that my mint came in before yours because I've been holding coin that I've mined and bought well the before the swap announcement.  I don't know.  I was fortunate enough to get my coins swapped at coinexchange.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★EquiTrader★EQT★🔹POW🔹Monetizing Market Analysis On The Blockchain 📈 on: August 28, 2017, 12:36:40 PM
I was also having a problem with staking.  Try adding the following to your EquiTrader.conf file.


I now have at least one input for staking.  Hope this helps!
Thank you very much, I'll try this tonight, Do you know if we need to split coins into some generated adresses to stake better like in C2V for exemple ?

I have no idea.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★EquiTrader★EQT★🔹POW🔹Monetizing Market Analysis On The Blockchain 📈 on: August 28, 2017, 12:22:51 PM
I was also having a problem with staking.  Try adding the following to your EquiTrader.conf file.

Code:
addnode=103.252.200.54
addnode=109.202.103.170
addnode=172.110.20.126
addnode=184.164.129.202
addnode=184.75.238.226
addnode=185.13.39.106
addnode=188.212.103.141
addnode=37.187.146.34
addnode=46.160.230.110
addnode=46.4.64.68
addnode=5.80.205.127
addnode=5.9.10.66
addnode=51.179.108.249
addnode=66.110.245.44
addnode=66.222.134.146
addnode=73.9.45.12
addnode=82.223.11.131
addnode=84.234.52.190
addnode=87.98.142.204
addnode=88.208.49.200
addnode=99.136.81.115

I now have at least one input for staking.  Hope this helps!
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★EquiTrader★EQT★🔹POW🔹Monetizing Market Analysis On The Blockchain 📈 on: August 28, 2017, 09:25:58 AM
Cool writeup, WalrusFeatures.  I might get to it later this week.

BTW, the suprnova pool appears to have switched to the new algo.

JoeRigs, I think the maximum stake age is 30 days.  See page 32 (post 621) for the post about algo swap.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★EquiTrader★EQT★🔹POW🔹Monetizing Market Analysis On The Blockchain 📈 on: August 27, 2017, 12:01:16 PM
Total newb here.  I've been following this coin since late June, and I feel fortunate that I was able to get my coin moved over for the swap.

So I'm now able to withdraw to the new wallet from coinexchange.io, but I just need to know if holding them in my wallet on my PC is enough for staking.  Is there anything else I need to do besides keeping the wallet open or opening it periodically (weekly)?

Your wallet needs to be open to stake.
So your PC would need to be on 24/7.
Id recommend a Raspberry PI as it would be alot cheaper to run than a PC

But theres nothing else you need to do

Thanks for the info.  I might put that old Pi I have kicking around to a new use!
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★EquiTrader★EQT★🔹POW🔹Monetizing Market Analysis On The Blockchain 📈 on: August 27, 2017, 06:23:15 AM
Total newb here.  I've been following this coin since late June, and I feel fortunate that I was able to get my coin moved over for the swap.

So I'm now able to withdraw to the new wallet from coinexchange.io, but I just need to know if holding them in my wallet on my PC is enough for staking.  Is there anything else I need to do besides keeping the wallet open or opening it periodically (weekly)?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!