Bitcoin Forum
June 23, 2024, 03:56:04 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin - Official thread - First Proof of Burn cryptocurrency on: August 21, 2015, 08:06:55 AM

Did you download the blockchain with the same Linux version or via Wine/Windows?


New git-repository: I started syncing on Windows 10 with Slim236000.7z from http://www.slimcoin.club, on ubuntu 14.04 with an existing blockchain from slimcoin-0.3.2.1. Syncing from scratch not tested.

Syncing from scratch and fully compiling (slimcoind & slimcoint-qt) works for me on ubuntu 14.04 with slimcoin-0.3.2.1 source from kryptolab.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin - Official thread - First Proof of Burn cryptocurrency on: August 20, 2015, 05:16:53 PM

... I can confirm that my linux 0.4.2 version (candidate for release) basically works in that it successfully reads the blockchain and stays in sync.


I can confirm that the binary compiled from source code slimcoin-project/Slimcoin stays in sync on linux. The slimcoind.exe binary is slowly syncing. It looks like stable. Unfortunately I don't know how to compile the slimcoin-qt.exe.

Idiots..

By the way - my intention is to learn more about cryptography and programming. And bitcoins are already to much mainstream  Grin

3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin - Official thread - First Proof of Burn cryptocurrency on: August 19, 2015, 02:54:15 PM
i love this coin,  Smiley

I'm too  Roll Eyes

"slimcoind" on Ubuntu 14.04 LTS successfully compiled, s17958049.onlinehome-server.info is running new deamon:

    "moneysupply" : 4963140.38000300,
    "connections" : 26,
    "proxy" : "",
    "ip" : "213.165.83.122",
    "difficulty" : 0.01453395,
    "testnet" : false,
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Slimcoin - Official thread - First Proof of Burn cryptocurrency on: August 19, 2015, 01:33:49 PM
First posting is now updated and points to the addresses of the official repository:

https://github.com/slimcoin-project/Slimcoin

It's recommended to use this repo for downloads and bug reports.

First slimcoind.exe successfully compiled!
Waiting for sync ...

USE_UPNP=1
BOOST_SUFFIX=-mgw49-mt-s-1_57

5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: March 10, 2015, 05:13:00 PM
Slimcoin is on coinmarket.com:

353   Slimcoin Slimcoin   SLM   $ 15,214   $ 0.006456   2,356,545

 
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: February 22, 2015, 12:18:36 PM
We need an electrum server for slimcoin to get android  and  other light wallets running. I'm starting to learn python , but I'm usually very busy at work and at home.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: February 22, 2015, 12:07:24 PM
Quote
It seems i was the first to trade, sadly it was a sell @ 2500 sat,
Thank you for selling! I'm just in vacation and will start buying more next week.  Grin
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: February 13, 2015, 05:16:12 PM

Can someone help to answer this questions for CoinMarketCap.com registration?

What is the coin's official website?
slimcoin.club

Please provide a URL of the coin's official logo:
https://ip.bitcointalk.org/?u=https%3A%2F%2Fslimcoin.org%2Fimages%2Fmy_slimcoin.png&t=549&c=AICi28FKP0hADA

Please provide any other information that would be useful:
proof of burn whitepaper: slimcoin.org
announcement thread: https://bitcointalk.org/index.php?topic=613213.0 


Please provide a URL that shows the total number of coins in real time.
 Huh  ??  Huh
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: February 08, 2015, 07:28:04 AM
Quote
I can confirm that the vanilla wallet compiles without problems on Ubuntu 14.04 at least.

Yes!!! Thank you very much. I'm happy. I can confirm that the wallet compiles and works without problems on Lubuntu 14.04 ARM.  Grin

But only on a existing data directory. By trying a clean install from scratch I got a error by loading "blkindex.dat" - Genesis Block not accepted.
  Huh


10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: February 07, 2015, 12:58:43 PM
Which nodes that are currently working?

The peer list on slimcoin.club explorer seems outdated ...  Cry
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! on: February 06, 2015, 08:01:45 PM
Hi Graham,

I got some errors by compiling from github. Please help.

Quote

At the moment, the repos is under my personal GitHub a/c and I've taken the liberty of adding the other forkers as collaborators:

https://github.com/gjhiggins/SLIMCoin


Code:
g++ -c -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -static -static-libgcc -static-libstdc++ -O2 -D_REENTRANT -Wall -Wextra -Wformat -Wformat-security -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter -fdiagnostics-show-option -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DLINUX -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -Isrc -Isrc/json -Isrc/qt -I/qt -I/QtGui -Ibuild -Ibuild -o build/overviewpage.o src/qt/overviewpage.cpp
src/qt/overviewpage.cpp:220:40: error: no ‘void OverviewPage::updatePlot(int)’ member function declared in class ‘OverviewPage’
 void OverviewPage::updatePlot(int count)
                                        ^
make: *** [build/overviewpage.o] Fehler 1
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!