Hello, In the past weeks, there was a lot of times where the official testnet was down because the steemit team didn't want to put it back up until they fixed the issue that made it crash. Which is understandeable, but it slows down testing by quite a bit, same goes for getting actual testnet funds. Usually the testnet goes up and then we have to wait a few additionnal days to get funds to do actual testing. So I decided to build my own local testnet for those reasons, first to stop breaking the public testnet whenever I find something bad and second to test my own fixes. Like the one : https://github.com/steemit/steem/pull/3582 # How to setup a local testnet and test things on it I do my testing on ubuntu 19, but it's better to have ubuntu 18 as I'm forced to do some hacks to get it working. You need about 10gb of disk space, 8gb of ram and the faster/more core your cpu has, the better. If you are reading this in the future (in months/years), this doc may be more up to date : https://github.com/steemit/steem/blob/master/doc/building.md So first of all install all of the dependencies : ``` # Required packages sudo apt-get install -y \ autoconf \ automake \ cmake \ g++ \ git \ libbz2-dev \ libsnappy-dev \ libssl-dev \ libtool \ make \ pkg-config \ python3 \ python3-jinja2 \ doxygen # Boost packages (also required) sudo apt-get install -y \ libboost-chrono-dev \ libboost-context-dev \ libboost-coroutine-dev \ libboost-date-time-dev \ libboost-filesystem-dev \ libboost-iostreams-dev \ libboost-locale-dev \ libboost-program-options-dev \ libboost-serialization-dev \ libboost-signals-dev \ libboost-system-dev \ libboost-test-dev \ libboost-thread-dev # Optional packages (not required, but will make a nicer experience) sudo apt-get install -y \ libncurses5-dev \ libreadline-dev \ perl ``` # Get and build steem In this step we are checking out the master branch, but it may not be the correct branch to do testing, for instance the current "valid" branch for testing is `20200205-check-emission-accounts` if you don't know which one it is, ask around :) ``` git clone https://github.com/steemit/steem cd steem git checkout stable git submodule update --init --recursive mkdir build cd build ``` Then we call cmake to configure our build options to build a testnet instead of a main net ``` cmake -DENABLE_COVERAGE_TESTING=ON -DBUILD_STEEM_TESTNET=ON -DLOW_MEMORY_NODE=OFF -DCLEAR_VOTES=ON -DSKIP_BY_TX_ID=ON -DCHAINBASE_CHECK_LOCKING=OFF .. ``` And finally you can build steemd ``` make -j$(nproc) steemd ``` Some notes on `make -j$(nproc)` when I build with all of my cores, my computer tends to freeze and crash, so I would suggest trying out like this and then if you experience some bad freezes to reduce the number of core used. You can also build the cli wallet and the unit test util but that's optional: ``` make -j$(nproc) cli_wallet chain_test ``` Now you should be good to go to run and configure your testnet. ## Configuring and running your testnet Run for a few seconds and then exit steemd like so `./programs/steemd/steemd -d testnet/` You will see something like this ``` ------------------------------------------------------ STARTING TEST NETWORK ------------------------------------------------------ initminer public key: TST6LLegbAgLAy28EHrffBVuANFWcFgmqRMW13wBmTExqFE9SCkg4 initminer private key: 5JNHfZYKGaomSFvd4NUdQ9qMcEAC43kujbfjueTHpVapX1Kzq2n blockchain version: 0.23.0 ``` Save initminer's private key somewhere. Now, after running steemd, you should now have a `testnet` directory and in it what's interesting to us is the config.ini. You want to edit it and change these fields : ``` # Enable block production, even if the chain is stale. enable-stale-production = 1 # Percent of witnesses (0-99) that must be participating in order to produce blocks required-participation = 0 # name of witness controlled by this node (e.g. initwitness ) witness = "initminer" # WIF PRIVATE KEY to be used by one or more witnesses or miners private-key = 5JNHfZYKGaomSFvd4NUdQ9qMcEAC43kujbfjueTHpVapX1Kzq2n # Skip enforcing bandwidth restrictions. Default is true in favor of rc_plugin. witness-skip-enforce-bandwidth = 1 # Local http endpoint for webserver requests. webserver-http-endpoint = 127.0.0.1:8090 # Local websocket endpoint for webserver requests. webserver-ws-endpoint =127.0.0.1:8091 plugin = webserver p2p json_rpc witness account_by_key reputation market_history plugin = database_api account_by_key_api network_broadcast_api reputation_api market_history_api condenser_api block_api rc_api ``` And you're good to go, you should now have a full testnet node. Run steemd again and you should see something like this:  Congrats ! Your testnet is running :) # Actually using your testnet Now go up a bit in the logs to find the chain_id, it should be the very first thing you see : ``` $ ./programs/steemd/steemd -d testnet 1808419ms database.cpp:522 set_chain_id ] steem_chain_id: 18dcf0a285365fc58b71f18b3d3fec954aa0c141c44e4e5cb4cf777b9eab274e 1808419ms rc_plugin.cpp:1466 plugin_initialize ] Initializing resource credit plugin 1808424ms rc_plugin.cpp:1557 plugin_initialize ] RC's will be computed starting at block 1 ``` As you noticed we configured above the http endpoint to be 127.0.0.1:8090. Well now you can use your favorite library to interact with your local node. Here's a small code snippet using steem-js, note how I use my custom chain id and url: ``` var steem = require('steem'); steem.api.setOptions({url: 'http://127.0.0.1:8090', useAppbaseApi : true, address_prefix : 'TST', 'chain_id' : '18dcf0a285365fc58b71f18b3d3fec954aa0c141c44e4e5cb4cf777b9eab274e'}); steem.api.getAccounts(['initminer'], function(err, response){ console.log(err, response); }); ``` You can also use the cli wallet to interact with it using the wss endpoint. Now that you are running things locally you can just make changes to the code, recompile and re-run the testnet to check your changes :) And if you feel that you have messed up a bit too much, just go to your testnet folder and erase the content of the blockchain folder. # Final thoughts and additionnal material You may want to test things on a testnet that is more akin to the main net (with all the data in it) and for that I recommend using tinman and gatling from @inertia https://github.com/steemit/tinman And it's guide : https://developers.steem.io/tutorials-recipes/setting-up-a-testnet
author | howo |
---|---|
permlink | how-to-build-your-own-testnet-and-test-the-smts-yourself |
category | hive-139531 |
json_metadata | {"tags":["testnet","testing","tutorial","steem","palnet"],"users":["inertia"],"image":["https://cdn.steemitimages.com/DQmXSVmjNVjc77YpkSUosnRiJVqGY9z8Gn6WLM71gyxKDQC/image.png"],"links":["https://github.com/steemit/steem/pull/3582","https://github.com/steemit/steem/blob/master/doc/building.md","https://github.com/steemit/tinman","https://developers.steem.io/tutorials-recipes/setting-up-a-testnet"],"app":"steemit/0.2","format":"markdown"} |
created | 2020-02-08 14:45:24 |
last_update | 2020-02-08 14:45:51 |
depth | 0 |
children | 29 |
last_payout | 2020-02-15 14:45:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 65.888 HBD |
curator_payout_value | 55.184 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,779 |
author_reputation | 515,737,941,459,006 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,229,571 |
net_rshares | 339,269,132,356,206 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | -1,538,268,220,131 | -100% | ||
blocktrades | 0 | 16,086,281,867,579 | 10% | ||
tombstone | 0 | 1,660,185,090,381 | 5.25% | ||
nextgencrypto | 0 | -118,503,698,182 | -100% | ||
bue | 0 | 2,014,165,428,713 | 100% | ||
boombastic | 0 | 1,691,612,414 | 15% | ||
pairmike | 0 | 79,370,424 | 15% | ||
drifter1 | 0 | 2,604,643,894 | 15% | ||
oaldamster | 0 | 25,979,082,117 | 100% | ||
kevinwong | 0 | 2,989,510,013,332 | 35% | ||
mangou007 | 0 | 12,341,192,647 | 8.25% | ||
geoffrey | 0 | 2,865,144,362,490 | 100% | ||
gtg | 0 | 4,101,985,892,166 | 25% | ||
gerber | 0 | 483,683,893,863 | 9% | ||
spikykevin | 0 | 19,920,744,330 | 100% | ||
britvr | 0 | 7,156,995,551 | 100% | ||
roelandp | 0 | 193,790,066,659 | 10% | ||
daan | 0 | 129,749,635,480 | 2% | ||
ausbitbank | 0 | 2,064,901,828,941 | 100% | ||
diana.catherine | 0 | 2,122,847,044 | 15% | ||
transisto | 0 | 73,569,273,844 | 100% | ||
inertia | 0 | 166,645,299,147 | 100% | ||
arcange | 0 | 57,138,237,632 | 3% | ||
konti | 0 | 39,907,695,715 | 100% | ||
exyle | 0 | 361,980,985,661 | 5% | ||
raphaelle | 0 | 1,430,449,251 | 3% | ||
greenman | 0 | 2,086,686,011,626 | 100% | ||
webdeals | 0 | 214,769,403,436 | 18% | ||
shaka | 0 | 863,800,995,075 | 11% | ||
magicmonk | 0 | 941,411,229,490 | 100% | ||
ozchartart | 0 | -3,310,250,457,985 | -100% | ||
josepimpo | 0 | 4,623,303,860 | 20% | ||
jphamer1 | 0 | 3,932,233,340,451 | 100% | ||
bert0 | 0 | 35,813,586,887 | 8.25% | ||
lemouth | 0 | 907,777,517,287 | 100% | ||
gammagooblin | 0 | 4,749,448,927 | 15% | ||
netaterra | 0 | 136,719,666,961 | 10% | ||
shadowspub | 0 | 3,687,693,720 | 3.75% | ||
steemitpatina | 0 | 24,949,844,415 | 80% | ||
uwelang | 0 | 53,110,182,119 | 5.5% | ||
aggroed | 0 | 5,321,368,216,363 | 100% | ||
thecyclist | 0 | -97,390,692,870 | -100% | ||
dexter-k | 0 | 15,052,989,420 | 7.5% | ||
jeff-kubitz | 0 | 12,718,918,714 | 100% | ||
ansharphoto | 0 | 22,040,274,741 | 15% | ||
dylanhobalart | 0 | 34,804,670,976 | 20% | ||
vannour | 0 | 1,980,637,655 | 2.75% | ||
techslut | 0 | 60,248,515,593 | 12.5% | ||
judasp | 0 | 1,024,750,049,794 | 100% | ||
jamzed | 0 | 113,869,796,150 | 100% | ||
cardboard | 0 | 28,468,107,406 | 100% | ||
v4vapid | 0 | 15,436,014,434,488 | 100% | ||
shafay | 0 | 3,021,799,717 | 15% | ||
firesteem | 0 | 10,608,336,635 | 51% | ||
javirid | 0 | 8,173,308,109 | 79% | ||
tarazkp | 0 | 1,243,034,666,728 | 50% | ||
steemitboard | 0 | 16,880,519,057 | 1% | ||
markkujantunen | 0 | 31,470,976,926 | 20% | ||
elmetro | 0 | 205,969,960,925 | 100% | ||
borislavzlatanov | 0 | 128,055,456,863 | 100% | ||
joanawatts | 0 | 15,177,480,388 | 100% | ||
nasgu | 0 | 27,170,004,857 | 15% | ||
danielsaori | 0 | 131,940,282,133 | 100% | ||
trafalgar | 0 | 33,032,967,428,139 | 100% | ||
azzurra92 | 0 | 2,443,961,539 | 15% | ||
preparedwombat | 0 | 295,535,385,254 | 100% | ||
anarcotech | 0 | 13,059,917,498 | 15% | ||
starkerz | 0 | 403,452,187,187 | 15% | ||
elevator09 | 0 | 5,796,413,364 | 15% | ||
dimarss | 0 | 14,850,752,401 | 44% | ||
pastzam | 0 | 450,339,301,521 | 99% | ||
jarunik | 0 | 3,077,750,142,400 | 100% | ||
raindrop | 0 | 537,882,976,777 | 100% | ||
sarasate | 0 | 15,171,469,223 | 15% | ||
imperfect-one | 0 | 799,256,357 | 5% | ||
msg768 | 0 | 1,785,922,888 | 5% | ||
tyzzzz | 0 | 324,430,859 | 15% | ||
mes | 0 | 260,339,640,095 | 100% | ||
federacion45 | 0 | 10,976,267,112 | 15% | ||
vannfrik | 0 | 5,754,117,176 | 12% | ||
robi | 0 | 11,174,217,727 | 15% | ||
mvd | 0 | 93,989,828,727 | 50% | ||
bargolis | 0 | 1,958,991,669 | 15% | ||
ribalinux | 0 | 12,038,877,551 | 15% | ||
davy73 | 0 | 692,932,274 | 100% | ||
rocksg | 0 | 177,043,188,930 | 100% | ||
roomservice | 0 | 275,770,802,727 | 15% | ||
tj4real | 0 | 16,031,719,161 | 50% | ||
mys | 0 | 9,963,307,372 | 5% | ||
costopher | 0 | 3,293,467,118 | 15% | ||
fredrikaa | 0 | 2,655,296,385,237 | 100% | ||
sustainablyyours | 0 | 2,481,105,006 | 7.5% | ||
kinakomochi | 0 | 311,470,622,442 | 100% | ||
rycharde | 0 | 3,460,764,762 | 8.1% | ||
christianytony | 0 | 30,358,150,164 | 100% | ||
mdosev | 0 | 8,239,084,107 | 33% | ||
giuatt07 | 0 | 265,379,801,086 | 25% | ||
idas4you | 0 | 7,229,309,589 | 15% | ||
wf9877 | 0 | 705,103,708,544 | 100% | ||
guchtere | 0 | 975,048,979 | 10% | ||
techken | 0 | 123,368,418 | 0.63% | ||
whd | 0 | 5,931,395,001 | 5% | ||
netuoso | 0 | 352,045,369,423 | 100% | ||
insteem | 0 | 2,614,737,584 | 15% | ||
corsica | 0 | 45,326,663,775 | 100% | ||
lupo | 0 | 3,908,218,025 | 15% | ||
milagros | 0 | 1,196,998,546 | 50% | ||
binkyprod | 0 | 22,248,006,190 | 50% | ||
mcoinz79 | 0 | 1,787,632,896,564 | 100% | ||
dgbtech | 0 | 17,237,996,238 | 100% | ||
jeffrey24864 | 0 | 152,796,025,564 | 100% | ||
dante31 | 0 | 2,285,961,914 | 55% | ||
briggsy | 0 | -271,928,544,837 | -100% | ||
steem-star | 0 | 7,673,090,243 | 100% | ||
howo | 0 | 2,728,401,497,216 | 100% | ||
etka | 0 | 7,667,854,224 | 100% | ||
jesus.christ | 0 | 465,499,693 | 5% | ||
superhardness | 0 | 9,317,538,003,760 | 100% | ||
imbritish | 0 | 63,603,430 | 31% | ||
r3ap3r | 0 | 4,243,908,609 | 15% | ||
kgbinternational | 0 | 41,633,290,032 | 15% | ||
arvindkumar | 0 | 2,205,357,166 | 15% | ||
atta09 | 0 | 0 | 100% | ||
leotrap | 0 | 1,147,264,149 | 5% | ||
podnikatel | 0 | 772,991,820 | 1.5% | ||
leyla5 | 0 | 1,438,334,598 | 50% | ||
valerious | 0 | 150,007,777 | 100% | ||
foruni73 | 0 | 455,190,125,865 | 100% | ||
unsw | 0 | 290,690,092 | 60% | ||
sunisa | 0 | 4,098,399,086 | 10.5% | ||
enderrag | 0 | 550,775,339 | 100% | ||
ilyasismail | 0 | 32,702,491,404 | 100% | ||
shogo | 0 | 147,179,417,098 | 100% | ||
tookta | 0 | 183,119,510,502 | 100% | ||
plainoldme | 0 | 53,095,239,492 | 100% | ||
izmy.steemit | 0 | 149,880,400 | 100% | ||
roman1973 | 0 | 162,568,957 | 100% | ||
netraleon | 0 | 148,692,407 | 100% | ||
htotoo | 0 | 4,500,090,961 | 100% | ||
tigerz | 0 | 150,710,111 | 100% | ||
sultan-aceh | 0 | 106,581,554,484 | 85% | ||
kimzwarch | 0 | 8,126,195,444 | 4% | ||
accelerator | 0 | 147,048,697,509 | 8.1% | ||
marcusantoniu26 | 0 | 314,789,486,696 | 100% | ||
karcher-310 | 0 | 149,879,624 | 100% | ||
paullifefit | 0 | 162,031,007,771 | 100% | ||
unimelb | 0 | 347,828,875 | 70% | ||
kesolink | 0 | 1,160,666,087 | 5% | ||
cesinfenianos | 0 | 4,346,751,182 | 100% | ||
therealwolf | 0 | 2,153,739,466,496 | 15% | ||
futurethinker | 0 | 21,643,187,176 | 100% | ||
podanrj | 0 | 1,190,984,164 | 55% | ||
revisesociology | 0 | 909,947,428,782 | 100% | ||
faissalchahid | 0 | 26,729,201,621 | 100% | ||
szabolcs | 0 | 5,539,117,618 | 15% | ||
cryptonewz | 0 | 98,012,739,500 | 50% | ||
dobartim | 0 | 840,556,697,840 | 11% | ||
dokter-purnama | 0 | 2,010,437,997 | 10% | ||
espoem | 0 | 229,377,178,372 | 100% | ||
stef1 | 0 | 450,412,215,804 | 100% | ||
jozef230 | 0 | 10,816,647,399 | 10% | ||
upme | 0 | 14,942,222,242 | 15% | ||
msp-foundation | 0 | 262,033,195,783 | 100% | ||
hannesl | 0 | 8,087,787,978 | 15% | ||
darsn | 0 | 148,707,774 | 100% | ||
afukichi | 0 | 15,018,485,116 | 100% | ||
bait002 | 0 | 7,949,936,604 | 10% | ||
jondoe | 0 | 58,934,436,103 | 100% | ||
zord189 | 0 | 163,152,173,570 | 100% | ||
sam.hsuu | 0 | 19,332,319,386 | 100% | ||
nanastraybutt | 0 | 3,904,839,537 | 100% | ||
flamingirl | 0 | 99,144,164,980 | 8.25% | ||
globetrottergcc | 0 | 4,543,172,963 | 15% | ||
miti | 0 | 175,570,536,484 | 20% | ||
fedesox | 0 | 1,756,894,147,823 | 100% | ||
ngc | 0 | -6,744,670,978,838 | -100% | ||
zdamna100ogebio | 0 | 150,561,130 | 100% | ||
backtomining | 0 | 4,758,393,842 | 6% | ||
traciyork | 0 | 150,448,185,301 | 65% | ||
mslily | 0 | 538,877,509 | 100% | ||
ashleykalila | 0 | 1,369,965,815 | 50% | ||
karinxxl | 0 | 9,732,878,344 | 25% | ||
notimetospace | 0 | 12,105,154,879 | 100% | ||
blockbrothers | 0 | 77,438,786,645 | 2.5% | ||
jexus77 | 0 | 819,554,022 | 100% | ||
arson-crew | 0 | 387,812,829 | 100% | ||
postpromoter | 0 | 1,311,249,747,308 | 20% | ||
omstavan | 0 | 6,093,374,017 | 100% | ||
rafpokmac | 0 | 3,627,241,640 | 100% | ||
sagarthukral | 0 | 8,018,876,917 | 15% | ||
smartsteem | 0 | 3,315,148,227,085 | 15% | ||
shaotech | 0 | 613,358,112 | 100% | ||
travoved | 0 | 86,455,508,870 | 47.5% | ||
nairadaddy | 0 | 2,247,833,899 | 5% | ||
suzn.poudel | 0 | 5,545,027,648 | 100% | ||
wajahatsardar | 0 | 37,217,229,267 | 25% | ||
steeminer4up | 0 | 3,852,167,565 | 100% | ||
traf | 0 | 3,004,094,378,135 | 100% | ||
riad1112 | 0 | 650,319,226 | 100% | ||
peeterxnjoroge | 0 | 4,153,237,717 | 100% | ||
sireh | 0 | 16,226,063,090 | 50% | ||
cloris | 0 | 969,989,755 | 100% | ||
itchyfeetdonica | 0 | 133,224,077,360 | 25% | ||
tpkidkai | 0 | 2,363,649,809 | 50% | ||
sirvotesalot | 0 | -2,493,446,566,733 | -100% | ||
raymondbruce | 0 | 1,404,387,307 | 40% | ||
bebeomega | 0 | 433,251,980 | 15% | ||
nathen007 | 0 | 24,357,471,174 | 100% | ||
obvious | 0 | 23,875,501,024 | 11% | ||
funtraveller | 0 | 3,276,731,445 | 2% | ||
zainejj | 0 | 540,379,669 | 15% | ||
smooms | 0 | 19,763,140,194 | 15% | ||
rombtc | 0 | 6,452,864,157 | 50% | ||
ped4enko | 0 | 551,467,333 | 100% | ||
zipsardinia | 0 | 3,593,436,179 | 15% | ||
rimicane | 0 | 7,237,951,094 | 20% | ||
cpufronz | 0 | 7,579,504,075 | 100% | ||
steemit-jp | 0 | 449,228,931,617 | 100% | ||
leynedayana | 0 | 546,008,133 | 100% | ||
vcpandya | 0 | 149,491,011 | 100% | ||
bernardr34 | 0 | 517,824,232 | 100% | ||
kingsolo | 0 | 860,937,917 | 50% | ||
jim888 | 0 | 174,566,813,980 | 33% | ||
borodaus | 0 | 146,789,019 | 100% | ||
jgvinstl | 0 | 8,098,112,599 | 100% | ||
stupid | 0 | 672,913,532 | 40% | ||
alauddinsee | 0 | 3,734,148,024 | 100% | ||
adityajainxds | 0 | 18,662,265,763 | 100% | ||
spiritualmax | 0 | 6,675,244,121 | 15% | ||
mehta | 0 | 68,427,222,531 | 40% | ||
smartmarket | 0 | 68,925,739,177 | 15% | ||
meemee | 0 | 904,909,416 | 5% | ||
znnuksfe | 0 | 3,507,366,141,903 | 50% | ||
osarueseosato | 0 | 562,941,245 | 100% | ||
rokyupjung | 0 | 780,645,701 | 10% | ||
errajesh | 0 | 2,462,048,084 | 15% | ||
kanabeatz | 0 | 1,071,813,467 | 27.5% | ||
saqibnazir | 0 | 460,432,603 | 100% | ||
lecumberre | 0 | 28,934,734,305 | 100% | ||
gandalfthewhite | 0 | 790,945,491 | 100% | ||
cfminer | 0 | 564,520,765 | 100% | ||
khusairi | 0 | 1,635,919,346 | 50% | ||
ammar0344 | 0 | 634,153,284 | 100% | ||
investprosper | 0 | 1,705,502,645 | 4.36% | ||
kamalkhann | 0 | 1,299,300,870 | 50% | ||
didic | 0 | 12,981,467,666 | 20% | ||
nedy | 0 | 9,579,895,589 | 15% | ||
cadawg | 0 | 28,291,962,424 | 6.3% | ||
steem-ambassador | 0 | 857,486,338,412 | 100% | ||
monaposher | 0 | 550,647,005 | 100% | ||
wwwfernand | 0 | 95,129,242 | 100% | ||
eremus | 0 | 316,644,205 | 100% | ||
zelenicic | 0 | 2,237,978,196 | 15% | ||
hasenmann | 0 | 17,030,148,547 | 100% | ||
tdogvoid | 0 | 563,356,140 | 100% | ||
cheema1 | 0 | 153,339,555,853 | 100% | ||
asgarth | 0 | 1,606,981,001,488 | 100% | ||
promo-mentors | 0 | 28,296,419,867 | 100% | ||
layra | 0 | 4,957,293,291 | 15% | ||
disguarpe | 0 | 8,167,373,640 | 100% | ||
steemitbae | 0 | 38,020,138,230 | 100% | ||
z8teyb289qav9z | 0 | -6,589,777,173,895 | -100% | ||
cauac | 0 | 610,217,179 | 60% | ||
kilianparadise | 0 | 2,015,904,766 | 50% | ||
thomasthewolf | 0 | 29,133,146,914 | 44% | ||
wanaf | 0 | 9,360,847,581 | 100% | ||
rofilm | 0 | 5,019,724,659 | 100% | ||
watchlist | 0 | 0 | 100% | ||
msena | 0 | 1,490,187,580 | 100% | ||
puffi | 0 | 549,149,454 | 100% | ||
thesuccess | 0 | 143,502,671 | 100% | ||
yohan2on | 0 | 25,452,555,340 | 100% | ||
tubcat | 0 | 114,384,728,984 | 50% | ||
cunigarro | 0 | 93,102,236,136 | 100% | ||
herryazmi11 | 0 | 1,491,280,871 | 50% | ||
lordjames | 0 | 13,081,269,263 | 7.5% | ||
kyuubi | 0 | 18,648,253,353 | 15% | ||
goldmann | 0 | 108,572,202 | 100% | ||
spe3dy123 | 0 | 115,552,115 | 15% | ||
beleg | 0 | 2,145,816,755 | 5% | ||
bestboom | 0 | 70,561,833,214 | 9% | ||
abdullahyusuf | 0 | 1,650,811,385 | 100% | ||
zaku | 0 | 49,010,498,007 | 15% | ||
thevote | 0 | 221,505,384,728 | 6.6% | ||
sekhet | 0 | 530,114,750 | 100% | ||
chatitsimo | 0 | 9,512,876,807 | 100% | ||
racibo | 0 | 587,725,362 | 10% | ||
jungch98 | 0 | 10,262,039,094 | 100% | ||
alitavirgen | 0 | 57,633,206,563 | 35% | ||
gadrian | 0 | 290,264,828,899 | 100% | ||
randomeno | 0 | 510,456,696 | 100% | ||
springlining | 0 | 50,425,040,905 | 100% | ||
milarose | 0 | 0 | 10% | ||
tresor | 0 | 23,154,327,423 | 8.25% | ||
jaydih | 0 | 1,296,439,533,446 | 35% | ||
biochem | 0 | 3,652,715,548 | 100% | ||
we-are | 0 | 10,820,517,251 | 17.08% | ||
kuberman | 0 | 1,088,599,337 | 100% | ||
andreasgrubhofer | 0 | 114,025,690,770 | 91% | ||
steamsteem | 0 | -258,893,958,308 | -100% | ||
srijana-gurung | 0 | 5,495,828,201 | 15% | ||
feedmytwi | 0 | 3,554,366,028 | 66.6% | ||
zdamna100egebio | 0 | 149,217,446 | 100% | ||
abusereports | 0 | -733,391,460,898 | -100% | ||
bigbot | 0 | 1,183,954,281 | 20% | ||
tsc | 0 | 147,530,200 | 100% | ||
promobot | 0 | 813,562,530,066 | 75% | ||
seredina | 0 | 150,798,114 | 100% | ||
kimseun | 0 | 223,570,973,378 | 35% | ||
probaperra | 0 | 311,545,245 | 100% | ||
ritxi | 0 | 5,795,889,572 | 10% | ||
atanas007 | 0 | 8,851,645,360 | 100% | ||
hafizullah | 0 | 34,229,638,397 | 15% | ||
crystalhuman | 0 | 1,897,717,347 | 20% | ||
blockchainstudio | 0 | 154,613,810,287 | 100% | ||
meedo | 0 | 0 | 100% | ||
spreadfire1 | 0 | 12,630,075,792 | 15% | ||
minerthreat | 0 | 51,994,916,327 | 15% | ||
davidesimoncini | 0 | 1,941,931,358 | 10% | ||
funcounts | 0 | 539,299,552 | 100% | ||
archisteem | 0 | 3,678,526,998 | 7.5% | ||
mikemoi | 0 | 18,909,054,962 | 15% | ||
nervniymen | 0 | 148,640,506 | 100% | ||
myskye | 0 | 5,973,714,570 | 50% | ||
bdmillergallery | 0 | 87,118,448,377 | 25% | ||
orange777 | 0 | 149,877,775 | 100% | ||
steempeak | 0 | 1,377,071,390,142 | 100% | ||
stay4true | 0 | 178,952,053 | 15% | ||
schnauzerbigotes | 0 | 374,019,829 | 100% | ||
sky.nikolas20 | 0 | 2,420,023,470 | 15% | ||
sniper555 | 0 | 21,602,606,390 | 100% | ||
alamin33 | 0 | 1,400,057,935 | 3% | ||
luthfinanda | 0 | 2,865,980,599 | 100% | ||
elmundodexao | 0 | 8,796,591,971 | 100% | ||
steemitcanarias | 0 | 949,007,223 | 60% | ||
yougotavote | 0 | 753,664,419 | 12% | ||
hmetu | 0 | 21,961,862,668 | 30% | ||
vampire-steem | 0 | 929,838,602 | 100% | ||
sumomo | 0 | 2,006,002,190 | 50% | ||
steemit-uruguay | 0 | 598,474,122 | 100% | ||
kanadaramagi123 | 0 | 152,259,933,201 | 35% | ||
blackpot | 0 | -4,034,922,157 | -100% | ||
nacbotics | 0 | 420,585,167 | 100% | ||
profitcheck | 0 | 2,930,434,519 | 100% | ||
loveecho | 0 | 268,692,545,053 | 35% | ||
drsensor | 0 | 2,193,296,493 | 80% | ||
toyo | 0 | 1,322,030,678 | 100% | ||
rosepac | 0 | 2,655,874,209 | 100% | ||
mrnightmare89 | 0 | 630,515,025 | 1.5% | ||
hilarymedina | 0 | 1,379,350,438 | 100% | ||
accountsale | 0 | -818,425,045,668 | -100% | ||
ocdb | 0 | 19,518,508,144,732 | 20% | ||
zaibkang | 0 | 1,882,831,842 | 5% | ||
mastersa | 0 | 3,713,617,464 | 55% | ||
xmrking | 0 | 5,210,396,170 | 15% | ||
sonder-an | 0 | 632,891,138 | 100% | ||
angelslake | 0 | 57,952,682,137 | 35% | ||
vezo | 0 | 4,466,702,566 | 100% | ||
drinkyouroj | 0 | 1,071,250,973 | 15% | ||
jcbit | 0 | 221,316,007,594 | 15% | ||
oppongk | 0 | 2,495,538,388 | 10% | ||
dalz | 0 | 20,581,642,483 | 10% | ||
radicalpears | 0 | 54,620,019,938 | 100% | ||
holovision | 0 | 322,921,981 | 100% | ||
goumao | 0 | 87,262,284,280 | 100% | ||
santoninoatocha | 0 | 582,116,712 | 100% | ||
raiseup | 0 | 84,528,657,853 | 20% | ||
julian2013 | 0 | 9,156,789,528 | 2.25% | ||
dlike | 0 | 210,283,746,267 | 2.85% | ||
littledisciples | 0 | 3,524,073,886 | 50% | ||
triptolemus | 0 | 35,813,364,460 | 9% | ||
rayshiuimages | 0 | 1,754,265,353 | 10% | ||
abdex9 | 0 | 11,798,489,131 | 100% | ||
mops2e | 0 | 1,225,505,220 | 80% | ||
wordit | 0 | 56,105,702,874 | 35% | ||
sj-jeong | 0 | 1,831,948,048,170 | 35% | ||
wondumyungga | 0 | 123,931,337,016 | 35% | ||
remlaps-lite | 0 | 2,565,426,399 | 20% | ||
exhibition | 0 | 7,125,849,083 | 100% | ||
drfk | 0 | 2,471,674,396 | 7.5% | ||
bdvoter | 0 | 19,294,814,116,847 | 30% | ||
laissez-faire | 0 | 64,391,170 | 100% | ||
agromeror | 0 | 104,585,373,038 | 100% | ||
aquawink | 0 | 141,517,902,758 | 35% | ||
reverendrum | 0 | 10,724,795,925 | 100% | ||
selfvotejustice | 0 | -562,586,289,187 | -100% | ||
boykeren | 0 | 101,324,984 | 100% | ||
mansi94 | 0 | 189,340,739 | 5% | ||
murathe | 0 | 2,366,528,036 | 90% | ||
fujisan | 0 | 35,560,752,793 | 100% | ||
smallpusher | 0 | 2,099,974,626,903 | 31% | ||
inocente | 0 | 14,141,352 | 100% | ||
bonadicta | 0 | 149,878,727 | 100% | ||
steemjetmedia | 0 | 50,658,925,778 | 15% | ||
pedrohmc23 | 0 | 560,735,147 | 100% | ||
colecornell | 0 | 2,945,193,940 | 15% | ||
megaraz | 0 | 198,218,841 | 100% | ||
memeteca | 0 | 2,342,573,816 | 8.25% | ||
mariela53 | 0 | 3,903,303,771 | 100% | ||
ringit | 0 | 95,311,807,781 | 35% | ||
elieserurabno | 0 | 153,403,686 | 10% | ||
new-steemit | 0 | 8,383,836,313 | 15% | ||
coreabeforekorea | 0 | 1,115,425,413,370 | 35% | ||
yusaku | 0 | 33,882,133,137 | 100% | ||
theycallmedan | 0 | 77,466,517,969,366 | 100% | ||
art-venture | 0 | 435,437,140,211 | 100% | ||
talkative-bk | 0 | 1,439,273,961,034 | 35% | ||
francescomai | 0 | 30,680,678,282 | 100% | ||
tamito0201 | 0 | 1,379,039,580 | 100% | ||
crypt0renegade | 0 | 15,846,776,974 | 15% | ||
steemfriends | 0 | 3,799,481,703 | 100% | ||
jp-tiger | 0 | 67,806,168,150 | 100% | ||
swiftcash | 0 | 22,376,375,289 | 5% | ||
swiftbot | 0 | 578,253,051 | 5% | ||
paulo19750 | 0 | 2,401,056,775 | 100% | ||
kork75 | 0 | 5,821,566,557 | 50% | ||
jacuzzi | 0 | 11,134,952,031 | 20% | ||
primeradue | 0 | 8,952,107,687 | 9% | ||
steemtank | 0 | 11,731,445,341 | 15% | ||
bewarecenterbase | 0 | -262,385,802,945 | -100% | ||
permaculturedude | 0 | 1,730,907,856 | 4.5% | ||
wolfinator | 0 | 3,998,324,372 | 15% | ||
dlstudios | 0 | 74,392,713,398 | 100% | ||
ctime | 0 | 98,168,730,577 | 1% | ||
jamesbattler | 0 | 129,152,476,634 | 100% | ||
smon-joa | 0 | 215,794,880,658 | 100% | ||
andresurrego | 0 | 7,078,323,738 | 15% | ||
upvotenev | 0 | 9,000,064,172 | 100% | ||
elizabethharvey | 0 | 2,868,868,526 | 15% | ||
rem-steem | 0 | 16,796,028,475 | 10.5% | ||
holdonla | 0 | 62,482,547,350 | 100% | ||
archisteem-cn | 0 | 1,610,490,367 | 15% | ||
steemdapps | 0 | 15,455,553,573 | 15% | ||
simply-happy | 0 | 6,161,049,091 | 13.5% | ||
osavi | 0 | 1,231,420,713 | 100% | ||
nnippuzz | 0 | 399,834,821 | 100% | ||
hungryharish | 0 | 2,229,297,847 | 100% | ||
gecit | 0 | 475,978,781 | 100% | ||
blakemag | 0 | 4,469,848,523 | 100% | ||
pathumnadeeshan | 0 | 145,693,437 | 100% | ||
alexei83 | 0 | 102,576,413 | 100% | ||
kharma.scribbles | 0 | 178,589,639 | 2.81% | ||
kggymlife | 0 | 2,222,675,224 | 20% | ||
holydog | 0 | 8,462,242,424 | 50% | ||
daniel-vs | 0 | 170,543,948 | 6% | ||
witcher73 | 0 | 1,095,650,300 | 100% | ||
aaronkroeblinger | 0 | 2,005,602,192 | 15% | ||
gertu | 0 | 16,714,029,575 | 100% | ||
russia-btc | 0 | 311,013,695,218 | 79% | ||
vndragon | 0 | 3,601,410,231 | 100% | ||
engrsayful | 0 | 2,159,517,566 | 10.5% | ||
faithtorry | 0 | 88,779,431 | 100% | ||
lillianetwillams | 0 | 147,477,680 | 100% | ||
promatet | 0 | 147,100,047 | 100% | ||
kylapettiy | 0 | 147,100,047 | 100% | ||
dertelyert | 0 | 146,757,151 | 100% | ||
rufeytenily | 0 | 146,757,151 | 100% | ||
blogfrdonate | 0 | 146,757,151 | 100% | ||
cryptottech | 0 | 146,735,633 | 100% | ||
fredeliferu | 0 | 147,100,047 | 100% | ||
prisenluxe | 0 | 146,757,151 | 100% | ||
dorothyshah | 0 | 146,796,915 | 100% | ||
ruthguerreror | 0 | 147,100,047 | 100% | ||
haseebwel | 0 | 147,364,806 | 100% | ||
carlobrow | 0 | 146,757,151 | 100% | ||
florencejenkin | 0 | 146,757,151 | 100% | ||
isabellpark | 0 | 146,757,151 | 100% | ||
nancynoble | 0 | 711,953,486 | 100% | ||
tiannawalle | 0 | 146,757,151 | 100% | ||
pippagran | 0 | 146,757,151 | 100% | ||
edithestes | 0 | 146,757,151 | 100% | ||
desiresonal | 0 | 147,100,047 | 100% | ||
nialilrlove | 0 | 146,757,151 | 100% | ||
reevadickin | 0 | 146,757,151 | 100% | ||
calumguerra | 0 | 146,735,633 | 100% | ||
ronniemccann | 0 | 695,675,491 | 100% | ||
epicdice | 0 | 104,743,170,464 | 4.5% | ||
kaspercrane | 0 | 706,817,582 | 100% | ||
nishacain | 0 | 773,877,943 | 100% | ||
leonehouse | 0 | 147,100,047 | 100% | ||
damiansykes | 0 | 146,757,151 | 100% | ||
fabianhurst | 0 | 146,796,915 | 100% | ||
riannarodrigu | 0 | 146,757,151 | 100% | ||
ediedonnell | 0 | 147,100,047 | 100% | ||
monstarestt | 0 | 146,757,151 | 100% | ||
williemacdonal | 0 | 147,100,047 | 100% | ||
joycetreino | 0 | 146,757,151 | 100% | ||
halemahaines | 0 | 146,757,151 | 100% | ||
arjunstaffor | 0 | 147,139,800 | 100% | ||
harrislevin | 0 | 146,995,447 | 100% | ||
rayopetersen | 0 | 146,757,151 | 100% | ||
jimydomingu | 0 | 147,075,175 | 100% | ||
ryanhube | 0 | 146,757,151 | 100% | ||
farhanarks | 0 | 146,757,151 | 100% | ||
garcozin | 0 | 146,836,684 | 100% | ||
curtisbyrd | 0 | 147,100,047 | 100% | ||
amirafloyd | 0 | 147,100,047 | 100% | ||
sarahblevins | 0 | 146,735,633 | 100% | ||
maenbrigh | 0 | 146,757,151 | 100% | ||
norablanke | 0 | 146,757,151 | 100% | ||
maisiehobb | 0 | 146,735,633 | 100% | ||
keenanavar | 0 | 146,757,151 | 100% | ||
khadijagilber | 0 | 147,364,806 | 100% | ||
amandarpie | 0 | 146,796,915 | 100% | ||
vanesavelez | 0 | 146,757,151 | 100% | ||
hayaansouth | 0 | 146,735,633 | 100% | ||
lissiaqainwrig | 0 | 146,735,633 | 100% | ||
kaiyasloa | 0 | 146,757,151 | 100% | ||
noramatews | 0 | 146,757,151 | 100% | ||
abdullahreed | 0 | 146,735,633 | 100% | ||
hanicevlark | 0 | 146,757,151 | 100% | ||
riccardomack | 0 | 681,274,510 | 100% | ||
verityedge | 0 | 146,757,151 | 100% | ||
anikaybarton | 0 | 147,404,570 | 100% | ||
parkernurph | 0 | 147,365,989 | 100% | ||
olivierhaylo | 0 | 146,775,349 | 100% | ||
taliyahleblan | 0 | 147,100,047 | 100% | ||
aminahpatto | 0 | 147,098,846 | 100% | ||
bethanyfarle | 0 | 146,757,151 | 100% | ||
meganhitehead | 0 | 146,757,151 | 100% | ||
elinyoder | 0 | 146,757,151 | 100% | ||
mistycrote | 0 | 146,757,151 | 100% | ||
saideregan | 0 | 146,757,151 | 100% | ||
snehaschnei | 0 | 147,364,806 | 100% | ||
jibrilhenders | 0 | 147,100,047 | 100% | ||
kiterdonov | 0 | 146,757,151 | 100% | ||
henryrowle | 0 | 147,100,047 | 100% | ||
cherrydeaco | 0 | 147,100,047 | 100% | ||
gusoneill | 0 | 146,757,151 | 100% | ||
toddthompso | 0 | 146,758,243 | 100% | ||
evangelineba | 0 | 146,735,633 | 100% | ||
chiloepoole | 0 | 147,364,806 | 100% | ||
handleralby | 0 | 146,757,151 | 100% | ||
stellaconley | 0 | 147,365,989 | 100% | ||
lesteryoder | 0 | 146,757,151 | 100% | ||
nawaljoyne | 0 | 147,404,559 | 100% | ||
sylviadonelly | 0 | 147,179,577 | 100% | ||
tarfieldsomal | 0 | 147,139,813 | 100% | ||
boryscotto | 0 | 146,757,151 | 100% | ||
reneegarza | 0 | 147,139,801 | 100% | ||
lukasdaughert | 0 | 146,757,151 | 100% | ||
rosalesnathan | 0 | 146,757,151 | 100% | ||
jaderosha | 0 | 147,098,846 | 100% | ||
sianacroswer | 0 | 146,757,151 | 100% | ||
shanistonlu | 0 | 147,100,047 | 100% | ||
eoghangarz | 0 | 788,746,495 | 100% | ||
tahnalfaro | 0 | 147,179,575 | 100% | ||
nidiacross | 0 | 147,364,806 | 100% | ||
beckdowlin | 0 | 147,098,846 | 100% | ||
dustinderric | 0 | 146,757,151 | 100% | ||
daisyaewormal | 0 | 146,757,151 | 100% | ||
bastianadams | 0 | 147,100,047 | 100% | ||
beatrixgibb | 0 | 147,098,846 | 100% | ||
athenamansell | 0 | 146,757,151 | 100% | ||
maretliyane | 0 | 147,100,047 | 100% | ||
miahmoran | 0 | 146,757,151 | 100% | ||
juliadavison | 0 | 146,796,867 | 100% | ||
natemcarthur | 0 | 146,757,151 | 100% | ||
eloisasolom | 0 | 147,100,047 | 100% | ||
monicahepar | 0 | 147,139,801 | 100% | ||
pipermetcalf | 0 | 146,757,151 | 100% | ||
zachariahkoch | 0 | 146,757,151 | 100% | ||
eliciatran | 0 | 146,757,151 | 100% | ||
erbertlucer | 0 | 146,757,151 | 100% | ||
gracereyesin | 0 | 147,100,047 | 100% | ||
rogamiyafa | 0 | 146,796,920 | 100% | ||
hantelleyeaco | 0 | 147,100,047 | 100% | ||
rosebrewer | 0 | 146,735,633 | 100% | ||
arleysamuel | 0 | 147,100,047 | 100% | ||
entoinerichard | 0 | 147,098,846 | 100% | ||
renaepower | 0 | 147,364,806 | 100% | ||
thelmabouv | 0 | 146,757,151 | 100% | ||
joycehinto | 0 | 146,757,151 | 100% | ||
bibahelake | 0 | 146,757,151 | 100% | ||
gordondaean | 0 | 146,757,151 | 100% | ||
stacyleigh | 0 | 146,757,151 | 100% | ||
olafcohmid | 0 | 146,758,243 | 100% | ||
stevievance | 0 | 147,364,806 | 100% | ||
kaifcoate | 0 | 146,757,151 | 100% | ||
mysteemit96 | 0 | 560,166,785 | 100% | ||
angelinadurha | 0 | 147,100,047 | 100% | ||
ayazgutierr | 0 | 147,364,806 | 100% | ||
ivorpotter | 0 | 146,757,151 | 100% | ||
cordeliamorgan | 0 | 147,098,846 | 100% | ||
sophiebolto | 0 | 147,365,989 | 100% | ||
elysebuckner | 0 | 147,364,806 | 100% | ||
jaydnfraser | 0 | 146,757,151 | 100% | ||
reliaconner | 0 | 146,757,151 | 100% | ||
fizaballard | 0 | 147,139,763 | 100% | ||
malakaicarter | 0 | 146,757,151 | 100% | ||
alessioalmon | 0 | 146,757,151 | 100% | ||
doloresinnek | 0 | 147,098,846 | 100% | ||
krisarmos | 0 | 147,100,047 | 100% | ||
walidgraha | 0 | 147,100,047 | 100% | ||
eridanblogg | 0 | 146,757,151 | 100% | ||
janacowan | 0 | 146,757,151 | 100% | ||
tanvirventura | 0 | 147,100,047 | 100% | ||
mishadillia | 0 | 147,364,806 | 100% | ||
devonibarton | 0 | 147,100,047 | 100% | ||
callamzamora | 0 | 146,757,151 | 100% | ||
siernichols | 0 | 146,757,151 | 100% | ||
maesweeney | 0 | 147,404,570 | 100% | ||
georgiebost | 0 | 146,757,151 | 100% | ||
vindermilley | 0 | 146,757,151 | 100% | ||
nedydonovle | 0 | 146,757,151 | 100% | ||
sanarleigh | 0 | 146,757,151 | 100% | ||
chayhaynes | 0 | 147,405,756 | 100% | ||
angelikacuevas | 0 | 147,100,047 | 100% | ||
rorymorrison | 0 | 146,757,151 | 100% | ||
wyattburks | 0 | 147,100,047 | 100% | ||
miaijavlaer | 0 | 147,364,806 | 100% | ||
biepoort | 0 | 147,365,989 | 100% | ||
flynnkeelin | 0 | 146,757,151 | 100% | ||
nicoblandr | 0 | 146,735,633 | 100% | ||
amritsamue | 0 | 147,365,989 | 100% | ||
faithfrey | 0 | 146,757,151 | 100% | ||
gideepquinta | 0 | 146,757,151 | 100% | ||
brodymayert | 0 | 146,757,151 | 100% | ||
boydemaguire | 0 | 146,757,151 | 100% | ||
merinhendrick | 0 | 146,757,151 | 100% | ||
remihaines | 0 | 146,757,151 | 100% | ||
danvirrood | 0 | 147,364,806 | 100% | ||
haronclarkso | 0 | 146,796,920 | 100% | ||
joepcrython | 0 | 147,100,047 | 100% | ||
cheyannewhit | 0 | 146,757,151 | 100% | ||
wojciechnase | 0 | 146,757,151 | 100% | ||
jaynedayer | 0 | 147,100,047 | 100% | ||
amanipeck | 0 | 146,757,151 | 100% | ||
charlottekrist | 0 | 147,100,047 | 100% | ||
karolinatimmys | 0 | 147,098,846 | 100% | ||
caspianbrown | 0 | 146,735,633 | 100% | ||
kittyamos | 0 | 146,757,151 | 100% | ||
marirvine | 0 | 146,757,151 | 100% | ||
drewsratliff | 0 | 146,757,151 | 100% | ||
raidensreew | 0 | 147,100,047 | 100% | ||
waqarknights | 0 | 146,757,151 | 100% | ||
nadalandrys | 0 | 146,757,151 | 100% | ||
karenherrera | 0 | 146,735,633 | 100% | ||
haroonbentler | 0 | 146,757,151 | 100% | ||
aneeseross | 0 | 147,100,047 | 100% | ||
jamesriveran | 0 | 146,757,151 | 100% | ||
irisellisont | 0 | 147,364,806 | 100% | ||
bakarsolis | 0 | 634,335,855 | 100% | ||
taniawhitehead | 0 | 146,757,151 | 100% | ||
tyriquecal | 0 | 146,757,151 | 100% | ||
miyamcfadde | 0 | 147,364,806 | 100% | ||
hamadwhittington | 0 | 146,757,151 | 100% | ||
gradyegilmour | 0 | 147,100,047 | 100% | ||
tienneshelto | 0 | 147,606,092 | 100% | ||
nikhilmcormick | 0 | 146,757,151 | 100% | ||
ranciscoholde | 0 | 685,221,356 | 100% | ||
ucianamcghe | 0 | 147,139,811 | 100% | ||
rubencarrol | 0 | 146,735,633 | 100% | ||
carolesparz | 0 | 147,364,806 | 100% | ||
sydneymayo | 0 | 146,757,151 | 100% | ||
shirleyslate | 0 | 147,098,846 | 100% | ||
whatdidshewear | 0 | 284,640,037,633 | 35% | ||
never-giveup | 0 | 98,777,048 | 25% | ||
zaydenrangelo | 0 | 146,758,243 | 100% | ||
shoaibwalter | 0 | 147,100,047 | 100% | ||
abbienstone | 0 | 146,757,151 | 100% | ||
zeynepsims | 0 | 146,757,151 | 100% | ||
jaydanscotts | 0 | 146,757,151 | 100% | ||
jillecarson | 0 | 146,757,151 | 100% | ||
lorenafreeman | 0 | 147,098,846 | 100% | ||
ceavykullen | 0 | 147,404,570 | 100% | ||
ettamcpherson | 0 | 146,735,633 | 100% | ||
gutobrayn | 0 | 147,100,047 | 100% | ||
euanfrye | 0 | 146,757,151 | 100% | ||
sannairvine | 0 | 146,735,633 | 100% | ||
sahilerickson | 0 | 146,735,633 | 100% | ||
anamwoodpock | 0 | 146,757,151 | 100% | ||
tracikhavez | 0 | 146,757,151 | 100% | ||
ebengote | 0 | 146,757,151 | 100% | ||
aryanolson | 0 | 147,098,846 | 100% | ||
shanilake | 0 | 147,179,479 | 100% | ||
saharcorozco | 0 | 147,100,047 | 100% | ||
tyronesbegum | 0 | 146,796,853 | 100% | ||
baharphoebe | 0 | 147,365,989 | 100% | ||
lilahbartony | 0 | 147,365,989 | 100% | ||
ecoinbarber | 0 | 146,757,151 | 100% | ||
maiseykarris | 0 | 146,757,151 | 100% | ||
merlintorres | 0 | 147,365,989 | 100% | ||
rahulstout | 0 | 147,100,047 | 100% | ||
gobertohobs | 0 | 146,796,904 | 100% | ||
amandawolton | 0 | 146,757,151 | 100% | ||
aydancoffey | 0 | 147,098,846 | 100% | ||
celestestepeh | 0 | 146,757,151 | 100% | ||
jolenebooks | 0 | 147,100,047 | 100% | ||
noreenmontoya | 0 | 146,757,151 | 100% | ||
liyahjohnso | 0 | 146,757,151 | 100% | ||
vanesanewma | 0 | 146,796,915 | 100% | ||
asminewardel | 0 | 147,364,806 | 100% | ||
staciequinny | 0 | 146,757,151 | 100% | ||
brunoherrin | 0 | 146,757,151 | 100% | ||
faizhicksa | 0 | 146,757,151 | 100% | ||
selinseay | 0 | 147,098,846 | 100% | ||
lesterfeays | 0 | 146,757,151 | 100% | ||
matthewaylon | 0 | 147,364,806 | 100% | ||
ernestcampos | 0 | 146,735,633 | 100% | ||
glysolaha | 0 | 146,757,151 | 100% | ||
ynisnixis | 0 | 147,365,989 | 100% | ||
dhysarrah | 0 | 146,735,633 | 100% | ||
sohirleads | 0 | 146,735,633 | 100% | ||
marabeowes | 0 | 146,796,867 | 100% | ||
larythisat | 0 | 147,100,047 | 100% | ||
aramparkins | 0 | 146,775,397 | 100% | ||
nemorelles | 0 | 146,796,910 | 100% | ||
ynisrayax | 0 | 146,757,151 | 100% | ||
janisrogerer | 0 | 146,757,151 | 100% | ||
josienchelsea | 0 | 146,735,633 | 100% | ||
donnerandall | 0 | 146,757,151 | 100% | ||
deanestelle | 0 | 146,757,151 | 100% | ||
hatfieldarry | 0 | 146,757,151 | 100% | ||
mollyriddlek | 0 | 147,100,047 | 100% | ||
loydknight | 0 | 146,757,151 | 100% | ||
amberwesit | 0 | 146,815,166 | 100% | ||
bridgettbarry | 0 | 146,757,151 | 100% | ||
kerifdianne | 0 | 147,098,846 | 100% | ||
rosalenlopez | 0 | 146,796,915 | 100% | ||
deryebradley | 0 | 146,735,633 | 100% | ||
janisdejesu | 0 | 147,100,047 | 100% | ||
manrajmchee | 0 | 147,100,047 | 100% | ||
chanicelindsay | 0 | 146,757,151 | 100% | ||
celeomason | 0 | 147,100,047 | 100% | ||
gildadalet | 0 | 147,098,846 | 100% | ||
matildabalil | 0 | 147,405,753 | 100% | ||
tasnimmcgowan | 0 | 146,757,151 | 100% | ||
goodmanwinifred | 0 | 147,100,047 | 100% | ||
riquenoble | 0 | 146,757,151 | 100% | ||
corinechapma | 0 | 146,757,151 | 100% | ||
vhesynorex | 0 | 146,757,151 | 100% | ||
pohirriane | 0 | 146,757,151 | 100% | ||
eliquetyler | 0 | 146,757,151 | 100% | ||
glysevami | 0 | 146,757,151 | 100% | ||
bertafreeman | 0 | 146,757,151 | 100% | ||
synisneth | 0 | 147,100,047 | 100% | ||
chararisa | 0 | 147,100,047 | 100% | ||
vickiebates | 0 | 146,757,151 | 100% | ||
serapheimy | 0 | 146,757,151 | 100% | ||
ketimulas | 0 | 146,796,910 | 100% | ||
qyrtilas | 0 | 146,876,299 | 100% | ||
beverleygilliam | 0 | 146,757,151 | 100% | ||
aphroditevlac | 0 | 147,100,047 | 100% | ||
clementaynard | 0 | 146,757,151 | 100% | ||
virgiepugh | 0 | 147,100,047 | 100% | ||
daphnerave | 0 | 146,757,151 | 100% | ||
agdalenavasque | 0 | 146,757,151 | 100% | ||
billetewing | 0 | 147,404,570 | 100% | ||
jamieweritt | 0 | 146,796,915 | 100% | ||
spearsavery | 0 | 147,100,047 | 100% | ||
iranehogan | 0 | 147,100,047 | 100% | ||
jacebarrera | 0 | 146,757,151 | 100% | ||
kaelanpetier | 0 | 147,365,989 | 100% | ||
ristinaleo | 0 | 146,735,633 | 100% | ||
zeshanmurray | 0 | 146,735,633 | 100% | ||
dominickdorno | 0 | 146,757,151 | 100% | ||
marisawyel | 0 | 147,179,575 | 100% | ||
leonapowel | 0 | 146,757,151 | 100% | ||
bertramlister | 0 | 146,757,151 | 100% | ||
aniyapitet | 0 | 146,757,151 | 100% | ||
romanaleach | 0 | 146,757,151 | 100% | ||
junaydhamer | 0 | 147,365,989 | 100% | ||
gulf41 | 0 | 1,996,066,042 | 50% | ||
scholaris | 0 | 56,730,747,985 | 25% | ||
mahaschne | 0 | 147,098,846 | 100% | ||
edgarwilkes | 0 | 147,365,989 | 100% | ||
malitavit | 0 | 147,100,047 | 100% | ||
aherinederri | 0 | 146,757,151 | 100% | ||
walideloyd | 0 | 146,757,151 | 100% | ||
aileenrenes | 0 | 146,757,151 | 100% | ||
hajrahkaur | 0 | 146,735,633 | 100% | ||
cashfraser | 0 | 146,757,151 | 100% | ||
jaxsonweb | 0 | 146,796,915 | 100% | ||
goiovara | 0 | 146,757,151 | 100% | ||
xaquinatela | 0 | 147,100,047 | 100% | ||
odupkuk | 0 | 146,757,151 | 100% | ||
lisacarpente | 0 | 146,757,151 | 100% | ||
tinavorbet | 0 | 146,757,151 | 100% | ||
maddietanne | 0 | 147,098,846 | 100% | ||
raheemoyce | 0 | 146,757,151 | 100% | ||
honormcarthur | 0 | 147,098,846 | 100% | ||
emmagerey | 0 | 146,757,151 | 100% | ||
iscillamaldona | 0 | 147,100,047 | 100% | ||
sabethourne | 0 | 146,757,151 | 100% | ||
ertrudeknot | 0 | 146,735,633 | 100% | ||
marcelselile | 0 | 147,100,047 | 100% | ||
maevemillar | 0 | 146,735,633 | 100% | ||
phoenixmarqu | 0 | 147,365,989 | 100% | ||
allanellirt | 0 | 146,757,151 | 100% | ||
lissiarodger | 0 | 146,757,151 | 100% | ||
blairebouvet | 0 | 146,757,151 | 100% | ||
spurisna | 0 | 6,218,911,144 | 70% | ||
damonmagana | 0 | 146,757,151 | 100% | ||
codieficken | 0 | 147,405,756 | 100% | ||
caremokeke | 0 | 147,098,846 | 100% | ||
hunterosuna | 0 | 146,757,151 | 100% | ||
nariariojas | 0 | 147,098,846 | 100% | ||
feclantraver | 0 | 146,735,633 | 100% | ||
osmokeith | 0 | 147,098,846 | 100% | ||
abbimaxwer | 0 | 146,757,151 | 100% | ||
alexiatyle | 0 | 146,735,633 | 100% | ||
heldreichiy | 0 | 146,757,151 | 100% | ||
lockroachs | 0 | 147,098,846 | 100% | ||
leucomelas | 0 | 147,100,047 | 100% | ||
chalfonts | 0 | 147,364,806 | 100% | ||
fucernas | 0 | 147,365,989 | 100% | ||
shaydeme | 0 | 146,735,633 | 100% | ||
aetasumber | 0 | 146,757,151 | 100% | ||
betonicifolia | 0 | 147,100,047 | 100% | ||
jirachype | 0 | 146,757,151 | 100% | ||
imaninae | 0 | 147,098,846 | 100% | ||
onyxtig | 0 | 147,100,047 | 100% | ||
qorealis | 0 | 147,100,047 | 100% | ||
sjgod4018 | 0 | 232,486,755,381 | 35% | ||
ruficauds | 0 | 146,757,151 | 100% | ||
pranatina | 0 | 147,100,047 | 100% | ||
rascalov | 0 | 146,735,633 | 100% | ||
mustard-seed | 0 | 111,805,332,167 | 35% | ||
sicerarias | 0 | 147,098,846 | 100% | ||
qliunesa | 0 | 147,405,753 | 100% | ||
begrohqua | 0 | 146,757,151 | 100% | ||
preamoiz | 0 | 146,757,151 | 100% | ||
bernaldolema | 0 | 147,098,846 | 100% | ||
acevedort | 0 | 146,735,633 | 100% | ||
rosengosod | 0 | 147,098,846 | 100% | ||
haniyagrime | 0 | 146,775,386 | 100% | ||
kilaylindsay | 0 | 146,757,151 | 100% | ||
saiahdave | 0 | 146,757,151 | 100% | ||
reaganmajo | 0 | 146,757,151 | 100% | ||
pompadoras | 0 | 146,757,151 | 100% | ||
adilynbaldame | 0 | 146,757,151 | 100% | ||
gukundabrodb | 0 | 146,757,151 | 100% | ||
aydenherad | 0 | 146,735,633 | 100% | ||
leterpener | 0 | 146,735,633 | 100% | ||
ahmanonagha | 0 | 147,100,047 | 100% | ||
lettemicholl | 0 | 147,114,941 | 100% | ||
nuharsharpe | 0 | 147,100,047 | 100% | ||
akariakoum | 0 | 146,757,151 | 100% | ||
melinekimef | 0 | 146,757,151 | 100% | ||
shaunctanley | 0 | 146,735,633 | 100% | ||
koritsambra | 0 | 146,757,151 | 100% | ||
beratallen | 0 | 146,757,151 | 100% | ||
erchiecneil | 0 | 146,757,151 | 100% | ||
tammyschwart | 0 | 147,364,806 | 100% | ||
pliniostubbs | 0 | 146,757,151 | 100% | ||
pseudolaria | 0 | 147,098,846 | 100% | ||
kazuoporras | 0 | 147,100,047 | 100% | ||
xorkozas | 0 | 146,757,151 | 100% | ||
hanleydodso | 0 | 146,735,633 | 100% | ||
cohenromart | 0 | 147,098,846 | 100% | ||
isellerobins | 0 | 147,100,047 | 100% | ||
edwinblai | 0 | 146,757,151 | 100% | ||
sadevillarre | 0 | 146,757,151 | 100% | ||
hamedrowthe | 0 | 147,365,989 | 100% | ||
shakilredmond | 0 | 147,100,047 | 100% | ||
lianahayde | 0 | 146,757,151 | 100% | ||
arnarodger | 0 | 146,836,679 | 100% | ||
joshuherrera | 0 | 146,757,151 | 100% | ||
aneurinharet | 0 | 146,757,151 | 100% | ||
seanrotbers | 0 | 147,179,479 | 100% | ||
madinasoto | 0 | 146,757,151 | 100% | ||
robyndevlin | 0 | 147,100,047 | 100% | ||
miltonrodrip | 0 | 147,098,846 | 100% | ||
zainesherma | 0 | 147,138,612 | 100% | ||
rosenorse | 0 | 146,757,151 | 100% | ||
neveworod | 0 | 146,757,151 | 100% | ||
josevillega | 0 | 146,757,151 | 100% | ||
teviestace | 0 | 147,100,047 | 100% | ||
alissiaselers | 0 | 146,735,633 | 100% | ||
efanihoward | 0 | 147,100,047 | 100% | ||
mirondagart | 0 | 146,735,633 | 100% | ||
ciprianasea | 0 | 147,100,047 | 100% | ||
boberpike | 0 | 147,100,047 | 100% | ||
reemaportill | 0 | 146,757,151 | 100% | ||
allamprosse | 0 | 146,757,151 | 100% | ||
killyhitmor | 0 | 147,100,047 | 100% | ||
ibertyckee | 0 | 147,139,816 | 100% | ||
ribbyecnama | 0 | 146,757,151 | 100% | ||
niyahvasqu | 0 | 147,100,047 | 100% | ||
uncanpaterso | 0 | 146,757,151 | 100% | ||
allyjearne | 0 | 146,757,151 | 100% | ||
alimahviyrne | 0 | 147,100,047 | 100% | ||
finnianwan | 0 | 146,735,633 | 100% | ||
essingcorte | 0 | 147,100,047 | 100% | ||
beulahnarkham | 0 | 146,757,151 | 100% | ||
guthrispaul | 0 | 147,364,806 | 100% | ||
herecagehol | 0 | 147,100,047 | 100% | ||
ardisenjef | 0 | 147,100,047 | 100% | ||
betriadinox | 0 | 146,757,151 | 100% | ||
dadontex | 0 | 147,098,846 | 100% | ||
jesdodjo | 0 | 146,757,151 | 100% | ||
pasmerito | 0 | 147,098,846 | 100% | ||
boncimeong | 0 | 147,100,047 | 100% | ||
zurmueladel | 0 | 147,364,806 | 100% | ||
saetanvigo | 0 | 146,757,151 | 100% | ||
zilantarab | 0 | 146,775,397 | 100% | ||
braissinas | 0 | 146,757,151 | 100% | ||
savannacha | 0 | 147,100,047 | 100% | ||
kadensanto | 0 | 147,100,047 | 100% | ||
kelliemikay | 0 | 147,100,047 | 100% | ||
damonratliff | 0 | 147,098,846 | 100% | ||
avarcrossle | 0 | 147,100,047 | 100% | ||
adeelfranks | 0 | 146,757,151 | 100% | ||
maermajor | 0 | 146,757,151 | 100% | ||
kathlenrellin | 0 | 146,757,151 | 100% | ||
nurerjeffery | 0 | 146,757,151 | 100% | ||
tiyaphartley | 0 | 146,757,151 | 100% | ||
terryconno | 0 | 147,364,806 | 100% | ||
louisecampo | 0 | 147,100,047 | 100% | ||
iviangardine | 0 | 147,098,846 | 100% | ||
chelgarneter | 0 | 146,735,633 | 100% | ||
jesisdunlop | 0 | 147,364,806 | 100% | ||
ammadterir | 0 | 146,757,151 | 100% | ||
jennarook | 0 | 146,757,151 | 100% | ||
hanaypatel | 0 | 146,757,151 | 100% | ||
eshaneccon | 0 | 146,757,151 | 100% | ||
uisekavana | 0 | 146,775,397 | 100% | ||
assworname | 0 | 146,757,151 | 100% | ||
doeyorvine | 0 | 147,100,047 | 100% | ||
lendamolina | 0 | 146,757,151 | 100% | ||
hauryadrak | 0 | 146,757,151 | 100% | ||
organfeilki | 0 | 147,100,047 | 100% | ||
rahamhollis | 0 | 146,757,151 | 100% | ||
julachester | 0 | 146,757,151 | 100% | ||
folajohns | 0 | 147,100,047 | 100% | ||
hantereden | 0 | 146,735,633 | 100% | ||
cantonhugo | 0 | 147,100,047 | 100% | ||
falezsoris | 0 | 147,139,800 | 100% | ||
oscadrades | 0 | 146,735,633 | 100% | ||
teraroiz | 0 | 146,757,151 | 100% | ||
afonzavesa | 0 | 147,100,047 | 100% | ||
yanswithae | 0 | 146,735,633 | 100% | ||
pokevgeor | 0 | 147,100,047 | 100% | ||
goroquiro | 0 | 146,796,920 | 100% | ||
sibrandiva | 0 | 146,735,633 | 100% | ||
tadeucea | 0 | 146,757,151 | 100% | ||
nataliacoraj | 0 | 147,364,806 | 100% | ||
oliviaderjaro | 0 | 146,757,151 | 100% | ||
pazdelvillar | 0 | 147,404,570 | 100% | ||
palmiraheloisa | 0 | 147,100,047 | 100% | ||
cosmesende | 0 | 146,757,151 | 100% | ||
santizobruno | 0 | 146,836,657 | 100% | ||
zungkaleoflen | 0 | 146,757,151 | 100% | ||
feninferre | 0 | 146,757,151 | 100% | ||
anenefoley | 0 | 146,757,151 | 100% | ||
dallahamire | 0 | 146,735,633 | 100% | ||
kieranswney | 0 | 147,100,047 | 100% | ||
benjamingriffin | 0 | 147,100,047 | 100% | ||
brodiemackenzie | 0 | 146,757,151 | 100% | ||
uvusinyvrash | 0 | 146,757,151 | 100% | ||
dushtyvysaa | 0 | 146,757,151 | 100% | ||
hutaamyshryr | 0 | 146,757,151 | 100% | ||
kokami | 0 | 146,757,151 | 100% | ||
zacharygreig | 0 | 146,757,151 | 100% | ||
findlayfleming | 0 | 147,100,047 | 100% | ||
obgunwaeloj | 0 | 147,138,561 | 100% | ||
fisnicuviddr | 0 | 146,757,151 | 100% | ||
taephae | 0 | 147,098,846 | 100% | ||
mjovadalr | 0 | 147,098,846 | 100% | ||
ekshayale | 0 | 147,100,047 | 100% | ||
gonguskarosa | 0 | 147,365,989 | 100% | ||
huntingfields | 0 | 147,100,047 | 100% | ||
blaskeggsa | 0 | 146,757,151 | 100% | ||
skalafell | 0 | 147,364,806 | 100% | ||
njordfranke | 0 | 146,757,151 | 100% | ||
shaashamene | 0 | 146,757,151 | 100% | ||
hugowatson | 0 | 146,735,633 | 100% | ||
megnvatdarkstrid | 0 | 146,796,915 | 100% | ||
edmonpeggy | 0 | 147,098,846 | 100% | ||
alfiecampbell | 0 | 146,757,151 | 100% | ||
eurydikest | 0 | 146,757,151 | 100% | ||
stipodcloudstar | 0 | 146,757,151 | 100% | ||
arunmait | 0 | 146,757,151 | 100% | ||
yishmeraye | 0 | 146,757,151 | 100% | ||
grenitresnes | 0 | 146,757,151 | 100% | ||
ambattara | 0 | 146,757,151 | 100% | ||
sethlamb | 0 | 147,098,846 | 100% | ||
steinborgta | 0 | 146,735,633 | 100% | ||
c0nnieblack | 0 | 146,757,151 | 100% | ||
hortenhenri | 0 | 146,757,151 | 100% | ||
uvviepastor | 0 | 146,757,151 | 100% | ||
jaxongrimes | 0 | 146,735,633 | 100% | ||
jac0bcollins | 0 | 147,100,047 | 100% | ||
gopinafalk | 0 | 147,100,047 | 100% | ||
arnoudtapa | 0 | 146,757,151 | 100% | ||
votysiku | 0 | 147,364,806 | 100% | ||
heartjean | 0 | 147,100,047 | 100% | ||
zunzaakzakram | 0 | 147,365,989 | 100% | ||
mitchgarhel | 0 | 146,757,151 | 100% | ||
eugenedray | 0 | 146,757,151 | 100% | ||
lynchtavu | 0 | 146,757,151 | 100% | ||
jaxsonclark | 0 | 147,100,047 | 100% | ||
jasmiivaad | 0 | 146,735,633 | 100% | ||
galeztortis | 0 | 146,757,151 | 100% | ||
nykomi | 0 | 146,757,151 | 100% | ||
caldepodan | 0 | 146,757,151 | 100% | ||
harrycochrane | 0 | 146,775,386 | 100% | ||
bieitoabru | 0 | 146,757,151 | 100% | ||
rudimcintosh | 0 | 147,364,806 | 100% |
hola como estan
author | acna22 |
---|---|
permlink | q5hko8 |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-10 12:43:27 |
last_update | 2020-02-10 12:43:27 |
depth | 1 |
children | 0 |
last_payout | 2020-02-17 12:43:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 26,398,614,673 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,288,288 |
net_rshares | 451,313,576 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
acna22 | 0 | 451,313,576 | 100% |
Thanks for sharing !
author | adityaphra |
---|---|
permlink | q5f86i |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 06:18:18 |
last_update | 2020-02-09 06:18:18 |
depth | 1 |
children | 0 |
last_payout | 2020-02-16 06:18:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 8,421,345 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,248,982 |
net_rshares | 538,966,081 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adityaphra | 0 | 538,966,081 | 100% |
amazing inputs
author | angel33 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-howo-202029t115243984z | ||||||
category | hive-139531 | ||||||
json_metadata | {"tags":["testnet","testing","tutorial","steem","palnet"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-02-09 06:19:06 | ||||||
last_update | 2020-02-09 06:19:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-02-16 06:19:06 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 15 | ||||||
author_reputation | 40,716,090,911 | ||||||
root_title | "How to build your own testnet and test the smt hardfork yourself" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 95,249,002 | ||||||
net_rshares | 0 |
Congratulations @howo! Your post was mentioned in the [Steem Hit Parade](/hit-parade/@arcange/daily-hit-parade-20200208) in the following category: * Pending payout - Ranked 1 with $ 82,06
author | arcange |
---|---|
permlink | re-how-to-build-your-own-testnet-and-test-the-smts-yourself-20200208t165457000z |
category | hive-139531 |
json_metadata | "" |
created | 2020-02-09 15:55:45 |
last_update | 2020-02-09 15:55:45 |
depth | 1 |
children | 0 |
last_payout | 2020-02-16 15:55:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 1,146,633,668,945,473 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,261,209 |
net_rshares | 0 |
This is amazing Posted using [Partiko Android](https://partiko.app/referral/breeyohstlz)
author | breeyohstlz |
---|---|
permlink | breeyohstlz-re-howo-how-to-build-your-own-testnet-and-test-the-smts-yourself-20200210t105239773z |
category | hive-139531 |
json_metadata | {"app":"partiko","client":"android"} |
created | 2020-02-10 10:52:39 |
last_update | 2020-02-10 10:52:39 |
depth | 1 |
children | 0 |
last_payout | 2020-02-17 10:52:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 441,066,098 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,285,519 |
net_rshares | 0 |
Instead of making too much testing and continue to put a delay, I believe it is about time to make it happen.
author | chesatochi |
---|---|
permlink | re-howo-q5eslj |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"steempeak/2.2.8"} |
created | 2020-02-09 00:41:45 |
last_update | 2020-02-09 00:41:45 |
depth | 1 |
children | 3 |
last_payout | 2020-02-16 00:41:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.059 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 235,233,928,560,443 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,243,354 |
net_rshares | 550,987,404,192 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 195,987,381,235 | 7% | ||
wehmoen | 0 | 354,852,188,527 | 100% | ||
noahansa | 0 | 147,834,430 | 100% | ||
junioro | 0 | 0 | 100% |
If anyone else than @howo and @eonwarped had been doing testing, then we might have been in a place now where it would be responsible to launch the next hard fork. But as it is, we still have some chain-brekaing bugs that have not been fixed, and no way to know for sure if there are many more potential problems, as the complexity and sheer number of weird actions people can try to do is so large. So if you want faster progress, then demand witnesses you vote for to participate in testing.
author | fredrikaa |
---|---|
permlink | q5ficw |
category | hive-139531 |
json_metadata | {"users":["howo","eonwarped"],"app":"steemit/0.1"} |
created | 2020-02-09 09:58:09 |
last_update | 2020-02-09 09:58:09 |
depth | 2 |
children | 1 |
last_payout | 2020-02-16 09:58:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.128 HBD |
curator_payout_value | 0.127 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 495 |
author_reputation | 310,528,541,043,341 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,253,353 |
net_rshares | 1,103,778,907,387 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 388,582,186,156 | 14% | ||
theycallmedan | 0 | 705,889,980,776 | 1% | ||
steempower-001 | 0 | 9,306,740,455 | 100% |
This.
author | howo |
---|---|
permlink | q5g1f6 |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 16:49:57 |
last_update | 2020-02-09 16:49:57 |
depth | 3 |
children | 0 |
last_payout | 2020-02-16 16:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 515,737,941,459,006 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,262,633 |
net_rshares | 52,027,164,281 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 538,448,720,525 | 19% | ||
steamsteem | 0 | -238,194,625,641 | -100% | ||
bewarecenterbase | 0 | -248,226,930,603 | -100% |
I agree but pushing a hard fork that might crash or worse force us to rollback would be much worse than delays.
author | howo |
---|---|
permlink | q5f88t |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 06:19:42 |
last_update | 2020-02-09 06:19:42 |
depth | 2 |
children | 0 |
last_payout | 2020-02-16 06:19:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 515,737,941,459,006 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,249,015 |
net_rshares | 29,271,618,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 536,410,732,098 | 19% | ||
steamsteem | 0 | -258,893,958,308 | -100% | ||
bewarecenterbase | 0 | -248,245,155,311 | -100% |
# According to the Bible, *How do you influence faith to Christian believers? (Part 1 of 3)* ***(Sorry for sending this comment. We are not looking for our self profit, our intentions is to preach the words of God in any means possible.)*** https://youtu.be/2tksVNxTeS0 https://i.postimg.cc/SxmKZFY2/image.jpg Comment what you understand of our Youtube Video to receive our full votes. We have 30,000 #SteemPower. It's our little way to **Thank you, our beloved friend.** Check our [Discord Chat](https://discord.gg/vzHFNd6) Join our Official Community: https://beta.steemit.com/trending/hive-182074
author | church-of-god |
---|---|
permlink | n1fdn1e0omn |
category | hive-139531 |
json_metadata | "" |
created | 2020-02-08 14:53:39 |
last_update | 2020-02-08 14:53:39 |
depth | 1 |
children | 0 |
last_payout | 2020-02-15 14:53:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 604 |
author_reputation | -10,142,640,475,011 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 10,000.000 HBD |
percent_hbd | 100 |
post_id | 95,229,790 |
net_rshares | -12,262,937,436 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abdex9 | 0 | -13,268,064,319 | -100% | ||
church-of-god | 0 | 1,005,126,883 | 1% |
author | clixmoney |
---|---|
permlink | q5ebuq |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-08 18:39:51 |
last_update | 2020-02-08 18:39:51 |
depth | 1 |
children | 1 |
last_payout | 2020-02-15 18:39:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.024 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 708,028,799,822,335 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,235,413 |
net_rshares | 248,152,759,010 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 248,152,759,010 | 9% | ||
junioro | 0 | 0 | 100% |
Excellent question ! And the answer is...Not really. Right now too many steps include coding at some point to get things done.
author | howo |
---|---|
permlink | q5ej6w |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-08 21:18:33 |
last_update | 2020-02-08 21:18:33 |
depth | 2 |
children | 0 |
last_payout | 2020-02-15 21:18:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 515,737,941,459,006 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,239,640 |
net_rshares | 276,003,820,102 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 534,376,334,672 | 19% | ||
steamsteem | 0 | -258,893,958,308 | -100% | ||
crowseye | 0 | 521,443,738 | 100% |
author | crowseye |
---|---|
permlink | q5en3c |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-08 22:42:48 |
last_update | 2020-02-08 22:42:48 |
depth | 1 |
children | 1 |
last_payout | 2020-02-15 22:42:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 41 |
author_reputation | 813,491,058,207 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,241,251 |
net_rshares | 195,449,509,863 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 195,449,509,863 | 7% | ||
junioro | 0 | 0 | 100% |
Thanks
author | howo |
---|---|
permlink | q5f87h |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 06:18:54 |
last_update | 2020-02-09 06:18:54 |
depth | 2 |
children | 0 |
last_payout | 2020-02-16 06:18:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 515,737,941,459,006 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,248,999 |
net_rshares | 23,199,058,456 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 530,347,284,429 | 19% | ||
steamsteem | 0 | -258,893,958,308 | -100% | ||
bewarecenterbase | 0 | -248,254,267,665 | -100% |
I wish i could learn about this kind of thing. Im not understand but i think it must be important to steem.
author | cryptonewz |
---|---|
permlink | q5h57a |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-10 07:09:12 |
last_update | 2020-02-10 07:09:12 |
depth | 1 |
children | 0 |
last_payout | 2020-02-17 07:09:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 108 |
author_reputation | 851,261,815,735 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,280,058 |
net_rshares | 49,980,069,483 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptonewz | 0 | 194,152,359,720 | 100% | ||
b00m | 0 | -144,172,290,237 | -69% |
Great work, this should be referenced in official portal as additional resources...
author | good-karma | ||||||
---|---|---|---|---|---|---|---|
permlink | re-howo-2020210t111457566z | ||||||
category | hive-139531 | ||||||
json_metadata | {"tags":["testnet","testing","tutorial","steem","palnet"],"app":"esteem/2.2.5-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-02-10 09:14:57 | ||||||
last_update | 2020-02-10 09:14:57 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-02-17 09:14:57 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 83 | ||||||
author_reputation | 656,219,147,858,305 | ||||||
root_title | "How to build your own testnet and test the smt hardfork yourself" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 95,283,078 | ||||||
net_rshares | 0 |
Awesome
author | janijani | ||||||
---|---|---|---|---|---|---|---|
permlink | re-howo-2020210t193418770z | ||||||
category | hive-139531 | ||||||
json_metadata | {"tags":["testnet","testing","tutorial","steem","palnet"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-02-10 14:34:21 | ||||||
last_update | 2020-02-10 14:34:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-02-17 14:34:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 7 | ||||||
author_reputation | 94,419,519,733 | ||||||
root_title | "How to build your own testnet and test the smt hardfork yourself" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 95,291,351 | ||||||
net_rshares | 0 |
Brelent
author | janijani | ||||||
---|---|---|---|---|---|---|---|
permlink | re-howo-2020213t144934671z | ||||||
category | hive-139531 | ||||||
json_metadata | {"tags":["testnet","testing","tutorial","steem","palnet"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"} | ||||||
created | 2020-02-13 09:49:36 | ||||||
last_update | 2020-02-13 09:49:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2020-02-20 09:49:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 7 | ||||||
author_reputation | 94,419,519,733 | ||||||
root_title | "How to build your own testnet and test the smt hardfork yourself" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 95,404,495 | ||||||
net_rshares | 0 |
Thanks for keeping up the good work.
author | jaydih |
---|---|
permlink | q5eoj2 |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-08 23:13:51 |
last_update | 2020-02-08 23:13:51 |
depth | 1 |
children | 2 |
last_payout | 2020-02-15 23:13:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 160,272,694,389,766 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,241,873 |
net_rshares | 206,805,113,032 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 195,714,450,500 | 7% | ||
gomdory | 0 | 10,305,018,266 | 10.35% | ||
steemfinex | 0 | 785,644,266 | 40% | ||
junioro | 0 | 0 | 100% |
κ³°λμ΄κ° @jaydihλμ μμ€ν λκΈμ μμΈλ³λμ κ°μνμ¬ $0.004μ 보ν ν΄μ $0.038μ μ§μΌλλ¦¬κ³ κ°μ. κ³°λμ΄κ° μ§κΈκΉμ§ μ΄ 7346λ² $94.323μ 보ν ν΄μ $99.118μ ꡬνμ΅λλ€. @gomdory κ³°λλ€Ό~
author | gomdory |
---|---|
permlink | re-q5eoj2-20200215t085000 |
category | hive-139531 |
json_metadata | "" |
created | 2020-02-15 08:50:06 |
last_update | 2020-02-15 08:50:06 |
depth | 2 |
children | 0 |
last_payout | 2020-02-22 08:50:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 38,104,394,235,725 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,468,025 |
net_rshares | 0 |
Thank you for keeping supporting me :)
author | howo |
---|---|
permlink | q5f876 |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 06:18:42 |
last_update | 2020-02-09 06:18:42 |
depth | 2 |
children | 0 |
last_payout | 2020-02-16 06:18:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 515,737,941,459,006 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,248,996 |
net_rshares | 273,464,016,358 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
howo | 0 | 532,357,974,666 | 19% | ||
steamsteem | 0 | -258,893,958,308 | -100% |
Very well laid out article with step by step - great! Are you running straight linux and do you know can this work with windows 10, ubuntu for windows? Note I was able to get eosio running well on windows 10 with ubuntu for windows so I was just wondering. Thanks
author | jeff-kubitz |
---|---|
permlink | q5f77g |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 05:57:21 |
last_update | 2020-02-09 05:57:21 |
depth | 1 |
children | 2 |
last_payout | 2020-02-16 05:57:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.140 HBD |
curator_payout_value | 0.139 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 263 |
author_reputation | 45,985,057,342,618 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,248,627 |
net_rshares | 1,203,071,363,149 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexsandr | 0 | 146,853,170,453 | 100% | ||
howo | 0 | 1,043,832,100,377 | 37% | ||
yousafharoonkhan | 0 | 2,349,640,135 | 5% | ||
junioro | 0 | 0 | 100% | ||
steempower-001 | 0 | 9,497,489,449 | 100% | ||
bomberovirgilio | 0 | 538,962,735 | 100% |
I'm running straight linux. On windows I am not sure that this is possible as I haven't tried it myself, but this whole process is doable with docker so if you were working on windows. I would use docker instead.
author | howo |
---|---|
permlink | q5f8ax |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 06:20:57 |
last_update | 2020-02-09 06:20:57 |
depth | 2 |
children | 1 |
last_payout | 2020-02-16 06:20:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.010 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | 515,737,941,459,006 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,249,046 |
net_rshares | 98,868,725,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
improv | 0 | 1,001,863,392 | 0.23% | ||
howo | 0 | 549,556,434,250 | 19% | ||
steemtaker | 0 | 2,790,439,296 | 2.76% | ||
curx | 0 | 5,121,857,799 | 2.35% | ||
mindtrap | 0 | 11,096,877,058 | 0.96% | ||
reazuliqbal | 0 | 8,014,646,688 | 2.76% | ||
steamsteem | 0 | -234,071,788,092 | -100% | ||
aicurator | 0 | 3,594,438,405 | 2.35% | ||
bewarecenterbase | 0 | -248,236,042,957 | -100% |
I did eosio with ubuntu for windows 10. Not Bash for windows but ubuntu. The bash won't work because it is too low a compiler version and ubuntu version is higher and allows for c++17 and cmake highest version, etc. Use ubuntu and you get the correct version of bash without a separate bash which is the wrong version of linux. Have to go into Windows 10 settings and allow for, that is turn on enable developer mode. Then go to Windows store and download/install ubuntu for windows and then all the fine high quality developer packages
author | jeff-kubitz |
---|---|
permlink | q5jka8 |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-11 14:30:15 |
last_update | 2020-02-11 14:30:15 |
depth | 3 |
children | 0 |
last_payout | 2020-02-18 14:30:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 536 |
author_reputation | 45,985,057,342,618 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,332,870 |
net_rshares | 0 |
thanks for information
author | me4347 |
---|---|
permlink | q5fshe |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 13:36:51 |
last_update | 2020-02-09 13:36:51 |
depth | 1 |
children | 0 |
last_payout | 2020-02-16 13:36:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 2,827,108,245 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,257,759 |
net_rshares | 0 |
wow this is really very detailed, thanks for great work
author | moon333 |
---|---|
permlink | q5gtad |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-10 02:51:51 |
last_update | 2020-02-10 02:51:51 |
depth | 1 |
children | 0 |
last_payout | 2020-02-17 02:51:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 59,519,085,657,199 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,275,143 |
net_rshares | 0 |
Congratulations @howo! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td><img src="https://steemitimages.com/60x70/http://steemitboard.com/@howo/votes.png?202002090139"></td><td>You distributed more than 37000 upvotes. Your next target is to reach 38000 upvotes.</td></tr> </table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@howo) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=howo)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-howo-20200209t042756000z |
category | hive-139531 |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2020-02-09 04:27:57 |
last_update | 2020-02-09 04:27:57 |
depth | 1 |
children | 0 |
last_payout | 2020-02-16 04:27:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 883 |
author_reputation | 38,975,615,169,260 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,247,320 |
net_rshares | 0 |
To listen to the audio version of this article click on the play image. [](http://ec2-52-72-169-104.compute-1.amazonaws.com/howo__how-to-build-your-own-testnet-and-test-the-smts-yourself.mp3) Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvoting this reply.
author | tts |
---|---|
permlink | re-how-to-build-your-own-testnet-and-test-the-smts-yourself-20200208t150127 |
category | hive-139531 |
json_metadata | "" |
created | 2020-02-08 15:01:27 |
last_update | 2020-02-08 15:01:27 |
depth | 1 |
children | 0 |
last_payout | 2020-02-15 15:01:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 372 |
author_reputation | -4,535,154,553,995 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,230,036 |
net_rshares | -21,739,191 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemcleaner | 0 | -21,739,191 | -0.08% |
each and every step is understandable thanks
author | yousafharoonkhan |
---|---|
permlink | q5g0bh |
category | hive-139531 |
json_metadata | {"app":"steemit/0.1"} |
created | 2020-02-09 16:26:06 |
last_update | 2020-02-09 16:26:06 |
depth | 1 |
children | 0 |
last_payout | 2020-02-16 16:26:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 608,009,159,480,435 |
root_title | "How to build your own testnet and test the smt hardfork yourself" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 95,262,104 |
net_rshares | 0 |